How to Re-register Microsoft Store in Windows 11
Re-registering the Microsoft Store in Windows 11 version 22H2 and newer builds fixes stubborn download errors, blank screens, and unresponsive apps by reinstalling the app store from scratch using Windows PowerShell (a command-line tool for system tasks). This deep repair rebuilds broken system files that stop the store from working while keeping your installed apps, games, and personal files completely safe on your PC.
Open Terminal as administrator and run the command Get-AppXPackage *Microsoft.WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}. This refreshes the store’s configuration files without deleting your apps.
Prerequisites and Safety
Before re-registering the Microsoft Store, creating a System Restore point acts as a safety net if anything goes wrong. Administrator privileges are required to make these changes.
How to Reset the Cache First
Before diving into re-registration, try running the wsreset.exe command to clear out corrupted temporary files. This built-in tool resolves problems quickly and serves as a reliable first step before moving on to complex solutions.
Re-registering for the Current User
Re-registering the Microsoft Store for your current user account fixes apps that will not open or keep crashing on your specific Windows login. This process resets only your personal profile without changing settings for other people who use the same computer, and you can finish it quickly using Windows Terminal.
- Right-click the Start button and select Terminal (Admin).
- Copy and paste this command:
Get-AppXPackage *Microsoft.WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Press Enter. Red text indicates the command might not have worked. Double-check that the PowerShell window runs with administrator privileges.
Re-registering for All Users
Re-registering the Microsoft Store for all users fixes the app across every Windows account on your computer at the same time. You need to run an administrative PowerShell command to reinstall the Store package system-wide, which repairs broken installations for all profiles in one go.
- Open Terminal (Admin).
- Run the following command:
Get-AppxPackage -AllUsers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Summary
Re-registering the Microsoft Store repairs Windows 11 app problems when the store itself stops working. Terminal commands repair the application for an individual account or all users, though resetting the cache remains the best starting point.
Will re-registering the Microsoft Store delete my installed apps?
No, re-registering the Microsoft Store will not delete installed apps or personal data. This process repairs the store application by refreshing system files and registration data. Games and software remain unaffected, and user settings stay intact.
What should I do if the PowerShell command fails?
If the PowerShell command to re-register the Microsoft Store fails, verify that the terminal runs as an administrator and that the command syntax is correct. Persistent issues call for the Windows Store Apps troubleshooter or a system file check.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
[…] The Microsoft Store app is an app that comes pre-installed on Windows computers. It is a digital distribution platform that allows users to browse, download, and install various applications and games on their Windows devices. […]
[…] The Microsoft Store app is an app that comes pre-installed on Windows computers. It is a digital distribution platform that allows users to browse, download, and install various applications and games on their Windows devices. […]
[…] The Microsoft Store app is preinstalled on Windows computers. It is a digital distribution platform that allows users to browse, download, and install various applications and games on their Windows devices. […]
[…] Microsoft Store is already on your Windows computer. It’s like an app shop where you can find and install games […]
[…] 11 comes with the Microsoft Store app already installed. This app lets you browse and download other apps and games […]
[…] health. To get these, you need to install an app called Dev Home. You can find it in the Microsoft Store, on GitHub, or by using a […]