ErrorFixDB Logo
← Back to Database

How to Fix Error 0x803c0103

Topic: Windows 11 Update Errors | Status: Updated

What is this error?

Error 0x803c0103 is a common Windows 11 update error that prevents users from successfully installing updates. It typically indicates issues with system files, corrupted update components, or problems with the Windows Update service itself.

How to Fix It

  1. Run the Windows Update Troubleshooter:
    • Go to Settings > System > Troubleshoot > Other troubleshooters.
    • Find Windows Update and click on Run.
  2. Reset Windows Update Components:
    • Open Command Prompt as an administrator.
    • Type the following commands one by one and press Enter after each:
                              net stop wuauserv
                              net stop cryptSvc
                              net stop bits
                              net stop msiserver
                              net start wuauserv
                              net start cryptSvc
                              net start bits
                              net start msiserver
                          
  3. Perform a System File Check:
    • In the Command Prompt, type
      sfc /scannow
      and hit Enter.
    • Wait for the scan to complete and follow any prompts to fix issues.
  4. Ensure Windows Update Service is Running:
    • Press Windows + R, type
      services.msc
      , and hit Enter.
    • Locate Windows Update, right-click, and select Start if it isn't running.
  5. Update Windows Manually:
    • Visit the Windows 11 Download Page, and select Update Assistant.
    • Follow the on-screen instructions to update your system.
Disclaimer: This is an educational guide. We are not responsible for data loss. Always backup your system.