DEV Community

Darkssel
Darkssel

Posted on

Windows 11 Sleep Mode Not Working? Here's How to Fix Wake Issues

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:

  1. Search "Power Options" in the Start menu
  2. Click Change plan settings next to your selected plan
  3. Click Change advanced power settings
  4. Expand SleepSleep after — make sure it's set to your desired time
  5. Expand SleepAllow hybrid sleep — set to Off (if you have issues)
  6. Expand SleepHibernate after — set as needed
  7. Click ApplyOK

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:

  1. Open Power Options → Change plan settingsChange advanced power settings
  2. Expand SleepAllow wake timers
  3. Set both On battery and Plugged in to Disable
  4. Click ApplyOK

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:

  1. Open Device Manager (right-click Start → Device Manager)
  2. Expand Network adapters
  3. Right-click your network adapter → Properties
  4. Go to the Power Management tab
  5. Uncheck Allow this device to wake the computer
  6. Also uncheck Only allow a magic packet to wake the computer (if enabled)
  7. 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:

  1. Open Device Manager
  2. Expand Universal Serial Bus controllers
  3. Right-click each device that exposes a Power Management tab → Properties
  4. Go to the Power Management tab
  5. Uncheck Allow this device to wake the computer
  6. 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:

  1. Open Device Manager
  2. Expand System Devices (chipset drivers)
  3. Right-click → Update driverSearch automatically for drivers
  4. 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):

  1. Open Control Panel → Power Options
  2. Click Choose what the power buttons do
  3. Click Change settings that are currently unavailable
  4. Uncheck Turn on fast startup (if available)
  5. 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):

  1. Open Settings → SystemTroubleshoot
  2. Click Other troubleshooters
  3. Look for Power → click Run
  4. 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:

  1. Press Win + R, type eventvwr.msc, press Enter
  2. Go to Windows LogsSystem
  3. Click Filter Current Log
  4. In the Event sources dropdown, select Power-Troubleshooter
  5. Click OK
  6. 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

Enter fullscreen mode Exit fullscreen mode

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:

  1. Open Command Prompt as Administrator
  2. Run: powercfg -requests
  3. 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:

  1. Open Command Prompt as Administrator
  2. Run:

powercfg -restoredefaultschemes

Enter fullscreen mode Exit fullscreen mode
  1. Restart your PC

Alternative: Create a new power plan:

  1. Power Options → Create a power plan
  2. Select Balanced
  3. Name it Default Power Plan
  4. Click NextCreate

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:

  1. Check your power plan settings
  2. Disable wake timers
  3. 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)