Skip to content
Home » How to Reset Windows Update Components on Windows 11 (Fix Update Errors)

How to Reset Windows Update Components on Windows 11 (Fix Update Errors)

A computer monitor displaying the Windows Update settings page, with a large glowing blue update icon beside it

Windows Update is essential for keeping Windows 11 secure, stable, and running smoothly. However, updates don’t always install successfully. Sometimes Windows Update gets stuck while downloading, fails with error codes, repeatedly installs the same update, or refuses to install updates altogether. These problems are often caused by corrupted update cache files, damaged Windows Update components, or misconfigured update services.

Resetting Windows Update components is one of the most effective troubleshooting methods for resolving update-related issues. The process clears the Windows Update cache, restarts update services, and restores update components to their default state, allowing Windows to download fresh update files and rebuild the update database.

If you’re experiencing Windows Update errors and basic troubleshooting methods haven’t helped, resetting Windows Update components can often restore normal update functionality without affecting your personal files or installed applications.

Quick Answer

To reset Windows Update components on Windows 11, stop the Windows Update services, rename the SoftwareDistribution and Catroot2 folders, and then restart the services. This clears the Windows Update cache and forces Windows to create fresh update files, which can help fix update download failures, installation errors, and stuck updates.

If you’re not comfortable using Command Prompt, you can also reset Windows Update components using the built-in Windows Update troubleshooter or by manually restarting the update services.

What Does Resetting Windows Update Components Do?

Resetting Windows Update components restores the services and files used by Windows Update to their default state. During the process, Windows Update services are stopped, the update cache is cleared, and update-related folders are rebuilt automatically when Windows Update runs again.

This can help resolve common update problems caused by corrupted cache files, damaged update databases, or misconfigured update services.

Resetting Windows Update components may help fix:

  • Windows Update stuck downloading or installing
  • Updates failing with error codes
  • Windows Update not checking for updates
  • Updates repeatedly failing to install
  • Missing or corrupted update files

It’s important to note that resetting Windows Update components does not remove installed updates, delete personal files, or affect your applications. It only clears update-related files and restores Windows Update services to a working state.

Method 1: Reset Windows Update Components Manually

If Windows Update is stuck downloading updates, repeatedly fails to install updates, or displays update-related errors, clearing the Windows Update cache can often resolve the problem. This process removes temporary update files stored by Windows and forces the operating system to download fresh copies from Microsoft servers.

Before deleting the update cache, you need to stop the Windows Update services that may be using these files.

  • Press Windows key + R, type services.msc, and click OK.
  • In the Services window, locate Windows Update, right-click it, and select Stop.
  • Next, locate Background Intelligent Transfer Service (BITS), right-click it, and select Stop.
Stop windows 11 update service
  • Open File Explorer and navigate to:

C:\Windows\SoftwareDistribution\Download

  1. Select all files and folders inside the Download folder and delete them.
Clear windows 11 update cache

Note: Only delete the contents of the Download folder, not the SoftwareDistribution folder itself.

  1. Return to the Services window.
  2. Right-click Windows Update and select Start.
  3. Right-click Background Intelligent Transfer Service (BITS) and select Start.
  4. Restart your computer.

Once your PC restarts, open Settings > Windows Update and click Check for updates. Windows will create a fresh update cache and download any required update files again.

Check for windows 11 updates

If Windows Update problems persist after clearing the update cache, proceed to the next method to perform a complete reset of Windows Update components.

Method 2: Reset Windows Update Components Using Command Prompt

If clearing the Windows Update cache does not resolve the problem, you can perform a complete reset of Windows Update components using Command Prompt. This method stops the update services, rebuilds the update cache folders, and restores Windows Update components to their default state.

  • Open the Start menu, search for cmd, then select Run as administrator.
  • Stop the Windows Update services by running the following commands one at a time:

net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc

  • Rename the SoftwareDistribution and Catroot2 folders by running these commands:

ren %systemroot%\SoftwareDistribution SoftwareDistribution.old
ren %systemroot%\System32\catroot2 Catroot2.old

The SoftwareDistribution and Catroot2 folders store Windows Update files and update-related information. Renaming these folders forces Windows to create fresh copies the next time it checks for updates.

Reset Windows Update Components
  • Restart the Windows Update services by running:

net start bits
net start wuauserv
net start appidsvc
net start cryptsvc

  • Close Command Prompt and restart your computer.

After the restart, open Settings > Windows Update and click Check for updates. Windows will recreate the update folders and download fresh update files from Microsoft servers.

This method is more comprehensive than simply clearing the update cache and can often resolve persistent Windows Update errors that continue to occur after basic troubleshooting.

When Should You Reset Windows Update Components?

Resetting Windows Update components is recommended when Windows Update fails to download or install updates and standard troubleshooting methods have not resolved the problem. Because the process clears the update cache and rebuilds update-related services and folders, it can fix many issues caused by corrupted update files or misconfigured components.

You should consider resetting Windows Update components if you experience:

  • Windows Update is stuck downloading or installing updates
  • Updates repeatedly failing to install
  • Windows Update error codes appearing during installation
  • Windows Update is stuck at a certain percentage
  • Updates downloading but never completing the installation
  • The Windows Update Troubleshooter fails to fix the problem
  • Missing or corrupted Windows Update files

