How to fix Windows Update 'Failed to Install' errors
Summary
This guide helps you troubleshoot and resolve: How to fix Windows Update 'Failed to Install' errors. Follow the steps below to fix the issue.
Common Causes
It can be frustrating when Windows Update fails to install a critical security patch or feature update. These errors are often caused by corrupted update files, conflicting third-party software, or interrupted network connections. If you are unsure how to begin the process, please refer to our guide on How to update Windows.
Quick Fix Steps
Before attempting more advanced technical solutions, try these basic troubleshooting steps to resolve the majority of installation failures:
- Restart your computer: A simple reboot can clear temporary glitches and release locked files.
- Check your internet connection: Ensure you have a stable connection. If you are experiencing drops, see Troubleshooting Network Connectivity in Windows 11.
- Free up disk space: Ensure you have at least 10GB of free space on your system drive (usually
C:) to allow the update to download and unpack. - Disable third-party antivirus: Temporarily disable non-Microsoft antivirus software, as these can sometimes block the update process.
Detailed Instructions
Method 1: Run the Windows Update Troubleshooter
Windows includes a built-in diagnostic tool designed to automatically detect and fix common update errors.
- Click the Start button and select Settings (the gear icon).
- Navigate to System > Troubleshoot.
- Select Other troubleshooters.
- Find Windows Update in the list and click the Run button.
- Follow the on-screen prompts and apply any suggested fixes.
- Restart your PC and attempt to update again.
Method 2: Reset the SoftwareDistribution Folder
If the troubleshooter fails, the local cache of update files may be corrupted. Resetting the SoftwareDistribution folder forces Windows to download a fresh copy of the update.
- Type
cmdin the Windows Search bar. - Right-click Command Prompt and select Run as administrator.
- Stop the update services by typing the following commands one by one, pressing
Enterafter each:net stop wuauservnet stop cryptSvcnet stop bitsnet stop msiserver
- Rename the update folders to create a backup by entering:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.oldren C:\Windows\System32\catroot2 catroot2.old
- Restart the services you stopped previously:
net start wuauservnet start cryptSvcnet start bitsnet start msiserver
- Close the Command Prompt and restart your computer.
Advanced Troubleshooting
Run System File Checker (SFC)
Corrupted system files can prevent Windows from installing updates. You can analyse and repair these using the SFC tool.
- Open Command Prompt as an administrator.
- Type
sfc /scannowand pressEnter. - Wait for the scan to complete. If it finds and repairs corrupted files, restart your PC.
Manual Update Installation
If a specific update continues to fail, you can download it manually from the Microsoft Update Catalog.
- Go to Settings > Windows Update and note the KB number of the failing update (e.g., KB5034765).
- Visit the official Microsoft Update Catalog website.
- Search for the KB number and download the version that matches your system architecture (x64 for most modern PCs).
- Run the downloaded
.msufile to install the update manually.
If these steps do not resolve the issue, or if you encounter a specific error code that persists, please Open a Ticket for further assistance from our technical team.
Still Having Issues?
💻 Open a Ticket