How to Fix Windows 11 Sleep Mode Not Working

Sleep Mode is designed to save power and quickly resume your work without restarting your PC. But if your Windows 11 computer refuses to sleep, wakes up randomly, or immediately turns back on after you put it to sleep, you’re not alone.

This issue is common and can be caused by background apps, misconfigured power settings, driver conflicts, or connected hardware. The good news is that fixing it doesn’t require complex tools — just a few adjustments in your system’s settings.

In this guide, we’ll walk you through all the proven methods to fix Sleep Mode not working in Windows 11.

Fix Windows 11 Sleep Mode Not Working

Before you begin, make sure you have administrator access to your system. It’s also a good idea to save any unsaved work before making changes to your power and driver settings.

Tip: If your PC wakes up right after entering Sleep Mode, it’s usually because a device, app, or scheduled task is configured to “wake” your computer automatically.

Step 1: Check Your Power Settings

Sleep issues often stem from incorrect or conflicting power configurations.

  1. Press Windows + I to open Settings.
  2. Go to System → Power & battery.
  3. Under Power, click Screen and sleep.
  4. Make sure the sleep timers are properly set — for example:
    • On battery power, put my device to sleep after: 15 minutes
    • When plugged in, put my device to sleep after: 30 minutes

If these settings are set to “Never,” your PC won’t enter Sleep Mode automatically.

Step 2: Disable Fast Startup

Fast Startup can sometimes interfere with how Windows handles Sleep and Hibernate states.

  1. Press Windows + R, type control, and press Enter.
  2. Go to Hardware and Sound → Power Options → Choose what the power buttons do.
  3. Click Change settings that are currently unavailable.
  4. Uncheck Turn on fast startup (recommended).
  5. Click Save changes and restart your computer.

After restarting, test whether your system now enters Sleep Mode normally.

Step 3: Check for Devices That Prevent Sleep

Some connected devices, such as USB peripherals or network adapters, can prevent Windows from going to sleep. You can identify these devices using Command Prompt.

  1. Press Windows + X and select Windows Terminal (Admin) or Command Prompt (Admin).
  2. Run the following command: powercfg -requests
  3. Review the list to see if any devices or processes are preventing sleep.

If you see an entry under “DISPLAY” or “SYSTEM,” note the process name and close or disable it temporarily.

To see which devices can wake your PC from sleep, run:

powercfg -devicequery wake_armed

If you find a device you don’t want to wake your PC (like a mouse or network adapter), disable that wake permission:

  1. Open Device Manager (press Windows + X → Device Manager).
  2. Find the device (for example, your mouse or network adapter).
  3. Right-click it and select Properties → Power Management.
  4. Uncheck Allow this device to wake the computer.
  5. Click OK.

Step 4: Update or Roll Back Device Drivers

Outdated or corrupted drivers can interfere with power management features.

  1. Press Windows + X and select Device Manager.
  2. Expand Display adapters, Network adapters, and System devices.
  3. Right-click each device and select Update driver → Search automatically for drivers.

If the issue started after a recent update, you can roll back a problematic driver:

  1. Right-click the device → Properties → Driver tab.
  2. Click Roll Back Driver (if available).

Restart your PC after updating or rolling back drivers and test Sleep Mode again.

Step 5: Run the Power Troubleshooter

Windows 11 includes a built-in troubleshooter that can automatically detect and repair sleep-related problems.

  1. Open Settings → System → Troubleshoot → Other troubleshooters.
  2. Scroll down and find Power.
  3. Click Run and follow the on-screen instructions.

The troubleshooter will automatically reset faulty settings and fix known power configuration issues.

Step 6: Check Wake Timers and Scheduled Tasks

Wake timers allow certain apps or updates to wake your computer from sleep automatically.

  1. Open Settings → System → Power & battery → Additional power settings.
  2. Click Change plan settings next to your current plan.
  3. Select Change advanced power settings.
  4. In the new window, expand Sleep → Allow wake timers.
  5. Set both On battery and Plugged in to Disable.

Click Apply and OK. This prevents scheduled tasks from waking your system unnecessarily.

Step 7: Reset Power Plans to Default

If your system’s power configuration has been altered by third-party software or drivers, resetting to default can often resolve issues.

  1. Open Command Prompt (Admin).
  2. Type the following command and press Enter: powercfg -restoredefaultschemes

This will reset all power plans to their default settings. You can then customize them again under Settings → Power & battery.

Step 8: Scan for System File Corruption

Corrupted system files can prevent Windows from entering or resuming from sleep correctly. You can repair them using SFC and DISM.

  1. Open Command Prompt (Admin).
  2. Run the following commands one at a time: sfc /scannow Once complete, run: DISM /Online /Cleanup-Image /RestoreHealth
  3. After both scans finish, restart your PC.

These tools automatically repair missing or corrupted system files that could affect sleep behavior.

Step 9: Reinstall or Update Your Graphics Driver

Your graphics driver plays a direct role in how Windows handles sleep transitions.

  1. Press Windows + X → Device Manager.
  2. Expand Display adapters.
  3. Right-click your GPU (Intel, AMD, or NVIDIA) and choose Uninstall device.
  4. Restart your PC — Windows will automatically reinstall a basic display driver.

For best performance, reinstall the latest version from your GPU manufacturer’s website after the reboot.

Step 10: Check BIOS or UEFI Power Settings

If none of the Windows fixes work, the issue may originate from your system firmware.

  1. Restart your PC and press F2, Del, or the key shown during startup to enter BIOS/UEFI.
  2. Look for Power Management or Advanced settings.
  3. Ensure that ACPI, S3 Sleep State, or Suspend Mode is enabled.
  4. Save changes and exit BIOS.

After restarting, test if your PC now enters Sleep Mode correctly.

Wrapping Up

When Sleep Mode stops working in Windows 11, it’s usually caused by a background process, device driver, or misconfigured power setting. By checking your sleep timers, disabling wake permissions, updating drivers, and resetting power plans, you can typically fix the issue without reinstalling Windows.

If your PC still refuses to sleep after trying all these steps, check for firmware or BIOS updates from your manufacturer’s website — they often include fixes for power management bugs.

Once everything is configured correctly, your PC should enter and wake from Sleep Mode smoothly, saving energy and time — just like it was designed to.

Posted by Arpita

With a background in Computer Science, she is passionate about sharing practical programming tips and tech know-how. From writing clean code to solving everyday tech problems, she breaks down complex topics into approachable guides that help others learn and grow.

X