By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
Apple Headlines Logo Image Apple Headline's White Logo
  • 🔥 Trending:
  • Apple Tech
  • How to Fix
  • Readers Space
  • iPhone
  • iOS
  • Mac
  • Apple Watch
  • iPadOS
  • AirPods
  • Contact Us
Reading: MacBook Battery Draining Overnight in Sleep Mode? 6 Fixes That Work
Apple HeadlinesApple Headlines
Font ResizerAa
  • iPhone
  • iOS
  • Mac
  • Apple Watch
  • iPadOS
  • AirPods
  • Contact Us
Search
  • iPhone
  • iOS
  • Mac
  • Apple Watch
  • iPadOS
  • AirPods
  • Contact Us

Must Read

MacBook battery draining overnight while in sleep mode with 6 troubleshooting fixes

MacBook Battery Draining Overnight in Sleep Mode? 6 Fixes That Work

Only one AirPod working while the other is not connecting

Only One AirPod Working? How to Fix AirPods Connection & Pairing Issues Fast

Apple iOS 27 beta 5 release with iPadOS 27, macOS 27, watchOS 27, tvOS 27, and visionOS 27

Apple Releases iOS 27 Beta 5 and More on August 10: Here’s What Changed

iPhone keyboard lag and delay fix guide

How to Fix iPhone Keyboard Lag and Delay (Stop Stuttering While Typing)

Apple CarPlay dashboard showing Maps, Music, Phone, and Messages

How to Use Apple CarPlay: Complete Step-by-Step Guide

Follow US
© Apple Headlines. All Rights Reserved.
Apple Headlines > Mac > MacBook Battery Draining Overnight in Sleep Mode? 6 Fixes That Work
Mac

MacBook Battery Draining Overnight in Sleep Mode? 6 Fixes That Work

T'kal By T'kal Last updated: August 12, 2026
10 Min Read
SHARE

You close your MacBook lid at night with a healthy 80% or 90% battery charge.

The next morning, you open it up to get to work, only to be greeted by a red low-battery icon or worse, a completely dead machine that will not turn on until plugged into a charger.

Under normal conditions, a healthy MacBook (whether Intel or Apple Silicon M1/M2/M3/M4/M5 series) should lose no more than 1% to 3% of battery charge overnight in sleep mode.

If your battery drops 15%, 30%, or drains completely while the lid is closed, your Mac isn’t actually sleeping it is stuck in what system engineers call a DarkWake loop or being held awake by background system assertions.

