1. Home
  2. Microsoft
  3. Windows
  4. Windows 11
  5. How to Fix Windows 11 Update Error 0x80070103: Step-by-Step Guide

How to Fix Windows 11 Update Error 0x80070103: Step-by-Step Guide


Encountering errors during Windows updates can be frustrating—especially when you see the Windows 11 Update Error 0x80070103 pop up. If you’re facing this issue, don’t worry. This guide walks you through what this error means, why it happens, and easy, effective ways to fix it so your PC stays up to date and running smoothly.


What is Windows 11 Update Error 0x80070103?

Error code 0x80070103 generally appears when Windows tries to install a device driver update that either:

  • Is already installed on your system, or
  • Is a driver version that’s older than the one currently installed.

In simple terms, Windows is trying to update a driver but ends up attempting to install a duplicate or outdated driver, causing the update to fail.


Why Does Error 0x80070103 Occur on Windows 11?

Common reasons include:

  • Your PC already has the latest version of the driver.
  • Windows Update incorrectly identifies a need to install a driver update that’s less suitable or old.
  • Hardware compatibility issues causing Windows to misinterpret driver updates.


How to Fix Windows 11 Update Error 0x80070103: Step-by-Step

1. Use the Windows Update Troubleshooter

Windows 11 comes with a built-in troubleshooter designed to fix common update problems.

  • Click Start > Settings (gear icon) > System > Troubleshoot > Other troubleshooters.
  • Find Windows Update and click Run.
  • Follow on-screen instructions and let Windows fix any detected issues.
  • Restart your PC and check for updates again.


2. Hide the Problematic Driver Update (Using Microsoft’s Show or Hide Updates Tool)

If Windows keeps trying to install a problematic driver, you can hide that update so it won’t install.

  • Download the Show or Hide Updates troubleshooter from Microsoft’s official site: Download Troubleshooter (works for Windows 11 too).
  • Run the tool and select Hide updates.
  • Check the driver update causing error 0x80070103.
  • This prevents Windows from installing that problematic driver update again.


3. Manually Update the Problematic Driver

Sometimes, manually updating a driver solves the problem better than Windows Update.

  • Press Win + X and select Device Manager.
  • Find the device category for the problematic driver (e.g., Display adapters, Network adapters).
  • Right-click the device > Update driver > Browse my computer for drivers > Let me pick from a list.
  • Select a compatible driver or visit the manufacturer’s website to download the latest driver manually.
  • Install the driver and restart your PC.


4. Roll Back to a Previous Driver Version

If a new driver is causing issues, rolling back to a previous version might fix it.

  • Open Device Manager.
  • Right-click the device > Properties > Driver tab > Roll Back Driver (if the option is available).
  • Follow prompts and restart your PC.


5. Reset Windows Update Components

If the error persists, resetting Windows Update components can clear corruption or stuck processes.

  • Open Command Prompt as Administrator.
  • Execute the following commands one by one:

plaintext
net stop wuauserv
net stop bits
net stop cryptsvc
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start bits
net start cryptsvc

  • Restart your computer afterward and check for updates again.


Final Thoughts

Windows 11 Update Error 0x80070103 can be a hassle, but with these practical steps, you should be able to resolve it quickly. From running built-in troubleshooters to manually handling drivers, you regain control over your updates and keep your system secure.

If you’re ever unsure, remember to back up your data before modifying drivers or important settings. And if problems persist, consulting the Microsoft Support Community or a trusted tech professional can provide peace of mind.


Keywords for SEO

Windows 11 update error 0x80070103, fix Windows 11 update error, driver update error Windows 11, Windows 11 troubleshooting, how to fix 0x80070103, Windows 11 update problems, device driver error, Windows 11 update stuck, update Windows 11 drivers manually


Feel free to share this guide with friends or colleagues struggling with similar update challenges! Together, we can make Windows updates less daunting. 😊

Updated on July 4, 2025
Was this article helpful?

Related Articles

Leave a Comment