Hi! It's probably a bug in the store. First, try signing out and signing back into your Microsoft account. Click on your profile icon > Sign out > Restart your computer > Open the store again and sign in.
If the problem persists, reinstall it.
- Type "'PowerShell" in the Search Bar > Right-click on the app > Select ''Run as administrator''.
- Now we will enter the following commands. ATTENTION: Type the entire command in the first line > Press ENTER > Wait for the command to complete.
taskkill /IM explorer.exe /F
Get-AppXPackage *Microsoft.WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
start explorer.exe
- Restart the computer when finished > Check if the problem will be resolved.