[Solved] Fix error code 190 Windows - 5 Minute Method

Verified & Tested Updated February 14, 2026

Quick Summary

Error code 190 typically indicates a problem with the Windows Update process, often when it fails to install updates. This can be caused by corrupted update files or issues with the Windows Update components themselves.

Common Causes

  • Corrupted Update Files: Downloaded update files may be incomplete or damaged, preventing successful installation.
  • Windows Update Component Issues: The services responsible for downloading and installing updates (like Background Intelligent Transfer Service - BITS) might be malfunctioning or stopped.
  • Insufficient Disk Space: Lack of sufficient free space on the system drive (usually C:) can hinder the update process.
  • Third-Party Software Interference: Antivirus software or other security applications can sometimes interfere with Windows Update.

Step-by-Step Fixes

Method 1: Run the Windows Update Troubleshooter Show Steps ↓

Windows has a built-in troubleshooter that can automatically detect and fix common Windows Update problems.

  • Press the Windows key + I to open Settings.
  • Click on Update & Security.
  • Select Troubleshoot.
  • Click on Additional troubleshooters.
  • Find and select Windows Update, then click Run the troubleshooter.
  • Follow the on-screen instructions.
Method 2: Restart Windows Update Services Show Steps ↓

Restarting the Windows Update services can resolve issues caused by temporary glitches.

  • Press Windows key + R to open the Run dialog box.
  • Type services.msc and press Enter.
  • Locate the following services: Background Intelligent Transfer Service (BITS), and Windows Update.
  • Right-click on each service and select Restart. If the service isn't running, select Start.
Method 3: Clear the Windows Update Cache Show Steps ↓

Clearing the update cache can remove corrupted files that are causing the error.

  • Stop the Windows Update service (as described in the previous fix).
  • Open File Explorer and navigate to C:\Windows\SoftwareDistribution.
  • Delete all files and folders within the SoftwareDistribution folder. You may need administrator permissions.
  • Restart the Windows Update service (as described in the previous fix).
Method 4: Free Up Disk Space Show Steps ↓

Ensure you have enough free space on your system drive.

  • Press Windows key + E to open File Explorer.
  • Right-click on your system drive (usually C:) and select Properties.
  • Click on Disk Cleanup.
  • Select the files you want to delete (Temporary files, Recycle Bin, etc.) and click OK.
Method 5: Perform a Clean Boot Show Steps ↓

A clean boot starts Windows with a minimal set of drivers and startup programs, which can help identify if a third-party application is causing the issue. Warning: Disabling services can impact functionality, so proceed with caution.

  • Press Windows key + R to open the Run dialog box.
  • Type msconfig and press Enter.
  • On the Services tab, check Hide all Microsoft services and then click Disable all.
  • On the Startup tab, click Open Task Manager.
  • In Task Manager, disable all startup items.
  • Close Task Manager and click OK in the System Configuration window.
  • Restart your computer.
  • If the error is resolved, re-enable services and startup items one by one to identify the culprit.
Method 6: Run System File Checker (SFC) Show Steps ↓

The System File Checker scans and repairs corrupted system files.

  • Open Command Prompt as an administrator (search for 'cmd', right-click, and select 'Run as administrator').
  • Type sfc /scannow and press Enter.
  • Allow the scan to complete.
Method 7: Manually Download and Install the Update Show Steps ↓

If the error persists, try downloading the specific update causing the issue from the Microsoft Update Catalog and installing it manually.

  • Identify the KB number of the failed update (you can find this in Windows Update history).
  • Visit the Microsoft Update Catalog: https://www.catalog.update.microsoft.com/
  • Search for the KB number.
  • Download the appropriate version for your system.
  • Run the downloaded file to install the update.

Related Fixes