You put your PC to sleep.
You walk away.
When you come back — nothing.
The monitor stays black. The power light is on, but the system won't wake up.
Or worse — your PC keeps waking up on its own in the middle of the night.
You might think:
"Is my power supply failing? Do I need a new PC?"
Probably not.
Sleep mode problems are a common — and frustrating — issue in Windows 11. They can happen after an update, a driver change, or a misconfigured power setting.
The good news? Many sleep issues can be fixed in minutes.
This guide covers 10 practical ways to fix sleep mode problems on Windows 11 — from simple setting changes to advanced command-line fixes.
Why Is My Windows 11 PC Not Sleeping or Waking Properly?
Sleep mode problems can happen for many reasons:
| Cause | Description |
|---|---|
| Power settings | Incorrect power plan configuration |
| Wake timers | Scheduled tasks waking your PC |
| Network adapters | "Wake on LAN" or other network settings |
| USB devices | Mice or keyboards waking your PC |
| Outdated drivers | Chipset, graphics, or network drivers |
| Fast Startup | Hybrid shutdown causing power-state issues |
| Windows updates | Some updates break sleep functionality |
| BIOS/UEFI settings | Incorrect power management settings |
| Background apps | Apps preventing sleep |
| Corrupt system files | Damaged Windows components |
10 Ways to Fix Sleep Mode Problems on Windows 11
Fix 1: Check Your Power Plan Settings
The simplest fix — often overlooked.
How to check:
- Search "Power Options" in the Start menu
- Click Change plan settings next to your selected plan
- Click Change advanced power settings
- Expand Sleep → Sleep after — make sure it's set to your desired time
- Expand Sleep → Allow hybrid sleep — set to Off (if you have issues)
- Expand Sleep → Hibernate after — set as needed
- Click Apply → OK
Pro tip: If you have "High Performance" selected, it may prevent sleep. Try "Balanced" for better power management.
Fix 2: Disable Wake Timers
Wake timers allow scheduled tasks to wake your PC. Sometimes they wake it unnecessarily.
How to disable wake timers:
- Open Power Options → Change plan settings → Change advanced power settings
- Expand Sleep → Allow wake timers
- Set both On battery and Plugged in to Disable
- Click Apply → OK
What you gain: Windows won't wake your PC for scheduled tasks (like maintenance or updates).
Fix 3: Disable Network Adapter Wake
Network adapters with "Wake on Magic Packet" or "Wake on Pattern Match" can wake your PC.
How to disable:
- Open Device Manager (right-click Start → Device Manager)
- Expand Network adapters
- Right-click your network adapter → Properties
- Go to the Power Management tab
- Uncheck Allow this device to wake the computer
- Also uncheck Only allow a magic packet to wake the computer (if enabled)
- Click OK
Pro tip: If you use Wake-on-LAN, keep it enabled. Otherwise, disable it to prevent unwanted wake-ups.
Fix 4: Disable USB Device Wake
Mice, keyboards, and other USB devices can wake your PC. Sometimes they wake it accidentally (e.g., a slight vibration moves the mouse).
How to disable:
- Open Device Manager
- Expand Universal Serial Bus controllers
- Right-click each device that exposes a Power Management tab → Properties
- Go to the Power Management tab
- Uncheck Allow this device to wake the computer
- Click OK
Important: If you disable wake for your keyboard, you won't be able to wake the PC by pressing a key. Only disable for mice if you use the keyboard to wake.
Fix 5: Update Chipset and Graphics Drivers
Outdated drivers can cause sleep issues — especially chipset and graphics drivers.
How to update:
- Open Device Manager
- Expand System Devices (chipset drivers)
- Right-click → Update driver → Search automatically for drivers
- Also expand Display Adapters → update your graphics driver
For better results:
- Visit your motherboard or laptop manufacturer's website
- Download and install the latest chipset and graphics drivers
Pro tip: For Intel, use Intel Driver & Support Assistant. For NVIDIA, use GeForce Experience. For AMD, use Adrenalin.
Fix 6: Check Fast Startup
Fast Startup is a hybrid shutdown mode that can sometimes affect power-state transitions, including sleep and wake behavior.
How to disable (if you're experiencing issues):
- Open Control Panel → Power Options
- Click Choose what the power buttons do
- Click Change settings that are currently unavailable
- Uncheck Turn on fast startup (if available)
- Click Save changes
Note: Disabling Fast Startup may slightly increase boot time, but can help with wake issues and other power-state problems. Sleep still works normally.
Fix 7: Run the Power Troubleshooter (If Available)
Windows 11 includes a built-in troubleshooter for power issues, though it may not be present on every version or build.
How to run it (if available):
- Open Settings → System → Troubleshoot
- Click Other troubleshooters
- Look for Power → click Run
- Follow the on-screen instructions
If the Power troubleshooter isn't listed, skip to the next fix.
What it does: This tool checks for common power settings issues and attempts to fix them automatically.
Fix 8: Check Event Viewer for Wake Sources
If your PC keeps waking up, you can find out exactly what woke it.
How to check:
- Press
Win + R, typeeventvwr.msc, press Enter - Go to Windows Logs → System
- Click Filter Current Log
- In the Event sources dropdown, select Power-Troubleshooter
- Click OK
- Look for events where Wake Source is listed
Example: If Wake Source is "USB Root Hub", then a USB device woke your PC.
Pro tip: Use this command for a quick summary:
powercfg -lastwake
Fix 9: Check Background Apps Preventing Sleep
Some apps prevent your PC from sleeping — especially media players, download managers, or game launchers.
How to check:
- Open Command Prompt as Administrator
- Run:
powercfg -requests - This shows which processes are preventing sleep
If you see a process:
- Close the app that's preventing sleep
- Or go to Task Manager → Processes → end the task
Common offenders:
- Steam downloading updates
- Chrome with background videos
- Spotify
- Torrent clients
- OneDrive syncing
Fix 10: Reset Power Settings to Default
If everything else fails, resetting power settings to default can help.
How to reset:
- Open Command Prompt as Administrator
- Run:
powercfg -restoredefaultschemes
- Restart your PC
Alternative: Create a new power plan:
- Power Options → Create a power plan
- Select Balanced
- Name it Default Power Plan
- Click Next → Create
What you gain: All power settings are restored to Windows defaults, which often resolves sleep issues.
What If You Want to Monitor Your PC Automatically?
Sleep issues often happen because of background processes or misconfigured settings. If you want to monitor your system for changes that could affect sleep behavior, automatic monitoring can help.
That's why I built SysPulse — a lightweight Windows security and monitoring tool.
SysPulse can:
- Detect new processes and show their full file paths
- Monitor CPU and RAM anomalies
- Detect USB connections in real-time
- Detect startup changes
- Send Telegram alerts for monitored events
- Use less than 30MB of RAM
You can set it up and let it monitor your PC in the background — so you know when something changes, even if you're not at your desk.
You can find it at: syspulse.pro
Summary Table
| Problem | Quick Fix |
|---|---|
| PC won't wake from sleep | Disable Fast Startup, update drivers |
| PC wakes up on its own | Disable wake timers, check Event Viewer |
| PC won't go to sleep | Check background apps with powercfg -requests
|
| Mouse/Keyboard won't wake PC | Check USB power management settings |
| Network adapter waking PC | Disable network adapter wake |
| General sleep issues | Reset power settings to default |
Common Sleep Commands
| Command | What It Does |
|---|---|
powercfg -lastwake |
Shows what woke your PC last |
powercfg -requests |
Shows what's preventing sleep |
powercfg -waketimers |
Shows scheduled wake timers |
powercfg -a |
Shows available sleep states |
powercfg -restoredefaultschemes |
Resets power settings |
Final Thought
Sleep mode problems on Windows 11 are frustrating — but they're often fixable.
Start with the simplest fixes:
- Check your power plan settings
- Disable wake timers
- Disable network and USB wake
If those don't work, use powercfg -lastwake to find the cause and powercfg -requests to find what's preventing sleep.
The key: Don't panic. Most sleep issues are fixable in minutes. And if you want to stay informed about system changes, consider a monitoring tool that alerts you in real-time.
Have questions about fixing sleep mode problems? Drop a comment below — I read every one.
Happy sleeping!
Top comments (0)