How to fix the 0x80070643 update error on Windows 10 - Troubleshooting Central (2024)

0x80070643 is one of the most common update issues faced by Windows 10 users. It is exclusive to the system and generally easy to solve. However, we must first understand 0x80070643 and identify its causes to fix the issue.

What does the 0x80070643 error code mean?

Frustratingly, the 0x80070643 error will mark a download as complete even where installation of the update has failed. Therefore, those of you who are unable to locate this error are likely to struggle when solving it.

How to fix the 0x80070643 update error on Windows 10 - Troubleshooting Central (1)

Many factors contribute to the occurrence of this issue. Perhaps the most notable of which is system file corruption. In these circ*mstances, Windows will not proceed with the update to avoid later failures.

Another root cause behind the 0x80070643 error is .NET files. These comprise core system information that must not be directly accessed or operated on. The alteration of these files, especially when done incorrectly, may permanently harm your system, leaving a hard reset as your only option.

Sometimes, the error will still occur when all files are present. Unfortunately, this is a much more difficult situation to handle since you will be unaware of the origin of the 0x80070643, making any fixes hard to locate.

How do system files get corrupted in a way that results in a 0x80070643 error?

You may be wondering how system files become corrupted without ever being touched. There are many reasons behind this process. First, let’s take a look at the mechanisms provided by Windows to prevent such issues.

System files usually block direct access from applications, demanding all changes to be authorized by the administrator, either directly or indirectly. However, when a falsely authorized application irreversibly changes the system files, they can no longer be used for other vital processes.

Changing system files this way is a goal shared by almost all hackers since it allows them to bring an entire system to a halt. There are several malware programs through which cybercriminals can perform such illicit activity.

The 0x80070643 error can occur during the update or installation phase. The fixes differ slightly, so carefully determine which applies to your scenario.

Fixing the 0x80070643 error that occurs during a Windows update

This section addresses scenarios related to updating your Windows system to the latest version. The typical problem in these cases is that something is missing or corrupt in the system files.

1. Run a System File Checker (SFC) scan

Performing an SFC scan is a quick and easy way to locate and fix corrupted system files on your computer. It’s a built-in Microsoft tool that comes preinstalled on all Windows systems.

Follow the below steps to run the System File Checker.

  1. Type “command prompt” in the Windows search bar.
How to fix the 0x80070643 update error on Windows 10 - Troubleshooting Central (2)
  1. Open the Command Prompt with administrator rights.
How to fix the 0x80070643 update error on Windows 10 - Troubleshooting Central (3)
  1. Type “sfc /scannnow” and press Enter.
How to fix the 0x80070643 update error on Windows 10 - Troubleshooting Central (4)
  1. The system will scan its files and deliver results in just a few minutes.

Depending on how much information is in the system, the duration of this method can vary, especially since the scanner aims to use as few resources as possible. Once complete, the system automatically attempts to fix any corrupted files that it finds.

Note:If you run into an SFC /Scannow error when starting the scan, don’t worry. We have written dedicated articles on what to do if SFC scannow is not working, including:

  • Windows Resource Protection Could Not Perform The Requested Operation
  • Windows resource protection could not start the repair service

If the results show no issues, we recommend trying the methods listed below.

2. Reset all Update Components

If all files are intact, the issue may be attributable to misconfigured update components. Resetting these will convert the system into a neutral state, potentially resolving the 0x80070643 error.

To reset the Windows Update components, follow the steps below.

  1. Open a Command Prompt as an administrator.
  2. Type each of the commands below, hitting Enter after each line.
    1. net stop wuauserv
    2. net stop cryptSvc
    3. net stop bits
    4. net stop msiserver
    5. Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    6. Ren C:\Windows\System32\catroot2 Catroot2.old
    7. net start wuauserv
    8. net start cryptSvc
    9. net start bits
    10. net start msiserver

Running these commands will revert the components to their default state. If the 0x80070643 error results from misconfigured components, therefore, this method should fix it. To check whether you have been successful, exit the Command Prompt and try to install the Windows update again.

3. Install the update manually

If a problematic auto-installer causes the 0x80070643 error, you may need to install the Windows update manually. Contrary to popular belief, this method will not damage your system. However, you must identify your system architecture before proceeding with the next steps.

Check whether your system runs on the 32-bit or 64-bit architecture, then locate the Microsoft Update Catalog and select the version update you wish to install.

Once downloaded, double-click the file and start the installation. Follow the on-screen instructions.

If this method fails, the root cause lies within the files rather than the auto-installer.

4. Update Windows Defender manually

An outdated program may also cause the 0x80070643 error. You must download and update the affected software application to fix your Windows updates.

