Table of Contents

Fix Sleep mode not working properly in Windows 11

You finish work at night, put your laptop into sleep mode, and wake up to find the computer stayed active all night – fans running, the screen turning on repeatedly, and the battery completely drained. Or the opposite happens: you click ‘Sleep,’ the screen turns off, but two seconds later, the PC wakes up again as if nothing happened. Complaints about Windows 11 sleep mode not working properly are extremely common among users. In a place like India – where power outages occur, laptops rely on battery power, and people often take breaks during work – sleep mode must function correctly. Common symptoms include the PC failing to enter sleep mode, waking up randomly, or turning back on immediately after going to sleep.

The good news, however, is that sleep mode issues in Windows 11 are usually caused by power settings, drivers, or background processes. In most cases, the problem can be completely resolved by adjusting device wake permissions, disabling Fast Startup, or updating drivers. So, let’s first understand why this issue occurs, then discuss each fix step by step.

Sleep mode

Why Windows 11 Sleep Mode Doesn’t Work – The Real Reason

First: Identify the problem

Before applying a fix, it is important to understand the problem. Sleep issues in Windows 11 usually stem from power settings, device wake permissions, background apps, or outdated drivers. A PC might refuse to enter sleep mode if a process is marked as active, and it could wake up unexpectedly if the mouse, network adapter, scheduled tasks, or Windows Update have permission to wake the system.

1. Incorrect Power Settings

Incorrect sleep or power settings can prevent the system from staying active or waking up, thereby disrupting sleep mode functionality. If the sleep timer is set to “Never,” Windows will not automatically enter sleep mode.

2. Wake Timers and Scheduled Tasks

Active wake timers or scheduled tasks can interfere with sleep mode, causing the system to wake up unexpectedly. Certain tasks – such as updates, backups, and media syncing – may be configured to “wake the computer.”

3. Mouse, keyboard, or network adapter waking up the PC

Many users have reported that the issue preventing Windows 11 from entering sleep mode was caused by their mouse or keyboard device. If your Windows 11 computer is not going to sleep, it could be because your mouse or network adapter is configured to wake the PC up from sleep.

4. Interference from Fast Startup

Fast Startup combines shutdown and hibernation, which can interfere with sleep mode on some systems. Many Windows 11 users have reported resolving sleep mode issues by disabling Fast Startup.

5. Outdated or Incompatible Drivers

Outdated or incompatible device drivers – especially those for display, power management, or network adapters – can prevent Windows from entering sleep mode correctly.

6. Background Applications

Certain applications or services running in the background, such as antivirus scans or network services, can prevent the system from entering sleep mode.

7. BIOS/Firmware Issues

Outdated BIOS or firmware can interfere with hardware compatibility on certain devices, affecting power-saving features and causing issues with sleep mode.


Windows 11 Sleep Mode Not Working – 10 Ways to Fix It

Now, let’s get down to business. Try the methods in the order listed – usually, you won’t need to try them all.

Method 1: Diagnose first – find out why the PC isn’t going to sleep.

Before applying a fix, it is important to identify exactly which device or process is waking up the PC. Windows has built-in commands that reveal this information.

Open Command Prompt (Admin) and run these commands:

To prevent Windows 11 from waking up, run the commands powercfg /devicequery wake_armed, powercfg /lastwake, and powercfg /waketimers in Command Prompt (Admin) to identify the cause of the issue.

  • powercfg /lastwake – Identifies the most recent wake source.
  • powercfg /devicequery wake_armed – Lists and controls wake-capable devices.
  • powercfg /waketimers – Finds and manages scheduled wake timers.
  • powercfg /requests – Indicates which app or driver is preventing the PC from sleeping.

If a device like a mouse, keyboard, or network adapter appears in the results, that device likely woke up the PC.


Method 2: Check sleep settings

The first and most basic step – ensure that sleep mode is enabled.

How to check:

  • Open the Settings app by pressing the Windows key + I and navigate to System > Power & battery.
  • Click on “Screen and sleep” to expand the section.
  • Set your preferred sleep mode duration using the drop-down menu next to each option.
  • Ensure that sleep is set to activate after a reasonable amount of time for both battery and plugged-in modes.

