Is your Microsoft Store stuck on the loading screen, failing to download apps, or crashing immediately after opening?
Many users encounter problems where the Microsoft Store refuses to open, crashes immediately after launching, gets stuck on a loading screen, shows a blank white screen, fails to download apps, displays error codes, or simply stops responding.
These issues can occur after a Windows update, due to corrupted cache files, damaged system components, incorrect date and time settings, network problems, or corrupted Microsoft Store data.
Fortunately, you usually don’t need to reinstall Windows. Microsoft includes several built-in repair tools that can restore the Store in just a few minutes.
Whether you’re on Windows 11 or Windows 10, these methods—ranging from clearing the cache to a full reinstallation via PowerShell—will get your apps downloading again.
Why Does the Microsoft Store Stop Working?
Before we jump into the fixes, understanding the “why” helps prevent future issues. The Microsoft Store is a Universal Windows Platform (UWP) app that relies heavily on system licensing, local data caches, and Windows Update services.
Here are the primary culprits:
-
Corrupted Cache: The most common reason. The local cache folder (
LocalCache) can become corrupted after interrupted downloads or sudden shutdowns. -
Windows Update Glitches: A pending update or a recently installed faulty driver can break the Store’s licensing service.
-
Incorrect System Time/Region: The Store server rejects connections if your PC’s clock, time zone, or region doesn’t match your Microsoft account.
-
Proxy/VPN Interference: Corporate networks or active VPNs often block the Store’s background internet access.
-
Missing System Files: Critical
.dllfiles related to the AppX deployment stack might be missing.
Preliminary Quick Fixes (Check These First)
Before diving into the command line, ensure your environment is set up correctly. These simple checks resolve 30% of issues instantly.
-
Sync Time & Date: Right-click the clock > Adjust date/time > Toggle Set time automatically off and on. Click Sync now under additional settings.
-
Disable VPN/Proxy: Disconnect any VPN, go to Windows Settings > Network & internet > Proxy, and ensure “Use a proxy server” is set to Off.
-
Run the Troubleshooter: Go to Settings > System > Troubleshoot > Other troubleshooters. Find Windows Store Apps and click Run. (Windows 11 users search “Find and fix problems with Microsoft Store Apps”).
Method 1: The WSReset.exe Command (The Soft Reset)
This is the simplest and quickest method. WSReset.exe is a native Windows troubleshooting tool designed specifically to clear the Store cache without deleting your installed apps or changing account settings.
What it does: It purges the temporary cache folder that stores loading screens and credentials, forcing the Store to rebuild it.
Steps:
-
Press Windows Key + R to open the Run dialog.
-
Type
wsreset.exeand press Enter. -
A blank Command Prompt window will appear. Do not close it.
-
Wait approximately 10-30 seconds. The window will close automatically, and the Microsoft Store will launch fresh.
Verdict: If the Store opens but looks empty or doesn’t load images, this usually fixes it. If the Store still crashes, proceed to Method 2.
Method 2: Clear Cache & Data via Settings (Deep Clean)
If the soft reset fails, you need to manually nuke the app’s data. Unlike WSReset, this method erases all local data, meaning you might have to sign back into the Store.
Steps:
-
Press Windows Key + I to open Settings.
-
Navigate to Apps > Installed apps (Windows 11) or Apps & features (Windows 10).
-
Scroll down to Microsoft Store.
-
Click the three-dot menu (Win 11) or click the entry (Win 10) and select Advanced options.
-
Scroll down to the Reset section.
-
Step A – Repair: First, click the Repair button. This attempts to fix the app without losing data. Test the Store. If it fails:
-
Step B – Reset: Click the Reset button. A checkmark will appear once done. This wipes the cache completely.
Why this matters: This method doesn’t just clear web cache; it resets the entire AppX package data structure for the Store.
Method 3: PowerShell Re-Registration (The “Nuclear” Fix)
When the Store app itself becomes decoupled from the Windows operating system, no amount of cache clearing will help. You need to re-register the app package using PowerShell. This is the most powerful fix on this list.
What it does: It fetches the manifest of the Microsoft Store application directly from Windows system files and reinstalls it for the current user.
The One-Liner Command
Follow these exact steps. A common mistake is running this as Administrator incorrectly.
-
Right-click the Start button and select Terminal (Admin) or Windows PowerShell (Admin).
Warning: This must be run as Administrator, not just in a normal PowerShell window. -
Copy the following command exactly:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
-
Press Enter.
-
You will likely see red text errors zooming by. Ignore them. The command processes all users, but you only need it to work for your profile. Wait until the cursor returns to
PS C:\>. -
Restart your PC (mandatory).
Troubleshooting PowerShell Errors:
-
“Access Denied” Error: You aren’t running Terminal as Administrator. Right-click the icon and select “Run as administrator.”
-
Deployment Failed with HRESULT 0x80073CF6: You need to turn off Developer Mode temporarily (Settings > Privacy & security > For developers > Off). Run the command again, then turn it back on.
Method 4: Reset the Delivery Optimization Files
The Microsoft Store uses a service called Delivery Optimization to download apps (similar to peer-to-peer torrenting). If these download caches get stuck, apps will show “Pending” or “Starting download” but never move.
Steps:
-
Open Settings > Windows Update (Win 11) or Update & Security (Win 10).
-
Click Advanced options.
-
Click Delivery Optimization.
-
Click Advanced options (again) under Delivery Optimization.
-
Uncheck the box for “Download settings percentage…” and ensure “Absolute bandwidth” is selected with no limits applied.
-
Now, open File Explorer and paste this in the address bar:
C:\Windows\SoftwareDistribution\Download -
Press Ctrl + A to select all files and press Delete. (Skip items that say “in use”).
-
Reboot.
Method 5: Repair System Files (DISM & SFC)
If the issue stems from the underlying Windows framework rather than the Store app itself, cache resets will continuously fail. You must repair Windows system files.
Steps:
-
Open Terminal (Admin).
-
Run the Deployment Image Servicing and Management tool:
DISM /Online /Cleanup-Image /RestoreHealth
Wait for 100% completion. This can take 15 minutes if the system is heavily corrupted. -
Next, run System File Checker:
sfc /scannow -
Reboot and test the Store.
Frequently Asked Questions (FAQs)
Q1: Will resetting the Microsoft Store delete my installed apps or games?
No. The methods above (except a full Windows reset) only repair the Store client. They do not uninstall applications you’ve already downloaded, such as Minecraft, Netflix, or Photoshop. Your library remains intact.
Q2: I get error code 0x80072F8F. What does it mean?
This is a date/time mismatch error. The security certificate connecting to Microsoft’s servers is being rejected because your computer clock is wrong. Even a 5-minute difference can cause this. Go to Settings > Time & Language > Date & time, and click Sync now.
Q3: The Command Prompt opens and closes instantly during WSReset. Is that normal?
This usually indicates the Store cache is so corrupted that WSReset cannot engage the app, or the antivirus is blocking it. Disable real-time scanning temporarily, then try Method 3 (PowerShell Re-Registration).
Q4: I hit “Install” on an app, it downloads halfway, and fails. How do I fix this?
This is specifically a Delivery Optimization or SoftwareDistribution issue.
-
Run Method 4 to clear the delivery cache.
-
Also, stop the Windows Update service in
services.msc, rename theC:\Windows\SoftwareDistribution\folder toSoftwareDistribution.old, and restart the service.
Q5: Do I need to sign out of my Microsoft account?
It helps in stubborn cases. Before running the PowerShell command in Method 3, open the Store, click your profile icon, and sign out. After the fix, reboot and sign back in. This refreshes the authentication token.
Conclusion
By following this structured guide—starting from the simple WSReset and moving to the nuclear PowerShell option—you should be able to resolve any Microsoft Store freeze, crash, or download failure on Windows 11 and Windows 10.