How to Reinstall Microsoft Store Apps in Windows 11
You can reinstall Microsoft Store apps in Windows 11 by removing and then re-downloading them from the Store.
This process fixes issues like crashing or missing applications by ensuring you have a fresh, uncorrupted version. For example, if your Calculator app in Windows 11 suddenly stopped opening, a reinstall is often the quickest solution.
Youâll typically use Windows PowerShell to remove the app when standard uninstallation methods fail.
To reinstall Microsoft Store apps, first try resetting the store cache by running wsreset.exe. If that doesnât work, you can use PowerShell commands or the Winget utility to remove and then reinstall the app.
Why reinstall Microsoft Store apps?
Apps can break due to corrupted files or interrupted updates. Reinstalling gives the app a clean start and fixes common errors like âApp not installedâ.
What happens when done?
The app will be restored to its original state. Your settings may reset, but your game save data is usually stored in the cloud or your user folder, so it stays safe.
Check for Windows Updates First
Check for Windows Updates First
Before you try to fix apps, make sure your system is up to date. Head to Settings > Windows Update > Check for updates. Often, these updates resolve system issues that might be causing your apps to act up.
Fixing Microsoft Store Cache
If the store itself is broken, clear its cache. Press â Win+R, type wsreset.exe, and press Enter. Youâll see a blank window that closes on its own once the cache is cleared.
How to reinstall apps using PowerShell
Note: Youâll need administrator privileges for this. Right-click the Start button and select Terminal (Admin).
To remove a broken app, use: Get-AppxPackage *name* | Remove-AppxPackage. To reinstall it, use:
Get-AppxPackage *name* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}Using Winget for Reinstallation
Winget is a powerful tool to reinstall Microsoft Store apps. Use the command winget install [ID]. For example, to reinstall the Calculator, use winget install 9WZDNCRFHVN5.
Summary
Reinstalling Microsoft Store apps is a great way to fix errors. By using the WSReset.exe tool, PowerShell commands, or the Winget utility, you can resolve app corruption quickly. Always check for Windows Updates first to ensure your system is stable.
Why is my Microsoft Store app stuck at 0% download?
If your app download is stuck at 0%, itâs often because the Microsoft Store cache is corrupted or your network connection is blocked. Try running the WSReset.exe utility to clear the cache, check your internet settings, and ensure that your Microsoft Account is correctly synced in the Windows settings menu.
How do I reinstall the Microsoft Store app itself if it is missing?
If the Microsoft Store app is missing, you can reinstall it using PowerShell. Open PowerShell as an administrator and run the command: Get-AppxPackage -AllUsers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register â$($_.InstallLocation)AppXManifest.xmlâ}. This command tells Windows to re-register the store package on your system.
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.
[âŠ] menu, Widgets, Windows Search box, Microsoft Teams Chat, File Explorer, Windows Store app, and a few other appsâ icons. It is also centered in the middle of the [âŠ]
[âŠ] Windows displays the Start menu, Widgets, Windows Search box, Microsoft Teams Chat, File Explorer, Windows Store app, and a few other appsâ icons. It is also centered in the middle of the [âŠ]
[âŠ] article explains how to turn on or off automatic updates for Microsoft Store apps in Windows [âŠ]