Forum Discussion
Windows Update Fails to Install or Gets Stuck on Windows 11
Hi!
I’m really happy to help you with this — Windows Update issues can be frustrating, but we can fix them step by step.
If the basic fixes don’t work, I can guide you through advanced servicing commands since I work with these tools a lot.
1) Reset Windows Update components
Run CMD as admin:
net stop wuauserv
net stop bits
net stop cryptsvc
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start bits
net start cryptsvc
2) Run DISM servicing repair
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
4) Check for pending.xml corruption
Go to:
C:\Windows\WinSxS
Delete pending.xml if it exists.
If the update still fails, I can help you check CBS logs and identify the exact package causing the failure.