Another installation is in progress you must complete that installation before continuing this one

by Milan Stanojevic

Milan has been enthusiastic about PCs ever since his childhood days, and this led him to take interest in all PC-related technologies. Before joining WindowsReport, he worked as... read more

Updated on November 16, 2021

  • The another installation is in progress error message can show up when installing virtually any piece of software for Windows. Since there can be only one installer process running, we sometimes have this situation.
  • If you are not trying to install anything else simultaneously, quick fixes are to end the Windows Installer process, or to restart it. More options are in the article.
  • This article is part of the Windows Installer series that you can find on our site. Check it out for similar pieces.
  • We enjoy fixing errors. That's why you can visit the Windows 10 Errors Troubleshooting Hub which is filled with many guides and tutorials.

Another installation is in progress you must complete that installation before continuing this one

XINSTALL BY CLICKING THE DOWNLOAD FILE

To fix various PC problems, we recommend Restoro PC Repair Tool:
This software will repair common computer errors, protect you from file loss, malware, hardware failure and optimize your PC for maximum performance. Fix PC issues and remove viruses now in 3 easy steps:

  1. Download Restoro PC Repair Tool that comes with Patented Technologies (patent available here).
  2. Click Start Scan to find Windows issues that could be causing PC problems.
  3. Click Repair All to fix issues affecting your computer's security and performance
  • Restoro has been downloaded by 0 readers this month.

Is there a worst thing than being unable to install a third-party application as, seemingly, something else is currently installing in the background?

That’s the whole deal with the Another installation is already in progress error on Windows 10. Any solutions? More than a few, actually.

In order to get the most out of your PC you need to install third-party applications. Installing applications is usually a simple and straightforward process, but sometimes certain errors can occur.

Users reported Another installation is in progress error when trying to install certain applications, so today we’re going to show you how to fix that error on Windows 10.

How to fix Another installation is already in progress on Windows 10?

  1. Restart the Windows Installer service
  2. End Windows Installer process
  3. Disable Windows Installer service and restart your PC
  4. Perform Disk Cleanup
  5. Perform a Clean Boot
  6. Check your Registry
  7. Uninstall and reinstall Office
  8. Uninstall Java and download offline installer
  9. Re-register Windows Installer
  10. Create a new Windows user
  11. Fix the “Another installation is in progress” error for Visual Studio 2015

1. Restart the Windows Installer service

Windows relies on its services in order to run properly, and there’s a service called Windows Installer that’s in charge of installing new software.

Whenever you try to install a new application, this service will start and help you install it.

Sometimes certain repair or uninstall processes can start automatically in the background, and it can require Windows Installer service in order to run.

If you try to install another software while Windows Installer is running you’ll encounter this error. One of the simplest ways to fix this problem is to open the Services window and to restart the Windows Installer service.

To do that, follow these steps:

  1. Press Windows Key + R to open the Run dialog. Enter services.msc and press Enter or click the OK button.
    Another installation is in progress you must complete that installation before continuing this one
  2. A list of all available services will now appear. Locate Windows Installer on the list and double click it to open its properties.
    Another installation is in progress you must complete that installation before continuing this one
  3. If the service is running, click the Stop button to stop it. Wait for a few seconds and then click the Start button to start it again.
    Another installation is in progress you must complete that installation before continuing this one
  4. Close the Services window and check if the problem is resolved.

2. End Windows Installer process

As we previously mentioned, the Windows Installer service is in charge of installing new applications on your PC.

Windows Installer process is related to this service, and according to some users, you can fix this problem simply by ending the Msiexec process using Task Manager.

This is rather simple, and you can do it by following these steps:

  1. Press Ctrl + Shift + Esc on your keyboard to open Task Manager.
  2. Navigate to the Processes tab and locate Windows Installer.
  3. Right-click it and choose End Task from the menu. Often you’ll see a 32-bit and 64-bit version of Windows Installer running. If you have multiple Windows Installer processes running be sure to stop them both.
    Another installation is in progress you must complete that installation before continuing this one
  4. Close Task Manager and try to install the application again.

3. Disable Windows Installer service and restart your PC

Windows Installer service is a common culprit for Another installation is already in progress error, and if restarting the service doesn’t help, you might want to temporarily disable it.

This is a simple process and you can perform it by following these steps:

  1. Open the Services window. For detailed instructions on how to do that, check the Solution 1.
  2. Once the Services window is open, locate Windows Installer service and double click it to open its properties.
  3. Set the Startup Type to Disabled and click Apply and OK to save changes.
  4. After doing that, restart your PC.
  5. After your PC restarts, open the Services window again.
  6. Locate Windows Installer service and open its properties.
  7. Set the Startup Type to Manual and click OK and Apply to save changes.
  8. Close Services window and try to perform the installation again.

