Skip to content

How to Fix Windows 11 Update Failures

Applies toWindows 11
6 min fix Updated 8 Aug 2026Leaves the usual settings screens
Quick Answer

Go to Settings > System > Troubleshoot > Other troubleshooters, and click the Run button next to Windows Update to automatically clear corrupted update files.

Checked against Microsoft Learn - Windows release health, Microsoft Learn - end of support and retirement and between 5 Aug 2026 and 12 Sep 2026. Nothing published in that period has been linked to this guide.

Summary

Windows Updates are crucial for security, but they sometimes get stuck or fail to install. This article guides you through the built-in troubleshooting steps to resolve update errors.

Before You Start

Instructions

1. Run the Windows Update Troubleshooter

Windows has an automated tool to fix update services.

  1. Go to Settings > System > Troubleshoot.
  2. Click Other troubleshooters.
  3. Click Run next to Windows Update.
  4. Follow the on-screen prompts and apply any fixes.
  5. Restart your computer.

2. Reset Update Components (Command Prompt)

If the troubleshooter fails, manually clearing the update cache often works.

  1. Press the Start key, type cmd.
  2. Right-click Command Prompt and select Run as administrator.
  3. Type the following commands, pressing Enter after each:
    powershell
    net stop wuauserv
    net stop bits
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    net start wuauserv
    net start bits
  4. Close the Command Prompt and try updating again.

Troubleshooting

DANGER

If the same update fails repeatedly, pause updates (Settings > Windows Update > Pause for 1 week) to give Microsoft time to publish a fixed version, then unpause and try again.

Symptom / ErrorPotential CauseSolution
Error 0x80070002Corrupted FilesRun Method 2 (Reset Components).
Update Stuck at x%Depends on install phaseSee Stuck Mid-Install: Is It Safe to Turn It Off? below.

Stuck Mid-Install: Is It Safe to Turn It Off?

Whether cutting power is harmless or a last resort depends on which phase the update is in. Find the screen you are looking at:

What your screen showsSafe to turn off?What to do
Downloading or installing inside Settings > Windows Update — desktop still usableYesRestarting now is safe. Nothing critical has been replaced yet, and the download or install resumes from where it stopped the next time you open Windows Update.
Full-screen Working on updates with a percentage and Don't turn off your computerNot yetThis is the phase that replaces system files. A slow-moving percentage is still progress — if the number has changed within the past hour, let it run. Only a percentage frozen for 2+ hours counts as stuck (next row). If you have a 9am call, take it on your phone or another device; the PC finishes without you.
The same percentage frozen for 2+ hours, no disk activity lightLast resortHold the power button for about 10 seconds until the PC switches off, wait a few seconds, and power it back on. Windows detects the interrupted install and rolls it back automatically — expect We couldn't complete the updates. Undoing changes. on boot. Let the rollback run to the desktop (it can take as long as the install did); your files and apps are untouched, and you land back on the previous version. Then run the Windows Update Troubleshooter (Method 1).
Install, restart, error, install again — a loopNo needWindows is already rolling back each failed attempt on its own. Let the current cycle land back at the desktop, then pause updates (Settings > Windows Update > Pause for 1 week) and work through Methods 1 and 2 before unpausing.

Last updated:

Frequently asked questions

Will I lose my files if I use the Windows Update Troubleshooter?
No. The troubleshooter only restarts background update services and clears temporary update download folders. Your personal files are not affected.
Why does Windows Update get stuck at 99%?
This usually means a third-party antivirus program is scanning the update files as they are being unpacked, creating a conflict. Temporarily pause your antivirus and try again.