How to fix Microsoft Store not working error

The Microsoft Store (Windows Store) isn’t the most popular app store, as it’s riddled with bugs, issues, and tends to be unstable. However, it does have some good content, and the user interface and overall experience have improved a lot since the launch of Windows 11. Still, if the Microsoft Store isn’t working right now, here’s how to fix it.

Note : The process sometimes differs between Windows 10 and 11, so the article will include instructions for both platforms (where available).

Fix Windows Store not working error

Why is Microsoft Store down?

Here are the main reasons why you may find it difficult to work with the Microsoft Store.

  • Network connection blocked by error code 0x80131500
  • Microsoft Store time is not synchronized correctly with system time
  • Don't “own” the WindowsApps folder as a user
  • Windows Store cache full or corrupted
  • There is a mismatch between the proxy server /VPN IP address and the system IP address.
  • Unfixable Store issues that won't go away without a reinstall
  • Waiting for Windows 11/10 update
  • Internet access is unreliable.

How to fix Microsoft Store not working

Before performing the proper fixes, there is a small checklist of things you need to confirm:

  • Windows has no pending updates
  • UAC (User Account Control) is enabled
  • Your graphics card/GPU driver is up to date.

If all of these are in place but Windows Store is still not working, proceed with the following fixes.

1. Change DNS address

One of the more common error messages that can appear when the Microsoft Store isn't working is error “0x80131500”. This can happen if your PC is connecting to the Internet through a number of DNS servers, which are automatically assigned by your ISP and/or home network setup.

To change the DNS server address, go to Settings (click Start then the gear icon) > Network & Internet > Change adapter options .

How to fix Microsoft Store not working error
Access Change adapter options

Next, right-click on your network connection, select Properties , then in the new window, scroll down to “Internet Protocol Version 4 (TCP/IPv4)” , right-click on it and select Properties.

Go to the properties of the network connection

In the Preferred DNS server box , enter 1.1.1.1 , which is Cloudfare's public DNS resolver. Click OK and hopefully the Microsoft Store will be back up and running.

How to fix Microsoft Store not working error
Enter address 1.1.1.1

You can also try using Google's public DNS servers at the following IP addresses:

  • 8.8.8.8
  • 8.8.4.4

2. Change your computer's time settings

One of the strangest but most effective ways to fix Windows 10 Store issues is to set your computer’s clock to the correct time. When the Microsoft Store starts, it tries to synchronize the app’s time with the system’s. If the time doesn’t match, the system will sometimes refuse to launch the Microsoft Store. This fix is ​​also very easy.

1. To update the time for Windows 10 , right-click on the taskbar and select Adjust date/time.

How to fix Microsoft Store not working error

2. First, turn off the Set time automatically feature by clicking the toggle button below.

3. Once the system has processed your request, turn the feature back on. The system time will then be updated again. Make sure your time zone is set correctly!

How to fix Microsoft Store not working error

Once done, try opening the Windows Store again and see if the issues persist.

3. Set ownership for the WindowsApps folder

In practice, it turns out that sometimes the problem is that you don't have "ownership" of the WindowsApp files on your computer. It may sound strange, but sometimes files are modified to not allow you to access them, even though they are on your computer and associated with your account. Setting your computer to give you full control of the WindowsApp folder will likely help the Microsoft Store do its job more accurately.

How to fix Microsoft Store not working error

You will have to command your computer to grant control of the file. This process is quite complicated and time-consuming, please refer to our article “ How to access the WindowsApps folder in Windows 10 ” for detailed steps.

4. Clear Windows Store cache

One of the easiest ways to fix Windows Store errors is to reset the cache . After a period of use, the cache may have become overloaded and cluttered, causing annoying errors on Windows Store.

Below WebTech360 will guide you through the steps to reset Windows Store on Windows 10.

To restart the cache, first press Ctrl + R to open the Run dialog box.

How to fix Microsoft Store not working error

Then in the Run dialog box, type the keyword wsreset and press Enter

How to fix Microsoft Store not working error

Next, a command prompt window will appear, indicating that Windows is resetting the Windows Store cache. Once this process is complete, the command prompt window will automatically close.

How to fix Microsoft Store not working error

Once the reset process is complete, you can restart Windows Store to see if the problem is fixed.

How to fix Microsoft Store not working error

Note:

