How to Fix Microsoft Store Error Code: 0x8A150006
The Microsoft Store error 0x8A150006 occurs when the users try to install an app that requires administrative approval or a confirmation in the User Account Control prompt. The users have also reported that they can install and run the apps that do not require these permissions successfully.
1. Switch to Another User Account
Some users reported that a problem with their user account caused the issue, and they were able to fix it by switching accounts.
If you don’t already have a separate user account, follow these steps to create one.
To create a new user account, follow these steps:
- Open Windows Settings by pressing the Win + I keys.
- Choose Accounts > Family & other users in the following window.
- Navigate to the Other users section and click on the Add account button against the Add other user option.
- Click on the I don’t have this person’s sign-in information in the next dialog.
- Now, click on the Add a user without a Microsoft account hyperlink, and enter all the required information.
- Follow the on-screen instructions to proceed. Once the new account has been created, log into it and try to install the targeted program here.
If you successfully manage to install the program, then it implies that the issue was within the user account. Another way to go about this issue is by enabling the built-in administrator account and then trying to install the targeted app using it.
Here is how you can proceed with that:
- While on the sign-in screen, press and hold the Shift key, then restart your computer.
- Upon booting, Windows will take you to the Recovery menu. Select Troubleshoot from the available options.
- Navigate to Advanced options > Command Prompt.
- Once the Command Prompt launches, type the following command in it and click Enter to execute it:
net user administrator /active:yes
- After running the command, restart your computer and log into the new account. Try checking if you can now install the targeted applications.
2. Run the Windows Store Troubleshooter
In the event that switching to a different user account does not resolve the issue, you can run the Windows Store troubleshooter. Using this tool, you’ll be able to scan for issues that might be preventing the Microsoft Store from functioning properly, and if problems are found, you’ll be able to fix them.
You can run the Windows Store troubleshooter via the Settings app in Windows.
Here is all that you need to do:
- Launch Windows Settings by pressing Win + I keys together.
- Navigate to System > Troubleshoot.
- Select Other troubleshooters from the right-side menu.
- Now, locate the Windows Store Apps and click on the Run button for it. This will launch the troubleshooter.
- It will notify you if it finds any issues. In the dialog, click Apply this fix to apply the suggested fixes.
3. Repair and Reset Microsoft Store
Another way to resolve issues within the Microsoft Store is by using the repair and reset feature in the Advanced settings of the app. If an issue within the application is causing the problem, these two services can help fix it.
The first step in such cases should be to repair the Microsoft Store application. Alternatively, you can attempt to reset the application if that does not work.
Here is how you can repair the Microsoft Store application:
- Press Windows + I keys together to launch Windows Settings.
- Choose Apps from the left pane and then click on Apps & features in the following window.
- Now, locate Windows Store and click on the three dots associated with it.
- Choose Advanced options.
- In the next window, click on the Terminate > Repair button.
- Click Repair again if a confirmation prompt appears.
- Once the process is complete, check if the issue has been resolved.
- If the error persists, then you can try resetting the application to its default state. For that, follow steps 1-4 again.
- Now, choose Reset from the menu and follow the instructions onscreen.
Keep in mind that resetting the application so will log you out of it, and you will lose the login data.
4. Re-register Microsoft Store
Microsoft Store applications can also be re-registered to fix problems. No data will be lost in the process, so it is safe to execute.
Follow these steps to proceed:
- Right-click on the Windows icon on the taskbar and choose Powershell (Admin) from the context menu.
- Choose Yes in the User Account Prompt.
- If you would like to re-register your Store for current users, type the following command and press Enter:
Get-AppXPackage *Microsoft.WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
- To re-register the Store for all users, execute the following command:
Get-AppXPackage WindowsStore -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
5. Restart Windows Update Service and Background Intelligent Transfer Service
Windows programs require relevant services to be functioning properly. If any of these services are acting up or disabled, you are likely to fail to perform actions like installing and running the apps as an administrator.
Two services that must be functioning properly for the Microsoft Store to work are the Windows Update service and the Background Intelligent Transfer service. Follow the steps below to restart these services. This will rule out any issues that the services might be facing, which result in the error at hand.
Here is how you can proceed:
- Press Win + R together to open Run.
- Type services.msc in Run and click Enter.
- In the Services window, look for the Windows Update service.
- Right-click on it and choose Properties from the menu.
- In the Properties dialog, click on the Stop button. Wait for a few moments and then hit Start again.
- Make sure that the Startup type is set to Automatic.
- Do the same for the Background Intelligent Transfer service and click Apply > OK to save the changes.
- Close the Services window and check if the issue is resolved.