How to restore functionality to the Windows Store: we use universal methods. How to return the Windows Store to working order: using universal methods The microsoft store does not work on windows 10

For some users, the Microsoft Store does not launch in Windows 10 or an error occurs when installing the application. The solution to this problem can be quite simple.

Problems with the Microsoft Store may be due to an antivirus update. Turn it off and check the program's functionality. Restarting your computer may help.

If you encounter a problem that requires you to check your connection with error code 0x80072EFD and Edge and Xbox not working at the same time, proceed directly to Method 8.

Method 1: Using Software Repair Tool

This utility was created by Microsoft to find and fix problems in Windows 10. Software Repair Tool can reset network settings, check the integrity of important files using DISM, and much more.


Method 2: Using Troubleshooter

This utility is designed to find problems with the “App Store”.


Or this program may already be on your computer. In this case, follow these steps:

Method 3: Recover important system files

Some system files may have been damaged that affect the operation of the Windows Store.

This way you will check the integrity of important files and restore damaged ones. This process may take quite a long time, so you will have to wait.

Method 4: Reset Windows Store Cache


Method 5: Reset Update


Method 6: Reinstall Windows Store


Can also be done in PowerShell.


Method 7: Re-register Windows Store


Method 8: Enable Network Protocol

After receiving the unresolved Windows 10 October 2018 Update, many users encountered an error in which Windows system applications do not work: Microsoft Store reports no connection with an error code 0x80072EFD and offers to check the connection, Microsoft Edge reports that it "This page cannot be opened", Xbox app users are having similar access issues.

At the same time, if the Internet is working and other browsers can easily open any Internet pages, most likely, the current problem can be resolved by enabling the IPv6 protocol in the settings. This has no impact on your current internet connection, as essentially all data will continue to be transferred over IPv4, but Microsoft appears to require 6G IP support to be enabled.


You can open Microsoft Store, Edge, Xbox and check their operation.

Multi-network adapter users will need to open PowerShell with administrator rights and run the following command:

Enable-NetAdapterBinding -Name "*" -ComponentID ms_tcpip6

Sign * wildcard and is responsible for enabling all network adapters without the need to enter the name of each of them individually in quotes.

If you changed the registry, disabling IPv6 there, return the previous value to its place.


For more information about key values, see the Microsoft manual.

If the problem was IPv6 being disabled, all UWP apps will be restored to functionality.

Method 9: Create a new Windows 10 account

Perhaps a new account will solve your problem.

Method 10: System Restore

If you have a restore point, you can use it.


Here are the main ways to fix the problem with the Microsoft Store.

This short instruction will show you how to install the Windows 10 App Store after uninstallation, if, after experimenting with guides like this, you also deleted the application store itself, and now it turns out that you still need it for certain purposes.

If the first method somehow “swears” at the absence of the necessary files, you can try to take them from another computer with Windows 10 or, having installed the OS in a virtual machine, copy them from there. If this option seems difficult for you, I recommend moving on to the next one.

So, first, take ownership and give yourself write permissions to the WindowsApps folder on the computer where the Windows Store is having problems.

From another computer or virtual machine, copy the following set of folders from a similar folder into your WindowsApps folder (the names may be slightly different, especially if there are any major Windows 10 updates released after this writing):

  • Microsoft.WindowsStore29.13.0_x64_8wekyb3d8bbwe
  • WindowsStore_2016.29.13.0_neutral_8wekyb3d8bbwe
  • NET.Native.Runtime.1.1_1.1.23406.0_x64_8wekyb3d8bbwe
  • NET.Native.Runtime.1.1_11.23406.0_x86_8wekyb3d8bbwe
  • VCLibs.140.00_14.0.23816.0_x64_8wekyb3d8bbwe
  • VCLibs.140.00_14.0.23816.0_x86_8wekyb3d8bbwe

The last step is to launch PowerShell as administrator and use the command:

ForEach ($folder in get-childitem) (Add-AppxPackage -DisableDevelopmentMode -Register "C:\Program Files\WindowsApps\$folder\AppxManifest.xml")

Use a search to check if the Windows 10 Store appears on your computer. If not, then after this command you can also try using the second option from the first method for installation.

