Windows Installer error 1601: service cannot be accessed

What to do first

Windows Installer error 1601: service cannot be accessed. Windows Installer may be disabled or damaged, Windows may be in Safe Mode, or installer registration may have a problem. 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
1601

Symptoms

  • Windows Installer error 1601: service cannot be accessed.
  • The same condition can persist after a retry or restart.

Causes and conditions

Windows Installer may be disabled or damaged, Windows may be in Safe Mode, or installer registration may have a problem.

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 normal startup and service state; Check the state with Get-Service; Repair through the supported path; Inspect any service start error; 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 normal startup and service state

    #

    The standard Windows Installer may be unavailable in Safe Mode. Return to a normal Windows session, search Start for Services and locate Windows Installer. A stopped service can start on demand, so Stopped alone is not evidence of failure.

  2. 02

    Check the state with Get-Service

    #

    Confirm Windows is running normally rather than in Safe Mode, then record the Windows Installer service state and startup type.

    Command or path
    Get-Service msiserver
  3. 03

    Repair through the supported path

    #

    In services.msc, confirm Windows Installer is not Disabled. If it is stopped, launch the approved MSI and confirm that the service starts on demand.

    Command or path
    Start-Service msiserver
  4. 04

    Inspect any service start error

    #

    If Windows Installer is Disabled, check organizational policy. On a personal PC, if manual start fails, record its error number and matching Event Viewer entries. Do not recreate service registration or system files with unofficial scripts; retest using an approved installer.

  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

Must Windows Installer be set to Automatic?

It normally starts on demand. Verify it is not Disabled and follow management policy before changing startup permanently.

Can I run the MSI in Safe Mode?

Windows Installer is normally unavailable there. Return to normal startup unless you are following a specific diagnostic procedure.

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