Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Tech News
  • Contact
  • Toggle search form

How to Fix the “Windows Installer Service Could Not Be Accessed” Error While Installing an Application

Posted on 30/10/202303/11/2023 Matthew By Matthew No Comments on How to Fix the “Windows Installer Service Could Not Be Accessed” Error While Installing an Application
  1. Home
  2. Windows
  3. How to Fix the “Windows Installer Service Could Not Be Accessed” Error While Installing an Application
Fix Windows Installer Service Could Not Be Accessed Error
Fix Windows Installer Service Could Not Be Accessed Error

Windows users sometimes encounter the recurring obstacle of the “Windows Installer Service Could Not Be Accessed” error. This error surfaces when attempting to install, update, or uninstall software on your windows computer. It is attributed to issues within the Windows Installer service, a vital component responsible for managing software installations and configurations. This guide endeavors to provide an in-depth and step-by-step solution to diagnose and rectify this error, restoring the functionality of the Windows Installer service. Please see How to Fix Failed to open the Group Policy Object on this Computer, How to fix Windows Update Error Code 0xC1900101 – 0x30018 on Windows 10/11, and How to Fix “Some Settings Are Managed by Your Organization” Error in Windows Update.

The ramifications of this error are far-reaching. It can disrupt the installation of critical software updates, hinder new program installations, and even impede the removal of unwanted applications. Resolving the “Windows Installer Service Could Not Be Accessed” error is essential to maintain a smoothly running system and a productive user experience.

Here are other related guides: How to fix Get-CimInstance Access PermissionDenied, How to fix Windows Microsoft Store not opening, How to fix Windows Task Scheduler 0x2 Error, and How to fix TeamPass stuck on working on it.

Step-by-Step Guide to Fix “Windows Installer Service Could Not Be Accessed” Error

1. Restart Your Computer:

Sometimes, a simple reboot can fix temporary issues. Restart your computer and check if the problem persists.

Restart the system
Restart the system

2. Verify the Windows Installer Service:

Before proceeding, ensure that the Windows Installer service is running: Press Win + R, type services.msc, and press Enter.

Open the windows services settings
Open the windows services settings

In the Services window, locate “Windows Installer” and double-click it to open the properties window.

Locate the windows installer service
Locate the windows installer service

Set the “Startup type” to “Manual” or “Automatic.”

Set the startup type to manual or automatic
Set the startup type to manual or automatic

Click “Start” under Service status, then click “Apply” and “OK.”

3. Check Windows Installer Registry Settings:

Incorrect registry settings can cause this error. To fix them: Press Win + R, type regedit, and press Enter to open the Registry Editor.

Open run utility
Open the registry editor

Navigate to the following path:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSIServer

Check if the ImagePath value points to the correct location (%SystemRoot%\System32\msiexec.exe /V) and has quotes around it.

Verify the ImagePath Value
Verify the ImagePath Value

Double-click on the Start DWORD and set it value to “2” (Automatic).

Change the start value data to 2
Change the start value data to 2

4. Repair Windows Installer:

You can repair the Windows Installer by running a command: Open a Command Prompt as an administrator.

Run Command Prompt
Run command prompt as administrator

Type the following command and press Enter:

msiexec /unregister
Unregister Microsoft installer service
Unregister Microsoft installer service

Then type:

msiexec /regserver
Register Microsoft installer service
Register Microsoft installer service

Close the Command Prompt and verify if you have resolved the issue.

If the issue persists, try re-registering the Windows Installer service: Run the previous commands one by one, pressing Enter after each:

msiexec /unregister

msiexec /regserver

5. Check System Files:

Corrupted or missing system files can lead to this error. To check and repair them:

Open a Command Prompt as an administrator.

Open Command Prompt
Run command prompt as administrator

Type the following command and press Enter:

sfc /scannow
Run the SFC command
Run the SFC command

Wait for the scan to complete. It will attempt to repair any corrupted system files.

6. Check for Windows Updates:

Make sure your Windows installation is up to date. Sometimes, Microsoft releases updates that include fixes for issues like this. Please see

Press the “Windows key + I” to open “Settings” > “Windows Update.”

Check for windows update
Check for windows update

Click “Check for updates” and install any available updates.

7. Use the Windows Install and Uninstall Troubleshooter:

Windows provides a dedicated troubleshooter to fix installation issues. Download the app from the official Microsoft website.

Run the troubleshooter and Press Next to continue.

Select next on the troubleshooter interface
Select next on the troubleshooter interface

Click on Installing and wait for the troubleshooter to fix the issue.

Select installing on the troubleshooter
Select installing on the troubleshooter

