How to Fix Install Error 0x800f0991 on Windows 11

Windows updates normally install automatically in the background. However, some users suddenly see install error 0x800f0991 while installing a Windows update or cumulative patch.

How to Fix Install Error 0x800f0991 on Windows 11
How to Fix Install Error 0x800f0991 on Windows 11

When this error appears, Windows fails to complete the update process. The installation stops midway and shows a message such as:

Install error – 0x800f0991

This issue usually happens when Windows component store files become corrupted, system update files are missing, or the Windows Update cache breaks during installation.

However, you can fix the error with a few practical troubleshooting steps. Follow the solutions below in order until Windows installs the update successfully.

Method 1: Run the Windows Update Troubleshooter

Windows includes a built-in troubleshooting tool that detects update problems and repairs common configuration issues automatically.

Run the Windows Update Troubleshooter
Run the Windows Update Troubleshooter

Steps

  1. Open Settings
  2. Go to System
  3. Click Troubleshoot
  4. Select Other troubleshooters
  5. Find Windows Update
  6. Click Run

Allow Windows to complete the diagnostic process. Restart the computer and try installing the update again.

Method 2: Repair Windows System Image Using DISM

DISM repairs the Windows system image and replaces corrupted component store files. This fix resolves many update installation errors.

Steps

  1. Press Start
  2. Search for Command Prompt
  3. Right-click it and choose Run as Administrator

Run the following command:

DISM /Online /Cleanup-Image /RestoreHealth

Wait for the process to complete. The scan may take 10–20 minutes depending on system performance.

After the repair finishes, restart your computer.

Method 3: Run System File Checker (SFC)

After repairing the Windows image, run System File Checker to replace damaged system files.

Steps

Open Command Prompt as Administrator again and run:

sfc /scannow

SFC scans the system and automatically replaces corrupted files with healthy versions.

Restart your computer once the scan finishes.

Method 4: Reset Windows Update Components

If the update cache becomes corrupted, Windows cannot download or install updates properly. Resetting the update services rebuilds the update system.

Steps

Open Command Prompt as Administrator and run the following commands one by one:

net stop wuauserv
net stop bits
net stop cryptsvc

Now rename the update cache folders:

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old

Restart the services:

net start cryptsvc
net start bits
net start wuauserv

Restart your PC and check Windows Update again.

Method 5: Install the Update Manually

If Windows Update continues to fail, you can install the update manually through the Microsoft Update Catalog.

Steps

  1. Open Microsoft Update Catalog
  2. Search for the KB number of the failed update
  3. Download the correct version for your Windows system
  4. Run the installer file

Manual installation bypasses Windows Update and often resolves installation errors.

Method 6: Repair Install Windows 11

If none of the above methods solve the problem, perform a Windows repair install.

This process reinstalls Windows while keeping:

  • Personal files
  • Installed apps
  • System settings

Steps

  1. Open Settings
  2. Go to System → Recovery
  3. Select Fix problems using Windows Update
  4. Click Reinstall now

Windows downloads a fresh system image and repairs the operating system automatically.

Additional Tips to Prevent Windows Update Errors

Follow these best practices to avoid future update failures:

  • Keep at least 20 GB of free disk space
  • Restart the system before installing major updates
  • Avoid interrupting the update process
  • Disable third-party antivirus temporarily during installation
  • Install updates regularly instead of skipping many cumulative patches

In most cases, running DISM, SFC, and resetting Windows Update components resolves the problem quickly. If the error persists, a manual update installation or repair install restores the system and allows updates to install normally again.

Leave a Comment

Comments

No comments yet. Why don’t you start the discussion?

    Leave a Reply