How to Fix Windows 11 Update Stuck or Failing
Fix Windows 11 updates that are stuck, failing with error codes, or refusing to install — using the troubleshooter, manual reset, and direct download.
Why Windows Updates Get Stuck
Update failures are usually caused by a corrupted update cache, a stuck Windows Update service, insufficient disk space, or a conflicting third-party tool. Try these fixes in order — the first two resolve the problem in the majority of cases.
Step 1 — Run the Windows Update Troubleshooter
Go to Settings → System → Troubleshoot → Other troubleshooters and run Windows Update. The troubleshooter automatically stops stuck services, clears the update cache, and restarts the update engine. After it finishes, go to Settings → Windows Update and click Check for updates.
Step 2 — Clear the SoftwareDistribution Folder
The update cache lives in C:WindowsSoftwareDistribution. Clearing it forces Windows to re-download fresh update files. Open Command Prompt as Administrator and run:
net stop wuauservnet stop bitsren C:WindowsSoftwareDistribution SoftwareDistribution.oldnet start wuauservnet start bits
Then check for updates again. Windows will recreate the folder and re-download what it needs.
Step 3 — Free Up Disk Space
Feature updates require 20–30 GB of free space. If your C: drive has less than 10 GB free, the update will silently fail. Go to Settings → System → Storage → Cleanup recommendations and remove temporary files, old update packages, and anything else you can spare.
Step 4 — Reset Windows Update Components Manually
If the troubleshooter didn't help, a more thorough reset may be needed. Search for the Windows Update Reset Script on Microsoft's support site (article KB971058) — it re-registers every Windows Update DLL and resets all related services in one pass.
Step 5 — Download the Update Manually
If a specific update keeps failing, go to the Microsoft Update Catalog at catalog.update.microsoft.com, search for the KB number shown in your update history, and download the standalone installer. Run it directly — this bypasses the Windows Update service entirely.
Step 6 — Use the Windows 11 Installation Assistant
For major version updates that are stuck, Microsoft's Windows 11 Installation Assistant (downloadable from microsoft.com/software-download/windows11) performs the upgrade outside of the normal update mechanism and is far more reliable for problematic machines.
Update Fix Checklist
- Run the Windows Update troubleshooter first
- Clear the SoftwareDistribution folder via Command Prompt
- Ensure at least 20 GB free on the system drive
- Download the specific KB update from the Microsoft Update Catalog
- Use the Installation Assistant for major version upgrades