Why Won’t My Microsoft Store Open? | Quick Fix Guide

Microsoft Store not opening often comes from cache issues, pending updates, broken files, or account and time settings.

When the Store clicks but nothing loads, you want a fast path that actually works. This guide gives a clean checklist that solves the common causes on Windows 11 and Windows 10. Start with quick checks, then move to repairs. You’ll keep your files and avoid guesswork.

Why The Microsoft Store Won’t Launch? Quick Checks

Run through these basics before deeper fixes. They take minutes and clear many stalls.

  • Internet connection: Open a site in your browser. If pages crawl, reboot the router or switch networks.
  • Date and time: Wrong clock breaks Store sign-in. Sync time in Settings > Time & language > Date & time.
  • Sign-in: Open Settings > Accounts and confirm you’re signed in with your Microsoft account.
  • Storage space: Leave at least a few GB free on the system drive for app data and updates.
  • VPN or proxy: Pause it during tests; some endpoints block the Store.
  • Pending restart: If Windows says a restart is required, do it now.

Fast Reference: Causes And Fixes

Use this table as your first stop. It maps symptoms to the most effective action.

Symptom Likely Cause First Fix To Try
Store window flashes then closes Corrupt cache Run wsreset.exe
Spinning dots forever Outdated app or Store Open Store > Library > Get updates
Download stuck at 0% Delivery Optimization glitch Pause then resume downloads
Error 0x80070490 or 0x80131500 Damaged Store files Repair then Reset the app
Can’t sign in Wrong time or auth token Sync time; sign out/in
Nothing opens at all Broken app package Reinstall via PowerShell

Reset The Store Cache With Wsreset

The built-in cache reset fixes many launch stalls (official steps). It’s quick and safe.

  1. Press Win + R, type wsreset.exe, and press Enter.
  2. A blank console opens for a bit, then the Store relaunches.
  3. If it still fails, restart the PC and try once more.

This command clears cached data and refreshes the Store app without touching your installed apps.

Repair Or Reset The App

When cache reset isn’t enough, run a repair from Settings. Reset is the stronger step that reinstalls the app data.

Windows 11

  1. Open Settings > Apps > Installed apps > System components.
  2. Find Microsoft Store > Advanced options.
  3. Click Repair. Test the app. If issues remain, click Reset.

Windows 10

  1. Open Settings > Apps > Apps & features.
  2. Choose Microsoft Store > Advanced options.
  3. Click Repair; if needed, click Reset.

Repair keeps your data; Reset clears app data and gives you a fresh copy.

Update Windows And The Store

Out-of-date components can stall sign-in or downloads. Update the OS and the platform.

Update The Store App

  1. Open the Store.
  2. Go to Library and choose Get updates.
  3. Install any pending updates for Store and system components.

Update Windows

  1. Open Settings > Windows Update.
  2. Click Check for updates and install everything offered.
  3. Restart when prompted.

Fresh platform files often resolve Store launch errors and odd codes.

Check Sign-In, Licenses, And Time Sync

The Store uses your Microsoft account and the system clock to verify licenses. If either is off, the app may not load or purchases may fail.

  • Sign out and sign in: In the Store’s profile menu, sign out, then sign in again.
  • Sync time: Settings > Time & language > Date & time > Sync now. Pick your region correctly.
  • Devices: Visit your account online and remove old PCs you no longer use.

Network Tweaks That Help

Many stalls trace back to network filters or stale routes. Try these steps.

  • Disable VPN or proxy during tests.
  • Flush DNS: Open Windows Terminal (Admin), run ipconfig /flushdns.
  • Reset the network stack: In the same window, run netsh winsock reset, then restart.

Reinstall The Store Package With Powershell

When repairs fail, a clean reinstall usually brings the app back. Use an admin shell.

  1. Press Win + X and choose Windows Terminal (Admin).
  2. Run this command to re-register packages:
    Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\\AppxManifest.xml"}
  3. Wait for the process to finish, then restart.

This re-registers the Store app for all users and fixes broken registrations.

Free Up Space And Clear Delivery Optimization

Low disk space or a stuck cache can block downloads and the app window.

Clear Delivery Optimization Cache

  1. Open Settings > System > Storage > Temporary files.
  2. Select Delivery Optimization Files and remove them.

