Macbook Close Lid No Sleep- How To Fix? | Stop Wake Traps

Macbook Close Lid No Sleep- How To Fix? is often caused by a power setting, lid-closed external-display use, or an app that’s keeping macOS awake.

Close the lid. Walk away. Come back later and the Mac is still running, still warm, still chewing through battery. Annoying, and if it happens inside a bag, it can get hot fast.

The fix is usually straightforward once you figure out what’s preventing sleep. This article gives you a clean path: rule out “lid closed but still running on purpose,” then find the exact app, device, or setting that’s keeping macOS awake.

Why A MacBook Might Not Sleep When You Close The Lid

macOS normally treats “lid closed” as “go to sleep.” When it doesn’t, one of these is almost always the reason.

  • Lid-closed external-display use is active — With an external monitor and power connected, macOS can keep running so you can use the monitor with the lid shut.
  • A power option is preventing sleep — Battery options can stop automatic sleeping when the display is off.
  • An app is holding a sleep lock — Browsers, video apps, backup tools, VPN clients, file sync utilities, and audio tools can request extra time.
  • Something wakes it right after sleep — Bluetooth devices, network wake, USB devices, or scheduled tasks can wake the Mac seconds after it sleeps.
  • The lid sensor is being fooled — Strong magnets in cases/stands can confuse the sensor so macOS doesn’t “see” the lid state correctly.

Fixing Macbook Close Lid No Sleep Problems On macOS

Work top to bottom. After each change, test by closing the lid and waiting a full 10 seconds.

What You Notice Likely Cause Fast First Move
External monitor stays on with lid shut Lid-closed external-display use Unplug the monitor or dock, then test sleep
Mac sleeps, then wakes within seconds Wake trigger (Bluetooth/USB/network) Turn Bluetooth off, unplug USB devices, retest
Audio continues after closing lid App holding sleep lock Quit the audio/video app, retest
Mac stays warm on a charger with lid shut Battery option preventing sleep Disable “Prevent automatic sleeping…” in Battery Options

Step 1: Rule Out Lid-Closed External-Display Use

If you use an external monitor, macOS may be doing exactly what it’s meant to do: keep running with the lid shut so you can use the monitor. That’s normal. It just looks like a bug when you forget a cable is connected.

  • Disconnect the external display — Unplug HDMI/USB-C/DisplayPort or the dock, then close the lid and wait 10 seconds.
  • Unplug USB hubs and adapters — Some hubs can spam reconnect events that keep the Mac awake.
  • Test on battery — Unplug the charger, close the lid, and check if it sleeps. Lid-closed external-display use usually expects power connected.

If you actually want the Mac to keep running with the lid shut on an external monitor, the settings that affect sleep live in Battery options. Apple’s guide on set sleep and wake settings shows where those toggles are in current macOS.

Step 2: Turn Off The Power Option That Can Block Sleep

There’s a toggle that sounds harmless and trips people up. It can keep macOS running on a power adapter even with the display off, which can include “lid closed.”

  • Open Battery — Apple menu → System Settings → Battery.
  • Open Options — Click Options (often near the bottom of the Battery pane).
  • Disable the sleep blocker — Turn off “Prevent automatic sleeping on power adapter when the display is off.”

Now close the lid and wait. If the Mac finally sleeps, you’ve found the culprit. If you prefer lid-closed external-display use and still want this option on, treat heat as the real problem: use a stand, keep airflow, and avoid leaving the Mac sealed inside a bag while it’s running.

Check Peripherals That Keep A Closed-Lid Mac Awake

When sleep acts weird, strip the setup down. Disconnect everything that isn’t required, test, then add items back one by one until the problem returns.

External Monitor, Dock, And Power

  • Try a direct cable — Connect the monitor straight to the Mac, bypassing the dock for one test.
  • Confirm power delivery — If you use a dock, make sure it’s actually charging the Mac.
  • Use one display — Remove extra monitors and adapters and test with a single screen.

Bluetooth Devices That Wake A Sleeping Mac

A Bluetooth mouse can wake a sleeping Mac from a tiny bump. If the Mac sleeps, then wakes right away, this is a classic pattern.

  • Turn Bluetooth off — System Settings → Bluetooth → toggle off, then close the lid and test.
  • Remove old pairings — Forget devices you don’t use anymore, especially controllers and old mice.
  • Test with nothing paired — For one quick check, unpair everything, then retest sleep.

USB Storage, Audio Interfaces, And Receivers

USB devices can keep the system busy with constant I/O or repeated reconnects.

  • Eject external drives — In Finder, eject drives, unplug them, then retest.
  • Unplug wireless receivers — Small USB dongles can send wake signals or reconnect loops.
  • Swap the hub — A flaky hub can cause nonstop device churn that prevents sleep.

Find What’s Blocking Sleep Inside macOS

If you want the fastest win, don’t guess. Identify the exact process or system assertion that’s keeping the Mac awake. Once you see the name, the fix gets simple.

Use Activity Monitor To Spot Apps Preventing Sleep

  • Open Activity Monitor — Applications → Utilities → Activity Monitor.
  • Open the Energy tab — Look for a column named “Preventing Sleep.”
  • Sort and scan — If you see “Yes,” that app is a prime suspect.
  • Quit and retest — Close the app, then try closing the lid again.

Common offenders include video playback, cloud sync, VPN clients, backup utilities, and browsers with heavy tabs. If it’s a browser, try closing the tab that’s playing media first, then quit the browser if needed.

Use Terminal To Read Sleep Assertions

