windows update error 0x80070490 fix WORKING Update Solution fix 0x80070490 windows 11 update issue
You’re installing a cumulative update, it chugs along to 87% and then fails with 0x80070490. The system rolls back, leaving you stuck. On Windows 10 this usually means component store corruption; Windows 11 enforces stricter CBS validation and rejects the update outright. Here’s a minimal set of steps that actually get past that 87% wall.
Quick fixes for 0x80070490
Skip the theory — these three actions resolved the windows update error 0x80070490 fix in most recent cases. Try them in order.
1. Run DISM restorehealth
Open Terminal as admin and execute DISM /Online /Cleanup-Image /RestoreHealth. This repairs the component store that often triggers the 0x80070490 update failure. If DISM itself fails, jump directly to an in-place repair (covered later).
2. Restart Windows Update service
net stop wuauserv && net start wuauserv (or use Services.msc). A fresh service state sometimes bypasses the corrupted lock that causes fix 0x80070490 windows 11 update issue to stall.
3. Clear SoftwareDistribution + retry
Stop wuauserv, delete everything inside C:WindowsSoftwareDistribution, then restart the service. This clears cached update files that might be referencing missing components. After that, rerun Windows Update — many users reported the update passes 87% successfully.
In some environments, windows update component error 0x80070490 solution also requires checking CBS.log for missing manifest entries — look for lines containing KB5147289. If you see hash mismatches, the repair install is your safest bet. Did the update get stuck exactly at 87%? That state signal strongly points to component corruption, not a network glitch.
How to fix 0x80070490 windows update? Start with DISM, then service reset, then cache clear. The windows update 0x80070490 component corruption fix usually ends there. If you’re still seeing the error, consider that a pending reboot or antivirus might interfere — but don’t force the update without fixing CBS first (that’s a common mistake).
- Skipping DISM repair step — it often leaves corruption behind
- Only clearing SoftwareDistribution without running DISM first
- Forcing update installation without addressing CBS integrity
After applying the steps above, verify that update completes past 87% without rollback, and CBS.log shows no missing component errors. That’s the real validation. This isn’t a 100% guarantee, but it’s the working pattern seen across Windows 10 and 11 in 2026.
📖 Related Guides (Same Category)
windows update error 0x80070002 fix
Learn how to fix Windows Update error 0x80070002 quickly. Proven working methods to resolve missing file and cache issues in 2026.
windows update error 0x800f0831 fix
Resolve Windows Update error 0x800f0831 quickly. Working 2026 guide to fix missing package and install updates successfully.
windows update error 0x80070003 fix
Resolve Windows Update error 0x80070003 quickly. Working 2026 guide to fix path not found and installation errors in Windows.
🛠️ Recommended Tools for Windows Update Errors
🔗 Explore More in Other Categories
🔥 Recommended for You
windows installation hangs fix
Resolve Windows installation hangs issue with working fixes for Windows 10 and 11.
windows install cannot proceed fix
Learn how to fix Windows installation cannot proceed issue with working solutions for Windows 10 and 11.
windows install crash fix
Resolve Windows install crash issue with working solutions. Complete 2026 guide for setup crash errors.