How to Pause and Resume Updates for Windows 11
Pausing updates in Windows 11 stops your PC from downloading and installing new software so your computer does not restart in the middle of your work. You can put updates on hold for up to 5 weeks at a time.
Stopping these downloads protects you from buggy patches and sudden reboots until you are ready. Turning updates back on whenever you want puts your machine right back into the standard security loop.
You can pause Windows 11 updates by going to Settings, then Windows Update , and selecting a pause duration. To resume updates, navigate to the same Windows Update settings and click the “Resume updates” button.
Why pause updates?
Heavy workloads, metered internet connections, and untimely reboots make pausing updates practical.
What happens when you pause?
Halting updates prevents your PC from downloading new system software for a chosen timeframe. Feature rollouts and non-essential patches remain blocked during this window. Essential security patches, such as definitions for Microsoft Defender, continue installing automatically to keep the system safe.
Reference: Pause updates in Windows – Microsoft Support
Option 1Pause Updates in Settings
The main Settings app handles temporary update pauses without requiring third-party tools. Opening the panel, navigating to the update subsection, and picking a timeframe blocks incoming packages immediately.
- Open Settings Settings by pressing the Windows key + I on your keyboard.
- Click on Windows Update on the left side of the window. Open Windows Update Settings
- Find the Pause updates section on the right. You can choose to pause for one week, or use the drop-down menu to pick a longer time. If you have already paused, you can click Extend to add more time.



Option 2Resume Updates in Settings
Manual resumption brings the system back online before the timer expires. Selecting 'Resume updates' forces the operating system to query Microsoft servers and grab missing security patches, preserving overall machine health.
- Open Settings and click on Windows Update. Open Windows Update Settings
- Click the Resume updates button on the right.


Background tasks query Microsoft servers immediately for pending data.
Option 3Resume Updates using Registry
Power users preferring command-line tools can manage update states through Windows Terminal (an advanced command-line interface). Running elevated terminal instances allows manual script execution to clear pause flags when standard GUI menus fail.
Launch Windows Terminal with administrative rights and execute the following commands:
reg add "HKLM\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\Settings" /v PausedFeatureStatus /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\Settings" /v PausedQualityStatus /t REG_DWORD /d 0 /f
reg delete "HKLM\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" /v PauseFeatureUpdatesStartTime /f
reg delete "HKLM\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" /v PauseFeatureUpdatesEndTime /f
reg delete "HKLM\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" /v PauseQualityUpdatesStartTime /f
reg delete "HKLM\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" /v PauseQualityUpdatesEndTime /f
reg delete "HKLM\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" /v PauseUpdatesStartTime /f
reg delete "HKLM\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" /v PauseUpdatesExpiryTime /f
Summary
Pausing update delivery for up to 5 weeks prevents sudden reboots. The main Windows Update settings panel manages this behavior. Restoring standard download cycles periodically ensures critical security patches apply correctly.
Can I pause 🪟 Windows 11 update in progress?
Active downloads finish their current transfer, but subsequent packages halt once the pause rule applies. Accessing the Windows Update menu within system settings lets users pick a specific timeframe. Critical security definitions may bypass the restriction to keep machines safe from active exploits.
How many people refuse to upgrade to 🪟 Windows 11?
Many enterprise environments and personal rigs retain Windows 10 due to specific hardware limits and software dependencies. Strict system requirements, legacy application compatibility, and preference for mature user interfaces keep older operating systems relevant.
How to resume a paused update?
Pressing Windows key + I opens the system settings menu, where the Windows Update tab resides. Selecting the 'Resume updates' button forces the operating system to query servers and download pending packages immediately.
How to roll back 🪟 Windows 11 25H2 update?
Rolling back the Windows 11 25H2 update involves navigating the system menu, opening the Recovery panel, and selecting the rollback option.
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!