Share via

My PC randomly wakes up Every Single Time I put it to sleep

Anonymous
2018-01-07T05:59:24+00:00

So every time I put Windows 7 to sleep it wakes up time after time. I have unchecked "Allow this device to wake the computer" for ALL of the devices, and I even prevented all scheduled tasks rom waking my computer. And a whole other things... and my computer still wakes up when it's not supposed to. I have no earthly idea what still causes my computer to wake up from sleep (EVEN HIBERNATION), apparently. What else can I do .....?

[Moved from: Windows / Windows 7 / Other Windows apps]

Windows for home | Previous Windows versions | Windows update

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

5 answers

Sort by: Most helpful
  1. Anonymous
    2018-01-07T17:47:58+00:00

    Hello,

    We would like to know more information on why your computer wakes up even in sleep mode so that we isolate the issue. Have you made any recent changes prior to this issue?

    Since you already tried unchecking the said option. Let us try to check what is triggering the computer to wake up and disable it. Just follow these steps:

    1. Press the Windows key on your keyboard and type CMD in the Start Search box, right-click CMD, and click Run as administrator.
    2. In the Command Prompt window, type in the following command: Powercfg -devicequery wake_armed
    3. To disable a specific device from waking the computer, run the following command: Powercfg -devicedisablewake "devicename"

    Note: Make sure to replace the devicename placeholder with the name of the device that you want to disable. You can refer to the screenshot below for reference:

    If the issue still occurs after you disable one device, disable the devices in the list one by one until you determine which device is causing the issue. If you want to re-enable a device to wake the computer, run the following command: Powercfg -deviceenablewake "devicename"

    Let us know how it goes after performing the troubleshooting steps.

    Regards.

    If you think this was useful, you may "mark it as an answer" to help those who are facing the same problem.

    4 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-01-20T18:00:42+00:00

    @Jay Jap I already tried this and it did not help! (Did you not read that I DID prevent them from waking up my PC?)

    @ElderN I went through ALL the tasks and not a single one had "Wake up computer to run this task" checked. Also Powercfg -lastwake did NOT show me any times computer has woke up!

    @ViggoB I disabled wake-up timers and it did not help!! So what will be my very next solution?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2018-01-25T16:45:16+00:00

    Hi,

    This might be caused by corrupted power plan settings. If the above steps did not work, let's try a different workaround. Try restoring the power plan to default settings and see if it helps. Follow the steps below:

    1. Click Start.
    2. In the Search programs and files box, type cmd.
    3. Right-click CMD, and then click Run as administrator.
    4. At the command prompt, type powercfg -restoredefaultschemes, and then press ENTER.
    5. At the command prompt, type exit to exit the Command Prompt window.
    6. Restart the computer.

    Once done, check if the same issue will still occur.

    Should you need further assistance, feel free to post your query anytime.

    0 comments No comments
  4. Anonymous
    2018-01-08T14:45:34+00:00

    I have had the same problem with my PC after having installed a SSD drive. Things are described in Danish on my PC, so i can have problems in explain how i managed this problem.

    You go to control panel - System settings - Power controls - change settings - advanced power controls

    Here is a control called" slumre" i Danish - it might be hypernate. In this you have to deactivate wake-up timers.

    This should solve problem.

    0 comments No comments
  5. Anonymous
    2018-01-08T13:51:28+00:00

    You can use the 'powercfg' command from a command prompt window and the Event Viewer System log to get clues about why the system last woke up from sleep.

    If it is a Scheduled Task the powercfg command and the Event Viewer System log will tell you what task woke the computer.

    Here are some examples:

    Open a Command Prompt windows as Administrator like this:

    Then type this command followed by the Enter key:

    powercfg   -lastwake

    I created a Scheduled Task called 'Command Prompt' and it woke my system from Sleep so the powercfg command reveals:

    Then you can look in the Event Viewer System log for an Event from source Power-Troubleshooter and where the Event ID is 1:

    If the system woke from a keyboard stroke the information will read like this:

    Wake History Count - 1

    Wake History [0]

      Wake Source Count - 1

      Wake Source [0]

        Type: Device

        Instance Path: ACPI\PNP0C0C\aa

        Friendly Name:

        Description: ACPI Power Button

        Manufacturer: (Standard system devices)

    System Event ID 1 from Source Power-Troubleshooter says:

    The system has resumed from sleep.

    Sleep Time: ?2017?-?09?-?27T07:50:51.457200000Z

    Wake Time: ?2017?-?09?-?27T07:50:58.732400000Z

    Wake Source: Device -ACPI Power Button

    If the system woke from a mouse click the information will read like this:

    Wake History Count - 1

    Wake History [0]

      Wake Source Count - 1

      Wake Source [0]

        Type: Device

        Instance Path: HID\VID_046D&PID_C077\6&28d66f47&0&0000

        Friendly Name:

        Description: HID-compliant mouse

        Manufacturer: Microsoft

    And the Event Viewer log will show:

    The system has resumed from sleep.

    Sleep Time: ‎2017‎-‎09‎-‎27T08:56:52.249400000Z

    Wake Time: ‎2017‎-‎09‎-‎27T08:56:57.780200000Z

    Wake Source: Device -HID-compliant mouse

    So when you find your system running from Sleep you need to use the powercfg command and/or Event Viewer System log to tell you what woke it.

    0 comments No comments