How to Reinstall Windows Store (Microsoft Store) in Windows 10
Windows Store also known as Microsoft store makes it easy to install, manage, and uninstall apps with just a single click in Windows 10. Most of all, the Windows store app manages all the updates in the background so that you don’t have to manually update the applications one by one or have to deal with the update notifications as soon as you open your favorite app.
Of course, the Windows store still doesn’t have many popular apps. But that will change with the time, hopefully. That being said, there are some really good apps in the Store, both built for UWP and ported desktop apps. Here are some of the best Windows 10 store apps I found in my daily usage, give them a try.
As good as it is, Windows store can stop working under certain circumstances. Often times, the store app won’t open or respond. Even if the store opens you won’t be able to install apps from it. There may be any number of reasons like system crashes, corruption, misconfiguration, etc., for this misbehavior.
No matter what the reason is, to fix the issue, all you have to do is reinstall Windows store. This also helps when you uninstall Windows store app. Often times, reinstalling Windows 10 store reduces the troubleshooting steps and saves you a bunch of time too. Here’s how to do it.
There are two ways to reinstall Windows store, I will show both of them. The first one is to use the Settings app. The method is beginner friendly and can be done with just a few clicks. The second method requires you to execute a simple one-line PowerShell command. This method is useful if you cannot use the first method or for power users who don’t mind using PowerShell commands.
Since both methods work pretty much the same, follow the method you are comfortable with.
1. Reinstall Windows Store App from Settings App
Windows 10 provides an easy way to reset or reinstall Windows store directly from the Settings app. The best thing about this method is that you don’t have to mess with the Command Prompt or PowerShell. Moreover, you can reinstall almost any Store app using this method.
1. First, open Settings app by pressing the keyboard shortcut Win + I . Alternatively, you can also open the Settings app either by searching for it in the Start Menu or by click on the «Settings» button in the Notification area.
2. In the Settings app, go to «Apps -> Apps and Features«. On the right-hand side panel, find the Microsoft Store app and click on it. You will see additional options. Here, click on the «Advanced Options» link.
3. In the advanced options window, scroll down and click on the «Reset» button.
4. The settings page will prompt for confirmation. Click on the «Reset» button again.
5. As soon as you click on the reset button, Windows will try to reinstall the store app. It can take a couple of minutes to complete the process. Once the Windows store is successfully reinstalled, you will see a small checkmark next to the «Reset» button.
1.1 Video Tutorial on Reinstalling Windows Store from Settings App
2. Reinstall Windows 10 Store app using PowerShell
If for some reason the above method did not work for you or if you just want to mess with the command line, you can actually reinstall Windows store app using PowerShell. All you have to do is execute a single line of command.
1. To reinstall or reset the store app using PowerShell you need administrative privileges. So, search for «PowerShell» in the start menu, right-click on it and select the option «Run as Administrator«
2. In the PowerShell window, copy the below command, paste it and press Enter key to execute the command. To paste the command, right-click in the PowerShell window.
3. As soon as you execute the command PowerShell will initiate the process and reinstalls Windows store app within a couple of minutes.
That’s it. You are done reinstalling the store app on Windows 10.
In Case of Erros:
For most people the above command should work and the Microsoft store will be reinstalled. However, some might rececive error like the one shown below.
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered. error 0x80070057: While processing the request, the system failed to register the windows.applyDataExtension extension.
Package could not be registered. Merge Failure : error 0x80070003 : Cannot register the Microsoft.WindowsStore_2015.23.23.0_x64__8wekyb3d8bbwe package because there was a merge failure.
error 0x80070057: Cannot register the request because the following error was encountered during the registration of the windows.applyDataExtension extension: The parameter is incorrect.
An internal error occurred with error 0x80070002.
In those situations, all you can do is create a new user account and migrate to it. Unless you’ve installed user-spefici applications, this should be that much of a problem. When you create a new user account, Windows installs all the applications from scratch for that new user account.
Command explanation:
Now, you might be wondering what the above command actually is and what it does. It is quite simple actually. We are first getting the Microsoft Store package using the Get-AppxPackage applet. Then we are piping it to Add-AppxPackage which in turn reinstalls Windows store app in Windows 10 for all users. It is that simple.
Wrapping up – Reinstall Windows Store
Hope that helps. Comment below sharing your thoughts and experiences about using the above methods to reinstall Windows store app. Also, let me know if you face any problem with reinstalling the Microsoft Store app. I will try to help as much as possible.
Below some other helpful articles to fix different issues in Windows 10.
How To Reinstall Store And Other Preinstalled Apps In Windows 10
Last Updated on February 6, 2020 by admin 123 Comments
Perhaps you want to reinstall the Windows Store app to fix its issues, or perhaps you want to reinstall all apps that ship with Windows 10. Or maybe, you have accidentally uninstalled the Store app or any other app and now want to restore the same, but not sure how to do that.
You may have observed that unlike third-party apps, built-in apps can’t be removed via the Settings app. We need to either use the native PowerShell to remove default apps from Windows 10 or use a third-party tool to uninstall native apps.
If, for some reason, you want to reinstall Store, Mail, or any other preinstalled app, you can do so by executing a simple command in PowerShell. The command is really helpful if you have accidentally uninstalled Store or any other app and now want to restore the same.
This guide is also helpful in fixing issues associated with preinstalled apps in Windows 10.
Here is how to reinstall Store and other apps on Windows 10.
Method 1 of 4
Reinstall the Store app via Settings
This method can be performed in Windows 10 1803 and above versions only.
Step 1: Navigate to Settings app > Apps > Apps & features.
Step 2: Locate the Microsoft Store entry and click on it to reveal the Advanced options link. Click the Advanced options link.
Step 3: In the Reset section, click the Reset button. As you can see in the screenshot, the description clearly says that resetting the app will reinstall the app. Click the Reset button when you see the confirmation dialog to complete the reinstall.
Method 2 of 4
Reinstall individual apps via PowerShell
Step 1: Open PowerShell with admin rights. To do so, type Windows PowerShell in the search box to see PowerShell in results, right-click on PowerShell, and then click Run as administrator option.
Step 2: In the PowerShell prompt, type the following command and press Enter key.
Step 3: Scroll down and locate the entry of the Store app and copy the package name. If you want to reinstall any other app, find its entry and copy its PackageFullName.
Tip: After selecting the PackageFullName, use Ctrl + C to copy. You won’t be able to right-click and copy.
Step 4: Finally, execute the following command:
Add-AppxPackage -register “C:\Program Files\WindowsApps\
In the above command, replace PackageFullName with the package name of the Windows Store or any other app that you copied in Step 3 and replace “C” with the drive letter of the drive where Windows 10 is installed. Good luck!
Method 3 of 4
Reinstalling all apps at once via PowerShell
Note that the following command reinstalls not just the Store app but also all default apps that ship with Windows 10. So when you reinstall all apps, you might lose data stored in apps, and you might need to configure these apps again.
NOTE: Although the command reinstalls most of the native apps, the command might fail to reinstall some apps like Cortana and Edge.
Step 1: Open the Windows PowerShell with admin rights. The easiest way to launch PowerShell as administrator is to type PowerShell in the search box and then simultaneously press Ctrl + Shift + Enter keys.
Or, type PowerShell in the search box, right-click on the PowerShell entry in the result and then click Run as administrator.
Step 2: Close running apps, if any.
Step 3: In the PowerShell, copy and paste the following command and then press Enter to execute it.
Get-AppxPackage -AllUsers| Foreach
This may take some time, and you might see some errors. Simply ignore all errors and wait for the command to complete its job.
Step 4: Once done, open the Start menu and search for the app that you wanted to reinstall. It should be there.
And if you’re having issues with apps installed from the Store, please use the official Troubleshooter to fix Store apps issues.
Method 4 of 4
The last resort: Create a new user account
In some cases, the above methods may fail to reinstall or restore one or more preinstalled apps. If those methods fail and you can’t live without your favorite app, like Store, the definite way to get back the app in shape or restore it is to create a new user account. Yes, a new user account will have all apps, including the Store app.
To create a new user account, open the Accounts section of the Settings app, click Family and other users, click Add someone else to this PC, and then follow simple on-screen instructions to create a new user account. Once the new account is ready, you can then move existing data from your old account to the new one.
How to Reinstall Microsoft store apps in Windows 10?
Looking for solutions to fix Microsoft Store app problems? Such as Microsoft Store not opening, app crashes at startup or Unable to download and install apps from Microsoft store app etc. Store app missing After recent windows 10 upgrade and looking for reinstall windows 10 store app. Let’s discuss how to completely reinstall windows store app on windows 10.
Reinstall Microsoft store apps on windows 10
Frist sign out from the current user account, restart the PC and log in to either administrator account or the Microsoft account to check if that helps.
Install any pending updates on the PC to check, if that helps. (Settings -> update & Security -> windows update-> check for updates ) Updates are additions to software that can help prevent or fix problems, improve how your computer works, or enhance your computing experience.
Run the Windows 10 Store app troubleshooter ( settings -> update & security -> Troubleshoot -> windows store app) And let windows automatically identify and fix some problems with apps and the Store.
Clearing the cache of the Store can help resolve issues with installing or updating apps. To do this press Windows + R, type wsreset.exe and click OK. A blank Command Prompt window will open, but rest assured that it’s clearing the cache. After about ten seconds the window will close and the Store will open automatically.
Reset Windows 10 store
Before reinstalling windows 10 store we recommend to reset windows store to its default by following steps below. Which Clear their Cache Data And Essentially Making them like New And Fresh. WSReset Command Also clear and Reset the Store Cache but Reset is The Advanced options like this will clear all your preference, login details, settings so on and Set Windows Store To its Default Setup.
Open setting -> 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.
Reinstall Microsoft Store app
To restore or reinstall Windows Store in Windows 10, start PowerShell as Administrator. Click Start, type Powershell. In the search results, right-click “PowerShell” and click Run as administrator. In the PowerShell window, type the following command and press enter.
Get-Appxpackage –Allusers
Then scroll down locate the entry of the app that you want to reinstall and copy the package name. ( locate the Store, and then take note of its PackageFullName.)
get store app ID
Then perform command below to completely reinstall the windows store app.
Add-AppxPackage -register “C:\Program Files\WindowsApps\PackageFullName\appxmanifest.xml” -DisableDevelopmentMode
reinstall windows store
Note: replace the PackageFullName to the Store’s PackageFullName that you took note before.
After executing the command restart your PC and check did you find your missing windows store app, There are no more problems with windows 10 store.
Reinstall Microsoft store and other apps
If you are looking for Reinstall All apps include windows store app on windows 10. Then perform command below which completely refresh/ reinstall all windows apps. To do this again start PowerShell as Administrator. Type the following command and press.
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach
After executing the command restarts windows and check on the next login windows store working properly without any problem.
Create a new user account
If the problem still persists, then I suggest you to add another Microsoft account / Create a new user account by following the steps mentioned below and see if the problem persists:
To do this navigate to Settings/>Accounts/>Your Account/> Family & other users.
On the right pane, click Add someone else to this PC under Other users. If you have another Microsoft account try to use that or else follow the steps to sign-up for new and switch to a new Microsoft account. Sign-out from the old and log in with a new Microsoft account. Once you’re sign-in with new User Profile, then please workaround and check if it helps you.
If you don’t have Microsoft account simply open command prompt as administrator. Type net user username password /add
Note: Replace username = your username, Password = password for the user account.
Log off from the current user account and login with the newly created user account check store app working properly.
That’s all you have successfully reinstall windows 10 Store app. have any query, suggestion feel free to comment below.