How to Fix Windows 11 Update Error 0xc1900403

If your computer is running Windows 11, you are more than likely already familiar with update errors, failed installations, and cryptic error codes. And while Windows 11 is more refined than Windows 1, issues like update error 0xc1900403 still appear all the time. Fortunately, like most other Windows update errors, this one can be resolved with a few reliable methods.

How to Fix Windows 11 Update Error 0xc1900403

Before diving into advanced fixes, start with the built-in troubleshooter:

Windows 11 has improved the troubleshooting tool slightly, but its effectiveness varies—if it doesn’t work, keep reading.

Temporarily Disable Antivirus and Firewall

Sometimes, third-party antivirus programs or even Windows Defender can interfere with updates. Here’s what to do:

If the update proceeds successfully, let it complete and re-enable all protections afterwards.

Manually Install the Update

If the automatic update fails repeatedly, manually installing the problematic update can bypass the issue:

Clear the SoftwareDistribution Folder

Corrupted update files can prevent successful installations. Clearing the SoftwareDistribution folder can fix this:

Run the following commands one by one:

net stop wuauserv
net stop bits

Then restart the services:

net start wuauserv
net start bits

If you're not comfortable doing this manually, check out our guide: How to Clear the SoftwareDistribution Folder in Windows 11.

Run System File Checker (SFC) and DISM

If nothing so far has worked, give these two trusty command line tools a go! They should do the trick!

sfc /scannow

 

DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth

 

DISM /Online /Cleanup-Image /RestoreHealth /Source:C:\RepairSource\Windows /LimitAccess

Comments