Create Space

  • Empty the Recycle Bin.
  • Remove large installers from the Downloads folder.
  • Move big game folders to another drive.

Game Installs Stuck? Try These Extras

If the Store opens but game installs stall, the fix list shifts slightly.

  • Open the Store, choose Library, then Get updates to refresh Gaming Services.
  • Restart the Microsoft Store Install Service from Services.
  • In the Xbox app, sign out and back in, then retry the install.

When Updates Or Policies Get In The Way

At times, a Windows update or an app policy change can affect how the Store behaves. If a recent update lands the same day your problems start, install any follow-up patches, then retest.

Step-By-Step Troubleshooting Flow

Work through the steps in this order. Stop once the app opens normally.

Step Action Goal
1 Quick checks (clock, sign-in, internet) Fix easy blockers
2 wsreset.exe Clear cache
3 Repair, then Reset Restore app files
4 Update Store and Windows Refresh platform
5 Network fixes Clear routing issues
6 Reinstall via PowerShell Replace package

Notes On Safety And Data

The actions above don’t remove personal files. Repair keeps app data. Reset clears Store data only, not your documents. A PowerShell reinstall re-registers the app. System Restore points are a good idea before big changes.

Why These Steps Work

The Store relies on a cache, a group of app packages, account tokens, and a set of services. Cache resets clear stale entries. Repair and Reset bring back clean files. Updates refresh platform bits. Time and account steps rebuild trust with licensing endpoints. Network fixes wipe away bad routes that stall sign-in. Reinstalling the package fixes broken registrations that keep the window from opening. Each action targets a specific layer: cache, files, account, services, network, and packages, so you’re not guessing—you’re ruling things out in a clear, testable order through each step.

Check System Components And Services

The Store rides on several core services. If any are stopped, the app may refuse to start. Open the Services console from the Start menu and verify these entries are running and set to their usual startup types.

  • Windows Update — needed for Store platform files.
  • Background Intelligent Transfer Service — handles content delivery.
  • Microsoft Store Install Service — manages app installs.

Restart each one. If a service fails to start, install pending Windows updates first, then try again.

Regional Settings And Licensing

Region mismatches can block purchases and sign-in. Set the country that matches your payment method and account. Go to Settings > Time & language > Language & region. Pick the right Country or region, then reopen the app.

Clean Boot To Rule Out Conflicts

Third-party overlays or old utilities can block the Store window. A clean boot loads only Microsoft services and basic drivers.

  1. Press Win + R, type msconfig, press Enter.
  2. On the Services tab, check Hide all Microsoft services, then click Disable all.
  3. Open Task Manager from the Startup tab and disable startup apps.
  4. Restart, test the Store, then re-enable items step by step to find the blocker.

Advanced Reset With Windows Terminal

If Settings is blocked or crashes, you can reset the Store with a simple command in an elevated shell. This replaces app data and keeps the OS intact.

PowerShell -ExecutionPolicy Bypass -Command "Get-AppxPackage Microsoft.WindowsStore | Reset-AppxPackage"

Once the prompt returns, restart and try again. Pair this with a cache clear to cover both sides of the issue.

Account Token Refresh

Account tokens can age out after network changes, password resets, or long sleep cycles. Refresh them cleanly.

  1. In the Store, open your profile and choose Sign out.
  2. Open Windows Settings > Accounts > Email & accounts and remove old work or school entries you no longer use.
  3. Sign back in to the Store with the same address used for your purchases.

Malware Scan And File Check

Damaged system files or active malware can break app packages. Run two quick commands from an elevated Terminal to restore core files.

sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth

Let both finish, then restart. If malware was removed, run the Store only after the next boot so the platform rebuilds cleanly.

When Reinstall Isn’t Enough

If the app still refuses to open, you may be dealing with a damaged user profile or a policy block. Create a new local profile, sign in, and test the Store. If it opens there, move your files to the fresh profile. On managed PCs, contact your admin in case a policy disables Store access.

Reference Links For Official Steps

For the cache routine, see the Microsoft Store cache reset steps. For app repair and reset, see Repair apps in Windows. Both pages come from Microsoft’s support library.