IT Error Decoder

How to Fix Windows Update error 0x80070643

Last reviewed

Error message

Some update files are missing or have problems. We'll try to download the update again later. Error code: 0x80070643.

0x80070643 is a generic install failure. The fix sequence is component-store repair followed by retry.

What this error means

Windows Update couldn't install an update because one or more files were missing or corrupted, or because a previous update left the component store in an inconsistent state.

Why this happens

Most common: corrupted update cache, .NET Framework or servicing-stack issue, or a partial install from a previous failed update.

Quick fix (for end users)

  • Run the Windows Update troubleshooter (Settings → System → Troubleshoot → Other troubleshooters).
  • Reboot and retry the update.

Admin / engineer fix

  • Repair the system image.

    command
    DISM.exe /Online /Cleanup-Image /RestoreHealth
    sfc /scannow
  • Reset Windows Update components.

    command
    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    ren C:\Windows\System32\catroot2 catroot2.old
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver
  • Manually download the update from the Microsoft Update Catalog as a last resort.

Step-by-step fix

  1. Run troubleshooter.

  2. Repair component store with DISM and SFC.

  3. Reset update components and retry.

Affected products

Windows 10 · Windows 11

Common variations of this error

People also see these phrasings of the same problem:

  • Windows update failed 0x80070643

Still broken? Try these

  • Check `CBS.log` (`%windir%\Logs\CBS\CBS.log`) for the precise reason.
  • Some updates have prerequisites — check the KB article.
  • If a feature update keeps failing, try the Update Assistant tool.

Related errors

Related searches

  • windows update error 0x80070643 fix
  • DISM RestoreHealth

Frequently asked questions

What does "Windows Update error 0x80070643" mean?

Windows Update couldn't install an update because one or more files were missing or corrupted, or because a previous update left the component store in an inconsistent state.

What causes "Windows Update error 0x80070643"?

Most common: corrupted update cache, .NET Framework or servicing-stack issue, or a partial install from a previous failed update.

How do I fix "Windows Update error 0x80070643"?

1. Run troubleshooter. 2. Repair component store with DISM and SFC. 3. Reset update components and retry. Always test changes in a non-production environment first.

Browse more errors in Windows Admin: Fix Windows administration errors. Access denied, RPC server unavailable, trust relationship failures, Group Policy errors, and network path issues. Or paste your own error into the error decoder tool to find a match. You can also go back to the homepage to browse common errors by topic.