How to Fix Windows Error 0x80070643

24 views
Updated: 2025-07-05

If you're unsure, please do not proceed. Make sure you fully understand the situation before continuing.

What is 0x80070643

The Windows error code 0x80070643 typically occurs during the installation or update of a program, especially when using the Windows Installer (MSI) package. This error usually indicates that the installation failed because the system could not access or modify a file or folder required for the installation. It may be caused by permission issues, file locks, or conflicts with other running processes.

How to Fix 0x80070643

1. Ensure that you are logged in with an account that has administrative privileges. Right-click on the installer and select "Run as administrator" to grant it the necessary permissions.

2. Close all other applications, especially those that might be using the files involved in the installation. This includes web browsers, antivirus programs, and other background services that could lock files or interfere with the process.

3. Check the file permissions for the installation directory. Right-click the folder, go to Properties > Security, and ensure that your user account has full control. If not, adjust the permissions accordingly.

4. Run the System File Checker (SFC) tool to repair any corrupted system files that might be causing the issue. Open Command Prompt as administrator and enter: sfc /scannow.

5. If the problem persists, try disabling your antivirus or firewall temporarily to see if they are blocking the installation. Be sure to re-enable them after testing.

6. Consider using the Microsoft Troubleshooter for Installations. Go to Settings > Update & Security > Troubleshoot > Additional troubleshooters, and run the "Program Installation and Maintenance" troubleshooter.

Was this solution helpful?