Method 3: Prevent devices from waking the PC (mouse, keyboard, network)

This is the most common reason why Windows 11 sleep mode isn’t working.

How to fix it:

  • Open Device Manager by pressing Windows + X. Expand categories such as “Mice and other pointing devices,” “Keyboards,” and “Network adapters.” Uncheck the “Allow this device to wake the computer” option for devices that should not wake the PC – especially network adapters and sensitive mice.

For the network adapter:

  • Right-click on your Ethernet or WiFi adapter, open Properties, and uncheck “Allow this device to wake up the computer” in the Power Management tab. Alternatively, keep that box checked and select “Only allow a Magic Packet to Wake Your Computer.”

Or from the Command Prompt:

  • You can prevent any device from waking the system using the powercfg -devicedisablewake "device name" command.

Method 4: Disable Wake Timers

Open Control Panel and go to Hardware and Sound > Power Options. Click “Change plan settings” next to the active plan, then select “Change advanced power settings.” Expand “Sleep” > “Allow wake timers.” Set this to “Disable” for both “On battery” and “Plugged in.”

Disable the Wake option in Scheduled Tasks:

  • The task path can be found in the output of the powercfg /waketimers command. Right-click the task and select Properties. Click the Conditions tab. Uncheck the option “Wake the computer to run this task”.

Method 5: Disable Fast Startup

Fast Startup is a feature that allows the computer to start up quickly after a full shutdown, and it is enabled by default on Windows 11. However, some older laptops and desktops do not support fast boot, which can lead to issues with sleep mode while running Windows 11.

How to disable it:

  • Open the Control Panel and go to “Hardware and Sound” > “Power Options”. Select “Choose what the power buttons do” > “Change settings that are currently unavailable”. Then, uncheck the “Turn on fast startup” option under Shutdown settings.

Restart your PC and test the sleep function. Many sleep-related problems are resolved immediately after disabling Fast Startup.


Method 6: Run the Power Troubleshooter

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

How to run it:

  • Go to Settings > System > Troubleshoot > Other troubleshooters
  • Find Power and click Run
  • Follow the on-screen instructions
  • Restart the PC and check the sleep function

Method 7: Update Drivers (GPU, Network, Chipset)

Outdated drivers or system updates can interfere with how Windows 11 interacts with hardware components, including those that control sleep mode. Keeping all drivers and Windows updates up to date can resolve such compatibility issues.

How to update:

  • Open Settings > Windows Update. Click on Advanced options > Optional updates and install the driver updates.
  • If the Sleep function stopped working after a specific driver update: Go to Device Manager > device > Properties > Driver > Roll Back Driver.
  • Update the Wi-Fi/Bluetooth and GPU drivers first; then, if the issue started after a specific update, roll it back.

Method 8: Check background apps and power requests

Certain background applications can prevent the PC from entering sleep mode by keeping it active. These apps may include programs that run at startup, scheduled tasks, or active network connections. Checking and managing these applications can resolve issues preventing sleep mode.

Check via Command Prompt (Admin):

powercfg /requests

If an app, audio stream, or driver appears in the list, close that app or restart the associated process. If the same app repeatedly prevents the system from sleeping, update it or temporarily uninstall it for testing purposes.

A user ran powercfg /requests and discovered that the YouCam365 program was preventing their computer from going to sleep. After uninstalling YouCam365, the computer was able to sleep again.


Method 9: Disable Hybrid Sleep and Screen Saver

Such issues can also occur when the PC is set to wake from sleep after a specific period or when Hybrid Sleep mode is enabled.

Disable Hybrid Sleep:

  • Open the Power Options window and expand the ‘Allow hybrid sleep’ menu. Set the ‘On battery’ and ‘Plugged in’ values ​​to ‘Off’ and click ‘Apply’.

Turn off the screen saver:

  • Open the search bar by pressing Windows + S, then type “screen saver” and click on the search result. In the pop-up window, select “None” under Screen saver, and then confirm the settings.

Method 10: Reset the Power Plan and update BIOS/Firmware (Last resort)

Reset the Power Plan to default:

  • Open Command Prompt (Admin) and type this command:
powercfg -restoredefaultschemes

This restores the Windows power plan to default settings. After that, restart the PC and test Sleep mode again.

Update BIOS/Firmware:

  • Sleep/standby issues often stem from platform firmware. If you haven’t updated your BIOS in a long time, it is worth checking the manufacturer’s support page.
  • Identify your PC model (e.g., Dell, HP, Lenovo, ASUS). Download the latest BIOS/UEFI and chipset/firmware drivers for Windows 11. Install them according to the vendor’s instructions. Reboot and test the sleep function.

⚠️ Perform the BIOS update with caution – an incorrect update can prevent the system from booting. Create a backup first.


Useful free diagnostic tools

Tool/CommandFeaturePrice
powercfg /lastwakeFind the last wake source.$0 (Windows Built-in)
powercfg /devicequery wake_armedList wake-capable devices$0 (Windows Built-in)
powercfg /waketimersCheck the active wake timer.$0 (Windows Built-in)
powercfg /requestsCheck for sleep-blocking apps/drivers.$0 (Windows Built-in)
powercfg /sleepstudyAnalyze sleep transition patterns.$0 (Windows Built-in)

Visit fixtech.in for more Windows troubleshooting guides and tech repair tips – you will find detailed, step-by-step instructions there.


What points should be given special attention?

  • By using powercfg commands, Event Viewer, and adjusting specific settings, you can reliably determine whether your PC is waking up due to devices, wake timers, or scheduled maintenance/update tasks. Restricting wake permissions to trusted devices and disabling unnecessary wake timers makes sleep behavior predictable again.
  • Check USB devices – USB webcams, game controllers, or external drives can prevent the PC from sleeping.
  • Keep Windows updated – Microsoft releases bug fixes for sleep mode issues via updates.
  • Create a System Restore Point – This allows you to revert changes if something goes wrong.

FAQs – Sleep mode not working in Windows 11

Q1: Windows 11 sleep mode isn’t working; what should I do first?

First, run powercfg /lastwake and powercfg /requests in Command Prompt (Admin) to identify which device or app is waking the PC. Then, check the sleep timer under Settings > System > Power & battery > Screen and sleep. In most cases, sleep mode issues in Windows 11 can be resolved by disabling device wake permissions, turning off Fast Startup, or updating drivers.

Q2: My PC wakes up automatically two seconds after entering sleep mode – why?

Common causes include network adapters that support wake functions, USB devices keeping the system “busy,” active wake timers, incorrect drivers, or power settings that effectively disable sleep. In Device Manager, uncheck the “Allow this device to wake the computer” option for your mouse, keyboard, and network adapter.

Q3: Why is it important to disable Fast Startup?

Fast Startup allows the computer to boot up quickly after a full shutdown, but some older laptops and desktops do not support it well, which can lead to sleep mode issues in Windows 11. Go to Control Panel > Power Options > Choose what the power buttons do and uncheck “Turn on fast startup.”

Q4: powercfg /requests Shows an app preventing sleep – what should I do?

Close or update that app. One user discovered via powercfg /requests that YouCam365 was preventing their computer from sleeping; uninstalling YouCam365 resolved the issue. If the app is essential, update it or close it before putting the computer to sleep.

Q5: The network adapter is waking the PC, but I still need Wake-on-LAN – what should I do?

You can keep the “Allow this device to wake the computer” option checked while also selecting “Only Allow a Magic Packet to Wake Your Computer.” Wake-On-LAN will continue to function without allowing network traffic to wake the computer from sleep.

Q6: Tried everything, but sleep still isn’t working?

Reset the power plan (powercfg -restoredefaultschemes), update the BIOS/firmware, and update Windows. When sleep fails, something is usually preventing it – such as a wake-capable device, a specific setting, a driver, or a background task with a wake timer.


Final Thoughts

Windows 11 sleep mode not working – it might seem like a major issue, but in most cases, the solution is simple: identify the cause using powercfg commands, disable device wake permissions, turn off Fast Startup, and update drivers. Just remember – diagnose first, then apply the fix. The powercfg /lastwake and powercfg /requests commands are your best friends here. If anyone else is facing issues with Windows 11 sleep mode, do share this guide with them. And keep visiting fixtech.in for more helpful guides like this!


Scroll to Top