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

Popular TP Link modem login addresses

Popular TP Link modem login addresses

To change the password or WiFi name for TP Link modem, users need to log in to the address for this modem line. So what is the TP Link modem login address?

Top 10 best internet security software today

Top 10 best internet security software today

These days, users can pay to protect all their devices – whether it’s a PC, Mac, or smartphone. But with so many options on the market today, it can be hard to know where to start. Here’s a list of the best internet security suites available today.

How to Change DNS Server on Windows 11

How to Change DNS Server on Windows 11

If the default DNS server provided by your ISP seems slow, insecure, or unreliable, you don't have to use it. Here's how you can change the DNS server settings on your Windows 11 computer.

Enable GodMode on Windows 10, 8 and 7

Enable GodMode on Windows 10, 8 and 7

GodeMode is called Shortcut Windows Master Control Panel. GodMode (or God Mode) is a control panel, allowing you to set up and access everything on your Windows operating system.

How to set up automatic computer cleaning

How to set up automatic computer cleaning

Computers often get overloaded with temporary files and other junk that we often don't have time to clean up. This is where automatic cleaning comes in and you should start using it right away.

Simple Sandbox Tips to Help You Stop Worrying About Malware

Simple Sandbox Tips to Help You Stop Worrying About Malware

Malware attacks have never been more intense, but we're finally finding peace of mind thanks to strategic sandboxing techniques.

How to Backup and Restore Microsoft Defender Windows 11

How to Backup and Restore Microsoft Defender Windows 11

You can back up and restore your Microsoft Defender settings on a new computer or troubleshoot any issues you may have with the application.

Clean up the WinSxS folder to free up Windows space

Clean up the WinSxS folder to free up Windows space

Windows uses a system folder called WinSxS to store Windows installation files. However, these files take up a lot of space on the system drive. Therefore, you should delete these folders and files.

The methods and customizations in this article will help speed up your Windows 10 like the wind.

The methods and customizations in this article will help speed up your Windows 10 like the wind.

Do you want to speed up Windows 10, improve Windows 10 speed or speed up Windows 10 startup? All ways to speed up Windows 10 are in this article, please read and apply to make your Windows 10 computer run faster!

What is PING? How to test PING?

What is PING? How to test PING?

In the article below, we invite you to learn some simple examples of the PING command on Windows!

How to Open and Use MSConfig on Windows 10

How to Open and Use MSConfig on Windows 10

MSConfig is a versatile tool that is great for managing the startup process on your computer. It can also be used for more than just troubleshooting performance and stability issues.

6 Ways to Run Software with Administrator Rights in Windows

6 Ways to Run Software with Administrator Rights in Windows

Running some programs with administrator rights is often necessary for full functionality, especially for system tools or file editing and settings software.

How to fix BSOD Memory Management error

How to fix BSOD Memory Management error

Have you ever encountered the Windows Memory Management blue screen of death error? This common Windows Stop Code is annoying, but there are some simple fixes for Windows Memory Management errors.

Most people dont use these hidden features in Windows Security.

Most people dont use these hidden features in Windows Security.

Windows Security does more than just protect against basic viruses. It protects against phishing, blocks ransomware, and prevents malicious apps from running. However, these features aren't easy to spot—they're hidden behind layers of menus.

Follow these 7 steps to keep Windows 11 from slowing down again!

Follow these 7 steps to keep Windows 11 from slowing down again!

From deleting temporary files to updating software, there are many simple and effective ways to keep your computer running smoothly like new.