HOW TO FIX WINDOWS UPDATE ERROR 0X80070190

How to Fix Windows Update Error 0x80070190

How to Fix Windows Update Error 0x80070190

Blog Article

How to Fix Windows Update Error 0x80070190

Windows Update Error 0x80070190 usually happens when critical update files are either corrupted or blocked, preventing your system from installing the latest Windows updates.

Here’s a stripped‑down guide to fix it:

1. Reset Windows Update components
Open Command Prompt as administrator and run:

net stop wuauserv  
net stop bits
net stop cryptsvc
ren C:WindowsSoftwareDistribution SoftwareDistribution.old
ren C:WindowsSystem32catroot2 Catroot2.old
net start wuauserv
net start bits
net start cryptsvc

This clears out old or damaged update files, allowing fresh ones to download.

2. Run the Windows Update Troubleshooter
Navigate to Settings → Update & Security → Troubleshoot → Windows Update. This tool automatically fixes common update errors.

3. Repair system files using SFC
In the same elevated Command Prompt, run:
sfc /scannow

This detects and repairs corrupted system files that may block updates.

4. Temporarily disable antivirus/firewall
Security software can interfere with update downloads. Turn them off during the update process, then re-enable them once updates are installed.

5. Restart and recheck updates
Reboot your PC and go back to Settings → Update & Security → Windows Update to try installing updates again.

For a full step‑by‑step walkthrough with more details, visit this guide: How to Fix Windows Update Error 0x80070190

Report this page