Few users also reported that they fixed the problem simply by changing the Startup Type of Windows Installer service to Automatic. This is a simple procedure, and you can perform it by following the steps above.

4. Perform Disk Cleanup

Few users reported that performing Disk Cleanup fixed the issue for them. It seems that Another installation is already in progress error is caused by temporary files left by previous installations.

By running Disk Cleanup you’ll easily remove any temporary files left by older installations. Running Disk Cleanup is quite simple, and you can perform it by following these steps:

  1. Press Windows Key + S and enter disk cleanup. Choose Disk Cleanup from the menu.
    Another installation is in progress you must complete that installation before continuing this one
  2. Select the system drive, by default it should be C, and click OK. Wait while Disk Cleanup scans your PC.
    Another installation is in progress you must complete that installation before continuing this one
  3. Once the Disk Cleanup opens, select all options and click the OK button to clean your disk.
    Another installation is in progress you must complete that installation before continuing this one
  4. Wait for the process to finish and try to install the software again.

For more advanced clean-up we advise you to check some of the best tools to delete junk files that we selected.

5. Perform a Clean Boot

According to users, sometimes Another installation is already in progress error can appear due to startup applications or services. To fix this problem, you need to perform a Clean Boot, and you can do that by following these steps:

  1. Press Windows Key + R and enter msconfig. Press Enter or click OK.
    Another installation is in progress you must complete that installation before continuing this one
  2. System Configuration window will now appear. Go to Services tab.
  3. Check Hide all Microsoft services option and then click on Disable all.
    Another installation is in progress you must complete that installation before continuing this one
  4. Now go to Startup tab and click on Open Task Manager.
    Another installation is in progress you must complete that installation before continuing this one
  5. A list of all available startup items will appear. Right-click each item on the list and choose Disable from the menu.
    Another installation is in progress you must complete that installation before continuing this one
  6. After disabling all startup items, close Task Manager.
  7. Go back to System Configuration window and click Apply and OK to save changes.
  8. Restart your PC.

When your PC restarts, check if the problem still persists. If the issue is resolved, it means that a third-party application or service was causing the problem.

To identify the problem, open System Configuration window and turn on disabled services one by one. Keep in mind that you’ll need to restart your PC after enabling a service in order to apply changes.

Be sure to repeat the same process in Task Manager for Startup applications.

6. Check your Registry

Expert Tip: Some PC issues are hard to tackle, especially when it comes to corrupted repositories or missing Windows files. If you are having troubles fixing an error, your system may be partially broken. We recommend installing Restoro, a tool that will scan your machine and identify what the fault is.
Click here to download and start repairing.

Sometimes this problem can be caused by certain values in your registry, so you’ll have to manually edit those values.

Editing your registry can be a dangerous process, so we recommend that you export your registry and use it as a backup in case anything goes wrong. To fix this problem, do the following:

  1. Press Windows Key + R and enter regedit. Click OK or press Enter.
    Another installation is in progress you must complete that installation before continuing this one
  2. In the left pane navigate to
    • HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsInstallerInProgress
  3. If you can’t find this key, navigate to
    • HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionInstaller
  4. In the right pane locate the Default value and double click it. Delete the values from Data value field and click OK to save changes.
  5. Close Registry Editor.

After making changes to your registry, you need to set the Startup type of the Windows Installer service to Disabled. After that, restart your PC and set the Startup type for Windows Installer to Manual.

For detailed instructions on how to do that, check the Solution 3.

7. Uninstall and reinstall Office

Users reported Another installation is already in progress error message while installing Microsoft Office. This can occur because another Office installation or update was running in the background when you started the setup.

To fix this problem, check for the Office icon in the system tray to see if the installation is running. If Office is installing or updating, you’ll need to wait for the process to finish.

If there’s no Office icon in the system tray, you need to uninstall and reinstall Office. To uninstall Office, simply follow these steps:

  1. Download this tool.
  2. After the download is finished, run the tool.
  3. Follow the instructions to remove Office from your PC.
  4. Once the uninstall process is finished, restart your computer.
  5. After that, try to install Office again and check if the problem is resolved.

If the problem persists, consider using a professional-level tool. Unfortunately, some apps are really difficult to uninstall completely.

They leave behind residual files that will interfere with the functionality of your system, in one way or another.

We recommend trying one of the best uninstaller software available because they are equipped with up-to-date technologies that detect and safely remove the smallest traces of any app.

8. Uninstall Java and download offline installer

Users reported this error message while installing Java on their PC. To fix this problem you need to uninstall your current version of Java. To do that, follow these steps:

  1. Press Windows Key + I to open the Settings app.
  2. Choose Apps.
  3. Locate Java on the list and click the Uninstall button to remove it.
    Another installation is in progress you must complete that installation before continuing this one

