Windows Store Won’t Open | Quick Fix Playbook

The Microsoft Store not opening usually clears after a cache reset, pending updates, and a quick repair or reset of the Store app.

Why The Microsoft Store Stalls At Launch

The Store depends on a few moving parts: a clean cache, correct time and region, an active Microsoft account, healthy Windows services, and a stable network. When any of these slip, the app may flash and close, hang on the splash screen, or never load at all. The good news: you can work through fixes in a calm order and figure out what broke.

Most cases come down to four roots. A stale cache blocks new sessions. System updates sit in limbo and the Store framework falls out of sync. App files drift from their defaults. Or a setting such as a proxy or firewall closes the door without calling it out. The steps below tackle those roots in a simple flow you can follow once and reuse later.

Common Symptoms And Likely Causes

Symptom Likely Cause First Fix To Try
Store window opens then closes Corrupt cache Run WSReset
Spinning dots forever Pending Windows updates Install updates
Error 0x80070424 or 0x80073D02 Services or stuck files Repair or Reset
Can’t sign in Account token out of date Sign out and back in
Store missing Registration damaged Re-register via PowerShell
Store loads offline Proxy or firewall rules Disable proxy; allow Store

Quick Checks Before You Tinker

Start with the easy wins and retest after each step. Reboot once, since a fresh session clears locked files. Confirm the PC time, date, and time zone match your location. In Windows, open Settings > Time & language > Date & time and use Sync now. Sign out of the Store, then sign back in. Try a different network or disable VPN for a minute to rule out routing issues.

If you run third-party antivirus or a firewall suite, switch it to a less strict mode for five minutes and try the Store again. That brief test tells you if app traffic is being filtered. Turn it back on the moment you finish the test.

Fixes That Work In Order

1) Run WSReset To Clear The Store Cache

WSReset wipes the Store cache without touching your apps or account. Press Windows + R, type wsreset.exe, and press Enter. A black window appears and closes on its own, then the Store opens. If it still stalls, move to the next step.

If you prefer a command window, open Command Prompt as admin and run wsreset -i. That variant reinstalls the Store package on some builds. Use it only if the icon or package looks missing.

2) Update Windows And The Store Components

Go to Settings > Windows Update and press Check for updates. Install everything offered, then restart. Updates refresh the Store framework, WebView, and other bits the app needs. Open the Store once more and check the Library page for app updates. Let the Microsoft Store and App Installer entries update fully before testing a launch.

3) Repair Or Reset The Microsoft Store App

Windows lets you fix app files from Settings. Open Settings > Apps > Installed apps, find Microsoft Store, choose Advanced options, then use Repair. If the app still won’t launch, use Reset. Reset clears the app data and puts the Store back to defaults. After a reset, open the Store and sign in if asked.

4) Re-register The Store With PowerShell

If the Store is missing or the registration is broken, re-register it. Right-click Start and open Windows PowerShell (Admin) or Terminal (Admin), then run:

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

Close the window and try the Store again. If the command errors, restart and run it once more. If the package still fails to appear, jump to the Safe Repair Install section near the end.

5) Restart Key Services

Press Windows + R, type services.msc, and press Enter. Find Microsoft Store Install Service and set the Startup type to Manual or Automatic. Start the service if it’s stopped. Also check Windows Update and Background Intelligent Transfer Service; both should be running. When those services stall, installs and Store launches stall too.

6) Check Proxy, Firewall, And DNS

A forced proxy or strict firewall can block Store endpoints. In Settings > Network & internet > Proxy, turn off any manual proxy and retest. If you use a third-party firewall, allow the Store and wsappx processes. Switching DNS to a well-known resolver can help when the Store throws connection errors. Switch back after the test if you need to keep your original resolver.

7) Create A Fresh Local Profile And Test

User profiles hold app data and cached tokens. Create a new local account, sign in, and open the Store. If it works there, migrate essentials to that profile or repair the old one with a reset. A profile issue often shows up as a launch on one account and a blank screen on another.

Windows Store Won’t Open: Close Variations And Paths That Help

Searchers often type things like “Microsoft Store not opening,” “Store won’t launch,” or “apps won’t download.” The fixes above cover all those cases. The paths differ a bit between Windows 11 and Windows 10, so the next section lists both for quick clicks through Settings.

Menu Paths In Windows 11

  • Updates: Settings > Windows Update > Check for updates
  • Repair/Reset: Settings > Apps > Installed apps > Microsoft Store > Advanced options
  • Troubleshooters: Settings > System > Troubleshoot > Other troubleshooters
  • Time sync: Settings > Time & language > Date & time > Sync now

Menu Paths In Windows 10

  • Updates: Settings > Update & Security > Windows Update > Check for updates
  • Repair/Reset: Settings > Apps > Apps & features > Microsoft Store > Advanced options
  • Troubleshooters: Settings > Update & Security > Troubleshoot > Additional troubleshooters
  • Time sync: Settings > Time & Language > Date & time > Sync now

Run The Built-In Troubleshooters

Windows ships with helpful troubleshooters. In Windows 11, open Settings > System > Troubleshoot > Other troubleshooters, then run Windows Store Apps and Windows Update. In Windows 10, open Settings > Update & Security > Troubleshoot > Additional troubleshooters and run the same tools. They reset policies, clear temp folders, and fix common permission issues.

Linking To Official Steps You Can Trust

Microsoft’s own guide on Microsoft Store doesn’t open lists cache reset and updates near the top. Windows also offers a built-in way to repair or reset apps from Settings, which applies here for the Store app as well.

Error Codes And What They Point To

0x80070424: A required service didn’t run. Start the Microsoft Store Install Service and rerun updates. 0x80073CF0/CF3: Broken package cache; reset, then try a re-register. 0x80072EE7: Name resolution failed; check DNS or proxy settings. 0x803F8001: License issue; sign out and back in, then update the Store. 0x80131500: Generic Store fault; clear cache and install pending updates first.

Second Table: Fixes And Expected Outcomes

Step What You Should See Next If It Fails
WSReset Store opens cleanly after a brief black window Install Windows updates
Repair Store launches without wiping your sign-in Reset the app
Reset Fresh Store with defaults Re-register via PowerShell
Re-register Store appears in Start and launches Create a fresh profile
Troubleshooters Automatic fixes applied Check services and proxy
Fresh profile Store runs under the new account Plan a repair install

Safe Repair Install Without Wiping Files

If the Store still won’t open under any account, a repair install of Windows can refresh core files while keeping apps and data. Download the latest Windows installer from Microsoft, launch it from the desktop, and pick the option that keeps personal files and apps. This step rebuilds the Store framework alongside the rest of the system files. If your PC belongs to work or school, check with IT before you begin.

Tips That Prevent Repeat Store Breakage

  • Install monthly updates and reboot soon after.
  • Leave time, date, and time zone on automatic where possible.
  • Avoid aggressive “cleaner” tools that purge Store data.
  • Keep enough free space for updates and app installs.
  • Use a single sign-in on the PC to reduce token drift.
  • Skip random tweaks that disable services you don’t recognize.
  • Back up before big upgrades so recovery is easy.

Bottom Line Fix Flow

Work top to bottom: WSReset, updates, Repair, Reset, re-register, troubleshooters, services, proxy, new profile, repair install. Most users stop at the first three steps. If you reach the last step, back up first, then run the in-place repair and you’ll be back in the Store.