Computer keeps waking up from sleep/hibernation


  1. Posts : 8
    Windows 10 Pro
       #1

    Computer keeps waking up from sleep/hibernation


    Winver: 19041.572

    Allow wake timers is off in power options.

    I made it hibernate yesterday around 5AM and look at how many times it woke up and went back to sleep:

    I ran this command on powershell "Get-WinEvent -Providername Microsoft-Windows-Power-Troubleshooter -MaxEvents 5 | Format-List TimeCreated,Message"

    TimeCreated : 10/18/2020 10:08:59 AM
    Message : The system has returned from a low power state.

    Sleep Time: ‎2020‎-‎10‎-‎18T13:53:44.767008300Z
    Wake Time: ‎2020‎-‎10‎-‎18T14:08:59.458164000Z

    Wake Source: Unknown <---- All are unknown

    TimeCreated : 10/18/2020 9:33:28 AM
    Message : The system has returned from a low power state.

    Sleep Time: ‎2020‎-‎10‎-‎18T13:18:14.481830300Z
    Wake Time: ‎2020‎-‎10‎-‎18T13:33:27.563907500Z

    Wake Source: Unknown

    TimeCreated : 10/18/2020 8:57:58 AM
    Message : The system has returned from a low power state.

    Sleep Time: ‎2020‎-‎10‎-‎18T12:42:43.693269100Z
    Wake Time: ‎2020‎-‎10‎-‎18T12:57:57.307187900Z

    Wake Source: Unknown

    TimeCreated : 10/18/2020 8:22:27 AM
    Message : The system has returned from a low power state.

    Sleep Time: ‎2020‎-‎10‎-‎18T12:07:13.485510500Z
    Wake Time: ‎2020‎-‎10‎-‎18T12:22:26.675844100Z

    Wake Source: Unknown

    TimeCreated : 10/18/2020 7:46:57 AM
    Message : The system has returned from a low power state.

    Sleep Time: ‎2020‎-‎10‎-‎18T11:31:42.623408600Z
    Wake Time: ‎2020‎-‎10‎-‎18T11:46:56.936104000Z

    Wake Source: Unknown


    I have to completely shut down the computer to keep it off.

    I ran this other command:

    Get-ScheduledTask | where {$_.settings.waketorun}

    TaskPath TaskName State
    -------- -------- -----
    \Microsoft\Windows\.NET Framework\ .NET Framework NGEN v4.0.30319... Disabled
    \Microsoft\Windows\.NET Framework\ .NET Framework NGEN v4.0.30319... Disabled
    \Microsoft\Windows\InstallService\ WakeUpAndContinueUpdates. Disabled
    \Microsoft\Windows\InstallService\ WakeUpAndScanForUpdates Disabled
    \Microsoft\Windows\Media Center\ mcupdate_scheduled Ready<----
    \Microsoft\Windows\Media Center\ StartRecording Ready<----
    \Microsoft\Windows\SharedPC\ Account Cleanup Disabled
    \Microsoft\Windows\UpdateOrchestrator\ AC Power Install Ready<----
    \Microsoft\Windows\UpdateOrchestrator\ Backup Scan Ready<----
    \Microsoft\Windows\UpdateOrchestrator\ Reboot Ready <----
    \Microsoft\Windows\UpdateOrchestrator\ Reboot_AC Disabled
    \Microsoft\Windows\UpdateOrchestrator\ Universal Orchestrator Start Ready<----


    How do I disable these and can I disable them? Any other solutions?

    I just did this:

    Computer keeps waking up from sleep/hibernation-pic.png

    Per this page:
    Windows 10 May 2019 update (1903) breaking sleep - Hacker's ramblings

    Not sure if that will work.

    - - - Updated - - -

    It didn't work. Just went had lunch and it was on when I came back.
      My Computer


  2. Posts : 5,328
    Windows 11 Pro 64-bit
       #2

    Execute powercfg /lastwake command to identify the event or device that is responsible for the last waking process. Once the results are shown, check the “Instance Path:” to see where it originated from (the USB or PCI port for instance) and look under “Type:” for the nature of the cause, typically a device or a wake timer.

    Execute powercfg /devicedisablewake “Intel(R) USB 3.0 eXtensible Host Controller - 1.0 (Microsoft)” command to disable wake for the device.

    If above command wont work, head into your device manager by holding down the Windows-key + R and enter “devmgmt.msc”. In the device manager, search for the the device in question, right-click it and select “Properties”. Then simply switch to the “Power Management” tab and uncheck the box for “Allow this device to wake the computer”.
      My Computer


  3. Posts : 8
    Windows 10 Pro
    Thread Starter
       #3

    FreeBooter said:
    Execute powercfg /lastwake command to identify the event or device that is responsible for the last waking process. Once the results are shown, check the “Instance Path:” to see where it originated from (the USB or PCI port for instance) and look under “Type:” for the nature of the cause, typically a device or a wake timer.

    Execute powercfg /devicedisablewake “Intel(R) USB 3.0 eXtensible Host Controller - 1.0 (Microsoft)” command to disable wake for the device.

    If above command wont work, head into your device manager by holding down the Windows-key + R and enter “devmgmt.msc”. In the device manager, search for the the device in question, right-click it and select “Properties”. Then simply switch to the “Power Management” tab and uncheck the box for “Allow this device to wake the computer”.
    powercfg /lastwake doesn't show the source because, like I showed, it's "unknown". This is all I get:

    powercfg /lastwake
    Wake History Count - 1
    Wake History [0]
    Wake Source Count - 0
      My Computer


  4. Posts : 1,592
    win10 home
       #4

    Have you run---sfc /scannow---and---dism /online /cleanup-image /restorehealth---to fix any file corruption?
    Your report shows a few "disabled" items which might not be the correct selection.
      My Computer


  5. Posts : 5,328
    Windows 11 Pro 64-bit
       #5

    Perform clean boot state to see any startup programs or services causing the wake problem.

    Perform a Clean Boot in Windows 10 to Troubleshoot Software Conflicts
      My Computer


  6. Posts : 1,807
    Windows 10 Pro 21H1 19043.1348
       #6

    Draobyek said:
    powercfg /lastwake doesn't show the source because, like I showed, it's "unknown". This is all I get:

    powercfg /lastwake
    Wake History Count - 1
    Wake History [0]
    Wake Source Count - 0


    Hi Draobyek, why not have a look in the Event Viewer and see if there's anything interesting captured just before those restart time stamps?

    Search and launch the Event Viewer from the taskbar search.


    Computer keeps waking up from sleep/hibernation-1018-event-viewer.jpg



    Expand Custom Views and then click Administrative Events. You can expand the event window by placing your mouse cursor on the bottom of the window, left-clicking and pull down. It's faster/easier to locate specific date/times with a larger window.
    Scroll down to the date/time immediately before the restart times you had captured.


    Computer keeps waking up from sleep/hibernation-1018b-event-viewer-custom-admin.jpg
      My Computer


  7. Posts : 8
    Windows 10 Pro
    Thread Starter
       #7

    joeandmarg0 said:
    Have you run---sfc /scannow---and---dism /online /cleanup-image /restorehealth---to fix any file corruption?
    Your report shows a few "disabled" items which might not be the correct selection.
    It fixed some conflicts but it had no effect on the problem.
      My Computer


  8. Posts : 1,592
    win10 home
       #8

    Would you consider using Macrium Reflect,free or paid,to make an image on an external usb drive,then when completed,disconnect it?These hdd are now quite cheap and are perfect for this situation.
    Then do a clean install of Win 10,using Media Creation Tool .
    The fact you have disabled entries for Net Framework is puzzling and not knowing precisely what actions you performed,then a clean install seems preferable.
      My Computer


  9. Posts : 1,862
    Windows 10 Pro 2004 20H1
       #9

    Run the following in an elevated Command prompt, and post the results -

    Power config options -

    powercfg /a


    Devices set to wake the computer -

    powercfg /devicequery wake_armed


    Scheduled tasks set to wake the computer -

    powercfg /waketimers
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 17:42.
Find Us




Windows 10 Forums