In many cases, resetting Windows Update components is one of the most effective solutions for persistent update problems and is often recommended before performing more advanced repairs such as running DISM or System File Checker (SFC) scans.

What Happens After Resetting Windows Update Components?

After resetting Windows Update components, Windows recreates the update cache folders and restores update services to their default working state. This allows the operating system to download fresh update files and rebuild any update data that may have become corrupted.

Here are the changes you can expect after the reset:

  • Windows Update cache files are removed and recreated.
  • The SoftwareDistribution and Catroot2 folders are rebuilt automatically.
  • Windows Update services start with fresh configurations.
  • Corrupted update files that may have caused installation failures are removed.
  • Windows can download new copies of updates from Microsoft servers.

Resetting Windows Update components does not:

  • Delete your personal files or folders.
  • Remove installed applications.
  • Remove previously installed Windows updates.
  • Change your personal settings.

After the reset, it’s normal for the first Windows Update scan to take slightly longer than usual because Windows needs to recreate update-related files and check for available updates again. Once the process completes, try installing updates normally and verify whether the original update problem has been resolved.

Reset Windows Update Components Not Working? Try These Fixes

If Windows Update still fails or displays an error after resetting the update components, the problem may be caused by corrupted system files, damaged Windows images, or a specific update package. Try the following troubleshooting methods.

Ensure you have a stable, reliable internet connection to download Windows Update files from Microsoft’s servers.

Run the Windows Update Troubleshooter

Windows includes a built-in troubleshooter that can automatically detect and repair common update-related problems.

  1. Open Settings > System > Troubleshoot > Other troubleshooters.
  2. Locate Windows Update and click Run.
  3. Follow the on-screen instructions and apply any recommended fixes.
windows update troubleshooter

Repair Corrupted System Files Using SFC

System File Checker (SFC) scans and repairs corrupted Windows system files that may interfere with Windows Update.

  1. Open Command Prompt as Administrator.
  2. Run the following command:

sfc /scannow

  1. Wait for the scan to complete and restart your computer.
SFC Scan verification process

Repair the Windows Image Using DISM

If SFC cannot repair all files, use the Deployment Image Servicing and Management (DISM) tool.

Open Command Prompt as Administrator and run:

DISM /Online /Cleanup-Image /RestoreHealth

Once the scan finishes, restart your PC and check for updates again.

DISM restore health command

Running SFC and DISM can often resolve underlying system issues that may be causing Windows update problems.

Check Date and Time Settings

Incorrect date, time, or time zone settings can prevent Windows from communicating properly with Microsoft’s update servers.

  1. Open Settings > Time & Language > Date & Time.
  2. Enable Set time automatically.
  3. Verify the correct time zone is selected.
Date and Time Settings windows 11

Install the Update Manually

If a specific update repeatedly fails, you can download and install it manually from the Microsoft Update Catalog.

  1. Note the KB number of the failed update.
  2. Visit the Microsoft Update Catalog website.
  3. Search for the KB number.
  4. Download the version that matches your system architecture and install it manually.
windows 11 KB5094126 offline download

Perform an In-Place Upgrade Repair

If Windows Update remains broken, an in-place upgrade repair can reinstall Windows while keeping your files, apps, and settings intact. This process replaces damaged system files and often resolves persistent update issues that other troubleshooting methods cannot fix.

Conclusion

Resetting Windows Update components is one of the most effective ways to fix update download failures, installation errors, and other Windows Update problems. By clearing the update cache and rebuilding update-related services and folders, Windows can download fresh update files and restore normal update functionality.

Whether you choose to clear the update cache manually or perform a complete reset using Command Prompt, these methods can resolve many common update issues without affecting your personal files or installed applications. If problems persist after the reset, additional troubleshooting steps such as running SFC and DISM scans or manually installing updates may help restore Windows Update functionality.

Frequently Asked Questions

Does resetting Windows Update components delete files?

No. Resetting Windows Update components only affects update-related services, cache files, and folders. Your personal files, documents, photos, videos, and installed applications remain unchanged.

Will resetting Windows Update components remove installed updates?

No. Previously installed Windows updates remain on your computer. The process only clears the Windows Update cache and rebuilds update-related components.

Is it safe to delete the SoftwareDistribution Download folder?

Yes. The SoftwareDistribution\Download folder contains temporary Windows Update files. Windows automatically downloads fresh copies of these files when you check for updates again.

How long does it take to reset Windows Update components?

The reset process usually takes only a few minutes. However, the first Windows Update scan afterward may take longer because Windows needs to recreate update folders and download fresh update files.

Why do Windows updates keep failing to install?

Windows updates can fail due to corrupted update cache files, damaged system files, insufficient disk space, network connectivity issues, or problems with Windows Update services. Resetting Windows Update components often resolves these issues.

Should I run SFC and DISM after resetting Windows Update components?

If updates continue to fail after resetting Windows Update components, running SFC and DISM scans is recommended. These tools can repair corrupted system files and Windows images that may be preventing updates from installing successfully.

Amiush Palk

I am Amiush founder of this blog. My qualification. completed Bachelor of Arts (BA) and Microsoft Certified Professional (MCP). With a strong background in computer applications love write articles on Microsoft Windows (11, 10, etc.) Cybersecurity, WordPress and more.