Resolve Windows Installer error 1618: another installation is running

What to do first

Resolve Windows Installer error 1618: another installation is running. Windows Update, another setup, or a pending-restart msiexec transaction may already be running. Record the current state before changing it, use only the supported Windows path described below, and verify the same operation again after any required restart.

This is a general troubleshooting guide, not an announcement of a current outage.

Affected products and symptoms

Product
Windows Installer
Versions and conditions
Windows 11 (confirm the edition and hardware requirements for the feature)
Error codes and identifiers
1618

Symptoms

  • Resolve Windows Installer error 1618: another installation is running.
  • The same condition can persist after a retry or restart.

Causes and conditions

Windows Update, another setup, or a pending-restart msiexec transaction may already be running.

Before you start

  • Save open documents and allow time for a Windows restart if required.
  • Run administrative actions only on a personally managed PC or with administrator approval.
  • Save the diagnostic command output so the before and after states can be compared.

Precautions

  • Do not bulk-delete registry entries, system folders, credentials, or storage metadata.
  • Do not run unofficial scripts or unknown drivers with administrator rights.
Windows Installer troubleshooting sequence: Check for an active installation; Check the state with Get-Process; Repair through the supported path; Run one target package at a time; Verify under the same conditions
Procedure overview created by FaultNote. Read the precautions and full instructions before changing settings. Read the full steps

Step-by-step instructions

  1. 01

    Check for an active installation

    #

    Check open setup windows and Settings > Windows Update. The presence of an msiexec process alone does not mean it is stuck. Let active work finish and avoid starting another installer on top of it.

  2. 02

    Check the state with Get-Process

    #

    Close open installer windows and check Windows Update progress and any pending restart. An msiexec process alone does not prove that installation is stuck.

    Command or path
    Get-Process msiexec -ErrorAction SilentlyContinue
  3. 03

    Repair through the supported path

    #

    Allow the active installation to finish normally. If Windows requests a restart, restart, then launch only the one target MSI.

    Command or path
    Get-Process msiexec -ErrorAction SilentlyContinue
  4. 04

    Run one target package at a time

    #

    If a restart is requested, save your work and restart, then run just one target MSI. The logging command starts a real installation; it is not a read-only status command. Replace C:\path\package.msi with your legitimate local MSI and check the log destination before running it.

  5. 05

    Verify under the same conditions

    #

    This is an installation command for PowerShell. Replace the MSI path before running it and check the completion screen. If it fails, inspect package-install.log in your temporary folder and remove personal information before sharing the log with support.

    Command or path
    msiexec /i "C:\path\package.msi" /L*v "$env:TEMP\package-install.log"

Check the result

  • The feature starts, connects, or completes without the original error.
  • The verification command reports the expected enabled, healthy, or connected state.
  • The result remains correct after a Windows restart and no new matching critical event appears.

If the problem continues

  • If the same code persists, provide the full message, Windows build, command output, and occurrence time to the PC administrator or Microsoft Support.
  • If hardware requirements, organization policy, or server settings are responsible, ask the owner to make the change instead of bypassing it on the client.

Scope of this guide

Troubleshooting guide — Restore the feature so it starts, connects, or completes normally and passes the same verification after a Windows restart.

Frequently asked questions

Should I force-end msiexec in Task Manager?

Avoid it because it can damage installation state. Let setup finish normally and wait for Windows Update or a requested restart.

Does 1618 mean the package is corrupt?

It primarily indicates concurrent installation. Capture a verbose log only if it recurs with one installer running.

Official sources and dates

Source publication or resolution date: Not specified. Sources checked: 2026-09-05. The check date is not the date the problem first occurred. Interface labels can vary between versions and display languages.

Related troubleshooting guides

← Search English guides