Skip to content

How to Reinstall Microsoft Store Apps in Windows 11

Richard
Written by
Richard
May 4, 2023 Updated May 1, 2026 2 min read
How to Control Windows Copilot Startup Settings

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.

⚡ Quick Answer

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:

⬛PowerShell
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.

windows reinstall the microsoft store app

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?

Tags: #Windows 11
Was this helpful?
Richard

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.

3 Comments

Leave a Comment

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

Exit mobile version