Meta Description:
Learn how to fix Windows Update Error 0x80070002 in Windows 10 and Windows 11 using proven step-by-step solutions that work in 2026.
Introduction
If you’re seeing Windows Update Error 0x80070002, it usually means Windows cannot find required update files. This error commonly appears when trying to install cumulative updates, feature updates, or security patches.
The error message may look like:
“We couldn’t install the updates. Error 0x80070002.”
This issue affects both Windows 10 and Windows 11, and it’s typically caused by:
- Missing or corrupted update files
- Incorrect system date and time
- Damaged Windows Update components
- Interrupted update downloads
The good news? In most cases, this error can be fixed within minutes.
Let’s go step by step.
What Causes Error 0x80070002?
Before jumping into solutions, here’s what’s happening behind the scenes.
Windows Update stores temporary files inside the SoftwareDistribution folder.
If those files become corrupted or incomplete, Windows cannot verify the update package — which triggers error 0x80070002.
Sometimes, even incorrect system time can break update verification.
Solution 1: Check Date and Time Settings (Quick Fix)
Incorrect system time can prevent update validation.
Steps:
- Press Windows + I
- Go to Time & Language
- Click Date & Time
- Turn on:
- Set time automatically
- Set time zone automatically
- Restart your PC
Try updating again.
Solution 2: Run Windows Update Troubleshooter
- Open Settings
- Go to System → Troubleshoot
- Click Other troubleshooters
- Run Windows Update Troubleshooter
Let Windows detect and repair problems automatically.
Solution 3: Delete SoftwareDistribution Folder (Most Effective Fix)
This clears corrupted update files.
Step 1: Open Command Prompt as Administrator
Press Start → Type cmd → Right-click → Run as Administrator
Step 2: Stop Update Services
Type:
net stop wuauserv
net stop bits
Press Enter after each command.
Step 3: Delete Update Cache
Open File Explorer and go to:
C:\Windows\SoftwareDistribution
Delete all files inside this folder.
(If it doesn’t delete, restart PC and try again.)
Step 4: Restart Services
Go back to Command Prompt:
net start wuauserv
net start bits
Restart your PC and try Windows Update again.
Solution 4: Run SFC and DISM Scan
Corrupted system files can also trigger error 0x80070002.
Open Command Prompt as Administrator and run:
sfc /scannow
Wait until it finishes.
Then run:
DISM /Online /Cleanup-Image /RestoreHealth
Restart your PC afterward.
Solution 5: Install the Update Manually
If automatic update keeps failing, install it manually.
Steps:
- Press Windows + R
- Type:
winver
- Note your Windows version
- Go to Microsoft Update Catalog
- Search for the failed update (KB number)
- Download the correct version (x64 or x86)
- Install it manually
This bypasses the Windows Update service entirely.
Solution 6: Restart Windows Update Services Completely
If the issue persists, reset update services:
Open Command Prompt as Administrator and run:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
Then rename 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
Restart PC and check updates again.
Frequently Asked Questions
Is Windows Update Error 0x80070002 serious?
No. It’s usually caused by temporary update file corruption.
Can antivirus cause this error?
Yes. Temporarily disable third-party antivirus and retry.
Does this affect Windows 11?
Yes. The same fixes apply to Windows 11.
Final Thoughts
Windows Update Error 0x80070002 is one of the most common update errors, but it’s usually easy to fix.
Start with:
- Checking date and time
- Running the troubleshooter
- Clearing SoftwareDistribution
If needed, reset Windows Update components completely.
Most users fix this error in under 15 minutes.