We acknowledge the concern that you're experiencing and looking into it. Since you already contacted your laptop manufacturer, keep us updated. Here are troubleshooting steps that you can perform:
- Repair damaged Windows files:
- Type Powershell in the Cortana search bar, right-click the icon that will show and select Run as Administrator.
- Copy and paste this command in the blue window: Dism /online /cleanup-image /restorehealth Sfc /scannow
- Reset Windows Store
- Type Apps and features in the Cortana search bar and press Enter.
- Look for Store.
- Select Advanced options and press Reset.
- Restart the Store and check the app.
- Uninstall Windows Store using Powershell
- Type Powershell in the Cortana search bar, right-click the icon that will show and select Run as Administrator.
- Copy and paste this command in the blue window and press Enter: Get-AppxPackage *windowsstore* | Remove-AppxPackage
- Search for the Store app to confirm it's gone.
- After that, copy and paste this command on the blue window: Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- Launch the Store app.
- Replicate the concern on a different account using a new/existing profile.
- Create a new admin user account.
- Switch accounts from the main to the test account.
- Check if the issue persists.
- Perform clean boot to isolate the case. Running the computer on a minimal set of drivers and startup programs will help eliminate conflicts that may have caused this issue.
Lastly, contact Microsoft Store Support (1-877-696-7786) or check the support page on this link.
Notify us of your progress.