What to do if the Windows 10 Store closes immediately on startup

First of all, for the following steps you must be the owner of the WindowsApps folder, if so, then next, in order to fix the launch of Windows 10 applications, including the store, do the following:

The Windows 10 Store and other apps should now open without closing automatically.

Another way to install the Windows 10 Store if you have problems with it

There is another simple way (not to mention a clean installation of the OS) to reinstall all the standard Windows 10 store applications, including the store itself: just mount it on the system and run the Setup.exe file from it.

After that, in the installation window, select “Update”, and in the next steps, select “Keep programs and data”. Essentially, this is a reinstallation of the current Windows 10 while preserving your data, which allows you to fix problems with system files and applications.

As it became clear from reviews on various forums, there is not much love for the Windows Store and this is justified - it is bugs, an unfriendly interface. The whole UWP scheme that the store is based on seems like a harsh way to force people to use it. Whatever the Windows store is, there is some good in it - good free applications, mini games for children, and most importantly, the absence of viruses in applications. These fixes are not only useful for the windows store, but most of them can be applied to any UWP app. Let's look at solutions to why the store doesn't work in Windows 10, how to reinstall and restore the windows store.

Before you get started with the correct fixes, there is a small list of things you should check before proceeding:

  • Windows updated
  • UAC (User Account Control) is enabled
  • Your video cards/graphics drivers are up to date

Clearing windows store cache cache

The simplest solution is to reset the Windows 10 Store cache, which over time can become cluttered with all sorts of files.

  • Press a combination of buttons Win+R and enter wsreset.
  • The command prompt will open, wait until it closes itself and automatically launches the windows 10 store. (I waited about 2 minutes)
  • Open your store to check its functionality, if the windows store does not work, then move on.

Reinstall Windows Store

A radical method of reinstalling the Windows Store application itself can help fix various errors with the store. You will need to uninstall Windows Store via Powershell.

  • Run PowerShell on behalf of the administrator.

  • Next, enter the following command into the window get-appxpackage -allusers.
  • Now find the entry in the large list Name: Microsoft.WindowStore and copy the information in the line " PackageFullName" to the clipboard, or better yet, to a text document.


  • On a new PowerShell line, type remove-appxpackage then a space and the code you copied to the clipboard. I got something like this, but yours may vary depending on the version of the application itself. Press Enter and the microsoft store app will disappear, after which restart your computer.

remove-appxpackage Microsoft.WindowsStore_11801.101.4.0_x64__8wekyb3d8bbwe


  • After restarting your PC, you need to reinstall the Windows Store. You need to go back to Powershell as an administrator and enter the following:

Add-AppxPackage -register "C:\Program Files\WindowsApps\Microsoft.WindowsStore_11801.101.4.0_x64__8wekyb3d8bbwe\AppxManifest.xml" -DisableDevelopmentMode

Disable Proxy Server

If you have a proxy or VPN, then it may be the culprit behind the windows 10 store not working because your PC's IP address does not match your Windows account details.

  • Disable or remove the VPN and proxy server if there is an installation program.
  • Check the standard built-in proxy. Click " Start" > "Options" (gear icon) > " Network and Internet" > "Proxy" and turn it off.


Reset windows store

Starting with the Anniversary Update, you have the option to reset a Windows Store app, which will clear your cache and data, essentially making it new. This is more drastic than the "WS Reset" option above, as this will clear all your preferences, login details, settings, etc. (Don't worry, you'll still keep the app you installed from the store).

  • Open Options > Applications > Applications and features.
  • Find on the right in applications " Shop" and press Extra options.
  • In the new window that opens, click Reset.


Re-register Windows Store apps

Another way to reset a store app is to force it to re-register on your computer, laptop.

  • Run Command Prompt as Administrator. Enter in " search", near launch cmd and right click in the matches and run from administrator name.
  • At the command prompt, type the following command to re-register the store app and press enter:

PowerShell -ExecutionPolicy Unrestricted -Command "& ($manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + "\AppxManifest.xml" ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest)"


