- Fix problems with apps from Microsoft Store
- Windows Store Not Working? Here’s How to Fix it
- The Basics
- For games, use the Xbox App instead
- Change Your DNS Address
- Change the Computer’s Time
- Set Yourself as Owner of the WindowsApps Folder
- Clear the Windows Store Cache
- Reinstall the Windows Store
- Disable Proxy Servers/VPNs
- Reset Windows Store
- Re-register the Windows Store App
- Wrapping Up
- 7 comments
Fix problems with apps from Microsoft Store
If you’re in Windows 10 and you’re having problems with an app from Microsoft Store, consider these updates and fixes.
First, sign in to your Microsoft account. Next, work through these possible solutions in the order presented.
Make sure Windows has the latest update: Select check for updates now, and then select Check for updates. Or, select the Start button, then select Settings > Update & Security > Windows Update > Check for Updates. If there is an available update, select Install now.
Make sure that your app works with Windows 10. For more info, see Your app doesn’t work with Windows 10.
Update Microsoft Store: Select the Start button, and then from the apps list, select Microsoft Store. In Microsoft Store, select See more > Downloads and updates > Get updates. If an update for Microsoft Store is available, it will start installing automatically.
Troubleshoot games: If you’re having issues installing a game, see Troubleshoot game installations on Windows 10.
Reinstall your apps: In Microsoft Store, select See more > My Library. Select the app you want to reinstall, and then select Install.
Run the troubleshooter: Select the Start button, and then select Settings > Update & Security > Troubleshoot, and then from the list select Windows Store apps > Run the troubleshooter.
Here’s more help
If you’re having trouble launching Microsoft Store, see Microsoft Store doesn’t launch.
If you can launch the Microsoft Store but you are just having trouble finding or installing an app, see I can’t find or install an app from Microsoft Store.
Windows Store Not Working? Here’s How to Fix it
The Windows Store, Microsoft Store, whatever you want to call it, isn’t the most popular store out there, riddled as it is with bugs, crashes, and a tendency to just outright not work. It does have some good stuff in it, though (like these free apps), and if you’re a gamer, then you may find that you need to have access to it to download games from the Microsoft stable like Forza Horizon 4 and Gears of War 4. If your Windows Store is not working, here are the best fixes to get it back up and running.
The Basics
Before getting to the proper fixes, there’s a small checklist of things you should confirm before you carry on:
- Windows is up to date
- UAC (User Account Control) is enabled
- Your Video Card/GPU drivers are up to date
If these are all in place but your Windows Store still isn’t working, proceed onto the following fixes.
For games, use the Xbox App instead
Microsoft made a welcome move in the gaming scene by introducing a new game-oriented store and subscription service to PC. The new Xbox app lets you buy and run the same games you’d previously have run through the Windows store, but with the added perks of friend lists and other gamer-focused features.
The Xbox app is still technically in beta, but it already feels much better to use for gaming, and the optional Xbox Game Pass is easily one of the best-value deals in PC gaming, giving you access to a huge rotating library of PC games for a low monthly price.
We get the feeling the Microsoft is hoping to move gamers who buy games from their store over to Xbox, so if you’re having problems with the Microsoft Store and mainly play games through it, you may as well make the jump rather than stay on what increasingly looks like a sinking ship.
Change Your DNS Address
One of the more common error messages that may crop up when your Windows Store isn’t working is the “0x80131500” error. This can happen if your PC is connecting to the internet through certain DNS servers, which are automatically assigned by your ISP and/or home networking setup.
To change your DNS server address, go to “Settings (click Start then the cog icon) -> Network & Internet -> Change adapter options”.
Next, right-click your network connection, click Properties, then in the new window scroll down to “Internet Protocol Version 4 (TCP/IPv4)”, right-click it and click Properties.
In the “Preferred DNS server” box, enter the address 1.1.1.1, which is Cloudfare’s universal DNS resolver. Click OK, and hopefully the Windows Store will be back up and running.
You can also try using Google’s public DNS server which has the following IP addresses:
Change the Computer’s Time
One of the more effective yet somewhat strange methods of solving Windows 10 Store crashes is making sure your computer’s clock is accurate. When Windows Store boots up, it tries to get a sync between the store’s time and your own. If the two times are different, the store will sometimes refuse to load. It’s very frustrating but also very easy to fix.
1. To make sure your click is up to date, right-click the taskbar and click “Adjust date/time.”
2. First, go to “Set time automatically,” and turn it off by clicking the switch underneath it.
3. Once it has finished processing your request, switch it back on again. This will update the time so that it’s at its most accurate. Make sure your time zone is set correctly, too!
Once done, try to open the Windows Store again and see if the crashes persist.
Set Yourself as Owner of the WindowsApps Folder
Sometimes the problem lies in the fact that you don’t “own” the WindowsApp file on your computer. It may seem a little odd, but sometimes files are modified to not allow you access to them, despite being on your machine and associated with your account. Telling the computer to give you total control over the WindowsApp folder will sometimes allow the Store to do its job properly.
To do this you’re going to need to perform a lot of security-based actions on the WindowsApps folder. Thankfully, we’ve already published a guide in the past that details step-by-step how to access your WindowsApps folder, so check it out.
Clear the Windows Store Cache
The simplest fix is to reset the Windows Store cache, which may have become cluttered and buggy over time. To do this, hit Ctrl + R , then in the Run box type wsreset and hit Enter. A command prompt window should show up, which indicates that Windows is resetting the Store cache. When the window closes, the job is done, so you can try opening the Store again to see if it works properly.
Reinstall the Windows Store
It may seem radical, but sometimes the best way to fix the problems with the Windows Store is to reinstall. Unfortunately, it’s not quite as simple as just going to your “Apps and Features” list. (You didn’t think Microsoft would make it that easy, did you?)
You’ll need to uninstall the Windows Store through the Powershell.
1. Press the Win key, type powershell , right-click it in the search results, then “Run as administrator.”
2. In Powershell, type get-appxpackage -allusers
3. Find the entry for “Microsoft.WindowsStore,” and copy the information in the “PackageFullName” line to the clipboard.
4. On a new line in the Powershell, type remove-appxpackage followed by a space, then paste over the PackageName you copied over to the clipboard. For me this looked like:
but for you it may vary slightly depending on your Windows Store version number.
5. Hit Enter and the Windows Store will be gone. Reboot your PC.
6. To reinstall the Windows Store, you’ll need to go back to Powershell as an admin and type the following:
Disable Proxy Servers/VPNs
If you have a proxy server (or VPN for that matter) enabled, then it could be sending your Windows Store out of whack because your PC’s IP address doesn’t correspond with the details on your Windows account. So first, if you have a VPN enabled, switch it off. VPNs usually come with client applications that have a simple on/off switch.
Proxy connections, on the other hand, are a bit more sneaky, and you might not even know if you have one switched on.
To check this and switch off your proxy connection, click the Start button, then the “Settings” icon. In the Settings window, click “Network & Internet Proxy” in the pane on the left, and then make sure the “Use a proxy server” slider is switched off.
Reset Windows Store
As of the Anniversary Update, you have the option to reset Windows apps, which will clear their cache and data, essentially making them like new. It’s a little more drastic than the “WS Reset” option, as this will clear all your preferences, login details, settings and so on. (Don’t worry, you’ll still keep the app you installed from the Windows Store.)
To do this, right-click the “Start button -> Apps and Features,” then scroll down to “Store’ in your list of Apps & Features. Click it, then click “Advanced options,” and in the new window click Reset. You’ll receive a warning that you’ll lose data on this app. Click “Reset” again, and you’re done.
Re-register the Windows Store App
Another form of resetting the Windows Store app is to get it to re-register on your PC. Click Start, type cmd , then right-click the Command Prompt when it appears in the results and click “Run as administrator.”
In Command Prompt, type the following command to re-register the Windows Store on your PC:
Once you’ve done this, the Windows Store should re-register and hopefully be back in good working order.
Wrapping Up
Windows 10 isn’t perfect, and other issues experienced by a lot of users include the Start menu search function not working and Windows 10 making seemingly random USB connect and disconnect noises. The solutions are above have proven to be effective for several users so go ahead to use it to fix the Windows Store not working issue. One of them should work in your case.
Related:
William has been fiddling with tech for as long as he remembers. This naturally transitioned into helping friends with their tech problems and then into tech blogging.
7 comments
Hello. I follower the instructions for Reinstall the Windows Store and Powershell says:
Add-AppxPackage : Cannot find path ‘C:\Program
Files\WindowsApps\Microsoft.WindowsStore_11804.1001.8.0_x64__8wekyb3d8bbwe\AppxManifest.xml’ because it does not exist.
At line:1 char:1
+ Add-AppxPackage -register “C:\Program Files\WindowsApps\Microsoft.Win …
+
+ CategoryInfo : ObjectNotFound: (C:\Program File…ppxManifest.xml:String) [Add-AppxPackage], ItemNotFou
ndException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
What now? Thanks.
You are using ‘Microsoft.WindowsStore_11804.1001.8.0_x64__8wekyb3d8bbwe\AppxManifest.xml’
which is probably not the version in your pc, go to C:\ProgramFiles\WindowsApps and find the folder that starts with ‘Microsoft.WindowsStore’ (there will be 2 such folders, choose the one with the same format as above) and replace the folder in the article with your own. If you don’t have permissions for the WindowsApps folder follow this article: https://answers.microsoft.com/en-us/windows/forum/windows_10-files-winpc/what-is-windows-apps-hidden-folder-and-why-cant-i/40a60508-c409-422a-af92-bd51fe5a4ca9.
I wouldn^t follow these instructions to reinstall Microsoft-store I tried myself and now I can`t reinstall it
because when I type Add-AppxPackage -register “C:\Program Files\WindowsApps\Microsoft.WindowsStore_11804.1001.8.0_x64__8wekyb3d8bbwe\AppxManifest.xml” -DisableDevelopmentMode this message comes Add-AppxPackage : Der Pfad “C:\Program
Files\WindowsApps\Microsoft.WindowsStore_11804.1001.8.0_x64__8wekyb3d8bbwe\AppxManifest.xml” kann nicht
gefunden werden, da er nicht vorhanden ist.
In Zeile:1 Zeichen:1
+ Add-AppxPackage -register “C:\Program Files\WindowsApps\Microsoft.Win …
+
+ CategoryInfo : ObjectNotFound: (C:\Program File…ppxManifest.xml:String) [Add-AppxPackage], I
temNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageComma
nd
konrad no problem first press win R then in run type wsreset.exe than close store after it open xbox game store in its search menu search the game and then click play and it will automatically lead you to store and then it will open.
I had Win10 latest version as of Jan 2021 (Ver 1909 Build 18363.1198), yet whenever I clicked on any app in Windows store, the store app closed immediately. Checked the following solutions, none worked, until…
I had latest display and chipset drivers installed.
I tried clearing cache, resetting the store, re-registering, uninstalling and reinstalling the store, updating windows 10, setting the windows time again to correct, checked that Windows Media feature pack existed, ran SFC. None worked.
But then reinstalled all/full windows and all wares and kept checking at which step my store apps stopped working/appearing. And I found that it was just a font, which was needed very badly by windows. And it was the OPEN TYPE, Times New Roman. That’s it.
As a side note, also check that Windows required services are not disabled, and ‘WindowsApps’ folder has required permissions set.
Enjoy. Bobby Zopfan
@Konrad: I’m at the same point as you. My guess; you can only reinstall apps which are actually in the app repository of the Windows installation. Also called online image. If not preset, it would most likely not be listed by get-appxpackage -allusers command. If so, it can only be installed by an offline image, such as an installation DVD. My windows has been modified to get rid of most (spying) apps with NTLite. Amongst them the Store. Well…
Obviously you never tried your own solution! It contains an error that will prevent it from EVER working, for ANY person. It’s SO obvious. Here is the command you give: