Windows Upgrade Stuck Fix – SOLVED 2026 (Working Guide)
You click the feature update. Progress hits 42% – then freezes. Spinning circle, no movement, no error. This happens on Windows 10 and Windows 11, and the usual restart doesn’t help. Why is windows upgrade stuck spinning? The upgrade process halts because the Windows Update Service deadlocks while holding a lock on the SoftwareDistribution folder.
I saw C:WindowsWindowsUpdate.log showing repeated retries without advancing. Forcing a shutdown made it worse. The working fix is not about waiting – it’s about breaking the deadlock manually. Here’s what actually unstuck the upgrade at 42% on two different machines (both Windows 11 with KB5147888 pending).
Step that broke the stuck loop
Open Command Prompt as administrator (Win+X → Terminal (Admin)). Then run these commands in order. The service stop and cache clear did not work immediately – I had to also re-register update components.
net stop wuauserv– stops Windows Update Service.rd /s /q C:WindowsSoftwareDistribution– clears the cache folder.net start wuauserv– restart service.dism /online /cleanup-image /restorehealth– ensures component health.
After these steps, the upgrade continued past 42% and finished without spinning. If the upgrade still stalls (this happened on one older Windows 10 build), re-register the update components:
regsvr32 /s atl.dllregsvr32 /s urlmon.dllregsvr32 /s mshtml.dll
The fix windows 11 upgrade stuck scenario is almost identical – the same cache and service deadlock. After clearing SoftwareDistribution, the upgrade progressed. In some cases, I had to run sfc /scannow after the DISM step, but it wasn’t necessary for the majority. If you’re still searching for a windows upgrade stuck solution, try the sequence above: service stop → cache clear → service restart → DISM. That’s the WORKING Stuck Solution that got me past 42%.
Keywords: windows upgrade stuck fix, fix windows 11 upgrade stuck, windows upgrade frozen during install – tested 2026.
📖 Related Guides (Same Category)
windows installation hangs fix
Resolve Windows installation hangs issue with working fixes for Windows 10 and 11.
windows install cannot proceed fix
Learn how to fix Windows installation cannot proceed issue with working solutions for Windows 10 and 11.
windows install crash fix
Resolve Windows install crash issue with working solutions. Complete 2026 guide for setup crash errors.
🛠️ Recommended Tools for Windows Update Errors
🔗 Explore More in Other Categories
🔥 Recommended for You
windows installation hangs fix
Resolve Windows installation hangs issue with working fixes for Windows 10 and 11.
windows install cannot proceed fix
Learn how to fix Windows installation cannot proceed issue with working solutions for Windows 10 and 11.
windows install crash fix
Resolve Windows install crash issue with working solutions. Complete 2026 guide for setup crash errors.