0x80073712HighWindows Update Component Store Corrupted
What this error means
Error 0x80073712 indicates that Windows Update failed because some files needed for the update are missing or corrupted. This typically means the component store (where Windows stores update files) has become damaged.
This error can prevent important security updates from being installed, leaving your system vulnerable.
Common causes
- 1Corrupted Windows Update cache
- 2Interrupted previous updates
- 3Disk errors affecting system files
- 4Third-party software conflicts
- 5Insufficient disk space during updates
How to fix it
Step 1: Run Windows Update Troubleshooter
- Go to Settings → Update & Security → Troubleshoot
- Click "Additional troubleshooters"
- Select "Windows Update" and run it
Step 2: Run DISM to Repair Component Store
- Open Command Prompt as Administrator
- Run:
DISM /Online /Cleanup-Image /RestoreHealth - Wait for the process to complete (this may take 15-30 minutes)
- Run:
sfc /scannow - Restart your computer
Step 3: Reset Windows Update Components
- Open Command Prompt as Administrator
- Stop update services:
net stop wuauserv net stop cryptSvc net stop bits net stop msiserver
- Rename update folders:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 catroot2.old
- Restart services:
net start wuauserv net start cryptSvc net start bits net start msiserver
- Try Windows Update again
Recommended fixes
Run a Quickfix scan
- Open Quickfix AI and click Start scan.
- Choose the Quick or Advanced profile and let the scan finish.
- Review the highlighted issues and apply the recommended fixes.
Restart your device
A restart clears temporary state that often causes transient errors.
- Save your work and close open apps.
- Restart the device from the power menu.
- Reproduce the issue to check whether it persists.
Install Windows updates
- Open Settings > Windows Update.
- Click Check for updates and install everything available.
- Restart if prompted.
Run System File Checker and DISM
- Open Command Prompt as administrator.
- Run
sfc /scannowand let it complete. - Then run
DISM /Online /Cleanup-Image /RestoreHealth. - Restart your PC.
Clear temporary files (Windows)
- Press Win+R, type
%temp%, and press Enter. - Delete the contents of the Temp folder.
- Run Disk Cleanup for a deeper clean.
When to seek help
If the component store remains corrupted after these steps, you may need to:
- Perform an in-place upgrade (repair install) of Windows
- Reset Windows while keeping your files
Continuing to defer security updates can leave your system vulnerable to known exploits.
Need more help?
Run a free diagnostic scan to identify and fix issues automatically.
Download Quickfix AI