A Windows 11 update that stays at 0%, 99%, or 100% can look completely frozen, but the percentage alone does not reveal the cause. The download may be waiting for a stable connection, the installer may be short on disk space, or Windows Update may be rebuilding components in the background.

This guide starts with the safest checks and moves gradually to repair commands and Windows 11's built-in recovery reinstall. You do not need a third-party “PC repair” app, a registry cleaner, or an unofficial Windows image.

The instructions apply to Windows 11 Home and Pro. Menu names can vary slightly between releases, managed work computers, and devices using Windows Insider builds.

How to Fix Windows 11 Update Stuck at 0%, 99%, or 100% (2026)


Quick Answer

Restart the PC, confirm the internet connection and free storage, then run Settings → System → Troubleshoot → Other troubleshooters → Windows Update → Run. If the update still fails, clear the Windows Update cache, run DISM followed by SFC, and reset the update components. As a final repair, use Settings → System → Recovery → Fix problems using Windows Update → Reinstall now, which Microsoft says preserves your apps, files, and settings.

Before You Start

  • Connect a laptop to power and keep it connected throughout the update.
  • Back up irreplaceable files before using advanced repair options.
  • Do not interrupt the “Working on updates” screen just because the percentage pauses.
  • Use only Microsoft tools and official download pages.
  • After each successful fix, restart and check Windows Update again.

Is Windows Update Really Stuck?

Windows may remain on one percentage for a long time while it verifies files, creates a restore path, installs a large cumulative package, or processes a feature update. Slower storage and older processors can make the apparent pause much longer.

If you are still inside the Settings app, wait at least 30 minutes before assuming the process has failed. If the PC is on a full-screen “Working on updates” or “Updates are underway” screen, give it considerably more time and keep the device powered. A forced shutdown during the installation phase can damage system files.

Do not force the PC off immediately: consider a forced restart only as a last resort when the screen has shown no change for several hours, there is no visible disk activity, and normal keyboard input does nothing. Even then, Windows may need to enter recovery mode on the next boot.

Why Windows 11 Updates Get Stuck

  • An unstable internet connection, VPN, proxy, or DNS problem.
  • Insufficient free space on the Windows drive.
  • Corrupted files in the SoftwareDistribution update cache.
  • Windows Update, BITS, or Cryptographic Services not running correctly.
  • Damaged system files or a corrupted Windows component store.
  • An incompatible driver, security product, or background application.
  • Incorrect date, time, or time-zone settings.
  • A pending restart from an earlier installation.
  • A specific update that Microsoft has paused or replaced.

What 0%, 99%, and 100% Usually Mean

The same percentage can describe different stages. Before changing anything, read the status line in Windows Update and note whether Windows says Downloading, Installing, Pending restart, or Working on updates.

Where it stops What may be happening Start with
Downloading at 0% The transfer has not started, the service is waiting, or a connection/VPN is blocking it Connection, restart, troubleshooter
Downloading at 99% or 100% Windows may be verifying the package or preparing it for installation Wait, then check storage and cache
Installing at 0% A prerequisite or older pending update may need a restart Normal restart, update history
Installing at 99% or 100% Drivers, component-store changes, or cleanup may still be in progress Wait, then DISM and SFC if it fails
Full-screen update after restart Windows is servicing protected files outside the normal desktop Keep power connected; do not interrupt

If the desktop is available, open Task Manager with Ctrl + Shift + Esc and check the Performance tab. Continuing disk, CPU, or network activity is a useful sign that Windows is still working, although low activity alone does not prove a failure. Also check whether the status changes after a normal restart; many “stuck” installations are actually waiting for that restart.

Fix 1: Restart and Remove Simple Blockers

Restart Windows normally

Save your work and choose Start → Power → Restart. A restart completes pending servicing operations more reliably than shutting down and turning the PC back on.

Check the connection

Open Settings → Network & internet. Disconnect a VPN or proxy temporarily and, if possible, use a stable Ethernet connection. Do not download large files while Windows Update is working.

Disconnect unnecessary hardware

Remove external drives, docks, printers, memory cards, and nonessential USB devices. Keep only the keyboard, mouse, display, internet connection, and power.

Correct the clock

Go to Settings → Time & language → Date & time. Enable automatic time and time zone, then select Sync now.

Return to Settings → Windows Update and select Check for updates. If you see an error code, write it down before moving to the next fix.

Fix 2: Free Enough Disk Space

