How to Reset the Microsoft Store on Windows 11

The Microsoft Store is your go-to place for downloading apps, games, themes, and system extensions on Windows 11. But sometimes it stops working as expected — maybe it won’t open, apps get stuck on “pending,” downloads freeze, or the Store randomly crashes. When this happens, resetting the Microsoft Store is one of the most effective fixes.

Windows 11 gives you multiple ways to reset or repair the Store — from built-in reset tools to advanced PowerShell commands. In this guide, we’ll walk you through every working method to reset the Microsoft Store and get it running smoothly again.

Why Resetting the Microsoft Store Helps

Resetting the Microsoft Store clears:

  • Corrupted cache files
  • Broken configurations
  • Stuck downloads
  • Login and authentication glitches
  • Missing Store components

A reset restores the Store to factory settings without affecting your installed apps.

1. Reset the Microsoft Store Using Windows Settings (Fastest Method)

This is the easiest and most reliable method.

  1. Press Windows + I to open Settings.
  2. Go to Apps → Installed apps.
  3. Scroll down and find Microsoft Store.
  4. Click the three dots on the right.
  5. Select Advanced options.
  6. Scroll and click Reset.
  7. Confirm by clicking Reset again.

This clears cache and restores the Store to default settings.
Reopen the Store and check if everything works correctly.

2. Repair the Microsoft Store (Less Aggressive Than Reset)

If you want to try a lighter fix first:

  1. Go to Settings → Apps → Installed apps.
  2. Open Microsoft Store → Advanced options.
  3. Click Repair.

This keeps your data and apps intact while fixing minor corruption.

3. Reset Microsoft Store Cache Using WSReset Command

Windows has a built-in command to clear the Store’s cache.

  1. Press Windows + R to open Run.
  2. Type: wsreset.exe
  3. Press Enter.

A blank Command Prompt window opens for a few seconds.
When it closes, the Microsoft Store will launch automatically with a fresh cache.

4. Reinstall the Microsoft Store Using PowerShell (Advanced Fix)

If the Store is missing, broken, or fails to reset, reinstall it from scratch.

Steps:

  1. Press Windows + X
  2. Choose Windows Terminal (Admin)
  3. Enter the following command: Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}
  4. Press Enter and wait for the process to finish.
  5. Restart your PC.

This reinstalls all core Microsoft Store components.

5. Reset Windows Update Components (Fix Store Download Issues)

The Store relies on Windows Update to download apps.
If downloads freeze, reset update components.

  1. Open Command Prompt (Admin).
  2. Run these commands one by one: net stop wuauserv net stop bits net stop cryptsvc ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 catroot2.old net start wuauserv net start bits net start cryptsvc

Restart your PC when finished.

6. Sign Out and Sign Back Into the Store

Sometimes the issue is tied to your account session.

  1. Open the Microsoft Store.
  2. Click your Profile icon.
  3. Choose Sign out.
  4. Close the Store and reopen it.
  5. Sign back in with your Microsoft account.

This fixes authentication and purchase-related issues.

7. Check Date and Time Settings (Fix Sync Errors)

Incorrect time settings often break the Store.

  1. Open Settings → Time & language → Date & time.
  2. Enable:
    • Set time automatically
    • Set time zone automatically
  3. Click Sync now.

Try opening the Store again.

8. Run the Windows Store Apps Troubleshooter

Windows includes a built-in troubleshooter specifically for Store problems.

  1. Open Settings → System → Troubleshoot → Other troubleshooters.
  2. Scroll down and find Windows Store Apps.
  3. Click Run.
  4. Follow the instructions.

This tool detects and repairs Store-related issues automatically.

9. Check for Windows Updates

The Store may break after incomplete or outdated system updates.

  1. Go to Settings → Windows Update.
  2. Click Check for updates.
  3. Install everything available.

Restart your PC and try the Store again.

10. Reset Network Settings (Fix Download/Connection Issues)

If your Store apps aren’t downloading, the issue might be network-related.

  1. Press Windows + INetwork & internet.
  2. Scroll to Advanced network settings.
  3. Select Network reset.
  4. Click Reset now.

Reconnect to Wi-Fi afterward and retry the Store.

Wrapping Up

Resetting the Microsoft Store on Windows 11 is one of the easiest ways to fix issues like crashes, frozen downloads, blank screens, and missing apps. Whether you use the built-in reset option, the WSReset tool, or advanced PowerShell commands, you should now have the Store working smoothly again.

Posted by Arpita

With a background in Computer Science, she is passionate about sharing practical programming tips and tech know-how. From writing clean code to solving everyday tech problems, she breaks down complex topics into approachable guides that help others learn and grow.

X