How to Fix Microsoft Store Not Working on Windows 10 and 11
Microsoft Store won't open, shows a blank page, or fails to download apps? This guide covers every common Store failure β cache corruption, app registration errors, stuck downloads, and error codes like 0x80131500 β with step-by-step fixes.
- βClears the Microsoft Store cache and re-registers Store app packages automatically
- βRepairs corrupted Windows Update components that block Store downloads
- βDetects broken app registrations and resets them without losing installed apps
Best for Microsoft Store not opening, blank pages, stuck downloads, error codes, and app installation failures on Windows 10 and 11.
Main Troubleshooting Guide
How to Fix Windows Update Errors βComplete symptoms, causes, and step-by-step solutions
Symptoms
You might be experiencing this problem if you notice:
- β’Microsoft Store won't open at all
- β’Store opens but shows blank page
- β’App downloads stuck or failing
- β’Error codes like 0x80131500, 0x80072EFD
- β’"Try that again" error in Store
- β’Store apps won't update
Microsoft Store problems usually fall into one of these buckets
Store Won't Open
App registration is corrupted or system files are damaged β Store crashes or never launches.
Blank Page or Connection Error
Store opens but can't load content β typically a network, proxy, or TLS configuration issue.
Downloads Failing
Store loads but app installs or updates fail β usually tied to Windows Update components or disk space.
What RescuePC checks for Microsoft Store problems
RescuePC is built to automate a structured set of common Windows Store repairs instead of making you jump between PowerShell commands, registry edits, and Settings menus on your own.
- βResets the Microsoft Store cache (wsreset equivalent)
- βRe-registers Store and dependent app packages via PowerShell
- βChecks and repairs Windows Update components that Store depends on
- βVerifies date/time and TLS settings that can block Store connections
- βClears leftover proxy or VPN configurations interfering with Store
This is most useful when the Store issue is caused by cache corruption, broken app registration, or Windows Update component failures β not Microsoft server-side outages.
Manual troubleshooting vs RescuePC
On your own
- β’Running wsreset.exe and hoping it works
- β’Copying long PowerShell re-registration commands
- β’Navigating Settings > Apps > Advanced options for Repair/Reset
- β’Checking proxy, TLS, and date/time settings one by one
- β’Searching for the specific error code and trying forum suggestions
With RescuePC
- βRuns cache reset, re-registration, and component repair in sequence
- βChecks proxy, TLS, and dependency services automatically
- βWorks through the repair steps in the right order so you don't miss anything
- βCovers the most common Store failure patterns in one pass
You are not paying for information alone. You are paying for a faster, more structured path through the common Windows Store repair workflow.
When this page is most likely to help
- βMicrosoft Store won't open or crashes on launch
- βStore shows blank pages or "Try that again" errors
- βApp downloads get stuck or fail with error codes like 0x80131500
- βStore worked before but stopped after a Windows Update
- βThe problem is on this device only (not a Microsoft server outage)
If the Store issue is Windows-side β cache corruption, broken registration, or dependency failures β this is exactly the kind of problem RescuePC is built to help with.
When software repair may not be enough
RescuePC can help with many common Windows Store problems, but software repair is not always the full answer.
- β Microsoft Store servers are down (check downdetector.com)
- β Your Microsoft account is locked or suspended
- β The app you want is region-restricted or no longer available
- β Your organization's Group Policy blocks Store access
- β Windows installation is severely corrupted and needs a clean reinstall
Common Causes
- β Microsoft Store cache corrupted
- β Windows Update components broken
- β Date and time settings incorrect
- β Store app registration corrupted
- β TLS/SSL settings misconfigured
- β Proxy or VPN interfering with Store connection
Solutions
Solution 1: Reset Microsoft Store Cache
- 1Press Windows + R
- 2Type wsreset.exe and press Enter
- 3A blank command prompt will appear β wait for it to close
- 4Microsoft Store will open automatically
- 5Try downloading an app to test
Solution 2: Repair and Reset Store App
- 1Go to Settings > Apps > Installed apps
- 2Search for "Microsoft Store"
- 3Click the three dots > Advanced options
- 4Click "Repair" first and test
- 5If that doesn't work, click "Reset"
- 6Restart your computer
Solution 3: Re-register Store via PowerShell
- 1Right-click Start > Windows Terminal (Admin)
- 2Run: Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- 3Wait for the command to complete (ignore red warnings)
- 4Restart your computer
- 5Open Microsoft Store and test
Repair the Microsoft Store β the exact commands
Store failures come down to a corrupted cache, a broken app registration, or a skewed system clock (which breaks the Storeβs TLS validation).
wsreset.exeClears the Store cache completely β fixes the majority of blank-Store and endless-spinner cases.
w32tm /resyncForces a clock resync. A clock off by minutes makes the Store fail certificate checks and refuse to load.
Get-AppxPackage Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}Re-registers the Store app package itself (elevated PowerShell) β repairs a broken registration without reinstalling Windows.
DISM /Online /Cleanup-Image /RestoreHealthRepairs component-store corruption that blocks Store app servicing.
After wsreset the Store opens on its own; if it errors again with 0x80131500-class codes, run the re-register step. RescuePC runs this chain in order with a restore point first.
Which Type of Store Problem Are You Experiencing?
Store won't open at all or crashes immediately
Likely cause: Corrupted Store app registration or missing system files
Store opens but shows blank page or "Try that again"
Likely cause: Network/proxy issue or corrupted Store cache
App downloads get stuck or fail with error codes
Likely cause: Windows Update components broken or disk space issue
Store apps won't update but Store itself works
Likely cause: App update service or licensing issue
Best next step
Good fit for Store crashes, blank pages, download failures, error code 0x80131500, and common Windows-side Store issues on Windows 10 and 11.
Why RescuePC is different from running wsreset.exe
Most Store fix guides start and end with wsreset. That only clears the cache. RescuePC works through the full dependency chain β cache, registration, Update components, network config β so you actually fix the root cause.
- βGoes beyond cache reset to fix registration and dependency issues
- βChecks proxy, TLS, and network settings that block Store connections
- βRepairs Windows Update components that Store relies on
- βStructured repair sequence instead of guessing which command to try
Related Error Codes
Browse More System & Core Features Guides
Frequently asked questions
Why does wsreset.exe not fix my Store?βΌ
Will resetting the Store delete my installed apps?βΌ
Why does Microsoft Store depend on Windows Update?βΌ
Can I reinstall Microsoft Store entirely?βΌ
Why does Microsoft Store show error code 0x80131500?βΌ
Related Troubleshooting Guides
These specific guides cover common variations of this problem: