How To Reinstall Windows Store [Get It Back Easily]

How To Reinstall Windows Store

If you want reinstall windows store to fix performance issues or other issues, but you don't know how to do it, this article may be the one you are looking for. In this article, I will show you how to reinstall the Windows Store by as simple as via settings (or) via PowerShell using certain codes. But we all know that the preinstalled apps cannot be uninstalled via the settings, so we have to use PowerShell or other third party apps.

About the Windows Store

Windows Store is a digital distribution platform owned by Microsoft. It is essentially a way to distribute different store apps to users. This includes social media apps, console games, e-books and many more. It has merged with many distribution platforms such as Windows Marketplace, Xbox music, Xbox videos, etc. In addition to the Microsoft Store client accessible to users, the store has a developer portal with which developers can interact.

But the Windows Store may stop working in certain situations. Either it freezes completely, or it doesn't allow the user to install new apps.

What causes errors in the operation of the Windows Store?

There can be many reasons for it to cause an error. These are

  • Wrong configuration – Improperly configured system files can cause Windows Store to stop working
  • The system crashes– Due to frequent system crashes, this problem may occur
  • File corruption– If some system files are corrupted, the operation of the Windows Store is compromised

If you want to uninstall Windows Store or any other pre-installed application from your operating system, follow the methods

How do I reinstall the Windows Store?

Here I will show some methods by which you can reinstall the store.

1. Via the parameters

This method is a basic demonstration of uninstalling the preinstalled apps from your Windows operating system. The best thing about this method is that you don't have to mess around with the Command Prompt or PowerShell. A few clicks and your application is reinstalled.

  • Tap Win + I to open the Settings app
  • Then go to applications then Applications and features.
  • Now find Microsoft Store in the list of applications.
  • Click on it then click on Advanced options.

Find Windows Store

Windows store

  • Confirm the reset
  • After that, Windows will try to reinstall the application. This may take some time.
  • When the reinstall is complete, you will see a check mark next to the reset button.

This should reinstall the Store app and it should work fine now.

2. Using PowerShell

If the method mentioned above has not made your shop work as before, then this method should do the trick.

Using administrative privilege PowerShell with a single line of code will uninstall the Windows Store for you.

  • Go to the Start menu and type PowerShell.

Windows PowerShell

  • Then right click on the app and click Run as administrator.
  • This will open Windows PowerShell with administrative privileges.
  • Now in the PowerShell window, copy the following codeGet-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. InstallLocation) AppXManifest.xml"}
  • To paste, right click on Powershell and press Enter.
  • As soon as you run the PowerShell command will start the process and it reinstall windows store app. This could take a while

Order Information – The order gets the Microsoft Store package using the Get-AppxPackage applet. Then it redirects it to Add-AppxPackage which, in turn, reinstalls the Windows Store app in Windows 10 for all users.

Conclusion

These are the best possible ways to Reinstall your Windows Store. I hope you were able to clearly understand and complete the steps to fix the bug. If the problem is not resolved or you are having difficulty understanding or performing any of the steps, please feel free to comment below.

You Might Also Like This Guide: Fix Internet Explorer Stopped Working

<! – ->

Leave a Reply