How To Fix Error Encountered 0x80070643 on Windows PC

Introduction

Facing the frustrating error code 0x80070643 on your Windows PC can halt updates and installations, leading to unnecessary headaches. Fortunately, this common issue, typically arising during software updates or installations, can be resolved with a few troubleshooting steps. This guide will walk you through a couple of straightforward solutions to get your system back on track, from adjusting service settings to executing command-line fixes. Stay tuned for easy-to-follow instructions to eliminate this error and ensure a smoother Windows experience.

Adjust Windows Update Service Settings

Troubleshooting Windows PC errors often starts with the basics, like ensuring essential services are running smoothly. For those encountering the error 0x80070643, a critical first step is to check the Windows Update service. Navigate to the Services app by typing "services" in the Start menu search bar and selecting the corresponding result. Within the Services window, scroll to locate "Windows Update." Right-click on it and choose "Properties." In the ensuing dialog box, set the "Startup type" to "Automatic" from the dropdown menu, ensuring that Windows Update is always ready to run. Click "Apply" to save your changes, followed by "OK" to exit. If the service is not running, choose to start it; if it's already running, opt for a restart. To complete the process and effectuate any changes, a system reboot is recommended. This simple adjustment can often pave the way toward resolving the error 0x80070643, allowing your system to update correctly and maintain optimal performance.

windows update service

Windows Update Properties > Startup Type (Automatic)

Utilize Command Prompt with Admin Privileges

When basic troubleshooting doesn’t resolve the 0x80070643 error on Windows, it's time to employ the Command Prompt with elevated privileges for a more in-depth solution. To do this, search for "cmd" in the Start menu, right-click on Command Prompt, and select "Run as administrator." Confirm any prompts to proceed with administrative access.

This approach involves executing a series of commands to effectively reset the update services and clear any potential blockages causing the error:

  1. Stop Update Services: Begin by halting the Windows Update services to prevent any conflicts during the process.

    • Enter net stop wuauserv to stop the Windows Update service.

    • Use net stop cryptsvc to stop the Cryptographic service.

    • Input net stop bits to halt the Background Intelligent Transfer Service.

  2. Rename Update Folders: Renaming these directories forces Windows to create new, uncorrupted versions.

    • ren C:\Windows\System32\catroot2 catroot2.old to rename the Catroot2 folder.

    • ren C:\Windows\SoftwareDistribution SoftwareDistribution.old for the SoftwareDistribution folder.

  3. Restart Update Services: Reactivate the services with fresh configurations.

    • net start wuauserv

    • net start cryptsvc

    • net start bits

Completing these steps and rebooting your computer should rectify the error 0x80070643, allowing Windows updates to proceed smoothly. These adjustments are aimed at clearing out any issues within the update process, ensuring your system remains up to date and secure.

admin command prompt

Administrator Command Prompt

  • The error 0x80070643 usually occurs due to issues with Windows Update, such as corrupt update files or problems with the .NET Framework installation. It can also be triggered by antivirus software conflicts.

  • While the Command Prompt method is highly effective, you can first try simpler fixes like restarting your PC, running the Windows Update Troubleshooter, and ensuring your antivirus software is not causing a conflict.

  • Yes, renaming these folders is a safe operation. Windows will automatically create new, uncorrupted versions of these folders, which can resolve update-related issues without losing any data.

  • If you're unsure about using advanced tools like the Registry Editor or Command Prompt, it's recommended to seek assistance from a more experienced user or a professional. Missteps in these tools can lead to system instability.

  • The process should take only a few minutes, excluding the time your PC might need to restart. However, the actual duration can vary based on your system's speed and the specific issues it's encountering.

 
Previous
Previous

How To Fix Automatic Repair Loop in Windows - Complete Guide

Next
Next

Unable To Toggle Real-Time Protection on Windows - Problem Fix