PC Wake timers not disabled

Bryan L 0 Reputation points
2025-08-03T11:11:51.7433333+00:00

Computer keeps waking from sleep (live chat is not helpful)

Steps i've done:
Disabled wake timers for power settings (even settings i'm not using)
Checked powercfg lastwake / wakearmed to verified no devices are enabled for waking from sleep
Checked device manager and removed every device option for waking pc (internet, mice, keyboard, etc.)
Gone through every task scheduler and either switched from schedule to on-login, removed 'wake this pc' checkboxes (if possible), and any 'run when network connection' available. For every task (scheduled or not)

However one scheduler (orchestrator) is unable to be edited (i assume protected by windows11). And is set to wake PC every 6 hours.

How do i prevent my pc from waking. I just want it to sleep, and not hear it start up every 2-6 hours in sleep mode without shutting down.

Windows for home | Windows 11 | Sleep and Power on, off
0 comments No comments

2 answers

Sort by: Oldest
  1. Lychee-Ng 28,125 Reputation points Microsoft External Staff Moderator
    2025-08-04T14:35:58.5433333+00:00

    Hi Bryan L,

    Welcome to Microsoft Q&A!

    I'm sorry to hear your PC keeps unexpectedly waking from sleep despite disabling wake timers. I understand how frustrating it is, especially after thorough troubleshooting and checking all scheduled tasks. From your description, you've already done everything right, and the remaining issue appears to be tied to a protected system task (Orchestrator). Here’s what you can try next:

    1 - Handle protected Orchestrator Tasks

    • Open Task Scheduler > Microsoft > Windows > UpdateOrchestrator
    • Right-click the task (e.g., Reboot, Maintenance) > Properties
    • Uncheck Wake the computer to run this task if available
    • If that still doesn't work > Control Panel > Security and Maintenance
    • Open Maintenance > Change maintenance settings
    • Uncheck Allow scheduled maintenance to wake up my computer at the scheduled time
    • Temporarily pause Windows Update if needed.

    2 - Revoke access to Orchestrator:

    • Open File Explorer > navigate to (or find your PC's path to Orchestrator): C:\Windows\System32\Tasks\Microsoft\Windows\UpdateOrchestrator
    • Denying the SYSTEM security principal access.
    • Put an empty file there named Schedule Wake To Work

    3 - Disable Wake on LAN in BIOS/UEFI

    • Restart your PC > enter BIOS/UEFI by pressing F2, F12, or Del (depending on the model)
    • Disable Wake on LAN
    • Enable ErP Ready (cuts power to USB/network in sleep)

    Disclaimer: Microsoft provides no assurances and/or warranties, implied or otherwise, and is not responsible for the information you receive from the third-party linked sites or any support related to technology. If you are going to modify BIOS Settings, please back up all your personal files first to ensure you do not lose data.

    4 - Block the Orchestrator Task (Admin workaround solution)

    • Open Command Prompt as Administrator > run the following prompts: schtasks /Change /TN "\Microsoft\Windows\UpdateOrchestrator\Reboot" /DISABLE schtasks /Change /TN "\Microsoft\Windows\UpdateOrchestrator\USO_UxBroker" /DISABLE
    • Prevent it from re-enabling with reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoRebootWithLoggedOnUsers /t REG_DWORD /d 1 /f

    If your PC still wakes up unexpectedly, use PowerShell to try to disable ALL tasks set to wake the PC. Run the following:

    Get-ScheduledTask | Where-Object { $_.Settings.WakeToRun -eq $true } | Disable-ScheduledTask

    I hope the information above helps. Please do not hesitate to let me know if you'd like me to help with any of these steps or if the issue persists after applying the changes. 

    Warm Regards,

    Lychee-MSFT | Microsoft Q&A Support Specialist


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".  

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


  2. Lychee-Ng 28,125 Reputation points Microsoft External Staff Moderator
    2025-08-06T14:56:58.8066667+00:00

    Good day! I hope you're doing well!  

    It has been a while and i am writing to see how things are going with this issue. Have you had a chance to check the reply provided? Please feel free to let me know if there’s anything I can assist you with.

    Lychee-MSFT | Microsoft Q&A Support Specialist

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.