Windows Won’t Sleep: Finding the App That’s Keeping It Awake
You finish work, close everything, and leave your Windows PC alone. The display turns off—but the computer itself stays awake. The fans keep running, the battery drains overnight, or the machine wakes up again seconds after entering sleep.
In many cases, Windows is not ignoring your sleep settings. An application, background process, driver, or connected device is actively requesting that the computer remain awake.
The good news is that Windows includes built-in tools that can usually identify the culprit.
First, Confirm Your Sleep Settings
Before looking for a troublesome application, check that Windows is actually configured to sleep.
In Windows 11:
- Open Settings.
- Select System.
- Choose Power & battery.
- Expand Screen and sleep.
- Set suitable times for the display to turn off and the device to enter sleep.
On a desktop PC, you will normally see options for when the computer is plugged in. Laptops also include separate settings for battery power.
If sleep is set to Never, Windows is behaving as configured. Change the setting and test the computer again.
If the settings already look correct, something may be preventing sleep.
Use Powercfg to Find What Is Keeping Windows Awake
The quickest diagnostic tool is a built-in command called powercfg.
Open Terminal as administrator:
- Right-click the Start button.
- Select Terminal (Admin).
- Approve the User Account Control prompt.
Then enter:
powercfg /requests
This command shows applications, services, drivers, and devices that are currently requesting that Windows remain awake.
The results are divided into categories such as:
DISPLAY
SYSTEM
AWAYMODE
EXECUTION
PERFBOOST
ACTIVELOCKSCREEN
If every category says None, there is no active request at that moment.
If something is listed, it may be the reason the PC will not sleep.
What the Results Mean
A result might look like this:
SYSTEM:
[PROCESS] \Device\HarddiskVolume3\Program Files\MediaApp\MediaApp.exe
An audio stream is currently in use.
This means a media application is telling Windows that audio is still playing.
You may also see entries relating to:
- A browser playing video or audio
- Microsoft Teams, Zoom, or another communications app
- A music or video player
- Backup software
- Cloud-sync applications
- Windows Update
- A network-sharing service
- A sound, graphics, USB, or network driver
Do not assume the named process is faulty. Sometimes it is legitimately keeping the machine awake because it is playing media, transferring files, installing updates, or supporting a live call.
The goal is to determine whether the request is expected.
Close the Suspected Application Properly
Once powercfg /requests identifies an application, close it and run the command again.
Be aware that closing a window does not always exit the application. Many programs continue running in the notification area beside the clock.
To close one fully:
- Look for its icon in the system tray.
- Right-click it.
- Select Exit, Quit, or Close.
You can also open Task Manager with:
Ctrl + Shift + Esc
Find the application under Processes, select it, and choose End task.
Run this again:
powercfg /requests
If the entry disappears and the computer now sleeps, you have found the cause.
Check Your Browser Tabs
Browsers are frequent causes of sleep problems.
A tab may be:
- Playing audio silently
- Streaming video
- Running a web meeting
- Displaying a presentation
- Using a screen-wake feature
- Hosting a browser extension that prevents sleep
Check for speaker icons on browser tabs and close any media-heavy sites.
Extensions can also interfere. Temporarily disable extensions connected with:
- Video playback
- Screen recording
- Remote access
- Download management
- Productivity timers
- Presentation modes
Restart the browser and test sleep again.
Check Which Devices Can Wake the Computer
Sometimes the PC enters sleep correctly but wakes up immediately. In that situation, the problem may be a device rather than an application.
Run:
powercfg /lastwake
This displays the most recent event that woke the computer.
You can also list devices that are currently allowed to wake it:
powercfg /devicequery wake_armed
Common results include:
- Mouse
- Keyboard
- Network adapter
- Bluetooth adapter
- USB controller
A sensitive mouse can wake a computer because of tiny movements or vibration. A network adapter may wake it because of Wake-on-LAN activity.
Stop a Device from Waking the PC
Open Device Manager, locate the relevant device, and open its properties.
Under the Power Management tab, look for:
Allow this device to wake the computer
Clear the box and select OK.
This option is commonly available for mice, keyboards and network adapters, although not every device or driver exposes it.
Be careful when disabling wake access for a keyboard on a desktop PC. You may need to use the power button to wake the machine instead.
Check Wake Timers
Windows can schedule wake events for maintenance, updates and other tasks.
To view active wake timers, run:
powercfg /waketimers
You can control wake timers through the advanced power settings:
- Open Control Panel.
- Select Hardware and Sound.
- Choose Power Options.
- Select Change plan settings beside the active plan.
- Choose Change advanced power settings.
- Expand Sleep.
- Expand Allow wake timers.
You can disable wake timers completely, or allow only important timers where that option is available.
Disabling them may affect scheduled maintenance or update behaviour, so it is usually better to identify the specific task first.
Use Event Viewer to Investigate Unexpected Wake-Ups
Event Viewer can provide additional evidence when the PC wakes at a particular time.
Open the Start menu, search for Event Viewer, and navigate to:
Windows Logs > System
Look for events from the Power-Troubleshooter source.
These records may show:
- When the PC entered sleep
- When it woke
- What Windows believed caused the wake event
You can use Filter Current Log to narrow the results and make the relevant events easier to find.
Generate a Sleep Study Report
Some Windows laptops and modern standby devices support a more detailed report called SleepStudy.
Run:
powercfg /sleepstudy
Windows creates an HTML report showing sleep sessions, energy use and components that remained active.
The report is normally saved in the current command location, or Windows will display the full output path.
SleepStudy is particularly useful when a laptop appears to sleep but loses a large amount of battery while closed.
Create a General Power Report
Another useful diagnostic command is:
powercfg /energy
Windows monitors the system for about 60 seconds and then creates an HTML report.
For better results:
- Close your applications.
- Leave the computer idle.
- Run the command as administrator.
- Wait for the analysis to finish.
The report may identify:
- Power-management errors
- Drivers preventing low-power states
- USB devices that do not suspend correctly
- Processes using excessive processor time
- Incorrect timer settings
Not every warning is responsible for the sleep problem, but the report can reveal wider power-management issues.
Check Media Sharing Settings
Windows can deliberately remain awake while sharing media with other devices.
Open the advanced power settings and check:
Multimedia settings > When sharing media
Depending on the system, you may see options such as:
- Prevent idling to sleep
- Allow the computer to sleep
- Allow away mode
Choose the setting that matches how the computer is used.
A machine acting as a media server may need to remain awake. A normal office laptop usually does not.
Update the Drivers Most Likely to Cause Sleep Problems
Sleep problems are often related to drivers, particularly after a Windows update or hardware change.
Prioritise updates for:
- Graphics
- Chipset
- Network adapter
- Bluetooth
- Audio
- USB controller
- Storage controller
Use drivers from the PC or component manufacturer where possible. Avoid random driver-download websites and automated driver tools from unknown vendors.
For business machines, firmware and BIOS updates may also improve sleep reliability, but they should be installed carefully and with power connected.
Check for Background Tasks
Applications may run scheduled jobs even when their main window is closed.
Common examples include:
- Backup utilities
- Cloud-sync tools
- Security scans
- Game launchers
- Remote-access software
- Printer utilities
- Hardware monitoring tools
- Update assistants
Use Task Manager’s Startup apps section to disable unnecessary programs temporarily.
Restart the computer and test sleep again. If the problem disappears, re-enable items one at a time until the behaviour returns.
This is slower than powercfg /requests, but it is useful when the offending task appears only occasionally.
Should You Use a Power Request Override?
Windows supports a command that can tell it to ignore a particular application or driver’s request:
powercfg /requestsoverride
However, this should be treated as a last resort.
An override can force Windows to sleep while an application is:
- Writing a file
- Performing a backup
- Installing an update
- Streaming media
- Supporting a remote session
- Completing a critical background task
That can interrupt work or cause unexpected behaviour.
It is usually better to fix, update, reconfigure, or remove the application responsible rather than suppressing its request globally.
A Sensible Diagnostic Order
When a Windows PC refuses to sleep, work through the problem in this order:
- Confirm that sleep is enabled in Settings.
- Run powercfg /requests.
- Close the process listed and test again.
- Run powercfg /lastwake if the PC sleeps and immediately wakes.
- Check powercfg /devicequery wake_armed.
- Review wake timers.
- Inspect Power-Troubleshooter events.
- Update chipset, graphics, network and audio drivers.
- Test with non-essential startup applications disabled.
- Use SleepStudy or the energy report for deeper investigation.
This approach is safer and faster than randomly changing power settings.
When the PC Still Will Not Sleep
If no active requests are shown and the problem continues, possible causes include:
- A damaged power plan
- A defective or outdated driver
- BIOS or firmware problems
- Modern Standby incompatibility
- USB hardware repeatedly reconnecting
- Corrupted Windows system files
- Third-party security or management software
- A scheduled task that appears only briefly
At this point, the next steps may include creating a fresh power plan, testing a clean boot, repairing Windows system files, updating firmware, or examining detailed event logs.
Need Help Finding What Is Keeping Your PC Awake?
Sleep problems can look minor, but they often lead to flat laptop batteries, unnecessary electricity use, excess heat and interrupted updates. For businesses, they can also indicate a deeper driver, device-management or configuration issue affecting multiple computers.
Hamilton Group can investigate recurring Windows power problems, identify troublesome applications and drivers, and apply a reliable fix without disrupting important business software.
Call 0330 043 0069 or visit hgmssp.com to speak with one of our IT experts.