Share via

Windows update install failures

Kay Byars 0 Reputation points
2026-03-12T16:04:03.0833333+00:00

I have had several attempts to update Windows 11 end with "Install failed" which also failed. Solutions would be helpful

Windows for home | Windows 11 | Windows update
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-03-12T16:04:25.2933333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Follow these steps in order to diagnose and fix repeated Windows 11 update install failures:

    1. Run the Windows Update troubleshooter (Windows 11)
      • Open the Get Help app using the link in the Windows Update troubleshooter article: Run the troubleshooter in Get Help.
      • Let it automatically run diagnostics and apply any fixes.
      • If it cannot resolve the issue, continue with the next steps.
    2. Check the exact error code for the failed updates
      Error messages like “Install failed” are generic. To see what is actually going wrong:
      • Select Start > Settings > Windows Update > Update history.
      • Find the update(s) that show Failed and note the error code (for example, 0x80070070, 0x80073712, 0x800f0922, etc.).
      • Different codes have different fixes; if needed, use that code with the guidance in the Windows upgrade/installation errors article or contact Microsoft support from there.
    3. Apply general fixes for upgrade/install errors
      From the Windows 11 upgrade/installation guidance:
      • Remove external hardware: Unplug nonessential USB devices (external drives, printers, scanners, docks, etc.).
      • Update Windows and drivers first: Make sure all important updates and hardware drivers are already installed before attempting the problematic update again.
      • Uninstall non‑Microsoft antivirus: Temporarily remove third‑party antivirus (rely on Microsoft Defender during troubleshooting).
      • Uninstall nonessential/old software: Remove outdated or unnecessary programs that might interfere with setup.
    4. Fix possible component corruption with DISM and SFC
      If updates repeatedly fail, system files or the Windows Update component store may be corrupted:
      1. Open Command Prompt as administrator (Start → type Command Prompt → right‑click → Run as administrator).
      2. Run DISM to repair the component store:
              DISM.exe /Online /Cleanup-image /Restorehealth
        
        Wait for it to complete (this can take several minutes).
      3. Then run System File Checker:
              sfc /scannow
        
      4. When both finish, close Command Prompt and run Windows Update again.
    5. Handle specific common error codes (if seen)
      After checking Update history:
      • 0x80070070 – 0x50011 / 0x50012 / 0x60000: Not enough disk space. Free space on the system drive, then retry.
      • 0x80073712: A required file is damaged or missing. The DISM command above is the recommended fix.
      • 0xc1900223: Problem downloading/installing the selected update; Windows Update will retry automatically.
      • 0xC1900208 – 0x4000C: Incompatible app blocking the upgrade. Uninstall the incompatible app and retry.
      • 0xC1900107: Previous installation cleanup pending. Restart the device; if that does not help, run Disk Cleanup and clean temporary and system files, then retry.
    6. If updates still fail
      • Use the detailed Windows Update troubleshooting steps under General troubleshooting in the Windows update problems article (after backing up important files as recommended).
      • If failures continue and you have a specific error code, use the “Get help with Windows upgrade and installation errors” article’s error table for targeted steps, or contact Microsoft support from that page with the error code and Update history details.

    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.