Fix Microsoft Store error 0x80072EFD
Fix the Microsoft Store server stumbled error 0x80072EFD: reset the cache with wsreset, run the troubleshooter, and clear proxy, VPN, or DNS problems.

Error 0x80072EFD is the Microsoft Store telling you it can’t reach Microsoft’s servers. The old “server stumbled” message sounds like a problem on Microsoft’s end, but it’s almost always a connection failure on your side. The reliable fix is to confirm the PC is online with the correct clock, reset the Store, and clear anything that intercepts the connection like a proxy, VPN, firewall, or stale DNS. Work through the steps below in order and stop once the Store loads.
What 0x80072EFD actually means
This is a network error: Windows tried to open a secure connection to the Store and couldn’t finish it. The friendly “server stumbled” text and the related codes 0x80072EE7 and 0x80131500 point at the same thing, and the same fixes apply to all of them. Because it’s a connection issue, start by ruling out the basics before you touch the Store itself.
Check the connection, clock, and restart
Open a browser and load any page to confirm the internet works at all. If nothing loads, the Store won’t either, and a flaky wireless link is a common cause. Our guide on fixing Wi-Fi that keeps disconnecting on Windows 11 covers that separately.
Next, check the clock. A wrong date or time breaks the secure handshake the Store depends on, which is why Microsoft lists it in the Error 0x80131500 fixes. Go to Settings, then Time & language, then Date & time, and turn on “Set time automatically” and “Set time zone automatically.” Finally, restart the PC to clear a stuck background task before moving on.
Reset the Store
If the connection and clock are fine, reset the app. Try these in order:
- Run the troubleshooter. On Windows 11, go to Settings, then System, then Troubleshoot, then Other troubleshooters, and run Windows Store Apps. On Windows 10 it lives under Settings, then Update & Security, then Troubleshoot, then Additional troubleshooters.
- Clear the cache. Press the Windows key + R, type
wsreset.exe, and select OK. A blank Command Prompt window opens for about ten seconds, then closes and the Store reopens on its own, as Microsoft describes here. - Repair or reset the app. Go to Settings, then Apps, then Installed apps, find Microsoft Store, open Advanced options, and choose Repair first, then Reset if that doesn’t help. Reset clears the app’s data without removing your purchases.
If Reset is missing or fails, re-register the Store from an elevated PowerShell window (right-click Start, then Terminal (Admin)):
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Clear what’s blocking the connection
Something on the network path is the usual culprit when the Store still won’t connect after a reset.
- Proxy. Go to Settings, then Network & internet, then Proxy, and turn off “Use a proxy server” under Manual proxy setup. A leftover manual proxy is a classic cause of this error; Microsoft documents the panel in Use a proxy server in Windows.
- VPN. Disconnect any VPN and retry. Some servers block or slow the Store’s connection.
- Firewall and antivirus. Temporarily turn off third-party firewall or antivirus, test the Store, then turn it back on. If that fixed it, add an allow rule instead of leaving protection off.
- DNS. In an admin Command Prompt or PowerShell, run
ipconfig /flushdnsto clear stale lookups that can point the Store at a dead address.
Update Windows and re-sign-in
An outdated system or a signed-out account can also produce the error. Check for updates under Settings, then Windows Update, and install anything pending. Update the app itself from the Store’s Library, then Get updates. These steps are in Microsoft’s Fix problems with apps from Microsoft Store guide. If it still fails, select your profile icon in the Store, sign out of your Microsoft account, and sign back in.
Which fix to try
| Fix | When to use it |
|---|---|
| Check connection and clock | First step, and any time other devices also drop offline |
| Run the Store troubleshooter | You want Windows to detect and repair the app for you |
wsreset.exe | The Store loads but downloads stall or error out |
| Repair, then Reset the app | The Store misbehaves after the cache reset |
| Re-register with PowerShell | Reset is grayed out or the app won’t open at all |
| Turn off proxy or VPN | The error started after joining a work network or VPN |
| Flush DNS | Pages load but the Store still can’t connect |
| Update Windows and re-sign-in | You’re behind on updates or recently changed your account |
Most people are back in the Store after the reset and proxy checks. If the error only appears when your disk is full or the machine is crawling, clear that up first with our notes on freeing up space on Windows 11 and why a Windows PC runs slow, then reopen the Store.