Table of Contents
- Why Does Windows 11 Show Error 0x80190003? Proven Solutions for a Frustrating Update Issue
- Solution 1: Run the Windows Update Troubleshooter
- Solution 2: Temporarily Disable Antivirus Software
- Solution 3: Reset Windows Update Components
- Solution 4: Run SFC and DISM Scans
- Solution 5: Update Device Drivers
- Key Points
Why Does Windows 11 Show Error 0x80190003? Proven Solutions for a Frustrating Update Issue
Encountering error code 0x80190003 during a Windows 11 update can disrupt your workflow and leave your system vulnerable to threats. This error often results from corrupted update components, antivirus interference, or outdated drivers. Use the following methods to resolve the issue efficiently.
Solution 1: Run the Windows Update Troubleshooter
- Open Settings with Windows + I
- Navigate to System > Troubleshoot > Other troubleshooters
- Locate Windows Update and click Run
- Follow on-screen instructions to complete the process
This built-in tool automatically detects and fixes common update issues.
Solution 2: Temporarily Disable Antivirus Software
- Go to Settings > Privacy & Security > Windows Security
- Click Open Windows Security
- Select Virus & threat protection
- Click Manage settings under Virus & threat protection settings
- Turn off Real-time protection
Antivirus programs can sometimes block updates. Disabling them temporarily may allow the update to proceed.
Solution 3: Reset Windows Update Components
- Open Command Prompt as administrator (search for “cmd“, right-click, select “Run as administrator“)
- Enter these commands one at a time, pressing Enter after each:
net stop wuauserv net stop cryptSvc net stop bits net stop msiserver ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 Catroot2.old net start wuauserv net start cryptSvc net start bits net start msiserver
- Restart your computer
Resetting these components can clear corruption that blocks updates.
Solution 4: Run SFC and DISM Scans
- Open Command Prompt as administrator
- Run:
sfc /scannow
- After completion, restart your PC
- Open Command Prompt as administrator again and run these commands one by one:
DISM /Online /Cleanup-Image /CheckHealth DISM /Online /Cleanup-Image /ScanHealth DISM /Online /Cleanup-Image /RestoreHealth
- Restart your PC
These scans repair system file corruption that may cause update errors.
Solution 5: Update Device Drivers
- Press Win + X and select Device Manager
- Expand Display adapters (and other relevant categories)
- Right-click each device and select Update driver
- Choose Search automatically for drivers
Outdated or incompatible drivers can prevent updates from installing successfully.
Key Points
- Always ensure a stable internet connection before troubleshooting.
- Restart your PC after applying each fix for best results.
- If problems persist, consider contacting Microsoft support or checking for specific update packages manually.
By following these steps, you can resolve error 0x80190003 and keep your Windows 11 system secure and up to date.