Hi I am running Windows 11 Pro and again windows updates do not work .
Some Things are downloading but not installing.
I want to fix from scratch the update problem but. can't seem to find the best way.
Has anyone been in this position also?
Stupid question.
Thanks
Yes, this is fairly common on Windows 11, and it does not necessarily mean the system is badly damaged.
If updates download but fail during installation, the usual causes are:
- corrupted Windows Update cache
- servicing stack or component store corruption
- damaged system files
- interference from security software or system tweaking tools
- a specific problematic update rather than the whole update system
Best order to fix it
Start with the lowest-risk steps first.
1. Run the built-in Windows Update troubleshooter
Go to:
Settings -> System -> Troubleshoot -> Other troubleshooters -> Windows Update -> Run
This sometimes resets common update components automatically.
2. Restart and try again
A full restart can help if pending servicing operations are stuck.
3. Repair system files and the Windows component store
Open Command Prompt or Terminal as Administrator and run these commands one at a time:
- DISM /Online /Cleanup-Image /RestoreHealth
- sfc /scannow
Important:
- Run DISM first, then SFC
- DISM can appear stuck for a while, which is normal
- Restart after both commands complete
4. Reset Windows Update components manually
If the above does not help, this is one of the standard "from scratch" methods.
Open Command Prompt as Administrator and run:
- net stop wuauserv
- net stop cryptSvc
- net stop bits
- net stop msiserver
- ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
- ren C:\Windows\System32\catroot2 catroot2.old
- net start wuauserv
- net start cryptSvc
- net start bits
- net start msiserver
Then restart the PC and check Windows Update again.
This forces Windows to recreate the update cache.
5. Check whether one specific update is failing
If only one cumulative update keeps failing, note the KB number and error code. In that case, you can often install it manually from Microsoft Update Catalog:
Microsoft Update Catalog
Only download updates that exactly match:
- your Windows 11 version
- your system architecture, usually x64
6. Avoid aggressive "repair" tools
I would be careful with:
- registry cleaners
- unofficial Windows repair packs
- optimizer tools
These can make update problems worse rather than better.
7. If nothing works, use an in-place repair install
This is usually the most effective clean repair method short of resetting Windows.
Use the official Windows 11 installation media from Microsoft and choose the option to keep files and apps. That reinstalls Windows system components while preserving your installed programs and personal data.
Official Microsoft download page:
Download Windows 11
Best practical path
A sensible order would be:
- run the Windows Update troubleshooter
- run DISM and SFC
- reset Windows Update components
- try installing the failed KB manually
- if still broken, do an in-place repair install
One important note
If you use third-party antivirus, system hardening tools, or privacy/tweaking utilities, temporarily disabling or uninstalling them before testing updates can help. Some of these tools interfere with servicing.
Conclusion
Yes, many people have been in this position. The most reliable "from scratch" approach is usually DISM/SFC first, then a Windows Update reset, and if that fails, an in-place repair install with official Microsoft media.