Share via

Windows store app is not working/opening.

Muhammad Musadiq 0 Reputation points
2026-03-20T21:24:41.2833333+00:00

since last week MS store is not working and now is it not opening despite clicking.

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

Answer recommended by moderator

  1. MUSTAFA SALAH 1,290 Reputation points
    2026-03-21T01:58:35.61+00:00
    1. Press Windows Key + R to open the Run
    2. Type wsreset.exe and hit Enter
    3. A blank Command Prompt window will pop up. Don't close it. It will automatically disappear after about 10–30 seconds, and the Store should launch on its own
    4. Go to Settings > Apps > Installed Apps > Microsoft Store > Advanced Options from the 3 dots > Repair / Reset.
      User's image
    5. Open PowerShell as Administrator and Run this command:
      $$\text{Get-AppxPackage -AllUsers *WindowsStore* | Foreach \{Add-AppxPackage -DisableDevelopmentMode -Register "\$($\_.InstallLocation)\textbackslash AppXManifest.xml"\}}$$
      User's image
    6. Check Date, Time, and Region (Settings > Time & Language > Date & Time) + Ensure Set time automatically and Set time zone automatically are both toggled On
    7. Lastly Open CMD and run the below commands then Restart your PC
      sfc /scannow
      dism /online /cleanup-image /restorehealth

    Good Luck!

    Was this answer helpful?

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.