Reset Windows Update
Reset Windows Update completely rebuilds the Windows Update subsystem from scratch. It stops all update-related services, clears the download cache and component store metadata, re-registers over 15 system DLLs involved in the update pipeline, resets BITS (Background Intelligent Transfer Service), and restarts everything in the correct dependency order. This resolves stuck updates, repeated installation failures, and update service errors. It's the nuclear option for update problems — equivalent to what Microsoft's own support engineers do. Takes about 3 minutes with a restart recommended.
Main Troubleshooting Guide
How to Fix Windows Update Errors →Complete symptoms, causes, and step-by-step solutions
5 min
Estimated Time
medium
Risk Level
No
Restart Needed
No
Fix All Safe
Fix This Automatically
RescuePC runs "Reset Windows Update" with one click — no technical knowledge needed. A restore point is created first for safety.
Common Symptoms
- ⚠Windows Update stuck downloading or installing
- ⚠Error codes like 0x80070005, 0x80070643, 0x800F081F
- ⚠Updates repeatedly failing and rolling back
- ⚠Windows Update service not starting
- ⚠Update history showing "Failed to install" entries
- ⚠Feature updates stuck at a percentage for hours
How to Fix
- 1
Stop update services: net stop wuauserv && net stop cryptSvc && net stop bits && net stop msiserver
- 2
Rename update cache: ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
- 3
Rename catroot2: ren C:\Windows\System32\catroot2 catroot2.old
- 4
Re-register update DLLs: regsvr32 wuaueng.dll, regsvr32 wuapi.dll, etc.
- 5
Restart services: net start wuauserv && net start cryptSvc && net start bits && net start msiserver
- 6
Retry Windows Update
- 7
Or run RescuePC's Reset Windows Update which performs all 15+ reset steps in the correct order
What This Repair Actually Runs
Extracted from reset_windows_update.ps1 — the signed script this repair executes. This is the real work it performs on your PC, not a marketing summary.
sc sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)sc sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)reg export `netsh winsock resetnetsh winhttp reset proxyUsoClient ResetAppregsvr32 /s `UsoClient StartScanwuauclt /resetauthorization /detectnowWindows services it manages
- wuauserv (Windows Update)
- cryptSvc (Cryptographic Services)
- bits (Background Intelligent Transfer)
- msiserver (Windows Installer)
- trustedinstaller (Windows Modules Installer)
What it cleans
- Windows Update download cache (SoftwareDistribution)
- CryptSvc catalog cache (catroot2)
A system restore point is created before changes are applied. Every run writes a timestamped log you can review or attach to a ticket. Safety class and Fix All eligibility are enforced by the signed pack manifest (SOP-76).
Frequently Asked Questions
What does "Reset Windows Update" do?▼
Is "Reset Windows Update" safe to run?▼
How long does "Reset Windows Update" take?▼
Can I run "Reset Windows Update" automatically with Fix All?▼
Do I need administrator access to run "Reset Windows Update"?▼
Related Repairs
Repair System Files
Runs DISM and SFC to repair Windows component store and system files
Fix Windows Installer
Repairs MSI installer service and registry
Fix Registry Issues
Repairs common registry problems and orphaned entries
Repair Windows Services
Fixes common Windows service startup issues
Fix Time Sync
Repairs Windows time synchronization
Related Troubleshooting Guides
Having this issue? These in-depth guides walk you through the full troubleshooting process:
How to Fix Windows Update Errors
Symptoms, causes, and step-by-step solutions →
How to Fix Windows Update Stuck
Symptoms, causes, and step-by-step solutions →
How to Fix Windows Update Failed to Install
Symptoms, causes, and step-by-step solutions →
How to Fix Windows Slow After Update
Symptoms, causes, and step-by-step solutions →
Ready to Fix Your PC?
RescuePC Toolkit includes 109+ one-click repairs for Windows 10 & 11. Download now and fix "Reset Windows Update" in under 5 minutes.
Free Download