Skip to content
Home » Windows 11 Keeps Installing the Same Update? 6 Easy Fixes to Stop the Loop

Windows 11 Keeps Installing the Same Update? 6 Easy Fixes to Stop the Loop

Windows 11 Keeps Installing Same Update

Windows updates are meant to keep your PC secure and stable—but sometimes they do the exact opposite. If your Windows 11 keeps installing the same update again and again, you’re likely stuck in an update loop that just won’t go away. This means Windows failed to properly install or recognize the update, usually due to a corrupted update cache, a stuck update service, or incomplete installation files. As a result, the same update (for example, KB5083769) keeps downloading and installing repeatedly. In this guide, you’ll learn why Windows 11 keeps reinstalling the same update and 6 simple fixes that actually work to stop the loop and install updates properly.

Why Windows 11 Keeps Installing the Same Update Over and Over

Windows 11 keeps installing the same update due to a “detection loop,” where corrupted temporary files, damaged system components, or a failed installation prevent the system from recognizing the update as successfully installed.

  • Update installation failed or got corrupted: If the update doesn’t complete properly, Windows will try to install it again.
  • Interrupted update process: Power cuts, forced shutdowns, or sudden restarts can break the installation.
  • Corrupted system files: Damaged Windows files can prevent updates from installing correctly.
  • Corrupted update cache (SoftwareDistribution folder): Broken temporary files can cause repeated download and install attempts.
  • Windows Update service issues: If the service gets stuck, updates may keep retrying.
  • Third-party software or drivers can conflict with updates: security software, optimization tools, or outdated drivers may block them.

In simple terms, Windows can’t see that the update finished, so it keeps trying again.

How to Fix Windows 11 Reinstalling the Same Update

Depending on the cause of the problem, there are different solutions that you can try to fix Windows 11 keeps reinstalling the same update. Let’s follow the solutions below one by one until Windows installs the update correctly and stops repeating it.

Quick Checks Before You Start

Before trying advanced fixes, try these simple steps first. Sometimes they’re enough to stop Windows Update from reinstalling the same update.

1. Restart Windows 11

A simple restart can clear temporary glitches and restart update-related services.

  1. Click the Start button.
  2. Click the Power icon.
  3. Select Restart.

After your PC restarts, open Settings > Windows Update and check if the same update still appears.

2. Check Internet Connection and Free Disk Space

  • Make sure you have a stable internet connection while Windows downloads updates.
  • Ensure there is enough free space on your system drive (usually C:). Windows updates may fail or loop if disk space is very low.

If the problem continues, move on to the next solution.

Fix 1 – Clear the Windows 11 Update Cache (SoftwareDistribution Folder)

Windows stores downloaded update files in a temporary folder called SoftwareDistribution. If these files become corrupted, Windows may repeatedly try to install the same update. Clearing the update cache removes these corrupted files and allows the update to install properly.

Note: This method is safe. You are only deleting temporary update files. Windows will recreate them automatically.

Steps to Safely Clear the Windows Update Cache:

  • Press Windows + R, type services.msc, and press Enter
  • In the Services window, find Windows Update. Right-click → Stop
Stop windows 11 update service
  • Now open File Explorer and go to: C:\Windows\SoftwareDistribution
  • Delete all files and folders inside the SoftwareDistribution folder (Don’t worry—Windows will recreate them automatically)
Delete SoftwareDistribution data
  • Go back to the Services window
  • Right-click Windows Update → Start

Restart your PC, go to Settings → Windows Update → Check for updates. Windows will download fresh update files, which often fix the loop where it keeps installing the same update.

Important Note:

  • If some files don’t delete, restart your PC and try again
  • Make sure the Windows Update service is stopped before deleting files

Fix 2 – Restart Windows Update Services to Stop the Update Loop

Windows Update relies on background services to download and install updates. If these services get stuck or stop working properly, Windows may repeatedly try to install the same update. Restarting them refreshes the update process and often resolves the issue.

Press Windows + R, type services.msc, and press Enter. In the Services window, locate these services:

  • Windows Update
  • Background Intelligent Transfer Service (BITS)
  • Cryptographic Services

For each service Right-click → Restart (If Restart is not available, click Stop first, then Start)

After restarting all services, restart your PC. Go to Settings → Windows Update → Check for updates

Restarting these services clears temporary glitches and ensures Windows can properly download and install updates without getting stuck in a loop.

Fix 3 – Run the Windows Update Troubleshooter in Windows 11

Windows 11 includes a built-in troubleshooter that can automatically detect and fix common update problems. According to Microsoft, it can reset components, repair services, and resolve issues that cause the same update to install repeatedly.

The Troubleshooter automatically detect and fix common problems with Windows Update.

Steps to Run the Windows Update Troubleshooter

  • Press Windows key + I to open settings,
  • Go to System, then Troubleshoot, and click on Other troubleshooters,
  • Click Run next to Windows Update and follow the on-screen instructions.
  • Wait while Windows scans for problems. If any issues are found, click Apply this fix
windows update troubleshooter

Let’s complete the Windows Update Troubleshooting process; once done, reboot your PC. Go to Settings → Windows Update → Check for updates again.

The troubleshooter automatically repairs common issues like broken update services, incorrect settings, or minor system errors that can cause update loops.

