How to remove Windows Update install error 0x80070103?

If you’re encountering the Windows Update install error 0x80070103, you’re not alone. This error typically arises when Windows attempts to install a driver that is already installed or when a driver update is incompatible with your system. Fortunately, there are several methods to resolve this issue and ensure your system updates smoothly.

What Causes Windows Update Error 0x80070103?

Understanding the root causes can help in effectively addressing the error:

  • Duplicate Driver Installation: Windows tries to install a driver that is already present on your system.
  • Incompatible Driver Update: The driver update is not compatible with your hardware or current system configuration.
  • Corrupted Update Files: Sometimes, the update files themselves may be corrupted or incomplete.

How to Fix Windows Update Error 0x80070103?

Here are several methods to resolve the error:

1. Hide the Problematic Update

If a specific update is causing issues, you can hide it to prevent Windows from trying to install it again:

  1. Download the "Show or Hide Updates" Troubleshooter from the Microsoft website.
  2. Run the Troubleshooter and select "Hide updates."
  3. Select the Update causing the error and hide it.

2. Update Drivers Manually

Updating drivers manually can resolve compatibility issues:

  1. Open Device Manager by right-clicking the Start button and selecting it.
  2. Locate the Device with the problematic driver.
  3. Right-click and select "Update driver."
  4. Choose "Search automatically for updated driver software."

3. Use Windows Update Troubleshooter

The built-in Windows Update Troubleshooter can automatically detect and fix problems:

  1. Go to Settings > Update & Security > Troubleshoot.
  2. Select "Windows Update" and run the troubleshooter.
  3. Follow the on-screen instructions to complete the process.

4. Clear Windows Update Cache

Clearing the cache can remove corrupted files causing the error:

  1. Open Command Prompt as Administrator.

  2. Type the following commands one by one and press Enter after each:

    net stop wuauserv
    net stop bits
    
  3. Navigate to C:\Windows\SoftwareDistribution and delete all files in the folder.

  4. Restart the services using:

    net start wuauserv
    net start bits
    

5. Perform a System Restore

If the error persists, a system restore can revert your system to a state before the error occurred:

  1. Type "Create a restore point" in the search bar and select it.
  2. Click "System Restore" and follow the instructions.
  3. Choose a restore point before the error first appeared.

Table: Comparison of Fix Methods

Method Difficulty Effectiveness Time Required
Hide Update Easy Moderate 5 minutes
Update Drivers Manually Moderate High 10 minutes
Use Troubleshooter Easy High 5 minutes
Clear Update Cache Moderate High 10 minutes
Perform System Restore Moderate High 15-30 minutes

People Also Ask

What is error code 0x80070103 in Windows Update?

Error code 0x80070103 occurs when Windows attempts to install a driver that is either already installed or incompatible with your system. It is a common issue that can be resolved by hiding the update, updating drivers manually, or using the Windows Update Troubleshooter.

How do I fix Windows Update errors?

To fix Windows Update errors, use the Windows Update Troubleshooter, clear the update cache, or perform a system restore. Ensure your system is up to date with the latest drivers and software patches.

Can I skip a Windows Update?

Yes, you can skip a Windows Update by hiding it using the "Show or Hide Updates" Troubleshooter. This prevents Windows from attempting to install the problematic update again.

Why does Windows Update keep failing?

Windows Update may fail due to corrupted update files, incompatible drivers, or insufficient disk space. Running the Windows Update Troubleshooter or clearing the update cache can often resolve these issues.

How do I clear the Windows Update cache?

To clear the Windows Update cache, stop the Windows Update services, delete the contents of the SoftwareDistribution folder, and restart the services. This can help resolve issues with corrupted update files.

Conclusion

Resolving the Windows Update install error 0x80070103 can be straightforward with the right approach. By understanding the causes and following the outlined methods, you can ensure your system remains up to date without interruptions. For further assistance, consider visiting Microsoft’s support page or consulting with a professional. If you found this guide helpful, explore our other articles on troubleshooting Windows errors.

Scroll to Top