Fix 0x80070643

Install failed (MSI error) during Windows Update or app install.

What it means

This error often appears when a Windows Update or installer fails due to corrupted update components, .NET/Windows Installer issues, or system file corruption.

Try this first

  1. Restart your PC and try the update/installation again.
  2. Temporarily disable third-party antivirus (if installed) and try again.
  3. If it is a specific app installer, right-click it and choose Run as administrator.

Advanced steps

  1. Run Windows Update Troubleshooter (Settings -> System -> Troubleshoot).
  2. Repair system files: open Command Prompt (Admin) and run: sfc /scannow
  3. Run DISM repair: DISM /Online /Cleanup-Image /RestoreHealth

Reset Windows Update Components (Common Fix for 0x80070643)

If 0x80070643 keeps returning, Windows Update components or the installer pipeline may be stuck. This reset is safe and often fixes installer-related failures.

Run these commands one at a time (Command Prompt as Admin):

net stop wuauserv
net stop bits
net stop cryptsvc
net stop msiserver

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old

net start wuauserv
net start bits
net start cryptsvc
net start msiserver

Restart your PC, then run Windows Update (or the installer) again.

Related Windows Errors

If Windows Update fails during installation or setup, these related guides may also help:

If the Error Still Persists

If system files, update components, or installer dependencies are damaged, manual steps may not fully resolve 0x80070643.

An automated Windows repair tool can scan for common causes like corrupted system files and broken update components.

Recommended option
Fix Windows install/update errors automatically with this repair tool

Disclosure: We may earn a commission if you purchase through this link (at no extra cost to you).

Frequently Asked Questions

What causes error 0x80070643?

This error usually occurs when a required Windows component, service, or system file is not working correctly. It may be caused by corrupted system files, disabled services, failed updates, or software conflicts.

Is error 0x80070643 dangerous?

The error itself is not dangerous, but it can prevent Windows features, updates, or applications from working properly. If ignored, it may lead to stability or security issues over time.

Can error 0x80070643 be fixed without reinstalling Windows?

Yes. In most cases, this error can be resolved using troubleshooting steps such as repairing system files, enabling required services, or using automated repair tools, without needing to reinstall Windows.