Windows update is very important when using Windows. It protects your computer from potential threats as well as fixes some errors. However, you may encounter different Windows update errors, and many users reported that they received 0x80190003 error code.
How to fix this problem? Here are the methods.
Method 1: Run the Windows Update Troubleshooter
Windows update troubleshooter is a built-in tool in Windows that can help you detect and fix errors related to Windows update issues. You can try running this troubleshooter to fix the problem. Here is a tutorial:
Step 1: Press the Windows + I together to open the Settings.
Step 2: Go to System > Troubleshoot.
Step 3: Click on Other troubleshooters to view all available troubleshooters, then select Run next to the Windows Update section.

Method 2: Turn off the Antivirus Temporarily
Antivirus software is designed to safeguard your PC from malware and viruses, but it can sometimes interfere with the installation of Windows 11, leading to error 0x80190003. To resolve this, you might consider temporarily disabling Windows Defender.
Step 1: Click the Start icon and choose Settings.
Step 2: Go to Privacy & Security > Security > Windows Security.
Step 3: Click the Open Windows Security button.
Step 4: Select Virus & threat protection and click the Manage settings link under Virus & threat protection settings.
Step 5: Then, you can turn off the Real-time protection option.

Method 3: Reset Windows Update Component
If your computer has corrupted Windows files, your computer may display a 0x80190003 error code when doing the Windows update. Therefore, it is essential to reset Windows components.
Step 1: Type cmd in the Search box and choose Run as administrator from the right side.
Step 2: When the User Account Control window pops up, select Yes to allow access.
Step 3: Then, run the following command lines one by one and press the Enter key separately.
- net stop wuauserv
- net stop cryptSvc
- net stop bits
- net stop msiserver
Step 4: After that, execute the following commands one by one and press the Enter key separately.
- ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
- ren C:\Windows\System32\catroot2 Catroot2.old
Step 5: After successfully running the above commands, you’ll need to re-enable the services. To do this, enter the following commands one at a time, pressing Enter after each one.
- net start wuauserv
- net start cryptSvc
- net start bits
- net start msiserver
Step 6: At last, restart your PC. Then, check if the error 0x80190003 persists or not.
Method 4: Run the SFC and DISM Scans
If you accidentally lose system files or system files are corrupted, this can also cause Windows update error 0x80190003. To fix this problem, it is recommended that you run SFC and DISM scans.
Step 1: Type cmd in the Search box and click Run as administrator.
Step 2: In the elevated Command Prompt window, type sfc /scannow and press Enter.
Step 3: Wait until the process ends. Then restart your PC and run Command Prompt as an administrator.
Step 4: Type the following commands one by one and press Enter after each.
- DISM /Online /Cleanup-Image /CheckHealth
- DISM /Online /Cleanup-Image /ScanHealth
- DISM /Online /Cleanup-Image /RestoreHealth
Step 5: After the process is finished, restart your PC.
Method 5: Update Drivers
Outdated drivers may also trigger the Windows update error 0x80190003 on your computer. If you think this error is due to outdated drivers, you can use the following steps to update them and resolve the issue:
Step 1: Press the Win + X keys together to select the Device Manager from the menu.
Step 2: In the Device Manager window, expand the Display adapters.
Step 3: Right-click it and select Update driver. Then choose Search automatically for drivers.
Bottom Line
After reading this article, are you still troubled by Windows 11 update errors? Now it’s your turn to try the above methods one by one.
If you want to manage your disk partitions, try MiniTool Partition Wizard. At the same time, please remember to back up your documents before trying any method to avoid accidents.
User Comments :