Home › Knowledgebase › KB-166

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.

Quick Tip: Need immediate assistance? 💻 Open a Ticket

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:

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.

  1. Click the Start button and select Settings (the gear icon).
  2. Navigate to System > Troubleshoot.
  3. Select Other troubleshooters.
  4. Find Windows Update in the list and click the Run button.
  5. Follow the on-screen prompts and apply any suggested fixes.
  6. 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.

Caution: This process involves using the Command Prompt. Please follow the steps exactly as written to avoid affecting other system files.
  1. Type cmd in the Windows Search bar.
  2. Right-click Command Prompt and select Run as administrator.
  3. Stop the update services by typing the following commands one by one, pressing Enter after each:
    • net stop wuauserv
    • net stop cryptSvc
    • net stop bits
    • net stop msiserver
  4. Rename the update folders to create a backup by entering:
    • ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    • ren C:\Windows\System32\catroot2 catroot2.old
  5. Restart the services you stopped previously:
    • net start wuauserv
    • net start cryptSvc
    • net start bits
    • net start msiserver
  6. 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.

  1. Open Command Prompt as an administrator.
  2. Type sfc /scannow and press Enter.
  3. Wait for the scan to complete. If it finds and repairs corrupted files, restart your PC.
If you are consistently experiencing stability issues or update failures across multiple devices in your organisation, it may be time to consider a fresh start. See our guide on How to Perform a Clean Installation of Windows 11.

Manual Update Installation

If a specific update continues to fail, you can download it manually from the Microsoft Update Catalog.

  1. Go to Settings > Windows Update and note the KB number of the failing update (e.g., KB5034765).
  2. Visit the official Microsoft Update Catalog website.
  3. Search for the KB number and download the version that matches your system architecture (x64 for most modern PCs).
  4. Run the downloaded .msu file 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?

Need more help? If the issue persists after trying these steps, please open a support ticket and our team will assist you.

💻 Open a Ticket