Solved: Windows Update Components Need Repair in Windows 10
The error message “Windows Update components must be repaired” is a common issue that appears when you run the Windows Update Troubleshooter or attempt to install updates. This problem prevents your system from downloading or installing important updates, leaving your PC vulnerable to bugs, performance issues, and security risks.
If you’re encountering this error on Windows 10, don’t worry. It is usually caused by corrupted update components, misconfigured services, or system file issues—and it can be fixed with the right steps.
In this guide, you’ll learn what this error means, why it happens, and how to fix it effectively.

What Does This Error Mean?
When Windows reports that update components must be repaired, it means that key parts of the Windows Update system are either corrupted, misconfigured, or not functioning properly.
These components include:
- Windows Update service
- Background Intelligent Transfer Service (BITS)
- Update cache folders
- System files related to updates
When any of these elements fail, Windows cannot process updates correctly.

Common Causes of the Error
Understanding the cause helps you choose the right solution.
Corrupted Update Cache
Temporary files stored in update folders may become damaged.
Disabled or Misconfigured Services
Essential services required for updates may not be running.
System File Corruption
Damaged system files can interfere with update processes.
Interrupted Updates
Power loss or forced shutdowns during updates can cause corruption.
Malware or Software Conflicts
Malicious programs or third-party tools can disrupt update components.

How to Fix “Windows Update Components Must Be Repaired”
Below are the most effective solutions to resolve this issue.
Run Windows Update Troubleshooter
Start with the built-in troubleshooter.
Steps
- Open Settings
- Go to Update & Security → Troubleshoot
- Click Additional troubleshooters
- Select Windows Update
- Run the troubleshooter
Follow the instructions and restart your PC.
Restart Windows Update Services
Restarting services can fix temporary issues.
Steps
- Press
Windows + R, type services.msc, and press Enter - Locate the following services:
- Windows Update
- Background Intelligent Transfer Service (BITS)
- Cryptographic Services
- Right-click each service and select Restart
Ensure their startup type is set to Automatic.
Reset Windows Update Components
Resetting components is one of the most effective fixes.
Steps
- Open Command Prompt as administrator
-
Stop services:
net stop wuauserv
net stop bits
net stop cryptsvc -
Rename update folders:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old -
Restart services:
net start wuauserv
net start bits
net start cryptsvc
Restart your computer after completing these steps.
Run System File Checker (SFC)
SFC can repair corrupted system files.
Steps
- Open Command Prompt as administrator
-
Run:
sfc /scannow - Wait for the scan to complete
Restart your system.
Use DISM Tool
DISM fixes deeper system issues.
Steps
- Open Command Prompt as administrator
-
Run:
DISM /Online /Cleanup-Image /RestoreHealth - Wait for the process to finish
Restart your PC.
Check Date and Time Settings
Incorrect settings can interfere with updates.
Steps
- Open Settings → Time & Language
- Enable Set time automatically
- Ensure the correct time zone is selected
Disable Third-Party Antivirus Temporarily
Some antivirus programs may block updates.
What to Do
- Disable antivirus temporarily
- Run Windows Update again
- Re-enable antivirus afterward
Perform a Clean Boot
A clean boot helps identify conflicts.
Steps
- Press
Windows + R, type msconfig, and press Enter - Go to the Services tab
- Check Hide all Microsoft services
- Click Disable all
- Disable startup programs
- Restart your PC
Try updating again.
Check for Disk Errors
Disk issues can affect update components.
Steps
- Open Command Prompt as administrator
-
Run:
chkdsk /f /r - Restart your computer and allow the scan to complete
Update Windows Manually
If automatic updates fail, try manual installation.
Steps
- Visit the Microsoft Update Catalog
- Search for the update you need
- Download and install it manually
Scan for Malware
Malware can disrupt update services.
Steps
- Open Windows Security
- Run a Full scan
- Remove any threats
Restart your system afterward.
Perform System Restore
If the issue started recently, restore your system.
Steps
- Search for System Restore
- Choose a restore point before the problem
- Follow the instructions
When to Consider Advanced Solutions
If none of the methods work, consider:
- Resetting Windows while keeping your files
- Performing a clean installation of Windows
These options can fix deep system issues.
Tips to Prevent Windows Update Errors
To avoid similar problems in the future:
- Keep your system updated regularly
- Avoid interrupting updates
- Maintain sufficient disk space
- Use reliable antivirus software
- Restart your PC periodically
These habits help ensure smooth updates.
Final Thoughts
The “Windows Update components must be repaired” error in Windows 10 can prevent your system from receiving important updates, but it is usually caused by manageable issues like corrupted cache, disabled services, or system file problems.
By resetting update components, running repair tools like SFC and DISM, and ensuring proper service configuration, you can resolve the issue and restore normal update functionality. Start with simple solutions and move to advanced fixes if necessary.
Related articles
Fixing the “Kernel Security Check Failure” Error on Windows 10