After Java is uninstalled from your PC, you need to download offline installation of Java. After you download it, start it and follow the instructions on the screen.

9. Re-register Windows Installer

In most cases, this error is caused by Windows Installer, and one potential solution is to re-register Windows Installer. This is relatively simple to do and it requires you to enter two commands in Command Prompt.

To do that, follow these steps:

  1. Press Windows Key + X to open Win+X menu. Select Command Prompt (Admin) from the list.
    Another installation is in progress you must complete that installation before continuing this one
  2. When Command Prompt starts, you need to enter the following lines:
    • msiexec.exe /unregister
    • msiexec /regserver
  3. After both commands are executed, close Command Prompt and check if the problem is resolved.

10. Create a new Windows user

If none of the previous solutions work, your Windows user profile might be corrupted. If that’s the case, you’ll need to create a new user profile and use it instead.

Creating a new Windows user account is rather simple, and you can do it by following these steps:

  1. Press Windows Key + I to open the Settings app.
  2. Select Accounts > Family & other people.
  3. In Other people section select Add someone else to this PC.
    Another installation is in progress you must complete that installation before continuing this one
  4. Select I don’t have this person’s sign-in information.
    Another installation is in progress you must complete that installation before continuing this one
  5. Select Add a user without a Microsoft account.
  6. Set the user name for the new user account and click Next. If you want, you can also protect the new account with a password.
    Another installation is in progress you must complete that installation before continuing this one

After creating a new user account, log out of our current account and switch to the new one. Check if the error message appears on a new user account.

If everything is in order, you might want to move your personal files to a new account and start using it as your main account.

11. Fix the “Another installation is in progress” error for Visual Studio 2015

Solution – Edit your registry

Another installation is already in progress error can appear while installing any application, and users reported that it appears while installing Visual Studio 2015.

To fix this problem, you need to delete a single value from your registry. This is relatively simple, but before you make any changes to your registry, we strongly advise that you create a backup.

By doing so, you can remedy any potential issues that can occur after modifying the registry. To fix this problem, follow these steps:

  1. Open Registry Editor. You can do that by pressing Windows Key + R and entering regedit.
  2. When Registry Editor starts, navigate to
    • HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession Manager
  3. In the right pane locate PendingFileRenameOperations value. Right-click it and choose Delete from the menu. We have to mention that deleting values from the registry can lead to certain problems, so we advise you to create a backup of your registry just in case.
    Another installation is in progress you must complete that installation before continuing this one
  4. After deleting this value, close Registry Editor.
  5. Try to install Visual Studio 2015 again.

Another installation is already in progress error will prevent you from installing new software. This can be a tedious problem, but we hope that you solved it by using one of our solutions.

Another installation is in progress you must complete that installation before continuing this one
Still having issues? Fix them with this tool:

  1. Download this PC Repair Tool rated Great on TrustPilot.com (download starts on this page).
  2. Click Start Scan to find Windows issues that could be causing PC problems.
  3. Click Repair All to fix issues with Patented Technologies (Exclusive Discount for our readers).

Restoro has been downloaded by 0 readers this month.

Frequently Asked Questions

  • How do you check if another installation is in progress?

    Your best chance is to open Task Manager and search for the generic Windows installation setup icon or a name related to some software that you recently installed or updated.

  • How can I see what programs are installed?

    Find them in the Start Menu. Otherwise, go to Control Panel -> Programs and features -> Add or Remove program. The list might not contain Windows programs. Those can be found in the Apps&features section in the Settings App. An uninstaller would also list everything installed.

  • How do I force stop installation?

    Right-click on the taskbar and open Task Manager. Click the Processes tab. Select msiexec.exe, right-click on it, and End Process.

Another installation is in progress you must complete that installation before continuing this one

Newsletter

How do you fix another installation is already in progress?

SOLUTION.
Reboot the computer and try installing again..
If the error returns, attempt to find any applications currently installing and close them..
If unable to find an application running updates, open Task Manager and navigate to the "Processes" tab..
Select "Show processes from all users" if it is not already..

Why does my computer says another installation is in progress?

This can occur because another Office installation or update was running in the background when you started the setup. To fix this problem, check for the Office icon in the system tray to see if the installation is running. If Office is installing or updating, you'll need to wait for the process to finish.

How do I fix another Java installation is in progress?

SOLUTION 2.
Launch the Windows Start menu..
In the search box type services. ... .
In the Services window that opens up scroll down and look for Windows Installer..
Select Windows Installer and Right Click and select Properties..
Click on Startup type drop down and select Disabled..
Click Apply and then Click OK..

How do I stop an in progress installation?

How to find and stop an installation in progress.
Method 1: Check if the installation process is still running under Task manager..
Method 2: Use Process Explorer..
Method 3: Perform a clean boot..