If your Windows update is stuck at a random percentage or not progressing, this guide provides steps to resolve it.
Whether you're dealing with a Windows 11 update stuck at 100%, a Windows 10 update stuck on checking for updates, or a pending download issue, you’ll learn how to fix the problem.
Troubleshoot common causes of update delays, reset update components, and get your system back on track. Perfect for users facing issues with Windows updates not completing.
Commands
Method 1 command
%windir%\SoftwareDistribution
Method 2 commands
sfc /scannow
dism /online /cleanup-image /restorehealth
Method 4 commands
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