How to Fix Update Troubleshooter Error 0x803C0103

Some Windows 10 users are reporting that they always end up seeing the 0x803c0103 error when attempting to run the Windows Update Troubleshooter in order to resolve an issue with one of the pending Windows updates that are waiting to be installed.

Update Troubleshooter Error 0x803C0103
Update Troubleshooter Error 0x803C0103 Fix

After investigating this particular issue, it turns out that there are a couple of underlying issues that might be triggering this error code. Here’s a shortlist of potential culprits that might be responsible for this issue:

  • System File Inconsistency – One of the most common causes that will trigger this issue is a common system file inconsistency that ends up affecting the updating function or the Windows Update troubleshooter. In this case, you can most likely fix the issue by running SFC and DISM scans in order to fix corrupted OS data. In more serious circumstances, you might need to go for a repair install or repair install.
  • Windows Update is stuck in a limbo state – One less frequent scenario that will cause this issue is the Windows Update service that is stuck in a limbo state. In this case, you can resolve the issue by resetting every Windows Update component with a specialized agent or by doing it manually from an elevated CMD.

Now that you are intimately familiar with every cause of this error code, here’s a list of verified fixes that should allow you to resolve the 0x803c0103 error:

Method 1: Running SFC and DISM Scans

As it turns out, one of the most common instances that will trigger the 0x803c0103 error when running the Windows Update troubleshooter is a system file corruption that is affecting the auto-updating function of Windows installation.

If this scenario looks like it could be applicable, you should start by running a couple of scans with two built-in utilities – System File Checker (SFC) and Deployment Image Servicing and Management(DISM).

While both SFC and DISM share some similarities, our recommendation is to run both scans in quick succession in order to improve your chance of fixing the corrupted system files.

If this scenario is applicable, start with a simple SFC scan.

Performing an SFC scan

Note: Keep in mind that this tool is entirely local and will not require you to be actively connected to the internet.

Important: After you initiate this procedure, it’s very important to not close the CMD window even if the utility looks like it froze. Wait patiently until the process is complete, as interrupting the operation might cause logical errors on your HDD or SSD.

After the SFC scan is completed successfully, reboot your computer and see if the issue is fixed once the next computer startup is complete.

If the same 0x803c0103 Windows Update Troubleshooter issue is still occurring, deploy a DISM scan and follow the on-screen prompts to complete the operation.

Deploying a DISM scan

Note: A key difference between SFC and DISM is that DISM uses a sub-component of Windows Update to download healthy equivalents to replace corrupted system files. Because of this, you need to make sure that you have reliable Internet before initiating this operation. 

Once the DISM scan has been completed successfully, restart your computer once again and see if the 0x803c0103 error is now fixed.

If the Windows Update Troubleshooter is still not fixed, move down to the next potential fix below.

Method 2: Reset every Windows Update Component

If repairing the system files didn’t allow you to fix the issue, you’re likely dealing with a persisting bug that is affecting the Windows Update troubleshooter.

Since you were unable to repair the Troubleshooter via DISM or SFC, the next best thing you can do is deploy the same repair strategies in order to reset every Windows Update component that might be causing issues with your pending Windows updates.

By far, the most common instance that will cause this kind of issue is one or more WU (Windows Update) components that are currently stuck in a limbo state (they’re neither open nor closed). If this scenario is applicable, you will be able to fix the problem by resetting all WU components that are involved in the updating process.

Here are two different methods that you can follow in order to reset all Windows Update components:

A. Resetting WU via the WU Agent

  1. Start by visiting this Microsoft Technet download page and download the Reset Windows Update Agent script.
    Downloading the Windows Update Reset Agent
  2. After the download is finally complete, extract the zip archive with a utility like WinRar, WinZip, or 7Zip and paste it into an easy to access location.
  3. Double-click on the ResetWUENG.exe file, click Yes at the User Account Control, and then follow the instructions to run the script on your computer. After you do so, it will reset all your WU components.
  4. Once the process is complete, restart your computer and see if you’re able to install the failing update once the next startup sequence is complete.

Resetting WU via elevated CMD

  1. Start by pressing Windows key + R to open up a Run dialog box. Then, type “cmd” inside the text box and press Ctrl + Shift + Enter to open up an elevated Command Prompt.
    Opening an elevated Command Prompt

    Note: When you see the UAC (User Account Control) prompt, click Yes to grant administrative privileges.

  2. Once you’re inside the elevated Command Prompt, type the following commands in order and press Enter after each one to stop all WU related services:
    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver

    Note: Just so you know what you’re actually instructing the terminal to do, these commands will stop the Windows Update Services, MSI Installer, Cryptographic services, and BITS services.

  3. After every relevant service has been stopped, run the following commands to clear and rename SoftwareDistribution and Catroot2 folders:
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old 
    ren C:\Windows\System32\catroot2 Catroot2.old

    Note: These folders are responsible for holding updated files use by the WU component. Renaming these folders will force your OS to create new healthy equivalents that will not be affected by corruption.

  4. Now that the folders have been cleared, run the following commands to re-enable the services that we’re previously disabled:
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver
  5. Restart your computer once again and see if the issue has been resolved at the next computer startup.

If the same issue is still occurring even after you have successfully refreshed every Windows Update component, move down to the next potential fix below.

Method 3: Performing a Repair Unstall or Clean Install

If none of the methods above have allowed you to resolve the 0x803c0103 error when running the Windows Update Troubleshooter, you can conclude that your issue is caused by an underlying system corruption issue that can’t be fixed conventionally (with DISM and SFC scans).

Several users that were facing a similar issue have reported that the issue was fixed after they refreshed every Windows component. This can either be achieved by an in-place repair (repair install) or by a clean install.

Going for a clean install is a more straight-forward solution, but the main drawback is that it won’t allow you to keep your personal files (applications, games, personal media, etc.) unless you back them out first.

On the other hand, if you decide to go for a repair install, the procedure is a little more tedious, but the main advantage is that you get to keep all your personal files including applications, games, personal media, and even some user preferences.

ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.