How to Troubleshoot Error Code 0x8A150049 on Microsoft Store?

When a problem occurs with the Windows installer service or component, it can result in error code 0x8A150049 while attempting to install apps from the Microsoft Store. This error is commonly caused by the Windows installer service failing to respond. As a result, many users are unable to resolve this issue because they apply solutions intended for fixing Microsoft Store issues, not those related to the Windows installer component.

The Windows installer is a key component responsible for the installation, modification, and uninstallation of software products. Consequently, any issues with the Windows installer component will prevent the installation or uninstallation of applications.

Other potential causes of error 0x8A150049 include corrupted Microsoft Store files and cache. Having discussed the causes, let’s proceed to the solutions.

1. Restart the Windows installer service

Considering that problems with the Windows installer are among the primary causes, it is advisable to begin by troubleshooting this component. Restarting the Windows installer service may resolve the issue, allowing you to install the Microsoft Store app without encountering the error message.

  1. Right-click the Start Menu and select the Run option to open the Run Program.
  2. Enter services.msc in the Run Window.
  3. Locate and right-click the Windows Installer service, then select Properties.
  4. Switch the Startup type from Manual to Automatic.
  5. Click Start to activate the service.
  6. Try installing the app from the Microsoft Store once again.

2. Reregister the Windows installer service

Reregistering the Windows installer service can be an effective troubleshooting step for error 0x8A150049.

  1. Press the Win key to access the Start Menu.
  2. Search for Command Prompt in the Windows search bar.
  3. Right-click on it and select Run as administrator.
  4. Execute the following commands:
    msiexec /unregister
    msiexec /regserver

  5. Check if the error still occurs by attempting to install the Microsoft app.

3. Ensure TLS 1.2 and TLS 1.3 are enabled

Transport Layer Security (TLS) is a protocol designed to secure communications between a client and a server. Enabling TLS 1.2 and TLS 1.3, which are the more recent versions of the TLS protocol, has resolved many Microsoft Store error codes.

  1. Search for Internet Options from the Start Menu.
  2. Press Enter to access the Control Panel Internet Options.
  3. Select the Advanced tab in the Internet Properties window.
  4. Scroll to the bottom and deselect SSL 3.0, and TLS 1.0 and 1.1.
  5. Ensure that TLS 1.2 and TLS 1.3 are selected.
  6. Click Apply and then OK.
  7. Restart your computer and attempt to install the app from the Microsoft Store once more.

4. Reset the Microsoft Store cache

Occasionally, cache data can become corrupted, which may interfere with app installation. This is a common issue with the Microsoft Store. If this is the case, simply resetting the Microsoft Store can clear the cache and potentially resolve the problem.

  1. Press Win + R simultaneously to open the Run Window.
  2. Type wsreset.exe and click OK to reset the Microsoft Store Cache.

5. Reinstall Microsoft Store

If none of the above methods work, you may need to reinstall the Microsoft Store, as file corruption within the Store may be preventing proper installation of apps. Unlike third-party apps, the Microsoft Store cannot be uninstalled in the traditional manner. You will need to use Windows PowerShell and specific commands to reinstall the Microsoft Store.

  1. Hit the Win key and search for Windows PowerShell.
  2. Right-click on PowerShell and select Run as administrator.
  3. In PowerShell, type the following commands to reregister the Microsoft Store:
    Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

  4. Restart your computer afterwards.
  5. Now, you should be able to install apps from the Microsoft Store without encountering any errors.

If reinstalling the Microsoft Store does not work, it is possible that the Windows installer component is damaged, which is why you cannot install apps from the Microsoft Store.

To address this problem, consider resetting your Windows without losing data, or use a system restore utility if you have previously created a restore point.

ABOUT THE AUTHOR

Hamza Mohammad Anwar


Hamza Mohammad Anwar is an intermediate JavaScript web developer with a focus on developing high-performance applications using MERN technologies. His skill set includes expertise in ReactJS, MongoDB, Express NodeJS, and other related technologies. Hamza is also a Google IT Certified professional, which highlights his competence in IT support. As an avid problem-solver, he recreates errors on his computer to troubleshoot and find solutions to various technical issues.