The described steps are a valid way to diagnose and stop a scheduled task from waking a Windows 11 PC, and they align with how Windows sleep and wake sources work.
Key points that match Windows behavior:
-
powercfg /waketimersis the correct tool to see which scheduled tasks have active wake timers. If it reports a task such asNT TASK\HP\HP Print Scan Doctor\Printer Health Monitor, that task is allowed to wake the PC. -
powercfg /sleepstudyis a supported way to generate a SleepStudy report on Modern Standby–capable systems. The report shows sleep sessions and wake reasons, including tasks and processes that frequently bring the system out of low-power states. This matches the documented use of SleepStudy to analyze wake behavior and “exit reasons.” - Scheduled tasks can be configured to wake the computer. Clearing the “Wake the computer to run this task” option in Task Scheduler removes that wake capability while still allowing the task to run whenever the PC is already awake. This is a standard and safe way to prevent a specific task from waking the device.
- After changing the task’s conditions, running
powercfg /waketimersagain is the correct way to verify that no wake timer for that task remains.
If the PC still wakes unexpectedly after this change, other wake sources (for example, network activity or maintenance tasks) can be analyzed using the SleepStudy report and wake source documentation for Modern Standby systems.
References: