1. Home
  2. Microsoft
  3. Windows
  4. Windows 11
  5. Troubleshooting Windows 11 Sleep Mode Issues: Step-by-Step Guide

Troubleshooting Windows 11 Sleep Mode Issues: Step-by-Step Guide


Windows 11 Sleep mode is designed to conserve power and quickly resume your session when you’re ready. Sometimes users may encounter issues such as the computer not entering sleep mode, waking unexpectedly, or not resuming properly. Follow this comprehensive guide to solve the most common sleep mode problems effectively.


Step 1: Preliminary Checks and Basic Settings

Before you move further, check basic settings first.

  • Check Power Settings:

    1. Click Start Menu (Windows button) → Settings (gear icon).
    2. Navigate to System → Power & Battery → Screen and Sleep.
    3. Confirm sleep settings are correct. Set a shorter duration to test quickly (e.g., set “When plugged in, put my device to sleep after” as 5 minutes for test purposes).

  • Update Windows and Drivers:

    1. Press (Win + I) and go to Windows Update.
    2. Click Check for updates, install any available updates.
    3. Restart your computer afterward.
    4. Ensure all drivers (especially chipset, video/audio/network drivers) are up-to-date by checking your PC or motherboard manufacturer’s website.


Step 2: Run the Power Troubleshooter

Windows includes a built-in troubleshooter that can detect and fix power-related issues automatically.

  1. Press (Win + I) and go to System → Troubleshoot → Other troubleshooters.
  2. Locate the “Power” troubleshooter from the list and click Run.
  3. Follow the prompts and apply the recommended fixes.


Step 3: Review Devices Allowed to Wake Your PC

Some external hardware may interrupt sleep mode, turning the computer back on unintentionally.

  1. Press Win + X, click Device Manager.
  2. Identify devices you suspect may cause wake-ups (e.g., network adapters, keyboards, mice).
  3. Right-click the device → PropertiesPower Management tab.
  4. Uncheck the box “Allow this device to wake the computer”.
  5. Click OK to save settings.
  6. Repeat for other relevant devices.

Especially important:

  • Network adapters (Ethernet/Wi-Fi).
  • Bluetooth devices.
  • USB-connected devices.


Step 4: Check Applications Preventing Sleep Mode via Powercfg Utility

Windows can reveal apps or services interrupting sleep.

Using Command Prompt:

  1. Open Start Menu, type cmd, then run as administrator (Right-click → Run as administrator).
  2. Enter the command:

    powercfg /requests

  3. Windows will show processes currently preventing sleep. Note down any problematic applications/services; close or disable them temporarily to check if they cause the issue.

  • Additionally, use this command for detailed sleep disruption history:

    powercfg /lastwake

    It lists the last device or event that woke your computer up.

  • Disable problematic applications temporarily or manage their settings to prevent sleep mode interruptions.


Step 5: Reset or Edit Advanced Power Settings

Wrong configurations can cause problems. Adjusting advanced settings helps.

  1. Click Start → type Control Panel → Open it.
  2. Set view mode as Large icons, open Power Options.
  3. Click Change plan settings next to your currently selected power plan, then select Change advanced power settings.
  4. In the pop-up window, ensure these settings are properly set:

  • Sleep → Allow wake timer:
    Set to Disabled.

  • Multimedia settings → When sharing media:
    Set to Allow the computer to sleep.

  • USB settings → USB selective suspend setting:
    Set to Enabled to improve USB interaction management.

  • PCI Express → Link State Power Management:
    Set to Maximum power savings or Moderate power savings.

  • Display → Turn off display after:
    Set appropriately (typically shorter than computer sleep timer).

  1. Click Apply → OK, then restart computer once again.


Step 6: Disable Fast Startup Feature

Fast startup may cause compatibility problems with various hardware, preventing correct sleep mode function.

  1. Go to Control Panel → System and Security → Power Options → Choose what the power buttons do.
  2. Click Change settings that are currently unavailable (top of the screen).
  3. Uncheck Turn on fast startup (recommended) option at the bottom.
  4. Click Save changes, and reboot the computer again.


Step 7: BIOS/UEFI Configuration Check

BIOS settings might override or affect Windows’s sleep mode functionalities.

  • Enter BIOS/UEFI (usually by pressing Del, F2, F12 during reboot—check your manufacturer documentation if unsure).
  • Locate advanced power-related settings.
  • Look and disable any setting named similarly to “Wake-On-LAN”, “Deep Sleep Mode”, or “Always-on USB”.
  • Ensure sleep mode (S3 energy saving mode) is enabled.
  • Save your settings, and reboot your system again.


Step 8: Run SFC and DISM to Repair System Files

Corrupt Windows system files might disrupt sleep mode functionalities. Use system repair tools provided by Windows:

  1. Open elevated Command Prompt (administrator mode).
  2. Type the following command and press Enter:

sfc /scannow

  1. Wait until the process completes.
  2. Then run:

DISM /Online /Cleanup-image /RestoreHealth

  1. Once complete, restart your PC again and test the sleep function.


Step 9: Restore or Fresh Install Windows

If none of the above steps help, consider resetting or reinstalling Windows. This is a last-resort measure.

  • Reset Windows:

    1. Navigate to SettingsSystem → Recovery.
    2. Under the Recovery options, select "Reset this PC".
    3. Choose to keep or remove files, and follow on-screen directions.

  • Clean Installation:

    1. Backup all important data first.
    2. Download Windows installation media from Microsoft’s official website.
    3. Follow instructions to reinstall Windows.


Step 10: Seek Manufacturer’s Support

  • If none works, hardware issues may exist, especially concerning your motherboard or graphics card. Contact your laptop or motherboard manufacturer’s customer support to confirm hardware compatibility, known issues, or required firmware/hardware updates.


Tips for Long-term Maintenance

  • Regularly update Windows and all system drivers.
  • Periodically run troubleshooting tools.
  • Avoid installing unnecessary power-intensive programs or hardware components that might interfere with sleep/hibernate functions.


Wrapping Up

By systematically following the steps outlined above, you should identify and resolve the common issues with the Sleep mode functionality in Windows 11 effectively. Always remember to maintain system updates and hardware drivers for optimal performance, stability, and efficiency.

Updated on June 3, 2025
Was this article helpful?

Related Articles

Leave a Comment