Skip to content
Follow
Windows

How to Pause and Resume Updates for Windows 11

Richard
Written by
Richard
Apr 25, 2026 Updated Aug 12, 2026 3 min read
Desktop screen showing settings pause updates toggle
Desktop screen showing settings pause updates toggle

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.

⚡ Quick Answer

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.

📝Note
Administrative privileges are required to modify these settings.

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.

  1. Open Settings Settings by pressing the Windows key + I on your keyboard.
  2. Click on Windows Update on the left side of the window.  Open Windows Update Settings
  3. 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.
Windows 11 settings menu showing the pause updates button
Windows 11 settings menu showing the pause updates button
Selecting the pause updates option in Windows 11 settings
Selecting the pause updates option in Windows 11 settings
Dropdown menu for selecting pause duration in Windows 11 updates
Windows 11 pause updates option in settings menu.

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.

  1. Open Settings and click on Windows Update.  Open Windows Update Settings
  2. Click the Resume updates button on the right.
Resume updates button located in the Windows 11 settings menu
Resume updates button located in the Windows 11 settings menu
Windows 11 settings interface confirming updates have been resumed
Windows 11 settings interface confirming updates have been resumed

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?

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 Disable Automatic Windows Updates in Windows 11
Windows How to Disable Automatic Windows Updates in Windows 11
How to Fix Windows Update Failures in Windows 11
Windows How to Fix Windows Update Failures in Windows 11
How to Enable or Disable Windows Update Delivery Optimization
Windows How to Enable or Disable Windows Update Delivery Optimization
How to Clear Windows Update History in Windows 11
Windows How to Clear Windows Update History 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 *