Windows Power & Sleep Mode Problems

This guide covers common Windows power and sleep mode issues, including the PC not sleeping, waking up unexpectedly, draining battery, or failing to resume from sleep. These steps apply to Windows 10 and Windows 11.

Common Symptoms

  • PC won’t go to sleep automatically
  • PC wakes up immediately after entering sleep
  • Sleep option missing from the Start menu
  • High battery drain during sleep
  • System freezes or crashes when waking from sleep
  • Display turns off but PC stays running

Quick Fixes

  • Restart the PC
  • Disconnect USB devices (they can block sleep)
  • Disable VPN or background apps temporarily
  • Update Windows and drivers

Check Power Settings

Go to Settings → System → Power & Battery → Screen and Sleep.
Ensure sleep timers are not set to Never.

Find What’s Preventing Sleep

Run this command in Command Prompt:

powercfg /requests

This shows apps or drivers blocking sleep.

Disable Wake Timers

Control Panel → Power Options → Change plan settings → Change advanced power settings → Sleep → Allow wake timers → Disable.

Stop Devices From Waking the PC

In Device Manager:

  • Expand Network adapters
  • Right‑click your adapter → Properties
  • Power Management → uncheck “Allow this device to wake the computer”

Fix Missing Sleep Option

  • Update graphics drivers
  • Enable sleep in BIOS/UEFI
  • Run powercfg -restoredefaultschemes

Run System File Checker

sfc /scannow

Run DISM Repair

dism /online /cleanup-image /restorehealth

Advanced Fixes

Check for Modern Standby Issues

Run:

powercfg /a

This shows supported sleep states and potential firmware issues.

Perform a Clean Boot

Disable third‑party services to identify software preventing sleep.

When a Reset May Be Required

If sleep mode remains broken after system repairs and driver updates, a Windows Reset may be necessary.

Related Guides