Skip to Content

How Can You Fix the Annoying Windows 11 Update Error 0x80190003? Simple Steps That Work

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

  1. Open Settings with Windows + I
  2. Navigate to System > Troubleshoot > Other troubleshooters
  3. Locate Windows Update and click Run
  4. 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

  1. Go to Settings > Privacy & Security > Windows Security
  2. Click Open Windows Security
  3. Select Virus & threat protection
  4. Click Manage settings under Virus & threat protection settings
  5. 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

  1. Open Command Prompt as administrator (search for “cmd“, right-click, select “Run as administrator“)
  2. 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
  3. Restart your computer

Resetting these components can clear corruption that blocks updates.

Solution 4: Run SFC and DISM Scans

  1. Open Command Prompt as administrator
  2. Run:
    sfc /scannow
  3. After completion, restart your PC
  4. 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
  5. Restart your PC

These scans repair system file corruption that may cause update errors.

Solution 5: Update Device Drivers

  1. Press Win + X and select Device Manager
  2. Expand Display adapters (and other relevant categories)
  3. Right-click each device and select Update driver
  4. 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.