Home hot topics Stop Windows Update in Progress on Windows 11 in 2026

Windows 11 Update Running at the Wrong Time? How to Stop It Safely

Ethan CarterEthan Carter
|Last Updated: March 14, 2026

A Windows Update running at a critical moment can interrupt work, slow down your PC, or cause issues mid-installation. This guide covers every safe method to stop or pause a Windows 11 update — and the risks of each approach.
If a Windows Update accidentally removed your files, Ritridata can help recover them.

Stopping a Windows Update in progress on Windows 11 depends on the stage the update is at. Pausing before the download begins is fully safe. Interrupting mid-installation — especially during the "Installing" or "Configuring" phase — carries a real risk of leaving Windows in a broken state.

This guide covers safe methods to stop or pause updates and what to avoid.


Part 1. When It Is Safe to Stop vs When It Is Risky

Before taking any action, identify which phase the update is in. Windows 11 updates proceed through several stages.

Update PhaseSafe to Stop?Risk LevelMethod
Downloading (0–100%)YesLowPause from Settings
Preparing to installMostly yesLow–MediumPause from Settings
Installing (reboot required)RiskyHighService stop only
Applying changes / ConfiguringNoVery highDo not interrupt
Reverting changes (already stuck)N/ASystem is self-correctingWait for completion

⚠️ Important: Never cut power or force a hard shutdown during the "Applying changes," "Installing," or "Reverting changes" phases. Interrupting at these stages can corrupt system files and potentially make Windows unbootable, requiring a repair install. If you are at these stages, let the update complete or revert on its own.


Part 2. Method 1 — Pause Updates From Settings (Safest)

The Settings-based pause is the safest and most user-friendly method. It prevents new updates from downloading or installing for a set period.

Steps:

  1. Press Win + I to open Settings
  2. Go to Windows Update
  3. Click Pause updates
  4. Choose a pause duration: 1 week, 2 weeks, 3 weeks, 4 weeks, or 5 weeks

Windows 11 Home allows pausing for up to 5 weeks. Windows 11 Pro, Enterprise, and Education allow deferring feature updates for up to 365 days through Group Policy.

To resume updates before the pause expires:

Settings → Windows Update → click Resume updates.

💡 Tip: Pausing Windows Update does not affect Windows Security updates that are classified as critical security patches in some configurations. For complete control over update timing, use Windows 11 Pro with Group Policy settings (covered in Part 4).


Part 3. Method 2 — Stop the Windows Update Service

Stopping the Windows Update service (wuauserv) immediately halts any active download or preparation. This is more forceful than the pause option but still safe if the update has not entered the installation phase.

Via Services.msc:

  1. Press Win + R → type services.msc → press Enter
  2. Scroll down to find Windows Update
  3. Right-click → Stop
  4. Also stop Background Intelligent Transfer Service (BITS) — right-click → Stop

Via Command Prompt (as Administrator):

net stop wuauserv
net stop bits
net stop dosvc

Re-enable when ready:

net start wuauserv
net start bits

🗣️ r/Windows11 user: "Stopped wuauserv via services.msc when Windows decided to start a 4GB update during a Teams presentation. Worked perfectly — restarted the service the next morning and it continued the download without issues."

MethodPermanent?Resumes Automatically?Difficulty
Settings Pause (1–5 weeks)NoYes (after pause expires)Easy
Stop wuauserv serviceNoYes (at next Windows restart)Easy
Disable wuauserv (Startup: Disabled)Yes (until re-enabled)NoMedium
Group Policy (Pro/Enterprise only)ConfigurablePer policy settingsMedium–Hard
Windows Update Block (Metered connection)Semi-permanentManualEasy

Part 4. Method 3 — Set Connection as Metered

Setting your network connection as metered tells Windows to minimize background data usage, which delays non-critical Windows Updates.

Steps:

  1. Open SettingsNetwork & internet
  2. Select your current connection (Wi-Fi or Ethernet)
  3. Toggle Metered connection to On

Windows will still download critical security updates on metered connections in some cases, but feature updates and large optional updates are delayed.

💡 Tip: The metered connection trick is particularly useful on Wi-Fi. For Ethernet connections, Windows 11 did not natively support marking Ethernet as metered until recent updates — you may need to do this via the registry: set HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\DefaultMediaCost\Ethernet to 2.


Part 5. Method 4 — Group Policy (Windows 11 Pro and Enterprise)

For long-term control over Windows Update behavior, Group Policy Editor provides the most granular options.

Open Group Policy Editor:

Press Win + R → type gpedit.msc → press Enter

Navigate to: Computer Configuration → Administrative Templates → Windows Components → Windows Update → Manage end user experience

Key policies:

  • Configure Automatic Updates — set to "Disabled" to fully stop automatic updates
  • No auto-restart with logged on users — prevents forced restarts
  • Defer feature updates — delay feature updates by up to 365 days

🗣️ r/sysadmin user: "Group Policy is the only reliable long-term solution for controlling Windows Update on Pro machines. The pause option in Settings keeps resetting itself. GPO stays put."


Part 6. Recovering Files After a Windows Update Problem

Occasionally, Windows Updates cause file access issues — the Windows.old folder created during a major upgrade can consume tens of gigabytes, and update failures may leave files in unexpected states.

Windows.old recovery: If a major update moved or hid your files, check C:\Windows.old\Users\[YourUsername]\ — your old user folder often survives there for up to 10 days after the update.

If files went missing after an update:

Ritridata can scan the drive to recover files that may have been displaced, overwritten, or lost during an update process.

  1. Download and install Ritridata on an external drive or USB
  2. Run a Deep Scan on the Windows system drive (typically C:)
  3. Filter by file type — documents, photos, and other data
  4. Recover to a separate drive

💡 Tip: Before running any large Windows update, create a backup of your important files. Even a simple copy to an external drive takes only minutes and protects against the rare but real scenario of an update-related data loss.


FAQ

Q: Is it safe to turn off your PC during a Windows Update? It depends on the phase. During the download phase, turning off is safe. During the "Applying changes" or "Installing features" phase, a forced shutdown risks corrupting Windows system files. In the worst case, the PC may not boot normally. If stuck, wait for the process to complete or revert — Windows automatically rolls back failed updates in most cases.

Q: Will stopping the Windows Update service break anything? Stopping wuauserv temporarily while it is downloading is safe. Windows Update will restart the service on the next boot and resume the download. The service must be running for Windows to receive security patches — disabling it permanently is not recommended for security reasons.

Q: Can I permanently disable Windows Update on Windows 11 Home? Microsoft does not provide a supported way to permanently disable Windows Update on Windows 11 Home. Group Policy Editor (gpedit.msc) is not available on Home editions. The most practical approach is to pause for up to 5 weeks and repeat the pause, or use a third-party tool like StopUpdates10.

Q: Why did Windows start an update without my permission? Windows 11 defaults to automatic updates, including automatic restarts when updates are ready. To prevent unexpected restarts, configure Active Hours in Settings → Windows Update → Advanced options → Active hours — Windows will not restart during your designated active time window.

Q: How do I know how much disk space a Windows Update will use? In Settings → Windows Update, the size of pending updates is typically displayed before download. Major Windows 11 feature updates can require 8–20 GB of free disk space plus similar space for the Windows.old backup folder.

Q: Can pausing updates make my PC less secure? Pausing feature updates for a few weeks has minimal security impact. However, pausing security-only updates for extended periods (months) can leave your system vulnerable to known exploits. Check the update details before pausing to see if any critical security patches are included.


References