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.

What if none work? The fallback is an in-place Repair Install using a Windows ISO (keep apps and data). That method rebuilt CBS properly when DISM alone couldn’t. One common error path: Method1 fails → Method5 (repair install).

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).

⚠️ Avoid these shortcuts:
  • 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.