Follow
Windows

How to Reset Microsoft Store App in Windows 11

Richard
Written by
Richard
Nov 1, 2021 Updated Apr 28, 2026 3 min read
How to Reset Microsoft Store App in Windows 11

Is your Microsoft Store acting up? Sometimes, the app won’t open, freezes, or just stops working. This guide will show you how to fix it.

Why reset the Microsoft Store?

The Microsoft Store is a special type of app designed to work across many Windows devices. Over time, its settings can get corrupted or cluttered. Resetting it clears out these bad settings and brings the app back to its original factory state, just like it was when you first bought your computer.

What happens when you are done?

Once you reset the app, it will be clean and fresh. Note that you will be signed out, and any custom preferences you saved inside the store app will be deleted. You will simply need to sign back in to start using it again.

Note: Resetting the Microsoft Store does not delete your reinstall-built-in-microsoft-store-apps-in-windows-11/" class="sal-link" rel="noopener" target="_blank" data-sal-id="31824">installed apps or games. It only clears the temporary cache and resets the app configuration to default settings.

Prerequisites

Before you begin, ensure your internet connection is stable. Check for pending updates by going to Settings > Windows Update. Keeping your system updated is the best way to prevent app errors.

Method 1: Using App Settings

This is the easiest way to fix the store.

  1. Open your Start menu.
  2. Find the Microsoft Store icon.
  3. Right-click on it and select App settings.
Microsoft Store app reset settings in Windows 11

Scroll down until you see the Reset section. You can try the Repair button first, which doesn’t delete your data. If that doesn’t work, click the Reset button.

Reset button for Microsoft Store app in Windows 11

A warning will appear telling you that this will delete the app’s data, including your sign-in details. Click Reset again to confirm.

Steps to reset Microsoft Store app in Windows 11

Method 2: Using WSReset.exe

The WSReset.exe tool is a built-in command that clears the Microsoft Store cache without changing your account settings.

  1. Press Windows Key + R on your keyboard.
  2. Type wsreset.exe and press Enter.
  3. A blank command prompt window will open. Wait for it to close automatically; the Store will then launch on its own.

Method 3: Using PowerShell (Admin Required)

If the first methods didn’t work, you can force the store to re-register itself. Requires admin privileges.

  1. Click the Start button and type PowerShell.
  2. Right-click the result and choose Run as administrator.
Windows 11 PowerShell running as administrator

To reset the store for your own user account, copy and paste this command into the window and press Enter:

PowerShell
Get-AppXPackage *Microsoft.WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

If you want to reset the store for everyone who uses this computer, use this command instead:

PowerShell
Get-AppxPackage -AllUsers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Amazon Appstore dashboard for Windows 11

Advanced Repair: SFC and DISM

If the store is still broken, your system files might be damaged. Requires admin privileges.

  1. Open PowerShell as administrator.
  2. Type sfc /scannow and press Enter.
  3. After that finishes, type DISM /Online /Cleanup-Image /RestoreHealth and press Enter.

Summary

If your Microsoft Store is crashing or failing to open, you don’t need to be an expert to fix it. You can use the built-in App settings menu to reset the app to its default state. If the problem continues, using PowerShell as an administrator to re-register the app is a powerful way to clear out deeper issues. These steps will help ensure your apps download and update without any more headaches.

What should I do if the Microsoft Store is completely missing from my PC?

If the 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 will force Windows to reinstall the store package from your system files.

Does resetting the store require a Windows restart?

No, resetting the Microsoft Store does not require a full Windows restart. Once the reset process completes, you can simply open the Microsoft Store app again. If you continue to experience issues after a reset, a restart may help clear lingering background processes that could be interfering with the app.

Was this helpful? Let us know in the comments below!

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.

2474 articles → Twitter

📚 Related Tutorials

How to Pin Microsoft Store App to Taskbar in Windows 11
Windows How to Pin Microsoft Store App to Taskbar in Windows 11
How to Reset Windows 11 Settings App
Windows How to Reset Windows 11 Settings App
How to Update Microsoft Store Apps on Windows 11
Windows How to Update Microsoft Store Apps on Windows 11
How to Change Purchase Sign-in Settings in Microsoft Store
Windows How to Change Purchase Sign-in Settings in Microsoft Store

Leave a Reply

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