How to configure Windows 11 to pause and schedule automatic updates
Summary
This guide helps you troubleshoot and resolve: How to configure Windows 11 to pause and schedule automatic updates. Follow the steps below to fix the issue.
Quick Tip: Need immediate assistance? đź’» Open a Ticket
Common Causes
Windows 11 automatically downloads and installs updates, which can sometimes cause unexpected restarts or interrupt work. This guide shows you how to pause updates, set active hours, and schedule installations so you can keep your PC stable and avoid surprise downtime.
Quick Fix Steps
Pause updates for up to 35 days
- Open the Settings app (
Win + I). - Select Windows Update from the left‑hand menu.
- Click Pause updates. Choose a date from the dropdown (up to 35 days from today).
- Confirm the selection; Windows will not download new updates until the chosen date.
Set active hours to prevent restarts during work
- In Settings, go to Windows Update > Advanced options.
- Under Active hours, click Change active hours.
- Enter the start and end times you typically use the PC (e.g., 08:00 – 18:00).
- Save the changes. Windows will only schedule restarts outside these hours.
Detailed Instructions
Using the Settings app (all editions)
- Press
Win + Ito open Settings. - Navigate to Windows Update > Advanced options.
- Configure the following:
- Pause updates – select a date.
- Active hours – set your preferred work window.
- Automatic download – choose “Notify before download” if you want full control.
- Close Settings; your preferences are saved automatically.
Tip: You can also pause updates for a single 7‑day period by clicking Pause for 7 days on the main Windows Update page.
Using Group Policy (Windows 11 Pro, Enterprise, Education)
- Press
Win + R, typegpedit.msc, and pressEnter. - Navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Update.
- Double‑click Configure Automatic Updates, set it to Enabled, and choose option
2 – Notify for download and notify for install. - To set a pause period, open Computer Configuration > Administrative Templates > Windows Components > Windows Update > Pause Updates, enable it, and specify the number of days (max 35).
- Click Apply and OK, then close the Group Policy Editor.
Warning: Changing Group Policy affects all users on the device. Ensure you have administrative rights and understand the impact before modifying settings.
Using the Registry (Windows 11 Home)
- Press
Win + R, typeregedit, and pressEnter. Accept the UAC prompt if it appears. - Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU. If theAUkey does not exist, right‑click WindowsUpdate, select New > Key, and name itAU. - Create a new DWORD (32‑bit) value named
AUOptionsand set its value to2(Notify for download and install). - Close the Registry Editor and restart the PC for changes to take effect. Note: Pausing updates via the registry is not supported in Windows 11 Home; use the Settings app to pause updates.
Warning: Editing the registry incorrectly can cause system instability. Always back up the registry (File > Export) before making changes.
Troubleshooting
Updates still install during a pause period
- Ensure the pause date is set correctly in Settings > Windows Update.
- Check for conflicting policies: run
gpresult /h result.htmland review any Windows Update policies that may override the pause. - Verify the registry values (if using Home edition) match the steps above.
- Restart the
Windows Updateservice: open Services, locate Windows Update, right‑click and select Restart.
Cannot access Windows Update or Settings options are greyed out
- Run the built‑in troubleshooter: Settings > System > Troubleshoot > Other troubleshooters > Windows Update – Run.
- Check that the
Windows Updateservice is running (typeservices.mscin Run dialog). - If the device is joined to a domain, a corporate policy may enforce update settings. Contact your IT administrator.
- Reset Windows Update components:
- Open an elevated Command Prompt (
Win + X> Windows Terminal (Admin)). - Run the following commands one by one:
net stop wuauserv net stop bits ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 catroot2.old net start wuauserv net start bits
- Open an elevated Command Prompt (
Need more help? Open a Ticket and our support team will assist you with any update‑related issues.
Still Having Issues?
Need more help? If the issue persists after trying these steps, please open a support ticket and our team will assist you.
đź’» Open a Ticket
đź’» Open a Ticket