Another Installation Is In Progress Windows 11 | Repair

The “another installation is in progress” message in Windows 11 usually means a stuck installer or update queue is holding a lock, and clearing that lock fixes it.

You click Install, and Windows throws the same line again. No progress bar. No clue what’s “in progress.” This is one of those Windows problems that feels random, yet it follows a pattern: something already grabbed the installer lock, and your new setup can’t get a turn.

The good news is you can fix this without mystery apps or registry roulette. It’s annoying, but it’s fixable. Start with fast checks, then move into targeted resets only if the error keeps coming back. Stop as soon as your install runs.

What This Message Means On Windows 11

Windows 11 installs apps, drivers, and patches through background jobs. A Store update, a Windows Update patch, or a half-finished MSI install can all grab the same “only one at a time” lock. When the lock doesn’t release, new installers see a busy signal and quit.

You may also see error codes like 1500 or 1618, or wording like “another installation is already in progress.” Different apps show different text, yet they point to the same bottleneck: Windows Installer (MSI) or the update stack is busy or stuck.

Two quick rules keep you out of trouble while you fix it.

  • Let active installs finish — If Windows is still applying updates, give it time and avoid forced shutdowns.
  • Work from simple to deep — Ending the right process or restarting the right service often clears the lock with no side effects.

Common Causes And The First Thing To Try

What’s Happening Clue You’ll Notice First Fix To Try
Windows Update is applying a patch Settings shows “Installing” or “Pending restart” Restart once, then retry the install
An MSI installer got stuck Task Manager shows MSIEXEC.exe running End MSIEXEC.exe, then reboot
Windows Installer service is hung Installs fail right away every time Restart the Windows Installer service
Update cache is jammed Updates loop or sit at 0% Reset Windows Update cache folders

Another Installation Is In Progress Windows 11

If you’re seeing another installation is in progress windows 11 while installing an app, a driver, or a game launcher, start here. These steps clear the most common lockups without touching system files.

  1. Restart once — Use Start > Power > Restart. A full restart releases many installer locks that a shutdown doesn’t.
  2. Check Windows Update — Go to Settings > Windows Update and let anything queued finish. If it asks for a restart, do that first.
  3. Finish Store updates — Open Microsoft Store, pick Library, then let app updates complete.
  4. Disconnect VPNs temporarily — Some installers stall on downloads when a tunnel is active.
  5. Run the installer as admin — Right-click the setup file and pick Run as administrator.

If the message pops up again after those, the next move is to see what’s holding the lock. Task Manager is the fastest place to confirm it.

Spot The Lock Holder In Task Manager

  1. Open Task Manager — Press Ctrl + Shift + Esc.
  2. Switch to Details — Click More details, then open the Details tab.
  3. Sort by name — Click the Name column.
  4. Find installer processes — Watch for MSIEXEC.exe, setup.exe, or your app’s installer name.
  5. End the stuck one — Select it, then click End task.

After you end a stuck installer, restart the PC before you retry. That restart matters because background services can keep handles open even after the visible window is gone.

Check For A Hidden “Pending Restart” State

Windows can hold an install lock while it waits for a reboot, even if no update screen is up. You don’t need to hunt registry entries for this. Just restart cleanly and check the update page again.

  • Use Restart, not Shut down — Fast Startup can keep a half-open state across shutdowns on some PCs.
  • Restart twice if needed — If the first reboot finishes updates, a second reboot can clear the last bits.

Another Installation In Progress On Windows 11 After Updates

This shows up a lot right after monthly patches, feature updates, or a big driver package. Windows may still be finishing work even if you aren’t watching a progress window. The safest path is to finish the queue, then clear leftovers.

Finish The Update Queue First

  • Restart to complete updates — If you see “Restart required,” restart and give it time on the “Working on updates” screen.
  • Pause and resume once — In Settings > Windows Update, pause updates for a week, then resume. This can refresh the queue state.
  • Run the built-in troubleshooter — Settings > System > Troubleshoot > Other troubleshooters > Windows Update.

Reset The Windows Update Cache

If updates keep looping or installs fail right away, clearing the update download cache can remove the jam. This does not delete your personal files. It removes downloaded update bits so Windows can fetch them again.

  1. Open Services — Press Win + R, type services.msc, then press Enter.
  2. Stop Windows Update — Find Windows Update, right-click, choose Stop.
  3. Stop BITS — Find Background Intelligent Transfer Service, right-click, choose Stop.
  4. Rename the cache folder — Go to C:\Windows\SoftwareDistribution and rename it to SoftwareDistribution.old.
  5. Start services again — Go back to Services and start BITS, then start Windows Update.
  6. Check for updates — Return to Settings and run Check for updates.

If you still get the same install block, move on to the Windows Installer layer. That’s the part that often triggers error 1500/1618 style messages.

Fix The Windows Installer Lock

Windows Installer is a service plus a client process (MSIEXEC.exe). Either one can get stuck after a failed install, a forced reboot, or a crash. When that happens, new MSI packages refuse to run, and some EXE installers that use MSI under the hood can fail too.

Restart Windows Installer Service

  1. Open Services — Press Win + R, type services.msc, then press Enter.
  2. Find Windows Installer — Scroll to Windows Installer.
  3. Restart the service — Right-click it and choose Restart. If Restart is grayed out, choose Start.

Re-register MSIExec

If restarting the service doesn’t help, re-registering MSIExec can repair broken installer registrations. These commands can look like they do nothing, and that’s normal.

  1. Open Terminal as admin — Right-click Start, choose Terminal (Admin).
  2. Unregister MSI — Run msiexec /unregister.
  3. Register MSI again — Run msiexec /regserver.
  4. Restart Windows — Reboot, then try your install again.

Retry The Install With A Clean Temp Folder

Some installers unpack files to Temp, then fail and leave a half-done session. Clearing Temp removes those leftovers so the next run starts fresh.

  1. Open Temp — Press Win + R, type %temp%, then press Enter.
  2. Delete what you can — Select files and folders, delete them, then skip items in use.
  3. Restart the PC — Reboot, then run the installer again.

Try the installer right after the reboot. If it runs, you’re done. If it still fails, the lock may be coming from system file damage or a service dependency that’s misbehaving.

Repair System Files When Installs Keep Failing

When the same error repeats after service restarts, Windows may have damaged system files or a broken component store. The built-in repair tools can fix that without reinstalling Windows 11.

Run SFC And DISM In Order

  1. Open Terminal as admin — Right-click Start, choose Terminal (Admin).
  2. Run System File Checker — Type sfc /scannow and press Enter.
  3. Restart if asked — If SFC repairs files, reboot before the next step.
  4. Repair the component store — Run DISM /Online /Cleanup-Image /RestoreHealth.
  5. Restart again — Reboot once more, then retry the install.

If DISM reports it can’t find source files, make sure you have a steady internet connection, then run it again. DISM can pull clean components from Windows Update.

Install In Safe Mode With Networking When Downloads Keep Failing

If you suspect a background app keeps interfering, Safe Mode can help you install or at least confirm the cause. Some installers will refuse to run in Safe Mode, so treat this as a test.

  1. Open Recovery — Settings > System > Recovery.
  2. Restart to Advanced startup — Click Restart now under Advanced startup.
  3. Choose Safe Mode — Troubleshoot > Advanced options > Startup Settings > Restart, then pick 5 for Safe Mode with Networking.
  4. Try the install — Run your installer once.
  5. Boot back normally — Restart the PC again to exit Safe Mode.

Try A Clean Boot For Stubborn Conflicts

Security tools, overlay apps, and device utilities can hook into installers and stall them. A clean boot starts Windows with a trimmed set of non-Microsoft services so you can install without extra interference.

  1. Open System Configuration — Press Win + R, type msconfig, then press Enter.
  2. Hide Microsoft services — In Services, tick Hide all Microsoft services.
  3. Disable the rest — Click Disable all.
  4. Disable startup apps — Open Startup in Task Manager and disable non-Windows items.
  5. Restart and install — Reboot, run the installer, then undo the clean boot settings.

Keep The Error From Returning

Once you’ve cleared the lock, a few habits cut the odds of seeing it again. None of these are strict rules. They just keep Windows Update and installers from stepping on each other.

Start with the simple habits, then use the deeper ones only if your PC gets this message often.

  • Install one thing at a time — If you queue multiple installers, wait for each one to finish before starting the next.
  • Restart after big installs — Drivers, VPN clients, and security suites can leave services running until a reboot.
  • Keep update windows calm — Pick a time when the PC can restart and finish patches without being interrupted.
  • Leave disk space free — Low disk space can cause installs to stall mid-stream and leave a lock behind.
  • Update the installer source — If you’re using an old setup file, download a fresh copy and try again.

Quick Habits That Prevent Installer Pile-Ups

A lot of the lockups come from two installs starting within minutes of each other. Windows Update kicks off in the background, then you launch a setup file, then Store starts an update. That overlap can jam the pipeline.

  1. Check updates before installs — Open Settings > Windows Update and let it finish first.
  2. Wait after Store updates — If Store just updated a few apps, give it a minute to settle.
  3. Reboot after uninstallers — Uninstalls can also use MSI and leave the system waiting for a restart.

If you hit another installation is in progress windows 11 again, run the same triage: restart, check Windows Update, end MSIEXEC if it’s stuck, then restart Windows Installer. In most cases, that clears it.