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-04-14T04:16:30+00:00

    I usually have sleep issues after a Microsoft update. My computer will not go to sleep. It keeps on turning back on shortly after I make it sleep. Here are the things I check first when this happens:

    • Ensure the "Turn on fast startup" checkbox is unchecked in Power Options. For some reason, this got enabled once after an update.
    • Check your keyboard and mouse power settings. From Control Panel, click on Mouse, then Hardware>Properties>Change Settings>Power Management. Ensure that the "Allow this device to wake the computer" box is unchecked. Do this for your keyboard also.

    When none of this works, here is what else I do:

    • Check the advanced power settings. Sometimes if there is something enabled in there that shouldn't be, it can cause an issue. If you haven't changed any of your settings recently, this may not be the problem. You could also try resetting these settings to default and see if that helps.

    After ALL of the above steps, my computer was still not sleeping. It was very annoying. I was determined to fix this issue, so I tried something else.

    When all of the above fails, try this:

    • Run command prompt as an administrator and type this:

    powercfg /systemsleepdiagnostics

    It will save a file to your hard drive, which you will have to locate to view it. It usually saves in C:\Windows\System32. The filename is system-sleep-diagnostics.html. This html file will tell you what potential software/devices, etc could be causing an issue. Look for any orange colored bars, which means there was a power request. This should locate what is preventing your computer from sleeping.

    After viewing the diagnostic file, I discovered that the Apple software updater was preventing my computer from sleeping! I confirmed this after updating iTunes, and my computer then finally went to sleep. I don't think I've ever had this issue before. Anyway, now it is fixed!

    I hope this helps.

    -Erika

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2019-05-13T23:48:40+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.

    Thanks dude, that worked!

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2019-05-29T11:19:55+00:00

    I was running into various problems which were preventing my machine from going into sleep it seems it was keyboard or some USB device.

    I face this so often that I wrote a simple program called systemsleeep which puts your computer to sleep if its not used for 15 mins (15 mins idle time) It doesnt put it to sleep if the screen is active to prevent it in cases your machine is playing videos music etc.

    Hope it helps and it works great for me if it helps you can download it from

    https://1drv.ms/f/s!AmaHAXM9ZhPhaYN972FkhyTLHO8

    it requires .net 4.5 or 4.0 i can recompile it to 2.0 if there is interest.

    Hope it helps

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2019-05-29T11:25:34+00:00

    I was running into various problems which were preventing my machine from going into sleep it seems it was keyboard or some USB device.

    I face this so often that I wrote a simple program called systemsleeep which puts your computer to sleep if its not used for 15 mins (15 mins idle time) It doesnt put it to sleep if the screen is active to prevent it in cases your machine is playing videos music etc.

    Hope it helps and it works great for me if it helps you can download it from

    https://1drv.ms/f/s!AmaHAXM9ZhPhaYN972FkhyTLHO8

    it requires .net 4.5 or 4.0 i can recompile it to 2.0 if there is interest.

    Hope it helps

    Simpliciti

    Was this answer helpful?

    0 comments No comments