The Windows Defender application can access the download files directly, so updating this tool should be a priority.

To update your Windows Defender application, you must first identify your system architecture. Most modern desktops and laptops are 64-bit systems. However, some old models still use the 32-bit architecture.

Once located, go to the Microsoft website, and download the Defender application. Make sure to select the version that matches your architecture. You have to double-click the downloaded file to start the installation. Since Defender is a trusted software provided directly by Microsoft, you can leave it at default settings and try to update Windows again once the installation is complete.

If this method didn’t work for you, worry not; there are additional alternatives that could solve your 0x80070643 error.

5. Manually Install .NET Framework

.NET files are vital for the health of your Windows OS. If there are any missing, the entire core system operations may come to a halt. To ensure this eventuality does not occur, you may need to install the .NET Framework manually.

You can find the latest versions of the .NET Framework on the Microsoft website. Select the version you would like to install, download the file, and double-click once complete.

Now, restart your system and update Windows again. Combined with those mentioned above, this method should resolve the 0x80070643 update error.

Fixing the 0x80070643 error that occurs when installing an application

1. Restart your system

At installation, the main cause of the 0x80070643 error is the presence of improper modules. One way to load these correctly is to reboot the system. However, unlike other devices, the Windows system requires its users to manually select the restart option from the power menu when clearing software issues. Directly pressing the power button is an option, but it will not resolve the issues as effectively as a system restart would.

2. Check for any malware

Microsoft Windows comes with a built-in security feature. Windows Defender will protect the system from any known malware, provided that it is set up while installing Windows for the first time.

To scan your system using Windows Defender, follow the below steps.

  1. Type “Security” in your Windows search bar.
How to fix the 0x80070643 update error on Windows 10 - Troubleshooting Central (5)
  1. You can view the features offered by Windows Defender on the home page.
How to fix the 0x80070643 update error on Windows 10 - Troubleshooting Central (6)
  1. You can access all the security measurements and tools from this page. Security analysts recommend you scan your system at least once a month. If you cannot do so, use a paid app that will continuously protect against errors like the 0x80070643.
  2. Click on the Virus & threat protection menu item.
  3. It’ll take you to a page similar to the below one. Here, click on Scan options.
How to fix the 0x80070643 update error on Windows 10 - Troubleshooting Central (7)
How to fix the 0x80070643 update error on Windows 10 - Troubleshooting Central (8)
  1. Click on the Full Scan radio button and then hit Scan Now.
  2. Microsoft Defender will automatically scan and remove any malware from the system.

Despite its many benefits, the Microsoft Defender lacks a vulnerability feature. There are paid malware solutions that cover this aspect as well. You should review popular security solutions to prepare your system for any undiscovered threats.

3. Install the .NET Framework manually

As mentioned in method five above, manually installing the .NET framework can potentially fix the 0x80070643 Windows error. This solution also applies to scenarios when you run into this error during the installation of a software application.

Follow the steps in the above method to manually install the latest version of the .NET framework.

Conclusion

By following the methods above, we hope that you have fixed the 0x80070643 error with little to no technical assistance. Please let us know in the comments what method solved the issue in your case.

How to fix the 0x80070643 update error on Windows 10 - Troubleshooting Central (2024)

FAQs

How to fix Windows 10 update error 0x80070643? ›

How to Fix Error 0x80070643
  1. Retry the installation. ...
  2. Restart your computer. ...
  3. Resize the recovery partition. ...
  4. Run the Windows Update troubleshooter. ...
  5. Install the latest .NET Framework. ...
  6. Run the .NET Framework Repair Tool. ...
  7. Disable your antivirus software and try the update again. ...
  8. Restart Windows Installer.
Feb 8, 2024

How do I reset Windows 10 update error? ›

How do I reset Windows Update components? Try using the Windows Update Troubleshooter, which will analyze the situation and reset any components that need it.

How to clear Windows Update cache in Windows 10? ›

Windows's built-in Disk Cleanup utility helps delete some Windows Update cache files. To use it, open the Start Menu, search for Disk Cleanup, and launch the utility. Select your Windows installation drive and choose "OK." Select "Clean Up System Files."

How do I fix a Windows Update installation error? ›

  1. Make sure that your device has enough space. ...
  2. Run Windows Update a few times. ...
  3. Check third-party drivers and download any updates. ...
  4. Unplug extra hardware. ...
  5. Check Device Manager for errors. ...
  6. Remove third-party security software. ...
  7. Repair hard-drive errors. ...
  8. Do a clean restart into Windows.

How do I fix Windows 10 update error 0x80070424? ›