Many users have become accustomed to using the Application Store in Windows 10 since the days of Windows 8. Since you can easily install high-quality software there, without having to surf the Internet in search of a miracle. But it can be very sad when this application store simply stops working, for reasons that are unclear to the user. Perhaps this is the user's fault. In this article, we will figure out why the Store does not work in Windows 10. In principle, this article will be relevant for users and the Windows 8.1 operating system. I will show you all the methods known to me today on how to restore the Store in Windows 10.

Often the Store in Windows 10 may stop working due to cache overflow. It can be removed manually, but since there is a way to do everything quickly and automatically, I will show you it.

After this, the Store should start on its own.

Method 2. Re-registering the Store in Windows 10

This can be done using the command line or using Windows PowerShell.

  1. Open Windows PowerShell as administrator.
  2. Insert and execute the command: Get-AppXPackage -AllUsers | Foreach (Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”)
  3. Wait for the process to complete, the process is not fast and restart your computer.

Now you can check the App Store for functionality.

Method 3: Windows Apps Troubleshooter

Especially for this occasion, Microsoft has released a tool for troubleshooting problems with the Store in Windows 10 in automatic mode.


Method 4. Check if automatic updates are enabled

Also, the Store in Windows 10 may not work due to the fact that the automatic update service is turned off or not installed. Therefore you should enable them.


Restart the computer and check the functionality of the Application Store.

Method 5: Create a new user account

It happens that the Application Store in Windows 10 does not work on one account, but after creating a new one it works on it without problems. So in this method we will try to create a new account.

Let's go to Settings => Accounts => Family and other people and here we already create a new user.

After that, go to it and try to see if the Store works in Windows 10.

In this article, I have selected several methods of what to do if the Store does not work for you in Windows 10. I hope they will help you at the right time. And also write in the comments if you still know ways to restore the Store in Windows 10. Because the Store is really useful for many. Since you can now download many useful applications there. Don't forget to subscribe for updates.

It is difficult to find a person who would not be waiting for the new Windows 10. Not only visual, but also functional changes aroused interest. According to the developers, built-in applications make life easier for users and make it more comfortable. Problems with the store are possible in different cases, but mostly they are associated with updating to version 10. In some cases, not only the store is missing, but also the Edge browser.

You can perform the reinstallation in different ways. But they are all related to the utility PowerShell, since the Windows 10 Store uninstall button in the application settings section is usually not active. For this reason, this article also contains detailed information about getting up and running in Windows 10 PowerShell.

Running the PowerShell utility

Finding Store Information

  • When the shell window is displayed, enter the command Get-Appxpackage -Allusers
  • A list of applications will appear on the screen. Next, you need to find the Microsoft.WindowsStore application. To simplify your search, right-click on the top of the window and then click “ Change" And " Find…»:
  • In the search string input field, write windowsstore and click Find next. The found line will be highlighted:
  • Next, you will need the value of the PackageFullName parameter. To avoid rewriting this line, select it with the mouse and press Ctrl + C on the keyboard. The line will be saved to the clipboard.

Store setup


Removing the Windows 10 Store


Quick store installation method

Also, to easily install the Windows 10 Store, you can enter and execute the following code in PowerShell:
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + "\AppxManifest.xml" ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest

By mistake, you may be running code from the command line or application " Execute" Don't forget that the code must be run from PowerShell, as described in detail earlier.

Easy installation of all removed packages

If you are only deleting the store, you can simplify the installation process by running the command to install all removed Windows 10 packages. Using the same code, you can easily perform a mass installation of all previously removed applications, thereby reinstalling all the necessary ones at once.

Enter a code:
Get-AppxPackage -AllUsers| Foreach (Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”)
After this, all that remains is to press Enter. Windows 10 will take some time to restore everything.

  • Sometimes the cause of Windows 10 application failures can be different installed antiviruses. Pay attention to them if the reinstallation does not go as described earlier.
  • It is better not to get carried away with installing or removing built-in programs, as this may cause stability problems.
  • Also, if the information on your PC is important to you, it is recommended to create backup copies before performing any action.
  • The correct action is also to create a checkpoint for recovery in case of unacceptable errors or problems that cannot be eliminated by simpler methods.

Video on the topic