Terminal can show you the system-level sleep locks. Running this does not change any settings.

pmset -g assertions

Look for assertions that mention preventing system sleep or display sleep. If a process name shows up, quit that app and test. If you see a device-related reason, unplug the device and test again.

Check The Sleep And Wake History

If the Mac sleeps, then wakes right back up, the wake reason is often visible in the log.

pmset -g log | grep -e " Sleep  " -e " Wake  "

When you see a repeating wake reason (Bluetooth, USB, network), treat that as the trail to follow. Turn off that wake path, then retest.

System Settings That Commonly Keep A Mac Awake

Once you’ve checked apps and peripherals, go after system toggles that keep Macs awake longer than you expect.

Battery Options That Affect Sleep And Wake

  • Disable network wake — System Settings → Battery → Options, then turn off “Wake for network access” if you don’t use it.
  • Recheck the “Prevent automatic sleeping…” toggle — If it’s on, turn it off and retest.
  • Test on charger and on battery — If the issue happens only in one mode, Battery Options is the usual place to look.

Login Items And Background Utilities

Menu bar utilities and background agents can hold sleep locks without making noise.

  • Open Login Items — System Settings → General → Login Items.
  • Disable one item at a time — Turn one off, restart, then test lid sleep.
  • Update the culprit — If sleep starts working after disabling an item, update that utility or replace it.

Sharing Features You Don’t Use

Some sharing and remote features can keep the system more “awake-ready” than you want, especially while plugged in.

  • Review Sharing settings — System Settings → General → Sharing.
  • Turn off unused services — Disable anything you never use, then retest sleep.
  • Retest with Wi-Fi off — For one test, disable Wi-Fi and see if sleep behavior changes.

Resets And Tests That Match Your Mac

If settings look sane and the Mac still won’t sleep, a reset can clear stuck power behavior. Steps differ by chip generation.

Apple Silicon Macs

On Apple silicon, the old SMC/NVRAM routines from Intel-era guides don’t apply the same way. A full shut down and restart clears a lot of weird power states.

  • Shut down fully — Apple menu → Shut Down, wait 30 seconds, then start up.
  • Install macOS updates — System Settings → General → Software Update, then install what’s offered.
  • Try Safe Mode — Shut down, hold the power button until startup options appear, pick your disk while holding Shift, then test sleep.

Intel Macs

Intel Macs can benefit from resetting NVRAM when display and sleep behavior gets odd, especially after changing docks or monitors.

  • Reset NVRAM — Restart and hold Option-Command-P-R for around 20 seconds, then let it boot.
  • Run Apple Diagnostics — Restart and hold D to run the built-in hardware test.
  • Update macOS — System updates can include firmware updates tied to power behavior.

If you want Apple’s official list of startup shortcuts for Intel Macs, the Mac startup shortcuts page shows the exact combinations.

Deeper Checks If It Still Won’t Sleep

If the Mac still stays awake with the lid shut, you’re usually dealing with a stubborn background agent, a wake trigger you haven’t isolated yet, or a lid sensor issue.

Test In A Fresh User Account

A single user profile can have background agents and login items that block sleep. A clean account is a fast way to separate account-level issues from system-level ones.

  • Create a test account — System Settings → Users & Groups → Add User.
  • Log into the test account — Don’t install extras; keep it clean.
  • Close the lid and test — If it sleeps normally, your main account has a background item causing trouble.

Remove Magnetic Cases And Stands For One Test

Some cases and stands use strong magnets. Those magnets can confuse the lid sensor and make macOS act like the lid is partly open.

  • Remove the case — Take off any magnetic sleeve, stand attachment, or snap-on accessory.
  • Move the Mac to a plain desk — Keep it away from magnetic mounts and metal accessories.
  • Close the lid gently — Close it evenly and test again.

Check For Instant Wake Triggers

If the Mac sleeps and then wakes within seconds, chase wake triggers instead of sleep blockers.

  • Disable Bluetooth — Turn Bluetooth off, test, then re-enable and add devices back one by one.
  • Disconnect Ethernet — If your dock has Ethernet, unplug it and retest.
  • Unplug USB devices — Remove hubs, receivers, and storage, then test with only the charger connected.

Undo Old Terminal Sleep Tweaks

If you’ve changed power settings in Terminal in the past, you might have left a value that stops sleep. First, view what’s set.

pmset -g custom
  • Scan for unusual settings — If you see disablesleep or other non-default values, note them.
  • Revert a disablesleep change — If you previously ran a disablesleep command, set it back to 0.
  • Restart and retest — Reboot after changes so the system reloads the rules cleanly.

A Reusable Checklist For Closed-Lid Sleep

Once you fix the cause, this checklist helps you avoid the same mess later. Run it any time the Mac stays awake after closing the lid.

  1. Unplug external displays and docks — Test sleep with no monitor, dock, or hub attached.
  2. Disable “Prevent automatic sleeping…” — Battery → Options, turn it off, then retest.
  3. Quit your last active apps — Close video, audio, VPN, backup, and sync tools, then test again.
  4. Check Activity Monitor — Energy tab, see if any app shows “Preventing Sleep.”
  5. Read assertions — Run pmset -g assertions and note what’s blocking sleep.
  6. Cut wake triggers — Turn Bluetooth off, unplug USB devices, and retest.
  7. Shut down and restart — A full power cycle clears many stuck power states.

If you’ve tested with no peripherals, turned off wake paths, checked assertions, and tried a clean user account, a hardware fault becomes more likely. Apple Diagnostics can catch some issues, and a repair shop can test the lid sensor and power components with service tools.