This method can also be applied to fix Windows Store errors on Windows 8 and 8.1.

5. Reinstall Microsoft Store

It may sound basic, but sometimes the best way to fix a problem with the Microsoft Store is to reinstall the app. However, reinstalling the Microsoft Store isn't as simple as it is with most other apps. You'll need to uninstall the Microsoft Store using Powershell .

1. Press the Windows key to open the Start menu , type powershell , right-click the search result, then select Run as administrator.

2. In Powershell, enter the command get-appxpackage -allusers

3. Find the entry for Microsoft.WindowsStore and copy the information in the PackageFullName line to the clipboard.

How to fix Microsoft Store not working error

4. On a new line in Powershell, type remove-appxpackage followed by a space, then paste the information above PackageName that you copied. The result should look like this:

remove-appxpackage Microsoft.WindowsStore_22210.1401.6.0_x64__8wekyb3d8bbwe

However, this result may vary slightly depending on the Windows Store version number you are using.

5. Press Enter and Microsoft Store will disappear. Then, restart your computer.

6. To reinstall the Microsoft Store, you need to go back to Powershell with admin rights and enter the following:

Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

6. Turn off proxy server

If you're using a proxy server (or VPN ), this could be the reason your Microsoft Store isn't working because your computer's IP address doesn't match the details on your Windows account. So first, if you have a VPN turned on, turn it off. Proxy connections, on the other hand, are pretty stealthy and you may not even know they're on.

To check the status and disable your proxy connection, click the Start button , then click the settings icon. In the settings window, click Network & Internet Proxy in the left pane, then turn off the Use a proxy server option.

How to fix Microsoft Store not working error

7. Reset Microsoft Store

Starting with the Windows 11 version 22H2 update, you have the option to reset Windows apps, which will clear their cache and data, essentially making them like new. This is a bit more drastic than “WS Reset,” as it will wipe all your preferences, login details, settings, and more. (Don’t worry, apps you’ve installed from the Microsoft Store will still be there.)

1. To do this, right-click the Start button > Apps & Features , then scroll down to Microsoft Store in the Apps & Features list .

How to fix Microsoft Store not working error
List of Microsoft Store programs

2. Click on it, then select Advanced options and in the new window click on Reset. You will get a warning that you will lose data on this app. Click on Reset again and you are done.

How to fix Microsoft Store not working error
Reset Microsoft Store

8. Re-register Windows Store apps

Another way to reset a Windows Store app is to re-register it on your PC.

1. Click Start, type PowerShell  , and click Run as administrator .

2. In the PowerShell window, type the following command to re-register the Windows Store on your PC:

Get-AppXPackage *Microsoft.WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
How to fix Microsoft Store not working error
Re-register Windows Store apps

3. Windows Store is re-registered and hopefully working fine again.

9. Use the Windows Store Apps Troubleshooter

Microsoft recommends using the troubleshooter for any untraceable issues in the operating system. You can use a specific troubleshooter in Windows 11 called “Windows Store Apps”.

1. Click Settings > System > Troubleshoot.

How to fix Microsoft Store not working error
Click Settings > System > Troubleshoot

2. Select the Other troubleshooters menu item and scroll down to see the troubleshooter named “Windows Store Apps” .

3. Click the Run option for Windows Store Apps .

How to fix Microsoft Store not working error
Click the Run option for Windows Store Apps

4. Windows Store Apps will take a few seconds to detect Store-related issues. If it finds any issues, they will be fixed automatically.

How to fix Microsoft Store not working error
Detect Windows Store apps

5. If the problem cannot be resolved, Microsoft will suggest further actions that may help.

How to fix Microsoft Store not working error
Solutions for Windows Store apps

10. Troubleshoot Internet Access

Is your WiFi connection having issues? Sometimes when your network is down or slow, it can affect your experience with the Microsoft Store (although you can still access its apps in your browser). Fixing your internet issues will get you back on track with your apps inside the Store.

1. Go to Settings > System > Troubleshoot > Other troubleshooters .

2. Select the Run option for the Internet Connection menu.

How to fix Microsoft Store not working error
Internet Connection Troubleshooter

3. Test a sample website with the troubleshooter. If there are no problems, your Internet connection is working fine.

4. Restart your device and check if the Store is working properly.

How to fix Microsoft Store not working error
Check Internet connection website

