Fix: Error 0x80070652 – Another installation is already in progress

When you install a software package that uses the Windows Installer technology, the error code 0x80070652 appears. The entire error message is below:

Setup Failed

0x80070652 - Another installation is already in progress. Complete that installation before proceeding with this install.

installer error 0x80070652 - another installation is already in progress

installer error 0x80070652 - another installation is already in progress

This error may occur even though no other installation windows are open.

Cause

The error 0x80070652 (“ERROR_INSTALL_ALREADY_RUNNING”) is caused by one or more stuck msiexec.exe processes. Although the reason for the stuck process is unknown, terminating those processes should resolve the issue.

Resolution

To resolve error 0x80070652, open Task Manager and click on the Details tab. Then, terminate every instance of the msiexec.exe process.

installer error 0x80070652 - another installation is already in progress

You can also accomplish this using an admin Command Prompt. From the admin Command Prompt, run:

taskkill /im "msiexec.exe" /f

installer error 0x80070652 - another installation is already in progress - taskkill



You should see the output “SUCCESS: The process “msiexec.exe” with PID ##### has been terminated.” for each instance of msiexec.exe.

See if you can now install programs correctly.

Note:

If the above method doesn’t help, boot into Safe mode with networking, enable Windows Installer in Safe mode, and attempt to install the program. See:

How to Enable Windows Installer in Safe Mode

How to Start Windows 10 or 11 in Safe Mode


One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time. The share buttons are right below. :)

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a consecutive ten-time recipient of the Microsoft Most Valuable Professional award in the Windows Shell/Desktop Experience category, from 2003 to 2012. He loves to troubleshoot and write about Windows. Ramesh founded Winhelponline.com in 2005.

Leave a Comment