How to Fix Fix Error 0x80070498 — Windows Update Extended Error on Windows
Getting error 0x80070498 during Windows Update? Extended update error with no specific details? Cumulative update failing with generic error code? Windows Update log showing extended error? Fix this Windows Update extended error.
📖
Main Troubleshooting Guide
How to Fix Windows Update Errors →Complete symptoms, causes, and step-by-step solutions
Symptoms
You might be experiencing this problem if you notice:
- •Windows Update fails with error 0x80070498
- •Update history shows "Failed to install" with this code
- •Multiple different updates all fail with same error
- •Windows Update troubleshooter can't fix the issue
- •CBS log shows extended error with no clear cause
- •Feature updates and cumulative updates both affected
Common Causes
- ⚠Windows Update database entries corrupted
- ⚠Component store manifest files damaged
- ⚠Previous failed update left orphaned components
- ⚠WMI repository corruption affecting update queries
- ⚠Disk space insufficient for update staging
- ⚠Third-party system optimizer damaged update components
Solutions
Solution 1: Repair Update Components
- 1CMD as Admin — run in order:
- 2DISM /Online /Cleanup-Image /CheckHealth
- 3If issues found:
- 4DISM /Online /Cleanup-Image /RestoreHealth
- 5Wait for completion (can take 15-30 minutes)
- 6Then run:
- 7sfc /scannow
- 8Clear the update cache:
- 9net stop wuauserv
- 10rd /s /q C:\Windows\SoftwareDistribution\Download
- 11net start wuauserv
- 12Retry Windows Update
- 13Check Settings → System → Storage for disk space
- 14Need at least 10GB free for major updates
Solution 2: Reset WMI Repository
- 1WMI corruption can cause vague update errors:
- 2First verify WMI is broken:
- 3CMD as Admin: winmgmt /verifyrepository
- 4If it reports "inconsistent":
- 5winmgmt /salvagerepository
- 6If that fails:
- 7winmgmt /resetrepository
- 8Warning: resetrepository clears WMI data
- 9Some third-party software may need reconfiguration
- 10Restart PC after WMI repair
- 11Retry Windows Update
- 12If still failing:
- 13Also re-register update DLLs:
- 14regsvr32 /s wuaueng.dll
- 15regsvr32 /s wuaueng1.dll
- 16regsvr32 /s wucltui.dll
- 17regsvr32 /s wups.dll
- 18regsvr32 /s wups2.dll
Solution 3: Manual Update Installation
- 1If automatic updates keep failing:
- 2Find the KB number from Settings → Windows Update → Update history
- 3Go to: catalog.update.microsoft.com
- 4Search for the KB number
- 5Download the correct version (x64 for most PCs)
- 6Run the .msu file manually
- 7If .msu also fails:
- 8Extract it: expand -F:* KB123456.msu C:\temp\update
- 9Then apply: DISM /Online /Add-Package /PackagePath:C:\temp\update\KB123456.cab
- 10For persistent failures across all updates:
- 11In-place upgrade repair: mount Windows ISO → run setup.exe
- 12Choose "Keep files and apps"
- 13This rebuilds all update components
FIXES THIS IN 5 MINUTES
Fix Fix Error 0x80070498 — Windows Update Extended Error Automatically
RescuePC Toolkit includes 109+ automated repairs that fix this problem with one click. No command line knowledge required.
Download Now - Free TrialNo credit card required • Works on Windows 10 & 11