How To Re-Register Microsoft Store Apps On Windows PC

If the Microsoft Store apps are not functioning, consider re-register for built-in Windows apps. In some cases, re-registering the built-in Windows apps can fix problems with other Windows components like the Taskbar. To complete this task, a PowerShell cmdlet can be used. Here, we demonstrate how to re-register Windows programs for specific or all accounts.

Also Read: How To Fix Microsoft Store not Opening After Reset

Microsoft Store

How To Re-Register Microsoft Store Apps For Current Users?

You don’t have to re-register the Microsoft Store app for every user account on your computer if the problem affects one of them. You may only re-register the app for the current user account. For the current user, re-register Microsoft Store applications:

Step 1: Type “powershell” into the search bar by pressing the Win key.

Step 2: Run as administrator can be chosen by right-clicking Windows PowerShell.

Step 3: Type the following command into the PowerShell prompt and hit Enter.

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

PowerShell prompt

Step 4: Watch for the instruction to finish and execute. A blue loading graphic can appear.

Step 5: When finished, type quit and hit Enter to shut down PowerShell.

Note: You can notice certain problems displayed in red as the procedure progresses. PowerShell’s attempt to reinstall already-installed programs is the cause. You need to wait for the process to complete and ignore any errors displayed on the screen.

Also Read: How To Fix Something Happened On Our End Error In Microsoft Store

How To Re-Register Microsoft Store Apps For All Users?

You will need to slightly modify the aforementioned PowerShell cmdlet in order to include the -AllUsers option if you need to re-register the built-in Windows programs for all users. This would enable the cmdlet to install and re-register Microsoft Store programs and search through all user accounts on the machine.

Step 1: Launch PowerShell in administrative mode.

Step 2: Type the following command into the PowerShell window.

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

Step 3: Depending on how many apps need to be re-registered and reinstalled, this procedure can take a while to finish.

PowerShell in administrative mode

Also Read: Fixed – Microsoft Store Missing In Windows 11? What Would You Do?

The Final Word On How To Re-Register Microsoft Store Apps On Windows?

When the Microsoft Store is down, it is frequently essential to re-register Windows programs. Also, it can assist with other Windows settings and applications. Use the built-in Windows Store Apps troubleshooter to find a solution if the problem still exists.

Please let us know in the comments below if you have any questions or recommendations. We would be delighted to provide you with a resolution. We frequently publish advice, tricks, and solutions to common tech-related problems. You can also find us on Facebook, Twitter, YouTube, Instagram, Flipboard, and Pinterest.

Suggested Reading:

Leave a Reply

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

Subscribe Now & Never Miss The Latest Tech Updates!

Enter your e-mail address and click the Subscribe button to receive great content and coupon codes for amazing discounts.

Don't Miss Out. Complete the subscription Now.