Hello,
I'm Independent Advisor and Microsoft MVP, here to help you with your question.
Try re-registering Store app. Perform these steps:
- Search for Windows PowerShell using Cortana or Windows Search.
- From results, right click on Windows PowerShell and select Run as administrator.
- Then type following command and press Enter key:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Let the command complete.
- Close Windows PowerShell and check if this resolves the issue.
Let us know if this helps!