Hi,
My name is Angel. I am an Independent Advisor. Thank you for posting in Microsoft Community.
Try Run the troubleshooting
Go to Settings > Update & security > Troubleshoot >Windows Store Apps >Run the troubleshooter
Try to download it again
If that didn't work
Reset the Microsoft store
Go to Settings > Apps > Apps & Features > select Microsoft Store > Advance options > Reset
If issue persist I would suggest you to follow these methods:
Method 1: Re-register Microsoft Store app for Current User
- Terminate the Microsoft Store app to make sure it's closed and not running.
- Open PowerShell
- Copy and paste the command below into PowerShell, and press Enter. (see screenshot below)
Get-AppXPackage *Microsoft.WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
- When finished, you can close PowerShell, and try opening the Microsoft Store app again ..
Method 2: Re-register Microsoft Store app for All Users
You must be signed in as an administrator to be able to do this option.
- Terminate the Microsoft Store app to make sure it's closed and not running.
- Open an elevated PowerShell
- Copy and paste the command below into the elevated PowerShell, and press Enter. (see screenshot below)
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
- When finished, close the elevated PowerShell,
- Restart the computer to apply.
- Try opening the Microsoft Store app again.
Hope the information provided is useful. If the issue persists, reply here and we will be glad to help you.
Angel.