This tutorial will help show you how to find the wake source for what woke up your Windows 11 computer from a sleep or hibernate state.
When you put your computer to sleep or hibernate, many sources (ex: device or wake timers) can wake the computer.
References:
Powercfg command-line options
You can use the powercfg.exe tool to control power schemes (also named power plans) to use the available sleep states, to control the power states of individual devices, and to analyze the system for common energy-efficiency and battery-life problems.
docs.microsoft.com
Modern Standby Wake Sources
This topic outlines scenarios where devices in a PC must wake the processor.
docs.microsoft.com
Transitioning between idle and active states
During modern standby, Windows periodically transitions the SoC platform from idle mode to active mode to perform value-adding tasks.
learn.microsoft.com
Contents
- Option One: Find Last Wake Source using Command
- Option Two: Find Wake Sources in Event Viewer
1 Open Windows Terminal, and select either Windows PowerShell or Command Prompt.
2 Copy and paste the command below into Windows Terminal, and press Enter. (see screenshots below)
powercfg /lastwake
3 The output will now report information about what woke the system from the last sleep transition.
A "USB Controller" can be for a device (ex: wireless mouse) connected to the USB port.
1 Open Event Viewer (eventvwr.msc).
2 Perform the following steps in the left pane of Event Viewer: (see screenshot below)
- Expand open Windows Logs.
- Click on System to open it in the middle pane.
- Right click on System, and click/tap on Filter Current Log.
3 Check Kernel-Power and Power-Troubleshooter in the Event sources drop menu. (see screenshots below)
4 Click/tap on an empty area in the "Filter Current Log" dialog to close the drop menu, and click/tap on OK. (see screenshot below)
5 You can now click/tap on an event log in the middle pane of Event Viewer to see its wake source. (see screenshots below)
Kernel-Power logs with Event ID 507 can help reveal if a Modern Standby device may have woken from Connected Standby.
Power-Troubleshooter logs can help ID wake sources like devices or timers.
That's it,
Shawn Brink
Related Tutorials
- Get List of Devices that Support Waking Computer in Windows 11
- Enable or Disable Device to Wake Computer in Windows 11
- Enable or Disable Wake on LAN (WOL) in Windows 11
- Find Wake Timers in Windows 11
- Enable or Disable to Allow Wake Timers in Windows 11
- Enable or Disable Network Connectivity in Modern Standby in Windows 11
- Change Lid Open Action in Windows 11
Last edited: