Skip to content
littleden.blogEvidence-led Windows troubleshooting, without the guesswork
Apps, installers & Microsoft Store · scoped error record
Error 1618

Another Windows Installer installation is already in progress

1618 means Windows Installer reports another installation already running; finish or clear the legitimate pending operation before retrying.

Applies to: Windows Installer (MSI)Reviewed: 2026-09-17

What it means in this context

Microsoft defines Windows Installer Error 1618 (ERROR_INSTALL_ALREADY_RUNNING) as another installation already being in progress. This is a concurrency/state error, not evidence that the MSI package itself is corrupt.

Diagnostic state

What is known, and what is not proven yet

Keep observation, evidence and conclusion separate before making a higher-impact change.

Observed fact

Windows Installer returned 1618.

Windows evidence

Concurrent setup/update state and result after one restart/single-installer retry.

Likely subsystem

Windows Installer concurrency/state.

Evidence still needed

Whether a legitimate installer/update is active or the state persists when Windows is otherwise idle.

Safe next action

Finish/restart, then retry one installer only.

Handoff boundary

IT/vendor if deployment tooling or managed installs keep the installer busy.

Start here
  1. Wait for visible installers, Windows/app updates or setup processes to finish.
  2. Restart Windows once if no legitimate installation is visibly active.
  3. Retry only one installer after restart.
  4. If 1618 immediately returns, preserve installer/update context rather than ending random msiexec processes.
1

Return Windows Installer to a single-install state

Low risk

Why: 1618 specifically represents concurrent installation state.

  1. Close other setup programs.
  2. Allow pending update/install operations to finish.
  3. Restart the PC if the installer state is unclear.
  4. Run only the intended installer and record whether 1618 repeats.
Scope boundary

When not to use this record

Do not kill every msiexec process or delete installer registry state when an enterprise deployment, update or another legitimate setup may still be running.

If it persists

If 1618 persists immediately after a clean restart with only one installer launched, collect installer/event context and involve IT or the software publisher.

Evidence

Reviewed source