How to Fix Sleep and Hibernation Not Working in Windows 11
The Problem
You close the lid or choose Sleep, but the fans keep spinning, the screen never turns off, or the PC wakes five seconds later. Hibernate may be missing from the power menu entirely. Sleep issues are usually a wake timer, Fast Startup, or a device/driver that refuses to release the system—not a failing power supply.
PC won't shut down or restart at all? That is a different fix: Windows 11 not shutting down or restarting. Battery drains while supposedly asleep? See laptop battery draining fast.
Symptoms
- Sleep option is grayed out or missing from Start → Power.
- Lid close does nothing; display stays on.
- PC sleeps but wakes on its own overnight—keyboard LED blinks, fans ramp up.
The Fix: Step-by-Step
Step 1: Set What Closing the Lid Does
- Settings → System → Power (or Power & battery).
- Expand Screen and sleep — set When plugged in, put my device to sleep after to your preferred time (e.g. 15 minutes).
- On laptops: Control Panel → Hardware and Sound → Power Options → Choose what closing the lid does → set When I close the lid to Sleep for both plugged in and on battery.
Step 2: Turn Off Fast Startup
Fast Startup can break sleep and hibernate on some hardware.
- Control Panel → Power Options → Choose what the power buttons do.
- Click Change settings that are currently unavailable.
- Uncheck Turn on fast startup (recommended) → Save changes.
- Reboot and test sleep.
Step 3: Find What Is Waking the PC
- Open Terminal (Admin) and run:
powercfg /lastwake powercfg /waketimers powercfg /devicequery wake_armed - Note the device or scheduled task listed—common culprits: Intel(R) Ethernet, HID-compliant mouse, Scheduled Task, Wake Timer.
Step 4: Disable Wake on LAN and Peripherals
- Device Manager → expand Network adapters → right-click your adapter → Properties → Power Management → uncheck Allow this device to wake the computer.
- Repeat for Mice and other pointing devices and Keyboards if you do not need wake-from-keyboard.
- Run
powercfg -deviceenablewake "Device Name"only when you want to re-enable a specific device.
Step 5: Enable Hibernate (If Missing)
- Open Terminal (Admin) and run:
powercfg /hibernate on - Settings → System → Power → Screen and sleep — Hibernate should appear in Start → Power after a reboot.
Step 6: Restore Default Power Plan
- Control Panel → Power Options.
- Select Balanced (or Power saver on laptops) → Change plan settings → Restore default settings for this plan.
- Click Change advanced power settings → Sleep → Allow hybrid sleep → Off (test); USB selective suspend → Disabled if USB devices block sleep.
Step 7: Update Chipset and Graphics Drivers
Outdated chipset or GPU drivers are a top cause of instant wake.
- Update from your laptop maker's support site or motherboard vendor—not a generic driver pack.
- See how to update PC drivers safely.
Still Not Working?
- Desktop never sleeps—only display turns off? A background app may be holding an audio or presentation API open. Close browsers, media players, and meeting apps, then test.
- Sleep works on battery but not plugged in? Compare both power plans in Control Panel → Power Options—they often have different sleep timers.
Related guides
How to Activate Windows 11 (and Fix Activation Errors)
Windows 11 not activated, error 0x803fa067, or changed hardware—link your Microsoft account, enter a product key, and fix activation the official way.
How to Fix OneDrive Sync Issues in Windows 11
OneDrive stuck on 'Processing', files not uploading, or red X icons—reset the client, check storage, and fix account and path errors on Windows 11.
Fix Windows 11 Not Shutting Down or Restarting
PC stuck on 'Shutting down' or screen stays on after Sleep? Close stuck apps, update drivers, and fix fast startup and power settings on Windows 11.
How to Fix Windows Update Stuck at 0% or 100%
Fix Windows 11 Update stuck at 0% or 100%? Reset the Windows Update cache, run DISM and SFC, clear failed installs, and get patches flowing again.
How to Fix Clipboard Not Working in Windows 11
Copy and paste broken, Clipboard History empty, or Win+V does nothing? Restart Clipboard, fix Remote Desktop conflicts, and reset clipboard services.