Fix 4 – Manually Install the Problematic Windows 11 Update

Sometimes Windows keeps reinstalling an update because the automatic installation fails repeatedly. Manually installing the update bypasses this process and ensures it installs correctly.

How to Download the Update from Microsoft Update Catalog:

  1. Press Windows + I to open Settings
  2. Go to Windows Update → Update history
  3. Note down the KB number of the update (for example, KB5083769)

Open your browser and go to the Microsoft Update Catalog In the search box, type the KB number and press Enter.

Find the correct version for your system:

  • Windows 11 version (like 23H2/24H2)
  • System type (x64-based systems)
windows 11 update offline installer

Click Download, then open the downloaded file. Follow the on-screen instructions to install the update. Restart your PC after installation.

Go back to Settings → Windows Update → Check for updates. The same update should no longer appear again.

If the Same Windows 11 Update Still Keeps Reinstalling

If the update appears again even after manual installation, remove it and install it cleanly.

Steps to Remove and Reinstall the Update

  1. Go to Settings → Windows Update → Update history
  2. Click Uninstall updates
  3. Find the update using its KB number
  4. Select it → click Uninstall and Restart your PC

Install the update again using the Microsoft Update Catalog

Important Note:

  • Make sure you download the update that matches your system version and architecture
  • Close all running apps before installing for a smooth process

Manual installation skips the faulty automatic update process, while removing the update ensures a clean reinstall without leftover corrupted files.

Fix 5 – Repair Corrupted System Files with SFC and DISM (Advanced)

If Windows system files are corrupted, updates may fail to install correctly or keep reinstalling. Running SFC and DISM scans repairs these files and fixes underlying issues that can cause update loops.

These commands won’t delete your personal files, but it’s still smart to back up important data.

  • Click on Start, type cmd, Right-click Command Prompt → select Run as administrator
  • Type: sfc /scannow and press Enter, wait for the scan to complete, and follow any on-screen instructions to repair files.
  • If the System File Checker utility returns an error, execute the DISM restore health Command DISM /Online /Cleanup-Image /RestoreHealth
  • Wait for the process to finish (it may take 10–20 minutes)
Use SFC and DISM command

Once the scan is 100% complete, reboot your computer and check for Windows updates again.

SFC checks and repairs corrupted system files, while DISM fixes deeper issues in the Windows image. Together, they resolve problems that can prevent updates from installing properly.

Reset Windows Update Components in Windows 11 (Advanced)

If none of the above methods work, resetting Windows Update components can fix deeper issues. This process clears the update cache, resets services, and rebuilds all update-related components from scratch.

Step 1: Stop All Windows Update–Related Services

  • Press Windows key + R, type cmd, then press Ctrl + Shift + Enter to open the command prompt as an administrator.
  • Next, run the command net stop wuauserv to stop the Windows Update service.
  • The net stop bits command stops the Background Intelligent Transfer Service.
  • In addition, run net stop cryptsvc and net stop msiserve to stop the Cryptographic Services and the Windows Installer service.

Step 2: Rename the Catroot2 and SoftwareDistribution Folders

  • Type ren %windir%\System32\catroot2 Catroot2.old and press Enter to rename Catroot2 folder.
  • Then ren %windir%\SoftwareDistribution SoftwareDistribution.old and press Enter to rename the SoftwareDistribution folder

Step 3: Restart Windows Update Services and Test Updates Again

Once done, restart the Windows update and related services using the following command.

  • net start wuauserv
  • net start cryptSvc
  • net start bits
  • net start msiserver

After executing all these commands, restart your Windows 11 PC and check for updates again.

Resetting Windows Update components removes deeply corrupted files, fixes broken services, and gives Windows a fresh start to install updates correctly.

These steps manually reset the Windows Update components on your PC. For more technical details on how Windows Update works and related repair commands, you can refer to Microsoft’s official Windows Update resources.

Again, some software applications may conflict with Windows Update and cause it to fail or reinstall repeatedly. You should check whether you have any software known to cause problems with Windows Update, and uninstall or update it if possible. You can find a list of some common incompatible software here.

If none of the above solutions work for you, you may need to contact Microsoft support for further assistance. They may be able to diagnose and fix the problem remotely or guide you through some additional steps.

Frequently Asked Questions

Why does Windows 11 keep installing the same update?

Usually because the update did not install correctly, the update files are corrupted, or Windows Update components are broken. Windows then keeps trying to install the same update in a loop.

Is it safe to delete the SoftwareDistribution folder?

Yes. Deleting the contents of C:\Windows\SoftwareDistribution only removes temporary update files. Windows will recreate them. It’s a common and safe fix for Windows Update problems.

What if Windows Update troubleshooter doesn’t fix it?

If the troubleshooter doesn’t help, try clearing the update cache, resetting Windows Update components, and running SFC and DISM scans as shown in this guide.

Can a specific update be incompatible with my PC?

In rare cases, yes. If one particular update keeps failing, uninstall it, then download it manually from the Microsoft Update Catalog. If it still fails, you may need to pause updates and wait for Microsoft to release a revised version.

Will these steps delete my personal files?

No. The methods in this article do not delete your documents, photos, or personal files. However, it’s always smart to back up important data before making major system changes.

Robeg

I am Robeg 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.