If your ‘Microsoft Store’ suddenly stops working, disappears, or refuses to open on ‘Windows 11’, you are not alone. It is one of those core apps that quietly runs in the background until it breaks, and then everything from downloading apps to updating software becomes frustrating. The good news is that reinstalling it is completely possible, and you do not need advanced technical skills to get it done.
In this guide, I will walk you through a clear process to reinstall the ‘Microsoft Store’ using safe and effective methods.
By the end, you will have your Store app back and running smoothly.
How to Reinstall Microsoft Store on Windows 11?

To reinstall the ‘Microsoft Store’ on ‘Windows 11’, open ‘Windows PowerShell’ as administrator, run a reinstall command, and restart your PC. If that fails, reset the Store using Settings or repair system files using built-in tools like ‘SFC’ and ‘DISM’.
Reinstalling the ‘Microsoft Store’ is not as straightforward as uninstalling and reinstalling a normal app because it is a system app deeply integrated into ‘Windows 11’. That means you cannot simply remove it from Settings and download it again like you would with a third-party app.
Instead, you need to use built-in tools like ‘Windows PowerShell’, system repair utilities, and reset options. These methods help you restore the Store without damaging your operating system.
Let’s walk through each step carefully.
Step 1: Check if Microsoft Store Is Actually Missing or Just Glitching
Before jumping into reinstalling anything, it is worth checking if the problem is just a temporary glitch.
Press the Start button and search for ‘Microsoft Store’. Sometimes the app is still installed but not opening correctly. If it appears in search results but does not launch, the issue is likely related to cache or corrupted data rather than a missing app.
You can also try opening it through the Run dialog. Press Windows + R, type “ms-windows-store:” and hit Enter. If it opens, the Store is still installed and just needs fixing rather than reinstalling.
If nothing works and the app is completely missing, move on to the next step.
Step 2: Reset Microsoft Store Using Settings
This is the simplest fix and often works surprisingly well.
Open Settings on ‘Windows 11’ and go to Apps, then Installed Apps. Scroll down until you find ‘Microsoft Store’. Click on it, then select Advanced Options.
Inside this section, you will see options like “Terminate”, “Repair”, and “Reset”. First, try Repair. This fixes minor issues without deleting app data. If that does not work, click Reset. This will clear all data associated with the Store and restore it to default settings.
After resetting, restart your computer and try opening the Store again.
If the app is still broken or missing, continue.
Step 3: Use Windows PowerShell to Reinstall Microsoft Store
This is the most effective method to reinstall the Store completely.
Open the Start menu, search for ‘Windows PowerShell’, right-click it, and choose “Run as administrator”. This step is important because the command requires admin privileges.
Once PowerShell opens, paste the following command and press Enter:
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppxManifest.xml”}
This command scans your system for the Store package and reinstalls it using its existing files. It may take a few seconds to complete.
After the process finishes, restart your PC and check if the Store is back.
Step 4: Reinstall Microsoft Store Using App Installer Package
If the PowerShell method does not work, you can reinstall the Store using an official package.
Open a browser and download the latest ‘Microsoft Store’ package from trusted sources like the official Microsoft servers. These files usually come in formats like .appx or .msixbundle.
Once downloaded, double-click the file and follow the installation prompts. If Windows blocks the installation, you may need to enable sideloading apps in Settings under Privacy and Security.
This method is useful when the Store has been completely removed or corrupted beyond repair.
Step 5: Clear Microsoft Store Cache
Sometimes the Store fails because of a corrupted cache rather than missing files.
Press Windows + R to open the Run dialog, type “wsreset.exe”, and hit Enter. A blank Command Prompt window will appear and automatically clear the cache.
After a few moments, the ‘Microsoft Store’ should open automatically. If it does not, try launching it manually.
This is one of the quickest fixes and often resolves issues without needing a full reinstall.
Step 6: Run System File Checker to Repair Windows Files
If your system files are damaged, reinstalling the Store alone will not fix the problem.
Open ‘Windows PowerShell’ as administrator again and run this command:
sfc /scannow
This will scan your entire system for corrupted files and repair them automatically. The process may take some time, so be patient.
Once it completes, restart your computer and check if the Store is working properly.
Step 7: Use DISM to Restore System Health
If the SFC scan does not fix the issue, you can use ‘DISM’, which is a more advanced repair tool built into ‘Windows 11’.
Open ‘Windows PowerShell’ as administrator and run the following commands one by one:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
These commands check and repair deeper system issues that might be preventing the ‘Microsoft Store’ from functioning.
After completing the process, restart your PC and try opening the Store again.
Step 8: Create a New User Account
Sometimes the issue is not with the system but with your user profile.
Create a new user account in ‘Windows 11’ by going to Settings, then Accounts, and selecting Family and Other Users. Add a new local or Microsoft account and log in to it.
Once logged in, check if the ‘Microsoft Store’ works in the new account. If it does, your original profile may be corrupted, and you can consider transferring your data to the new account.
Step 9: Perform a Windows Update
Keeping your system updated is crucial because Microsoft often fixes bugs related to system apps through updates.
Go to Settings, then Windows Update, and click “Check for updates”. Install any pending updates and restart your computer.
Many store-related issues get resolved automatically after updating.
Step 10: Reset Windows as a Last Resort
If nothing else works, resetting ‘Windows 11’ is the final option.
Go to Settings, then System, then Recovery. Under Reset this PC, click “Reset PC”. You can choose to keep your files or remove everything.
This will reinstall Windows and restore all system apps, including the ‘Microsoft Store’.
Use this option only if all other methods fail, as it is more time-consuming.
Faqs
Why did my Microsoft Store disappear on Windows 11?
The ‘Microsoft Store’ can disappear due to system corruption, accidental removal, failed updates, or user profile issues.
Is it safe to reinstall the Microsoft Store using PowerShell?
Yes, using ‘Windows PowerShell’ is a safe and official method as long as you use the correct commands.
Can I download the Microsoft Store from the internet?
You can download official packages, but always use trusted sources to avoid security risks.
What if the PowerShell reinstall does not work?
You can try resetting the Store, using system repair tools like ‘SFC’ and ‘DISM’, or installing the package manually.
Will resetting Windows delete my files?
You can choose to keep your files during the reset process, but it is always wise to back up important data.