📎 AI Summary:
The thread discusses an issue where the user's computer fails to stay quiet and asleep, as it resumes making noise after entering sleep mode. The original poster is seeking help to understand why this happens despite disabling hybrid sleep. A respondent suggests using specific command-line tools (powercfg commands) to diagnose which devices or processes might be preventing proper sleep.

weiss713

New Member
Joined
Jul 2, 2016
Messages
1
Thread Author #1
The sleep mode on my computer doesn't work properly. I go to Start->Power->Sleep and the computer turns completely silent (like it should), but after a few minutes it begins making noise.

Why?

I have tried to turn off "hybrid sleep mode", but with no luck.
 

Solution
Open an elevated command prompt and run the following
  • powercfg /lastwake (this will tell you what device woke the system from sleep last
  • powercfg /devicequery wake_armed (this will tell you which devices can wake your system)
  • powercfg /requests (This will list any service, process or driver that is blocking sleep)
You may also want to run powercfg /A to see which sleep states your computer supports

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
Open an elevated command prompt and run the following
  • powercfg /lastwake (this will tell you what device woke the system from sleep last
  • powercfg /devicequery wake_armed (this will tell you which devices can wake your system)
  • powercfg /requests (This will list any service, process or driver that is blocking sleep)
You may also want to run powercfg /A to see which sleep states your computer supports
 

Solution