Windows Updates

Reset Windows Update components

Clear corrupted update caches and restart the Windows Update service stack — last resort before in-place repair.

12 min read Intermediate Updated 9 Jun 2026

Step-by-step guide

Work through each section in order. Stop when your issue is resolved — you do not need every step for every situation.

Warning

Use an administrator account for these steps, and keep a recent backup before making repair or security changes.

What you will achieve

Clear corrupted update caches and restart the Windows Update service stack — last resort before in-place repair.

1) Stop update stack services

Run these in Admin Command Prompt:

net stop wuauserv
net stop bits
net stop cryptsvc
net stop msiserver

2) Rename update cache folders

Renaming is safer than deleting because rollback stays possible.

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old

3) Start services and run repair scan

net start msiserver
net start cryptsvc
net start bits
net start wuauserv
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow

Related guides

software distribution windows update