microsoft store is not opening and working

Jhon Lock 0 Reputation points
2026-07-02T07:24:47.39+00:00

my Microsoft store is not opening and working. I can't install any apps in my system

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

2 answers

Sort by: Most helpful
  1. Kapil Arya 37,936 Reputation points Volunteer Moderator
    2026-07-02T12:25:58.35+00:00

    Please try this:

    Press Windows + R, type wsreset.exe and click OK.

    Was this answer helpful?

    0 comments No comments

  2. TaoLi 92,145 Reputation points Independent Advisor
    2026-07-02T08:00:24.2966667+00:00

    Hello,

    You can reinstall the Microsoft Store by following the steps below; this usually resolves issues where the app won't open or downloads fail:

    Right-click the Start menu, select "PowerShell (Admin)," and enter the following commands:

    Get-AppxPackage Microsoft.WindowsStore | Remove-AppxPackage

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

    Restart your computer after completion, and the Microsoft Store should return to normal operation.

    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.