Skip to main content
RebootDoctor

Windows 11 Sleep Mode Not Working? Diagnose It

By Mike Chen Fact-checked by Mike Chen (CompTIA A+ Certified) on

Short answer: Open an admin Command Prompt and run powercfg /requests — it names the exact process, driver, or device keeping the PC awake, which most guides skip. If something is listed, stop or override it; if every category says NONE, sleep itself is broken, so check Modern Standby drain with powercfg /sleepstudy, update chipset and graphics drivers, and disable wake timers and devices allowed to wake it.

Open an admin Command Prompt and run powercfg /requests. This tells you exactly what’s preventing Windows from sleeping — which process, which driver, which device. Every other troubleshooting guide skips this and goes straight to “change your power settings” which is like changing your tires when the engine won’t start. powercfg /requests shows you the actual blocker. If it says NONE for every category, the problem isn’t that something’s blocking sleep — it’s that sleep itself is broken, which is a different fix path.

A customer had an HP Pavilion that refused to sleep for three weeks. She’d close the lid, come back two hours later, laptop was warm and the battery had dropped 40%. I ran powercfg /requests and it showed an active audio stream under SYSTEM — Intel Smart Sound Technology was holding a capture device open even though nothing was recording. Uninstalling Intel SST and letting Windows fall back to the generic audio driver fixed it. The laptop had been draining in her bag every single day.

Modern Standby Is Probably Your Problem

Run powercfg /a in Command Prompt. If it says “Standby (S0 Low Power Idle)” instead of “Standby (S3)” your machine uses Modern Standby. This is important because Modern Standby doesn’t actually turn your computer off the way old sleep did. It keeps the CPU, WiFi, and memory partially active so you can get notifications and updates while the lid is closed. In practice this means your laptop gets warm in your backpack and loses 15-30% battery overnight.

Microsoft pushed Modern Standby hard with 24H2. A lot of machines that used to do S3 got switched to S0 after the update. There’s no official way to go back — Intel locked it at the firmware level on 12th gen and newer. You can try adding a registry key at HKLM\SYSTEM\CurrentControlSet\Control\Power with a DWORD called PlatformAoAcOverride set to 0, but it doesn’t work on every machine and some vendors actively block it in BIOS.

If you’re stuck on S0, you can at least reduce the drain. Go into Settings, System, Power, then expand the Sleep section. Turn off “Network connected standby” if the option exists. Also run powercfg /powerthrottling disable — this stops background tasks from running during standby on affected machines.

Keeps Waking Up On Its Own

This is the one that makes people think their computer is haunted. You put it to sleep, walk away, come back and it’s awake with the login screen up.

Run powercfg /lastwake — it tells you exactly what woke the machine. Usually it’s the network adapter responding to a Wake-on-LAN packet from your router. Fix: Device Manager, expand Network adapters, right-click your adapter, Properties, Power Management tab, uncheck “Allow this device to wake the computer.” Do the same for your mouse if it’s listed.

The other big one is Windows Update. Microsoft set UpdateOrchestrator to wake machines from sleep to install updates. Open Task Scheduler, navigate to Task Scheduler Library, Microsoft, Windows, UpdateOrchestrator. Find “Reboot” — right-click it, Properties, Conditions tab, uncheck “Wake the computer to run this task.” There might be a few other tasks in there with wake enabled too. Check them all. If your machine won’t shut down properly either, the same UpdateOrchestrator tasks could be interfering with both.

I had a desktop that woke itself at exactly 2:47 AM every night. The owner thought it was malware. powercfg /waketimers showed a scheduled task from Razer Synapse checking for peripheral firmware updates. A gaming mouse accessory was waking his entire PC in the middle of the night.

Won’t Wake Up At All

You press the power button, hit a key, move the mouse — nothing. Screen stays black. This is usually either a bad display driver or a BIOS power setting.

First thing — does the machine respond to anything? Press Caps Lock and see if the keyboard light toggles. If it does, the computer is awake but the display didn’t come back. That’s a GPU driver problem. Hold the power button for 10 seconds to force shutdown, restart, then update or roll back your display driver.

If Caps Lock doesn’t toggle either, the machine froze during sleep or failed to resume. This happens more with hybrid sleep enabled. Hybrid sleep dumps your RAM contents to disk like hibernate but also keeps power to RAM like regular sleep. When the RAM portion fails to resume, the machine is stuck. Disable hybrid sleep — Settings, System, Power, then change the advanced power settings, expand Sleep, set “Allow hybrid sleep” to Off. Check your BIOS for an “ErP” or “Deep Sleep” setting too — ErP cuts all standby power which can prevent proper wake on some boards. If your machine keeps restarting instead of waking from sleep, there’s likely a driver crash during resume that’s forcing a cold reboot.

If your machine straight up won’t go to sleep and powercfg /requests shows NONE for everything, try resetting your power plan. Run powercfg -restoredefaultschemes in admin Command Prompt. This nukes any custom power settings that might have disabled sleep. Then go back to Settings, System, Power and set your sleep timer again.

Frequently Asked Questions

Why won't my Windows 11 PC go to sleep?

A process, driver, or device is actively blocking sleep. Run powercfg /requests in an admin Command Prompt to see exactly what's preventing it. Common blockers include audio streams held open by Intel Smart Sound Technology, media players keeping the display active, and background apps requesting system availability. Fix the specific blocker rather than changing power settings blindly.

Why does my laptop lose battery in sleep mode on Windows 11?

Your laptop likely uses Modern Standby (S0) instead of traditional sleep (S3). Modern Standby keeps the CPU, WiFi, and memory partially active for notifications and updates, which drains 15-30% battery overnight. Run powercfg /a to check. Microsoft pushed Modern Standby with 24H2 and there's no official way to switch back on most newer machines.

How do I find out what keeps waking my computer from sleep?

Run powercfg /lastwake in Command Prompt to see the exact device or scheduled task that triggered the last wake. The most common culprits are network adapters responding to Wake-on-LAN packets and Windows Update's UpdateOrchestrator scheduled task, which Microsoft configured to wake machines for update installation.

Need Expert Help?

If these steps didn't fix your issue, our certified technicians can diagnose and resolve it remotely — usually in under 30 minutes.