Share via

windows 11 the windows installer service could not be accessed

Michael sjödin 20 Reputation points
2026-05-31T10:24:19.76+00:00

Hi

I am trying to install any program on my PC and i get "windows 11 the windows installer service could not be accessed" as you can see in the image here. This started a while back and i wonder how this can be solved. I have had a problem installing applications a while now.

image

Windows for home | Windows 11 | Performance and system failures
0 comments No comments

4 answers

Sort by: Most helpful
  1. Pedro Ribeiro 50 Reputation points
    2026-06-02T13:23:41.3533333+00:00

    Outro log dism.log

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. Ramesh Srinivasan 81,265 Reputation points Independent Advisor
    2026-06-02T05:34:04.6266667+00:00

    Hi Michael,

    The Windows Installer service seems to have been deleted. Please follow the steps below to reinstate the service:

    • Download w11-msiserver.reg.txt
    • Rename w11-msiserver.reg.txt to w11-msiserver.reg
    • Double-click w11-msiserver.reg and click Yes to confirm.
    • Restart Windows.

    Check the status of the Windows Installer service.


    Reference: Windows Installer Service Missing; Error “The Windows Installer Service could not be accessed”


    Standard Disclaimer: There is a link to a non-Microsoft website. The page appears to provide accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as PUPs (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    Was this answer helpful?

    0 comments No comments

  3. Ramesh Srinivasan 81,265 Reputation points Independent Advisor
    2026-05-31T11:14:16.7933333+00:00

    Hi Michael,

    Please see if you start the Windows Installer service using the Services MMC, as mentioned by the Volunteer Moderator. If you receive an error when doing so, mention the error message here.

    Also, run the following commands from an admin Command Prompt window and post the output here.

    sc.exe qc msiserver
    
    net start msiserver
    
    sfc /scannow
    
    sfc /scanfile=c:\windows\system32\msiexec.exe
    

    Post the output.

    Was this answer helpful?


  4. Marcin Policht 91,150 Reputation points MVP Volunteer Moderator
    2026-05-31T10:57:46.1466667+00:00

    First check if the service is running and set it to start up correctly. Open the Run dialog box by pressing the Windows Key and R together, then type services.msc and press Enter. Scroll down the list until you find the item named Windows Installer and double-click it. In the properties window that opens, look at the service status section, click the Start button if it is currently stopped, and then click OK to save the changes.

    If starting the service manually does not resolve the issue, you can re-register the installer engine through the command line to fix potential file mapping corruptions. Click on your Start menu, search for cmd, right-click the Command Prompt icon, and select the option to run it with administrative privileges. Once the black window appears, type the following command and press Enter to unregister the service components.

    msiexec /unregister

    After that command finishes, type the next command and press Enter to re-register the components back into the operating system.

    msiexec /regserver

    After executing both commands, close the window and restart your computer before attempting to run your software installation files again.

    Another common cause for this error is corruption within the core system files, which can be repaired using built-in Windows diagnostic tools. Open the Command Prompt as an administrator again, type the system file checker command, and press Enter to scan for broken files.

    sfc /scannow

    Allow that process to complete fully, then input the deployment image servicing command to repair the underlying Windows image.

    DISM /Online /Cleanup-Image /RestoreHealth

    Restart your machine after both operations finish to ensure all repairs take effect.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    Was this answer helpful?

    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.