Main Topics
Why Is Your MacBook Draining Battery with the Lid Closed?Fix 1: Disable “Wake for Network Access” (The #1 Culprit)Fix 2: Unplug USB-C Hubs, Dongles, and PeripheralsFix 3: Hunt Down Apps “Preventing Sleep” (Activity Monitor & Terminal)Fix 4: Turn Off Bluetooth Before Closing the LidFix 5: Disable Power Nap & Background SyncingFix 6: Reset SMC / NVRAM (Intel Macs) or Force System Restart (Apple Silicon)Summary Troubleshooting ChecklistFinal Thoughts

Before assuming your battery cell is degraded and booking a costly repair trip, know that overnight standby drain is almost always caused by software settings, rogue applications, or active network polling.

Below are 6 proven, step-by-step solutions to stop overnight battery drain and restore proper deep sleep on your MacBook.

Quick Answer: The fastest fix for overnight sleep drain is turning off “Wake for network access” (Settings > Battery > Options) and disconnecting external USB hubs. To identify the exact app keeping your Mac awake, run pmset -g assertions in Terminal.

Why Is Your MacBook Draining Battery with the Lid Closed?

When you close your MacBook lid, macOS is supposed to enter low-power sleep mode, powering down the display, throttling the CPU, and putting hardware buses into standby.

Several background triggers can intercept this process:

  • DarkWake Events: macOS temporarily wakes the system (with the screen off) to perform background network tasks, check emails, or sync iCloud files.
  • Apps Holding Sleep Assertions: Certain software (like video tools, cloud sync services, or communication apps) sends a command instructing macOS not to allow full system sleep.
  • Wake for Network Access: Router signals or Bluetooth accessories continuously pinging your Mac force it to wake up throughout the night.
  • Connected USB Accessories: Powered USB-C hubs, external hard drives, or wireless mouse dongles draw power directly from your MacBook’s logic board even while it sleeps.

Fix 1: Disable “Wake for Network Access” (The #1 Culprit)

By default, macOS allows nearby devices, shared network drives, and administrative utilities to wake your Mac over Wi-Fi or local network connections. Every time your router pings your MacBook, the machine exits deep sleep to respond.

How to Turn It Off:

  1. Click the Apple Menu () in the top-left corner and select System Settings.
  2. Scroll down the left sidebar and click Battery.
  3. Scroll to the bottom and click Options… (located in the bottom-right).
  4. Find Wake for network access and change its dropdown setting to Never (or Only on Power Adapter).
  5. Click Done to save.
System Settings ➔ Battery ➔ Options ➔ Wake for Network Access ➔ Set to Never
MacBook battery draining overnight while in sleep mode with 6 troubleshooting fixes
MacBook battery draining overnight? Try these six fixes to reduce battery drain in sleep mode.

Fix 2: Unplug USB-C Hubs, Dongles, and Peripherals

Many users leave their MacBook connected to a USB-C multi-port hub, an external SSD, or a wireless mouse receiver overnight.

Even if the external drive isn’t actively transferring files, USB-C controllers draw active bus power from your MacBook battery as long as they are plugged in.

A connected USB hub alone can drain between 5% and 15% of your battery overnight simply by staying powered in standby mode.

What to Do:

  • Unplug all external dongles, hard drives, SD card readers, and monitors before closing your lid for the night.
  • Test your overnight battery drop with zero peripherals connected to confirm if a hub was causing the parasitic drain.

Fix 3: Hunt Down Apps “Preventing Sleep” (Activity Monitor & Terminal)

Sometimes an app running in the background tells macOS: “I am doing important work, do not let the computer go to sleep.” These are called User Idle Sleep Assertions.

Method A: Use Activity Monitor

  1. Press Command + Spacebar to open Spotlight, type Activity Monitor, and press Return.
  2. Click the Energy tab at the top.
  3. In the top menu bar, click View > Columns > Preventing Sleep.
  4. Click on the Preventing Sleep column header to sort by “Yes” values.
  5. Identify any app marked as Yes (common offenders include torrent clients, video converters, Chrome tabs, and old media players) and close them before sleeping.

Method B: The Terminal Sleep Assertion Check (Advanced)

For a direct system-level diagnostic, check exactly what process holds a sleep lock:

  1. Open Terminal (via Spotlight or Applications > Utilities).
  2. Type the following command and press Enter:Bashpmset -g assertions
  3. Look under the line PreventUserIdleSystemSleep. If the value is 1, look at the NamedOwner line below it to see the exact application name holding your Mac awake.

Fix 4: Turn Off Bluetooth Before Closing the Lid

If you use a wireless Bluetooth keyboard, mouse, or AirPods nearby, subtle signals or accidental button presses can continuously trigger “Proximity Wakes” on your MacBook throughout the night.

If your sleep log reveals frequent wake cycles, try turning off Bluetooth from the Control Center in the top menu bar before closing your laptop lid.

If this eliminates your overnight drain, go to System Settings > Bluetooth, click Advanced…, and disable options allowing Bluetooth devices to wake the computer.

Fix 5: Disable Power Nap & Background Syncing

If you are using an Intel-based MacBook or running older macOS versions, Power Nap allows your Mac to check for new mail, calendar events, and iCloud updates while sleeping. On battery power, these periodic checks consume significant energy.

Steps to Disable Background Syncing on Battery:

  1. Open System Settings > Battery > Options….
  2. If available on your model, set Enable Power Nap while on battery power to OFF.
  3. Additionally, go to System Settings > General > Login Items & Extensions and audit the list of Allow in Background apps. Toggle off unnecessary background helpers (like update checkers for third-party apps).

Fix 6: Reset SMC / NVRAM (Intel Macs) or Force System Restart (Apple Silicon)

If system power configuration files become corrupted, your Mac’s Power Management Controller may fail to register lid-close events correctly.

For Apple Silicon Macs (M1, M2, M3, M4, M5):

Apple Silicon chips handle power management hardware-side. There is no separate SMC to reset. Instead:

  1. Click Apple Menu > Shut Down.
  2. Leave the MacBook completely turned off with the lid open for 30 to 60 seconds.
  3. Turn it back on. This flushes system RAM and resets hardware sleep buffers.

For Intel-Based MacBooks (SMC Reset):

  1. Shut down your Mac.
  2. Hold Shift + Control + Option on the left side of your keyboard, then press and hold the Power Button (or Touch ID button).
  3. Hold all four keys down for 10 seconds, then release them.
  4. Press the Power Button normally to turn on your Mac.

Summary Troubleshooting Checklist

Action ItemTarget CauseSuccess Rate
Disable “Wake for Network Access”Stops Wi-Fi pings and router network wake cyclesVery High (80%)
Unplug All USB-C HubsEliminates direct hardware parasitic power drawHigh
Kill Apps “Preventing Sleep”Removes active software sleep assertion locksHigh
Disable Bluetooth Before SleepPrevents nearby wireless accessories from triggering wakesMedium
Audit Background Login ItemsPrevents background updates while sleepingMedium

Final Thoughts

A MacBook battery dropping more than 5% overnight is virtually always a software-driven sleep interruption rather than a failing battery cell.

In 9 out of 10 cases, changing Wake for Network Access to Never and unplugging external USB-C accessories before bed resolves the problem instantly.

To verify your fix worked, note your battery percentage right before closing the lid tonight, and check it again first thing in the morning.

If the issue persists, check System Settings > Battery to view your Battery Health condition—if it displays “Service Recommended”, your battery may have degraded below 80% original capacity and require physical servicing.

Related Posts

Apple Releases iOS 27 Beta 5 and More on August 10: Here’s What Changed
60 Mac Keyboard Shortcuts That’ll Instantly Speed Up Your Workflow (2026)
Where Do FaceTime Photos Go? The Complete Guide to Finding, Saving, and Recovering Them
How Do You Pause FaceTime? Proven Way to Freeze Video, Audio & Calls
Your iCloud Is Full Again? These 7 Fixes Freed Up GB in Minutes

Author Image of Tkal
T'kal

T’kal is the lead strategist and developer behind Apple Headlines. With a background in digital marketing and web development, he specializes in technical Apple troubleshooting, software news, and hardware rumors. T’kal focuses on delivering high-authority tech content that bridges the gap between Apple enthusiasts and the latest industry innovations.

TAGGED:Mac tips
Share This Article
Facebook Twitter Pinterest Whatsapp Whatsapp LinkedIn Reddit Threads Email Copy Link
Previous Article Only one AirPod working while the other is not connecting Only One AirPod Working? How to Fix AirPods Connection & Pairing Issues Fast
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Follow Us On Social

FacebookLike
InstagramFollow
YoutubeSubscribe

Our Published Video

Must Read

MacBook battery draining overnight while in sleep mode with 6 troubleshooting fixes

MacBook Battery Draining Overnight in Sleep Mode? 6 Fixes That Work

Only one AirPod working while the other is not connecting

Only One AirPod Working? How to Fix AirPods Connection & Pairing Issues Fast

Apple iOS 27 beta 5 release with iPadOS 27, macOS 27, watchOS 27, tvOS 27, and visionOS 27

Apple Releases iOS 27 Beta 5 and More on August 10: Here’s What Changed

iPhone keyboard lag and delay fix guide

How to Fix iPhone Keyboard Lag and Delay (Stop Stuttering While Typing)

Apple CarPlay dashboard showing Maps, Music, Phone, and Messages

How to Use Apple CarPlay: Complete Step-by-Step Guide

Woman looking at an iPhone with the App Store missing

Where Did My App Store Go? The 5-Minute Fix to Get It Back on iPhone

Apple Headlines Logo Image

Apple Headlines delivers fresh, reliable Apple news, how-to guides, and tips for every Apple user.

Topics

  • iOS
  • iPhone
  • Mac
  • Apple News
  • Apple Watch
  • iPadOS
  • AirPods

Quick Links

  • Home
  • About Us
  • Privacy Policy
  • Terms of Service
  • Contact Us
Apple Headlines Logo Image

Designed By Apple Headlines

appleheadlines.com