Windows needs working space to download, unpack, install, and roll back an update if something fails. Microsoft says quality updates typically need 2–3 GB or more, while feature updates commonly need 6–11 GB or more. Keeping at least 20 GB free on drive C: is a safer practical target.

  1. Open Settings → System → Storage.
  2. Select Cleanup recommendations.
  3. Review temporary files carefully and remove only items you no longer need.
  4. Empty the Recycle Bin after checking that it contains nothing important.
  5. Move large personal files to another drive if necessary.

If the Recycle Bin itself has disappeared, follow our guide to restore a missing Recycle Bin in Windows before deleting files permanently.

Storage warning: do not manually delete the WinSxS folder, system recovery partitions, or unknown folders inside C:\Windows. Use Windows Storage settings and Cleanup recommendations instead.

Fix 3: Run the Windows Update Troubleshooter

The built-in troubleshooter checks the update service, pending operations, common registry settings, and other components. Microsoft recommends running it before manually resetting Windows Update.

  1. Open Start → Settings → System → Troubleshoot.
  2. Select Other troubleshooters.
  3. Find Windows Update and select Run.
  4. Apply the recommended changes.
  5. Restart the PC.
  6. Open Settings → Windows Update → Check for updates.

On some Windows 11 releases, Microsoft may open the Get Help app and run automated diagnostics. Let the tool complete before closing it.

Fix 4: Pause, Resume, and Check Update History

A partially queued download can sometimes restart correctly after Windows refreshes its update state.

  1. Open Settings → Windows Update.
  2. Pause updates temporarily.
  3. Restart the PC.
  4. Return to Windows Update and resume updates.
  5. Select Check for updates.

Next, open Windows Update → Update history. Find the failed package and record both its KB number and error code. If the code is 0x8024402F, see our focused guide to fix Windows 11 update error 0x8024402F.

Fix 5: Clear the Windows Update Cache

Windows stores downloaded update files in C:\Windows\SoftwareDistribution. If one of those files is incomplete or corrupted, Windows can repeatedly retry the same broken package.

  1. Press Win + R, type services.msc, and press Enter.
  2. Find Windows Update.
  3. Right-click it and select Stop.
  4. Open File Explorer and go to C:\Windows\SoftwareDistribution.
  5. Delete the contents inside the folder, but do not delete the Windows folder itself.
  6. Return to Services, right-click Windows Update, and select Start.
  7. Restart the PC and check for updates.
This does not uninstall Windows: the SoftwareDistribution cache is recreated automatically. Windows Update history displayed in Settings may be refreshed, but installed updates remain installed.

Fix 6: Repair Windows With DISM and SFC

Windows Update depends on the Windows component store and protected system files. Microsoft recommends running DISM first, then System File Checker.

  1. Open Start and type cmd.
  2. Right-click Command Prompt and choose Run as administrator.
  3. Run the first command and wait for it to finish:
DISM.exe /Online /Cleanup-Image /RestoreHealth

When DISM reports that the operation completed successfully, run:

sfc /scannow

Do not close Command Prompt while either scan is running. When SFC reaches 100%, restart Windows and try the update again.

If DISM appears stuck: it can remain at one percentage for several minutes. Leave it running unless it produces an actual error message.

Fix 7: Reset the Main Windows Update Components

Use this step only after the troubleshooter, cache cleanup, DISM, and SFC have failed. The following commands stop the relevant services, rename the update databases so Windows can rebuild them, and then restart the services.

  1. Search for cmd and open Command Prompt as administrator. Do not use a standard non-administrator window.
  2. Run each line separately:
net stop bits
net stop wuauserv
net stop cryptsvc
ren %systemroot%\SoftwareDistribution SoftwareDistribution.old
ren %systemroot%\System32\catroot2 catroot2.old
net start cryptsvc
net start wuauserv
net start bits

Restart the computer and check for updates. If a rename command says the destination already exists, a previous .old folder may already be present. Do not delete it until you have confirmed that Windows Update works and you no longer need the backup.

Avoid random reset scripts: do not download BAT, PowerShell, DLL, registry, or “Windows Update repair” files from unofficial websites. The built-in commands above are sufficient for the normal reset.

Fix 8: Check the Error Code Before Changing Drivers

Different codes point to different causes. Do not uninstall drivers or security tools blindly.

Error Likely cause Best first action
0x80070070 Not enough free storage Use Storage and Cleanup recommendations
0x80073712 Missing or damaged update files Run DISM, then SFC
0x80070422 Windows Update service is disabled Check the Windows Update service
0x800F0922 Connection/VPN or reserved-partition issue Disconnect VPN and retry
0x80240034 Interrupted or incomplete download Clear the cache and restart
0xC1900101 Driver compatibility problem Update drivers from the PC manufacturer
0x80070020 Another process is using required files Restart and close background apps

For driver-related errors, obtain the latest BIOS, chipset, storage, graphics, and network drivers from the PC or motherboard manufacturer's official support page. Avoid third-party driver packs.

Fix 9: Install One Failed KB Manually

If only one cumulative update fails while other updates work, search for its exact KB number in the Microsoft Update Catalog.

  1. Open Settings → Windows Update → Update history.
  2. Copy the failed KB number.
  3. Search for it in the Microsoft Update Catalog.
  4. Choose the package matching your Windows version and architecture, such as x64 or ARM64.
  5. Download and run the Microsoft package, then restart.

Do not download Windows update packages from file-sharing sites. If you are unsure which package matches your device, skip this method and use the repair option below.

Fix 10: Reinstall the Current Windows Version Without Deleting Apps

Recent Windows 11 versions include a recovery option designed specifically for damaged system files and Windows Update components. Microsoft says it reinstalls the same Windows version and preserves apps, personal files, and settings.

  1. Open Settings → System → Recovery.
  2. Find Fix problems using Windows Update.
  3. Select Reinstall now.
  4. Keep the PC connected to power and the internet.
  5. Allow the download and repair installation to complete.
  6. Restart when prompted.

The option may be missing on an older Windows 11 release, a work- or school-managed PC, or a device controlled by certain update policies. It is not the same as Reset this PC.

Back up first: although the repair option is designed to preserve files, every major recovery operation should begin with a backup of important documents and photos.

What If the PC Is Stuck Before Windows Starts?

If Windows repeatedly fails during startup after an update, allow Automatic Repair to open. You can also interrupt startup only when necessary to reach the Windows Recovery Environment, then choose Troubleshoot → Advanced options.

  • Try Startup Repair first.
  • Use Uninstall Updates to remove the latest quality update if the failure began immediately after it.
  • Use System Restore only if a suitable restore point exists.
  • Do not choose Reset this PC until safer recovery options and backups have been considered.

If Windows starts but individual apps fail afterward, our guides to repair a crashing Microsoft Photos app and fix “The directory name is invalid” on Windows 10/11 cover two common post-update symptoms.

How to Prevent the Problem Next Time

  • Keep at least 20 GB free on the Windows drive when possible.
  • Install driver and BIOS updates only from the device manufacturer.
  • Do not use modified Windows images, update blockers, or registry cleaners.
  • Keep a current backup of important files.
  • Restart the PC regularly instead of leaving updates pending for weeks.
  • Check known issues before installing an optional preview update on an essential work computer.

When to Stop and Get Professional Help

Stop repeating update repairs if the drive makes unusual clicking sounds, Windows reports storage hardware errors, the PC shows repeated blue-screen crashes, or the computer loses power unexpectedly. Those symptoms may indicate a hardware problem rather than an update-cache problem. Back up accessible files and have the storage, memory, and power system checked.

On a work or school computer, contact the administrator before resetting components or installing a KB manually. Organization policies may intentionally delay updates. If Windows Recovery asks for a BitLocker recovery key, do not guess or erase the drive; retrieve the correct key from the account or administrator that manages the device.

For more safe troubleshooting articles, visit our Windows guides and repair hub.

Frequently Asked Questions

Why is my Windows 11 update stuck at 100%?

Windows may still be verifying files, preparing a rollback path, or completing background servicing even when the display says 100%. Keep the device powered and wait. If Settings remains unchanged for a long time, restart normally and use the Windows Update troubleshooter.

Can I turn off my PC during a Windows update?

You should not turn it off during the installation screen unless the computer has been completely unresponsive for several hours and there is no safer option. Interrupting an active installation can damage Windows components.

Will clearing SoftwareDistribution delete my personal files?

No. SoftwareDistribution contains Windows Update working files, not your documents or photos. Windows recreates the cache. However, follow the instructions carefully and do not delete unrelated folders inside C:\Windows.

Should I run DISM or SFC first?

Run DISM first, then SFC. DISM repairs the Windows component store that SFC can use when replacing damaged protected system files.

Does “Fix problems using Windows Update” erase apps or files?

Microsoft states that this Windows 11 recovery option reinstalls the current version while preserving apps, files, and settings. Back up important files before any repair installation in case of power loss, storage failure, or another unexpected problem.

What should I do if the same KB keeps failing?

Record the error code, run the troubleshooter, repair files with DISM and SFC, and reset the update cache. If only that KB fails, obtain the matching package from the official Microsoft Update Catalog or wait for Microsoft to replace a known-problem update.

Article Changelog

Published with a safety-first troubleshooting order, current Windows 11 recovery steps, verified Microsoft sources, error-code guidance, and internal ACSNETWORLD repair links.
Advertisement