Apple’s M1 MacBooks offer excellent battery life, but some users report unusual battery drain during idle or sleep mode. If you’ve noticed your battery percentage dropping overnight or while your Mac is simply closed, this guide will help.
Here’s how to reduce idle battery drain on your M1 MacBook using reliable and tested methods.
1. Use Sleep Instead of Shutting Down
Unlike Intel Macs, M1 MacBooks are optimised for sleep. Shutting down isn’t necessary for saving power and may reduce the seamlessness of waking the device.
Recommendation:
Instead of shutting down, simply close the lid or go to Apple Menu > Sleep. The Mac enters a low-power sleep mode that is highly efficient.
2. Enable Low Power Mode
Low Power Mode reduces background activity and lowers energy usage.
How to enable:
- Open System Settings > Battery
- Toggle on Low Power Mode under both Battery and Power Adapter
This is especially useful when your Mac is idle for long durations.
3. Disable Power Nap
Power Nap allows the Mac to check email, calendar, and iCloud updates while asleep. On battery, this feature can cause unnecessary drain.
To disable Power Nap:
- Go to System Settings > Battery > Options
- Disable “Enable Power Nap while on battery power”
This ensures the system remains truly asleep.
4. Remove Background Apps and Login Items
Apps like Dropbox, Teams, Zoom, and Chrome may continue to run in the background and prevent sleep.

What to do:
- Open Activity Monitor, go to the Energy tab, and identify apps with high “Energy Impact”
- Remove unnecessary login items under System Settings > General > Login Items
This reduces background load and power consumption.
5. Disconnect Wi-Fi and Bluetooth When Not Needed
If your Mac remains connected to networks or peripherals, it may wake up to perform background tasks.
Tips:
- Disconnect from Wi-Fi if internet access is not needed
- Turn off Bluetooth if no peripherals are in use
This can prevent background syncing or device-triggered wake events.
6. Lower Display Sleep Time
Keeping the display on for too long when idle wastes energy.
How to adjust:
- Go to System Settings > Lock Screen
- Set “Turn display off when inactive” to a lower time, such as 2 or 5 minutes
This encourages faster entry into sleep mode.
7. Unplug Unused USB Devices
External USB or Thunderbolt devices can keep the Mac awake or trigger wake events.
Before sleep:
- Unplug external hard drives
- Disconnect USB dongles or peripherals
- Avoid charging devices from your Mac’s ports when idle
This ensures the MacBook enters full low-power sleep mode.
8. Keep macOS Updated
Apple regularly releases software and firmware updates that improve battery and power management, especially for M1 Macs.
To check for updates:
- Go to System Settings > General > Software Update
- Install the latest macOS version available
Even minor updates may include important battery optimisations.
9. Use Terminal to Diagnose Sleep Issues
If your Mac continues to lose battery while idle, use Terminal commands to identify the root cause.
a) Check What Is Preventing Sleep
pmset -g assertions

This command lists active processes and conditions that are stopping your Mac from sleeping. Look for entries under PreventSystemSleep or PreventUserIdleSystemSleep. Applications like video players, cloud sync tools, or external devices often show up here.
b) Identify What Is Waking the Mac
log show --style syslog | grep "Wake reason"
This command shows what triggered your Mac to wake up. Common wake reasons:
RTC: Scheduled system tasks like Time MachineXHC1,EHC2: USB or Thunderbolt devicesEN0: Network activity (e.g., Wake on LAN)
c) View Wake History
pmset -g log | grep -i "wake reason"
This displays a log of wake events over time, helpful for detecting patterns or repeated triggers.
Optional Tools
For further control, consider using:
- AlDente – Limit maximum charge percentage to preserve battery health
- Amphetamine – Manages sleep behavior and prevents wake under specific conditions
Conclusion
Idle battery drain on M1 MacBooks is typically caused by background apps, misconfigured sleep settings, or connected peripherals. By adjusting system preferences, disabling unnecessary features, and using Terminal diagnostics, you can significantly reduce idle battery usage and get the long battery life M1 MacBooks are known for.
For more tips on optimising your Apple devices, follow the latest guides on Techzei.com.
