A Guide to Reinstalling the Microsoft Store Apps that Come with Windows 11

|

|

The article provides detailed instructions on how to reinstall built-in Microsoft Store apps in Windows 11 using specific commands. These built-in apps, pre-installed with the operating system, can be reinstalled either by opening the Microsoft Store app page and clicking ‘Install’ or through specific commands entered into Windows PowerShell.

This article explains how to reinstall the built-in Microsoft Store apps in Windows 11.

Most of the built-in Microsoft Store apps in Windows 11 come pre-installed with the operating system, so you don’t need to install them separately. They are already installed and ready to use.

However, if you’ve uninstalled a built-in app and want to reinstall it, or if you’re going to install a new app from the Microsoft Store, the steps below will list all the Microsoft Store apps and commands to reinstall.

Install Microsoft Store apps in Windows 11

As mentioned above, most built-in Microsoft Store apps are installed and ready to use—no need to install them. Howerver, if for some reason an app isn’t installed or got removed, the steps below show you how to reinstall it.

First, you must launch or open the Windows Terminal app as administrator. Or press the Windows key + X to open the Power User Menu.

Then, click on “Windows PowerShell (Admin)” or “Command Prompt (Admin).”

In the command prompt, type the command for each app you want to reinstall.

The links above will open the Microsoft Store app page. Click the “Install” or “Get” button to install the app.

Once fully reinstalled, you will see a notification asking to Launch or Pin the app to the Start menu.

Alternatively, type the following command:

Get-AppxPackage *name-of-the-app* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Replace “name-of-the-app” with the name of the app you want to reinstall.

For example, to reinstall the Photos app, the command would be:

Get-AppxPackage *Microsoft.Windows.Photos* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

That should do it!

Conclusion:

This post showed you how to reinstall the built-in Microsoft Store apps in Windows 11. If you find any errors above or have something to add, please use the comments form below.


Discover more from Geek Rewind

Subscribe to get the latest posts to your email.

Like this:



One response to “A Guide to Reinstalling the Microsoft Store Apps that Come with Windows 11”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Blog at WordPress.com.