Skip to content
fone.tips
Windows Updated Jun 3, 2026 6 min read

Fix Windows Update Error 0x80070652: 5 Proven Methods

Fix Windows error 0x80070652 with five proven methods including the Update Troubleshooter, SFC scan, and component reset. Works on Windows 10 and 11.

Fix Windows Update Error 0x80070652: 5 Proven Methods cover image

Quick Answer Error 0x80070652 stops Windows updates from conflicting installs or corrupted files. Run the Update Troubleshooter, SFC scan, or restart the MSI service.

Error 0x80070652 stops Windows updates from installing because another install is running or system files are damaged. We tested the fixes on Windows 10 (22H2) and Windows 11 (23H2), and the Update Troubleshooter cleared it in most of our cases.

  • Error 0x80070652 means another installation is in progress or update components are corrupted
  • The Windows Update Troubleshooter automatically detects and repairs the most common causes in about 2 minutes
  • Running “sfc /scannow” in an admin Command Prompt repairs corrupted system files that prevent updates from completing
  • Resetting the SoftwareDistribution folder clears stuck temporary update files causing repeated 0x80070652 failures
  • Downloading the failed update manually from the Microsoft Update Catalog bypasses the automatic update system entirely

#What Causes Error 0x80070652?

This error appears when Windows Update can’t finish installing because something else is using the installer. Microsoft Support confirms that 2 or more installations are competing for the MSI service lock, which triggers the failure.

The most common triggers:

  • A pending installation that hasn’t finished yet
  • Corrupted system files blocking the update process
  • A stuck MSI service that won’t release its lock
  • Less than 20 GB free on the system drive

In our testing on a Windows 11 desktop, we found that waiting for background installations to finish and retrying sometimes fixed the error on its own.

#How Do You Fix Error 0x80070652 With the Troubleshooter?

The built-in troubleshooter is the fastest fix. It resets stuck services and clears corrupted cache files automatically.

Run Windows Update Troubleshooter to Fix Error 0x80070652

  1. Open Settings (press Windows key + I)
  2. Go to Update & Security > Troubleshoot
  3. Select Windows Update and click Run the troubleshooter
  4. Follow the on-screen prompts and restart your PC

We tested this on a Windows 10 laptop where error 0x80070652 appeared during a cumulative update. The troubleshooter detected a stuck Windows Update service, restarted it, and the update installed on the next attempt. Microsoft Support recommends the Windows Update troubleshooter for this automated repair path.

#Repair System Files With SFC

Corrupted Windows files can block updates entirely. The System File Checker (SFC) scans your OS and replaces damaged files with cached originals.

System File Checker to Fix Error 0x80070652

  1. Right-click the Start button and select Terminal (Admin)
  2. Type DISM /Online /Cleanup-Image /RestoreHealth and press Enter (takes 5-10 minutes)
  3. Then type sfc /scannow and press Enter (takes 10-15 minutes)
  4. Restart your PC and retry the update

In our testing, SFC found and repaired the corrupted files on a Windows 10 PC that had been showing error 0x80070652 for 3 weeks. Updates installed cleanly after the repair. This fix also resolves 0x80070570 and 0x800703f1.

#Reset the Software Distribution Folder

The SoftwareDistribution folder stores temporary update files. Corrupted temp files cause every update attempt to fail with the same error.

Uninstall Recent Updates

Open Command Prompt as administrator and run these commands one at a time:

net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver

Restart your PC and try the update again. When we tried this on a desktop that had repeatedly failed the same update, the reset cleared the corrupted temp files, and the update installed on the first retry.

Stuck Windows Update services can cause persistent installation failures.

This approach also resolves 0x8024001e and 0x80246007 errors when the same SoftwareDistribution corruption is the root cause, since all three failure codes share the identical underlying problem of stuck or damaged Windows Update temporary cache files that block subsequent installation attempts.

#Uninstall the Conflicting Update

If error 0x80070652 started right after a recent update installed, that earlier update might be conflicting with the new one Windows is now trying to apply, and removing the older patch sometimes lets the queued update finish cleanly on the next attempt.

  1. Go to Settings > Update & Security > Windows Update
  2. Click View update history then Uninstall updates
  3. Right-click the most recent update and select Uninstall
  4. Restart your PC and retry the failed update

Only do this if you’re confident a recent update caused the problem. Updates contain security patches you don’t want to lose.

#Install the Update Manually

When automatic updates won’t cooperate, go manual. Download the exact update file from Microsoft and install it yourself.

  1. Go to Settings > Update & Security > Windows Update
  2. Note the KB number of the failed update in View update history
  3. Visit the Microsoft Update Catalog
  4. Search for the KB number and download the version matching your system
  5. Double-click the downloaded file to install

We tested this with KB5034441 on a Windows 10 PC where automatic installation kept failing with 0x80070652. The manual install completed without errors. For other update issues, check our guides on 0x80240439 and 0x80070426.

#Bottom Line

Start with the Windows Update Troubleshooter. It fixes most 0x80070652 errors in under 2 minutes. If that doesn’t work, run DISM followed by SFC to repair corrupted files, then reset the SoftwareDistribution folder. Manual installation from the Microsoft Update Catalog is the most reliable fallback.

Keep at least 20 GB free on your system drive, and don’t interrupt updates while they’re installing.

#Frequently Asked Questions

What does error 0x80070652 mean?

Error 0x80070652 means Windows Update can’t install because another installation is already running or the update components are corrupted. The error code translates to “ERROR_INSTALL_ALREADY_RUNNING” in Microsoft’s documentation.

Can error 0x80070652 cause data loss?

No. Your files, apps, and settings are completely safe.

How long does it take to fix error 0x80070652?

The Update Troubleshooter takes about 2 minutes. SFC scans run 10-15 minutes. Resetting the SoftwareDistribution folder takes about 5 minutes plus a restart. Most people resolve this error within 30 minutes total.

Will resetting the Software Distribution folder delete my files?

No. It only removes temporary Windows Update cache files stored in C:\Windows\SoftwareDistribution. Your documents, photos, desktop files, and installed applications aren’t touched at all. Windows recreates this folder automatically the next time you check for updates.

Is it safe to manually install Windows updates?

Yes. Download only from the official Microsoft Update Catalog at catalog.update.microsoft.com, and pick the correct architecture (x64 for most PCs).

Why does error 0x80070652 keep coming back?

Recurring errors usually mean corrupted system files or a stuck MSI service. Run sfc /scannow followed by DISM /Online /Cleanup-Image /RestoreHealth to fix the underlying corruption. If it still recurs, check for third-party software locking the installer.

Can I skip updates that trigger this error?

You can temporarily hide a specific update, but skipping long-term leaves your PC open to security threats. Fix the root cause instead.

Does this error affect Windows 11?

Yes. Error 0x80070652 appears on both Windows 10 and Windows 11. The same fixes apply. In our testing on Windows 11 23H2, the Update Troubleshooter and SFC scan resolved the error in every case we tried.

Helpful? Share it: X Facebook Reddit LinkedIn