Skip to content
Follow
Windows

How to Enable Wake Timers in Windows 11

Richard
Written by
Richard
Dec 17, 2021 Updated Jul 11, 2026 3 min read
How to Set Max Recording Length in Windows 11 Gameplay Captures
How to Set Max Recording Length in Windows 11 Gameplay Captures

Scheduled maintenance and automated backups require reliable hardware states, which is where wake timers come in.

⚡ Quick Answer

Enable wake timers by opening Control Panel , navigating to Hardware and Sound Power Options, changing plan settings, and setting “Allow wake timers” to Enable under Sleep. If this doesn’t work, use Task Scheduler to ensure your tasks can wake the computer.

Understanding Wake Timers in 🪟 Windows 11

Think of wake timers in Windows 11 as alarms for your PC. They can bring your computer out of sleep or hibernation mode, allowing Windows to run important tasks like updates or backups even when you’re away. It’s a neat way to have your computer handle background work without manual intervention.

Why do this? Maybe you need your PC to automatically run maintenance, install updates , or do backups while you’re not around.

Wake timers automatically wake your Windows 11 computer from sleep mode to complete scheduled tasks. After finishing scheduled tasks, the computer returns to sleep mode if configured to do so.

Modern Standby vs. S3 Sleep: Why Wake Timers Fail

Hardware power management often blocks these triggers. Modern Standby (a newer, low-power sleep state) frequently overrides traditional S3 Sleep (a deeper power-saving mode), causing wake timers to fail.

How to Check Wake Timers via Command Line

Command Prompt offers a quick way to inspect active schedules. Open the Command Prompt and type the command ‘powercfg /waketimers’. This will show you a list of any scheduled tasks that are set to wake your PC up.

💻Code
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:

💻Code
powercfg /devicequery wake_armed

How to Enable Wake Timers in 🪟 Windows 11

Activating this feature requires digging into the legacy Control Panel to modify advanced power plan rules.

1. Open the Control Panel.

2. Go to Hardware and Sound > Power Options.

Windows 11 Control Panel Hardware and Sound settings
windows 11 contorl panel hardware and sound group
Windows 11 Power Options selection in Control Panel
windows 11 power options select

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

Change plan settings in Windows 11 Power Options
windows 11 control panel change plan settings
Advanced power settings in Windows 11 Control Panel
windows 11 change advanced power settings

4. Expand Sleep, then Allow wake timers.

5. Set both 'On battery' and 'Plugged in' to 'Enable'.

windows 11 enable wake timers
windows 11 enable wake timers

6. Click OK to save.

Using Task Scheduler for Automated Backups

⚠️Warning
To make sure a task can wake your computer, you need to set it up in the Windows 11 Task Scheduler and check a specific box.

Summary

  • Wake timers allow your PC to wake from sleep for scheduled tasks.
  • Modern Standby may prevent traditional wake timers from functioning.
  • Use powercfg /waketimers to 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?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 Related Tutorials

How to Check Modern Standby Support on Windows 11
Windows How to Check Modern Standby Support on Windows 11
Windows 11 Control Panel Shortcuts Guide
Windows Windows 11 Control Panel Shortcuts Guide
How to Enable Networking in Windows 11 Sandbox
Windows How to Enable Networking in Windows 11 Sandbox
Where Are Windows Automatic Maintenance Tasks in Windows 11?
Windows Where Are Windows Automatic Maintenance Tasks in Windows 11?

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *