Share via

Microsoft store doesn`t load

Dado Mahfouz 0 Reputation points
2025-09-09T14:04:18.6733333+00:00

copymicrosoft

Windows for home | Windows 11 | Microsoft Store
0 comments No comments

1 answer

Sort by: Most helpful
  1. DaveM121 884.5K Reputation points Independent Advisor
    2025-09-09T16:27:52.22+00:00

    Open PowerShell as Administrator, then run this command and press Enter:

    Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    When that completes, run this command and press Enter:

    Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Close PowerShell when that completes, restart (not shut down) your PC and check if the Store is working correctly

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.