11. Update Windows 11/10 to the latest version

If you haven't updated your Windows 11/10 operating system in a while, there may be some Microsoft Store updates waiting for you to process. Complete them to enjoy smooth operation with installed applications.

These fixes are quite useful, not only for Microsoft Store, but also can be applied to most UWP/Windows apps on your system. Note that when performing these measures, you should not use proxy servers for certain apps that depend on the Internet, while the Reset function can be applied to any UWP app . Good luck!

Good luck!

See more articles below:

Sign up and earn $1000 a day ⋙

Leave a Comment

Instructions to fix the error “not recognized as an internal or external command” when using CMD in Windows

Instructions to fix the error “not recognized as an internal or external command” when using CMD in Windows

One day, you turn on your computer, go to CMD and get the error is not recognized as an internal or external command, operable program or batch file. What should you do?

Fix Copy Paste command not working on Word, Excel (2007, 2010)

Fix Copy Paste command not working on Word, Excel (2007, 2010)

There are many reasons why the Copy Paste command does not work on a Windows computer, such as your computer is attacked by a virus, the clipboard does not work, and therefore the copy command (Ctrl + C) and the paste command (Ctrl + V) do not work. So how to fix this error, please refer to the article below of WebTech360.

Fix function keys not working in Windows 10

Fix function keys not working in Windows 10

The Fn function keys give you a quicker and easier way to control some hardware features.

How to remove yellow triangle warning on Windows C drive

How to remove yellow triangle warning on Windows C drive

This out-of-place indicator usually means that BitLocker encryption has been disabled, an update requires a reboot, or a firmware upgrade is pending.

Instructions to change Google DNS 8.8.8.8 and 8.8.4.4

Instructions to change Google DNS 8.8.8.8 and 8.8.4.4

Google DNS 8.8.8.8 8.8.4.4 is one of the DNS chosen by many users, especially to increase network access speed or access blocked Facebook.

How to use TickTick desktop widget instead of to-do apps

How to use TickTick desktop widget instead of to-do apps

Once you put your to-do lists on Windows 11's widget panel, they start appearing in front of you every morning—and suddenly, it's not so easy to ignore them anymore.

How to Open Windows Security in Windows 10

How to Open Windows Security in Windows 10

Windows Security is turned on and proactively protects your device by scanning for malware, viruses, and other security threats.

How to Free Up 48GB on Windows 11 PC Without Losing Any Important Data

How to Free Up 48GB on Windows 11 PC Without Losing Any Important Data

Between temporary files, outdated backups, duplicate data, and unused apps, there are plenty of ways to reclaim space without touching your personal files.

How to view computer configuration easily and quickly

How to view computer configuration easily and quickly

There are many ways for you to view your computer configuration, view your laptop configuration.

Check MD5 and SHA1 to check file integrity

Check MD5 and SHA1 to check file integrity

We will use a specialized program to check the MD5 and SHA1 codes of the file to see if there are any errors in the file. And the MD5 check software HashCalc is one of the quite useful tools to check MD5 and SHA1 codes.

What is the AppData folder in Windows? When should I use it?

What is the AppData folder in Windows? When should I use it?

Have you ever stumbled upon the mysterious AppData folder while rummaging through files on your computer or trying to get a Minecraft mod to work?

How to show hidden files and folders on Windows 10/8/7

How to show hidden files and folders on Windows 10/8/7

To view hidden files, hidden folders, hidden system files on Windows is quite simple. Readers can see detailed instructions on showing hidden files and viewing file extensions in this article.

Fix Windows + Shift + S shortcut not working on Windows 10

Fix Windows + Shift + S shortcut not working on Windows 10

The Win + Shift + S shortcut in Windows 10 allows users to capture a portion or the entire screen and copy it to the clipboard. In most cases, this feature works as expected, but sometimes it can become unresponsive.

12 ways to quickly access Settings on Windows 10

12 ways to quickly access Settings on Windows 10

On Windows 10, Microsoft integrated a new application called Settings. This Settings application is a Metro application created by Microsoft to replace the classic Control Panel application.

List of useful Alt shortcuts to insert special characters in Windows

List of useful Alt shortcuts to insert special characters in Windows

Simply hold down the Alt key and type the corresponding number to insert a special character. If you have memorized the code of your favorite special character, you can insert it in less than a second.