How To Fix Windows 11 Sleep Mode Not Working

Windows 11’s Sleep mode is designed to save power and let you quickly resume work—but when it stops working, it can be frustrating. Common symptoms include the PC not going to sleep, waking up randomly, or instantly turning back on after entering Sleep.

In this detailed guide, you’ll learn every proven method to fix Windows 11 Sleep Mode not working, with clear explanations and step-by-step instructions. Work through the methods in order—you usually won’t need all of them.


Why Sleep Mode Stops Working in Windows 11

Before fixing it, it helps to know the usual causes:

  • Power settings misconfigured

  • Apps or background processes preventing sleep

  • Keyboard, mouse, or network adapters waking the PC

  • Outdated or faulty drivers

  • Fast Startup conflicts

  • Corrupted system files

  • BIOS / firmware issues


Method 1: Check Sleep Settings in Windows 11

Incorrect sleep timers are the most common reason.

Steps

  1. Press Win + I to open Settings

  2. Go to System → Power & battery

  3. Expand Screen and sleep

  4. Set:

    • Put my device to sleep after → Choose a time (e.g., 10–30 minutes)

  5. Make sure it’s set for both On battery and Plugged in

Restart your PC and test Sleep again.


Method 2: Run the Power Troubleshooter

Windows has a built-in troubleshooter that fixes common power issues automatically.

Steps

  1. Open Settings

  2. Go to System → Troubleshoot → Other troubleshooters

  3. Find Power

  4. Click Run

  5. Apply the suggested fixes


Method 3: Disable Devices That Wake Your PC Automatically

Some devices (mouse, keyboard, network adapters) can block or interrupt sleep.

Steps

  1. Right-click StartDevice Manager

  2. Expand Keyboards and Mice and other pointing devices

  3. Right-click a device → Properties

  4. Open the Power Management tab

  5. Uncheck:

    • Allow this device to wake the computer

  6. Click OK

Repeat this for Network adapters as well.


Method 4: Find What’s Preventing Sleep Using Command Prompt

Windows can tell you exactly what’s blocking sleep.

Steps

  1. Press Win + XTerminal (Admin) or Command Prompt (Admin)

  2. Run:

    powercfg /requests
  3. Check the output for apps, drivers, or services preventing sleep

Close or uninstall the listed app if possible.


Method 5: Turn Off Fast Startup

Fast Startup often interferes with Sleep mode.

Steps

  1. Press Win + R, type control, press Enter

  2. Go to Power Options

  3. Click Choose what the power buttons do

  4. Click Change settings that are currently unavailable

  5. Uncheck Turn on fast startup

  6. Click Save changes

Restart your PC.


Method 6: Update Display, Chipset, and Network Drivers

Outdated drivers are a major cause of sleep problems.

Steps

  1. Right-click StartDevice Manager

  2. Update these drivers:

    • Display adapters

    • Network adapters

    • System devices / chipset

  3. Right-click → Update driver

  4. Choose Search automatically for drivers

For best results, also update drivers from your PC or motherboard manufacturer’s website.


Method 7: Restore Default Power Plan Settings

Custom power plans can break Sleep mode.

Steps

  1. Open Control Panel

  2. Go to Power Options

  3. Click Change plan settings (current plan)

  4. Click Restore default settings for this plan

  5. Confirm and restart


Method 8: Disable Wake Timers

Wake timers can turn your PC back on automatically.

Steps

  1. Open Control Panel → Power Options

  2. Click Change plan settings

  3. Click Change advanced power settings

  4. Expand Sleep → Allow wake timers

  5. Set:

    • On battery → Disable

    • Plugged in → Disable

  6. Click Apply → OK


Method 9: Scan and Repair System Files

Corrupted system files can break core power functions.

Steps

  1. Open Command Prompt (Admin)

  2. Run:

    sfc /scannow
  3. Wait for completion

  4. Restart your PC

If issues persist, also run:

DISM /Online /Cleanup-Image /RestoreHealth

Method 10: Check BIOS / UEFI Settings

Sleep problems sometimes originate at firmware level.

Steps

  1. Restart your PC

  2. Enter BIOS/UEFI (usually Del, F2, or F10)

  3. Ensure:

    • ACPI is enabled

    • Sleep states (S3/S4) are enabled

  4. Save and exit

If available, update your BIOS to the latest version from the manufacturer.


Method 11: Disable Background Apps & Clean Boot

Third-party apps can prevent sleep.

Clean Boot Steps

  1. Press Win + R, type msconfig

  2. Go to Services

  3. Check Hide all Microsoft services

  4. Click Disable all

  5. Restart your PC

If Sleep works, re-enable apps one by one to find the culprit.


Bonus Tip: Use Hibernate as a Temporary Alternative

If Sleep still misbehaves, Hibernate is more stable.

Enable Hibernate

  1. Open Command Prompt (Admin)

  2. Run:

    powercfg /hibernate on
  3. Enable Hibernate from Power Options


Final Thoughts

Sleep mode issues in Windows 11 are usually caused by power settings, drivers, or background processes. In most cases, fixing device wake permissions, disabling Fast Startup, or updating drivers solves the problem completely.

If none of the methods work, consider:

  • Updating Windows fully

  • Resetting power plans

  • Performing a Windows 11 repair install

Your PC should now enter and stay in Sleep mode properly—quiet, cool, and power-efficient 😴💻

Leave a Comment