Fix Error HelpWindows error code repair guides

Fix 0x80070652

Another installation is already in progress.

Try the fastest fix for 0x80070652

If you want to avoid working through manual repair steps first, you can start with an automated scan. It can check for corrupted system files, broken services, and other windows install problems commonly tied to error 0x80070652.

Optional faster option
Scan for problems causing 0x80070652

Manual fixes are listed below if you prefer to troubleshoot it yourself first.

Disclosure: We may earn a commission if you purchase through this link.

What it means

Error 0x80070652 usually means Windows Installer is busy, or a previous install didn’t finish cleanly and is blocking new installs or updates.

Try this first

  1. Restart your PC and try the install/update again.
  2. Wait 10–20 minutes and try again.
  3. Close installer windows and pause third-party updaters.

Want to skip the more advanced repair steps?

The next steps may involve deeper troubleshooting, system repair commands, or repeated testing. If you want to try a faster automated option before continuing, run a scan for 0x80070652 first.

Before advanced fixes
Try automated repair first

Good option if you would rather avoid command-line work and longer manual troubleshooting.

Disclosure: We may earn a commission if you purchase through this link.

Advanced steps

  1. Run DISM + SFC to fix corruption that can keep installs stuck.
  2. Reset Windows Update components if the error appears in Windows Update.
  3. Try again after a clean boot if needed.

Other Install Errors You May Also Need to Fix

Windows problems often come in clusters. These related guides may help you troubleshoot nearby issues faster if the same problem appears again.

Repair System Files + Reset Update Components

If installs keep getting stuck or Windows Update triggers this error, repairing system files and resetting update components can clear blocked installer states.

Run these commands one at a time (Command Prompt as Admin):

Repair System Files + Reset Update Components cmd
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow

net stop wuauserv
net stop bits
net stop cryptsvc
net stop msiserver

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

net start wuauserv
net start bits
net start cryptsvc
net start msiserver
Tip: Paste into Command Prompt with Ctrl + V

Restart your PC and retry the installation/update.

Related Windows Errors

If you’re seeing multiple errors, these related guides may also help:

If the Error Still Persists

If installer states or Windows Update components are corrupted, manual steps may not fully resolve repeated install blocks.

An automated repair tool can scan for common Windows issues and repair them automatically.

Recommended next step
Fix Windows install/update issues automatically

Best if you want to try a faster repair path before spending more time on manual fixes.

Disclosure: We may earn a commission if you purchase through this link.

Frequently Asked Questions

What causes error 0x80070652?

This error usually occurs when a required Windows component, service, or system file is not working correctly. It may be caused by corrupted system files, disabled services, failed updates, or software conflicts.

Is error 0x80070652 dangerous?

The error itself is not dangerous, but it can prevent Windows features, updates, or applications from working properly. If ignored, it may lead to stability or security issues over time.

Can error 0x80070652 be fixed without reinstalling Windows?

Yes. In most cases, this error can be resolved using troubleshooting steps such as repairing system files, enabling required services, or using automated repair tools, without needing to reinstall Windows.