Windows

How to Reinstall Microsoft Store Apps in Windows 11

Richard
Written by
Richard
May 4, 2023 Updated May 1, 2026 2 min read

Windows 11 apps sometimes stop working or disappear. This guide helps you fix app corruption and reinstall Microsoft Store apps easily.

Quick Fix Table

IssueRecommended Action
App won’t openReset app via Settings
Store won’t loadRun WSReset.exe
App missingUse Winget command

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

Before fixing apps, ensure your system is current. Go to Settings > Windows Update > Check for updates. Updates often fix underlying system issues that cause app corruption.

Fixing Microsoft Store Cache

If the store itself is broken, clear its cache. Press Win + R, type wsreset.exe, and press Enter. A blank window will open and close automatically when the cache is cleared.

How to reinstall apps using PowerShell

Note: This process requires admin privileges. 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 simple 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?

A download stuck at 0% is often caused by a corrupted Microsoft Store cache or a blocked network connection. 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 forces Windows to re-register the store package on your system.

Was this guide helpful?

Tags: #Windows 11
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 responses to “How to Reinstall Microsoft Store Apps in Windows 11”

Leave a Reply

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

Exit mobile version