How to Enable Wake Timers in Windows 11
This guide explains how to turn wake timers on or off in Windows 11.
Understanding Wake Timers in Windows 11
Wake timers are small instructions that tell your computer to wake up from sleep or hibernation at a specific time.
Why do this? You might want your PC to wake up automatically to run maintenance, install updates, or perform backups while you are away.
What happens when done? Your computer will automatically exit its power-saving state to complete these tasks, then return to sleep if configured to do so.
Modern Standby vs. S3 Sleep: Why Wake Timers Fail
Many users find that wake timers do not work as expected. This is often due to Modern Standby (also called S0 Low Power Idle). Unlike traditional S3 Sleep, which cuts power to most components, Modern Standby keeps your system in a low-power state similar to a smartphone. Modern Standby often ignores traditional wake timers to preserve battery life. If your system uses Modern Standby, you may need to rely on the Task Scheduler to force specific events.
How to Check Wake Timers via Command Line
You can verify if any tasks are currently scheduled to wake your computer using the Command Prompt. Requires admin privileges.
powercfg /waketimers
If the list is empty, no tasks are currently set to wake your PC. To see which devices are allowed to wake your computer, use this command:
powercfg /devicequery wake_armed
How to Enable Wake Timers in Windows 11
Follow these steps to adjust your power management settings. Requires admin privileges.
1. Open the Control Panel.
2. Go to Hardware and Sound > Power Options.

3. Click Change plan settings next to your active plan, then select Change advanced power settings.


4. Expand Sleep, then Allow wake timers.
5. Set both On battery and Plugged in to Enable.

6. Click OK to save.
Using Task Scheduler for Automated Backups
To ensure a task wakes your PC, you must configure it in the Task Scheduler. Open the app, create a new task, and under the Conditions tab, ensure the box Wake the computer to run this task is checked. This is the most reliable way to ensure your PC wakes for specific jobs.
Summary
- Wake timers allow your PC to wake from sleep for scheduled tasks.
- Modern Standby may prevent traditional wake timers from functioning.
- Use
powercfg /waketimersto verify active schedules. - Configure tasks in Task Scheduler to ensure they have permission to wake the system.
- Always check your power plan settings in the Control Panel to ensure wake timers are enabled.
Why do my wake timers not work in Windows 11?
Wake timers often fail because your computer is using Modern Standby instead of traditional S3 sleep. Additionally, individual device power management settings or group policies may override your settings. Always check if your specific hardware supports wake timers by running the powercfg command in your terminal.
How do I check what device woke my computer last?
You can identify the last wake source by opening the Command Prompt as an administrator and typing: powercfg /lastwake. This command will display the specific device or process that triggered the most recent wake event, helping you troubleshoot unexpected wake-ups.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!