Share via

MSI ERROR 1601: Windows Installer can not be accessed.

Steven Ross 0 Reputation points
2026-02-14T08:24:38.31+00:00

MSI ERROR 1601: Windows Installer can not be accessed.

Windows for home | Windows 11 | Install and upgrade
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. DaveM121 852K Reputation points Independent Advisor
    2026-02-14T09:02:58.8933333+00:00

    1

    CLick your Start Button, then just type services and press Enter.

    In the resulting Services utility, scroll down to find Windows Installer.

    Set the Startup type of that service to Manual, then click the Start button to start the service and check if that resolves the problem

    2

    If not, click your Start Button, then just type cmd and on the resulting list, right click Command Prompt and select 'Run as Administrator.

    Run this command in Command Prompt and press Enter:

    msiexec.exe /unreg

    Run this command in Command Prompt and press Enter:

    msiexec /regserver

    Then, close Command Prompt and check if that resolves the problem.

    0 comments No comments

  2. Q&A Assist
    2026-02-14T08:24:44.5466667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    MSI Error 1601 indicates that the Windows Installer service cannot be accessed. This error can occur for several reasons, including:

    1. Windows Installer Service Not Running: The Windows Installer service may not be running. You can check this by going to the Services application and ensuring that the Windows Installer service is started.
    2. Corrupted Windows Installer: The Windows Installer may be corrupted. You may need to repair or reinstall it.
    3. System File Corruption: Corrupted system files can also lead to this error. Running the System File Checker (SFC) tool can help identify and repair corrupted files.
    4. Registry Issues: There may be issues with the registry entries related to the Windows Installer. Editing the registry can be risky, so it's advisable to back it up before making any changes.

    To resolve the issue, you can try the following steps:

    • Restart the Windows Installer service.
    • Run the SFC tool by executing sfc /scannow in the Command Prompt.
    • If the problem persists, consider reinstalling the Windows Installer or restoring your system to a previous state.

    If you continue to experience issues, you may want to consult additional resources or support for further assistance.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.