Windows 10 won't go to sleep after recent fall update

Anonymous
2018-01-16T23:07:44+00:00

Have checked there are no active wake timers Turned off wake via Ethernet and all drivers/BIOS seem up to date. Any suggestion as to why this is happening and is this a known bug requiring a patch? Also via powercfg no application are preventing sleep

*Modified title for accuracy*

*Original title: Desktop Computer won't go to sleep after recent fall update the PC will close the screen but immediately go to log on screen*

Windows for home | Windows 10 | Sleep and Power on, off

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2018-06-08T15:28:31+00:00

I too had a similar issue. I'm posting because this thread is one of the top results Google gives for Windows 10 sleep problems.

The solution that worked for two computers I had that were not sleeping was as follows:

  • Run an admin command prompt
  • powercfg -requests
    • This command lists all processes or services currently running that are preventing the computer from sleeping. The list is helpfully broken down by categories. One of my affected computers had sleep blocked by the IncrediBuild component of Visual Studio, the other by a different TSR program.

Was this answer helpful?

100+ people found this answer helpful.
0 comments No comments

76 additional answers

Sort by: Oldest
  1. Anonymous
    2019-07-26T23:15:52+00:00

    Absolutely nothing to do with the forbidden tana leaf.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2019-10-13T02:21:52+00:00

    I too had a similar issue. I'm posting because this thread is one of the top results Google gives for Windows 10 sleep problems.

    The solution that worked for two computers I had that were not sleeping was as follows:

    • Run an admin command prompt
    • powercfg -requests
      • This command lists all processes or services currently running that are preventing the computer from sleeping. The list is helpfully broken down by categories. One of my affected computers had sleep blocked by the IncrediBuild component of Visual Studio, the other by a different TSR program.

    Would Windows Search be preventing sleep timer?

    I can manually enter sleep, just not via timer set in power options.

    C:\WINDOWS\system32>powercfg -requests

    DISPLAY:

    None.

    SYSTEM:

    None.

    AWAYMODE:

    None.

    EXECUTION:

    [SERVICE] \Device\HarddiskVolume6\Windows\System32\SearchIndexer.exe (WSearch)

    Windows Search is indexing

    PERFBOOST:

    None.

    ACTIVELOCKSCREEN:

    None.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2019-10-13T06:26:54+00:00

    This problem has self-healed itself for me. But a question with regards to Paul's findings with the following: 

    EXECUTION: [SERVICE] Device\HarddiskVolume6\Windows\System32\SearchIndexer.exe (WSearch) 

    Windows Search is indexing

    If perchance this is an issue, how would one stop that execution? What scares me with this thread, is the vast amount of replies rolling in. Should we expect a reply anytime within the next two to three years?

    For those who do not see this question, those ones should contact the moderator immediately.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2019-10-30T16:09:23+00:00

    I too had a similar issue. I'm posting because this thread is one of the top results Google gives for Windows 10 sleep problems.

    The solution that worked for two computers I had that were not sleeping was as follows:

    • Run an admin command prompt
    • powercfg -requests
      • This command lists all processes or services currently running that are preventing the computer from sleeping. The list is helpfully broken down by categories. One of my affected computers had sleep blocked by the IncrediBuild component of Visual Studio, the other by a different TSR program.

    I did this and found this:

    "C:\WINDOWS\system32>powercfg -requests

    DISPLAY:

    None.

    SYSTEM:

    [DRIVER] NVIDIA High Definition Audio (HDAUDIO\FUNC_01&VEN_10DE&DEV_0083&SUBSYS_145836FE&REV_1001\5&1d6e7f53&0&0001)

    An audio stream is currently in use.

    [DRIVER] USB Audio Device (USB\VID_0951&PID_16A4&MI_00\6&3321d09b&0&0000)

    An audio stream is currently in use.

    [DRIVER] Legacy Kernel Caller

    AWAYMODE:

    None.

    EXECUTION:

    None.

    PERFBOOST:

    None.

    ACTIVELOCKSCREEN:

    None.

    C:\WINDOWS\system32>"

    I did some checking and those drivers listed under SYSTEM is my USB headset (HyperX Cloud II); it says "None" when I unplug the headset. Although, I don't understand why this would be preventing sleep.

    1. The "allow computer to sleep" under the multimedia section, as many have talked about here already, is selected.
    2. This problem hasn't occured until recently. I have had this headset for almost 2 years and only now is my PC having an issue with sleeping after idle (been using Win10 the entire time as well).

    Was this answer helpful?

    0 comments No comments