8. Restore Your System:

As a last resort, if none of the above solutions work, you can try restoring your system to a point when the Windows Installer service was functioning correctly.

Restore to a previous working state
Restore to a previous working state

Be cautious, as this may lead to data loss or changes in installed software. You can see Restore Point Creation in Windows 10 and Windows 11.

Conclusion:

The "Windows Installer Service Could Not Be Accessed" error can be frustrating, but with the right steps, it's usually fixable. 

By following this comprehensive guide, you should be able to diagnose and resolve the issue, ensuring that your Windows Installer service works as expected and allowing you to install and manage software on your system without hindrance.

FAQs relating to Windows Installer Services

If I can’t find the “Windows Installer” service in the Services window, how can I resolve the error?

If you don’t see the “Windows Installer” service listed, it’s possible that the Windows Installer service is disabled or there may be issues with your Windows installation. To address this, you can try enabling the Windows Installer service. Open a Command Prompt as an administrator and run the following command:
sc config msiserver start= auto
This command sets the Windows Installer service to start automatically. Afterwards, try starting the service manually as described in the guide.

Can I use the “msiexec /unregister” and “msiexec /regserver” commands to repair the Windows Installer service on both Windows 11 and Windows 10?

Yes, you can use the “msiexec /unregister” and “msiexec /regserver” commands on both Windows 11 and Windows 10. These commands are part of the Windows Installer service and are consistent across various Windows versions. Users use them to unregister and re-register the Windows Installer service, making them a suitable solution for both Windows 11 and Windows 10 when they encounter issues with the Windows Installer service.

I’m considering using system restore as a last resort. What are the potential risks and consequences?

System restore offers an effective solution to resolve the “Windows Installer Service Could Not Be Accessed” error, but it carries certain risks and consequences. When you restore your system to a previous state, it reverses all system changes, software installations, and data modifications made since the chosen restore point. This can result in data loss, changes to software configurations, and potential conflicts with newly installed programs. Therefore, it’s crucial to back up critical data before performing a system restore.

I hope you found this blog post helpful. Please let me know in the comment section if you have any questions.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Tags:Microsoft Windows, Windows 10, Windows 11, Windows Server 2016

Post navigation

Previous Post: How to Make More Space Available on the Windows 11 Taskbar
Next Post: How to Turn Off Windows 11 Tips and Suggestions Notifications

Related Posts

  • microsoft edge
    All available Policies for the latest version of Microsoft Edge Windows
  • fast user switching in windows 10 1
    Fast user switching: How to create a desktop shortcut in Windows 10 to switch User Accounts Windows
  • xxxxxx
    How to make a screenshot of Windows 10 Screen / Login Screen Windows
  • Feature image
    When Should I Use TPM or TPM + PIN Security | Vulnerability Scans and Assessment
  • screenshot 2020 02 08 at 15.53.31
    Enable Automatic Logon via Windows Registry Windows
  • screenshot 2020 03 07 at 22.25.21
    How to configure the FrontFace Lockdown Tool Windows

More Related Articles

microsoft edge All available Policies for the latest version of Microsoft Edge Windows
fast user switching in windows 10 1 Fast user switching: How to create a desktop shortcut in Windows 10 to switch User Accounts Windows
xxxxxx How to make a screenshot of Windows 10 Screen / Login Screen Windows
Feature image When Should I Use TPM or TPM + PIN Security | Vulnerability Scans and Assessment
screenshot 2020 02 08 at 15.53.31 Enable Automatic Logon via Windows Registry Windows
screenshot 2020 03 07 at 22.25.21 How to configure the FrontFace Lockdown Tool Windows

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Install Veeam Backup and Replication with the default PostgreSQL
    Install Veeam Backup and Replication with the default PostgreSQL Backup
  • image 28
    How to monitor your website uptime and status using Uptime Configuration Management Tool
  • BitLocker34
    BitLocker Back Door: Stolen laptop to inside the company network Security | Vulnerability Scans and Assessment
  • How to Force Stop a Grayed Out Windows Service
    How To Force Stop A Windows Service When Stop Option Is Grayed Out Windows
  • create a Lenovo USB Recovery key
    Windows 10 Yoga Recovery: Download the files needed to create a Lenovo USB Recovery key Windows
  • ADDS vs AD LDS
    Differences between AD LDS and AD DS Windows
  • Screenshot 2022 04 27 at 17.51.48
    Remote Desktop Services Setup on Windows Server Windows Server
  • MicrosoftOneDrive32
    Microsoft OneDrive Setup: Files On-Demand & Key Features Backup

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,779 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.