Please follow below mentioned troubleshooting steps and update on this thread.
  1. Try to remove third party security software/antivirus and delete associated folders in the base drive.
  2. Clear off temporary files and run disk clean up.
  3. Then perform an SFC scan.
Mar 5, 2023

How do I fix Windows 10 couldn't complete the updates? ›

How to Resolve the “We Couldn't Complete the Updates. Undoing Changes.” Error
  1. Look for Windows Update in the right pane and click on it to highlight additional options.
  2. Click on Run the Troubleshooter and wait for Windows to do its thing.
  3. Check the results of the scan and apply the solutions, if any.

How do I fix a corrupted Windows 10 update? ›

The Windows Update Troubleshooter tool will automatically analyze and fix problems with Windows Update, such as a corrupted download.

How do I fix Windows 10 update problems? ›

Troubleshooting checklist
  1. Step 1: Run the diagnostic tool for your version of Windows. ...
  2. Step 2: Restart the computer. ...
  3. Step 3: Install the latest servicing stack update. ...
  4. Step 4: Check for and fix any Windows file corruption. ...
  5. Step 5: Download the update package and try to install the update manually.
Feb 19, 2024

What is the command to fix Windows Update? ›

Method 1: Run DISM and SFC
  1. In the search box on the taskbar, type Command Prompt. ...
  2. Enter sfc /scannow (note the space between "sfc" and "/").
  3. Enter DISM.exe /Online /Cleanup-image /Restorehealth (note the space before each "/"). ...
  4. Again, enter sfc /scannow (note the space between "sfc" and "/").

How to remove corrupted Windows Update files? ›

How to Delete a Corrupted Update File
  1. Remove the folder C:\Documents and Settings\USERNAME\Local Settings\Temp\X-Win32AutoUpdate.
  2. Start Internet Explorer.
  3. Click on Tools > Internet Options.
  4. Click the Delete Files button.
  5. Start X-Win32.
  6. Right click on the icon in the system tray > Help > Upgrade.

Is it safe to delete update cache? ›

Is it safe to delete cached Windows updates? Yes, it is safe. The cache folder may occasionally contain corrupted files or bugged updates, causing disruptions in the update process and triggering various errors. If this happens, clearing the Windows Update Cache is advisable.

How do I fix Windows Update error 0x80070643? ›

this is a common issue during updates, and here are some troubleshooting steps you can try:
  1. Windows Update Troubleshooter: Microsoft provides a step-by-step guide to fix problems during updates. ...
  2. Clear Windows Update cache: ...
  3. Run DISM and SFC commands: ...
  4. Re-download the update file:
Jan 16, 2024

How do I reset Windows Update error? ›

Go to Settings > Update & Security > Troubleshoot, then select Windows Update and follow the on-screen instructions. Alternatively, you can reset Windows Update components by stopping the associated services, deleting temporary update files, and restarting the services.

How to fix troubleshoot problems in Windows 10? ›

Select Start > Settings > Update & Security > Troubleshoot > Additional troubleshooters, or select the Find troubleshooters shortcut at the end of this topic, and then select Additional troubleshooters. Select the type of troubleshooting you want to do, then select Run the troubleshooter.

Why 0x80070643 failed to install kb5034441? ›

If you keep seeing this and want to search the web or contact support for information, this may help: (0x80070643). According to Microsoft, the reason for the “security update kb5034441 fails to install” is that your PC's recovery partition is not large enough. Therefore, WinRE updates may fail.

How do I clean up Windows Update error? ›

If you get an error code while downloading and installing Windows updates, the Update Troubleshooter can help resolve the problem. Select Start > Settings > Update & Security > Troubleshoot > Additional troubleshooters.

How do I disable update kb5034441? ›

Or, you could simply 'hide' the update - so you never see it again- and an easy way to do that is to use Wumgr (free). (Google Wumgr). Scan for updates (the button with two curved arrows), click the checkbox for 503441, then click the Hide button.

How do I fix Windows Update error 0x80244007? ›

Reset the WSUS Client: To reset the WSUS client, stop the Windows Update service, delete the “SoftwareDistribution” folder located in the Windows directory, and then restart the Windows Update service.

Top Articles
Latest Posts
Article information

Author: Roderick King

Last Updated:

Views: 6366

Rating: 4 / 5 (51 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Roderick King

Birthday: 1997-10-09

Address: 3782 Madge Knoll, East Dudley, MA 63913

Phone: +2521695290067

Job: Customer Sales Coordinator

Hobby: Gunsmithing, Embroidery, Parkour, Kitesurfing, Rock climbing, Sand art, Beekeeping

Introduction: My name is Roderick King, I am a cute, splendid, excited, perfect, gentle, funny, vivacious person who loves writing and wants to share my knowledge and understanding with you.