Skip to content
Follow
Windows 🟡 Intermediate

How to reset Microsoft Store Cache in Windows 11

Richard
Written by
Richard
Jul 14, 2026 3 min read
How to reset Microsoft Store Cache in Windows 11
How to reset Microsoft Store Cache in Windows 11

Resetting the Microsoft Store cache in Windows 11 fixes problems with downloading or updating apps.

The Microsoft Store cache stores temporary files that help the Store load faster, similar to how your web browser saves website data.

When temporary files in the Microsoft Store become mixed up or corrupted, the Store may not work correctly, stopping you from getting new apps or updates.

Resetting the Microsoft Store cache is a common fix for Windows 11 users experiencing Store problems. This simple step will not delete any apps you have already purchased.

⚡ Quick Answer

To reset the Microsoft Store cache, close the Store, press Windows key + R, type WSReset.exe, and press OK. A command prompt will appear briefly, and the Store will then open. This common fix resolves app installation and update problems.

Resetting the Microsoft Store Cache

Method 1For Default Apps

Resetting the Microsoft Store cache on Windows 11 can fix problems with installing or updating apps. This method uses a built-in tool that’s quick and easy to use for most common issues. Just follow a few simple steps, and the tool will automatically clear the cache and reopen the Store.
  1. Close the Microsoft Store app if it’s open.
  2. Press the Windows key + R on your keyboard. This opens a small window called “Run.”
  3. In the “Open” box, type WSReset.exe and then click OK.
  4. A black Command Prompt window will appear for a few seconds, then close automatically. The Microsoft Store will then open.
Microsoft Store reset tool prompt in Windows 11
Resetting Microsoft Store cache in Windows 11 using WSReset.exe

Method 2For Third-Party Apps (Requires Admin Rights)

Clearing specific third-party app cache data in the Microsoft Store on Windows 11 offers an advanced solution when the basic cache reset fails. This method requires administrator access and uses Windows PowerShell. Performing this action helps resolve issues with individual apps by removing their stored data.

  1. Close the Microsoft Store app if it’s open.
  2. Open Windows Terminal. You can usually find this by searching for it in the Start menu. Make sure to select Windows PowerShell from the options.
  3. Copy the command below and paste it into the PowerShell window. Press Enter. This command shows you a unique ID (called a SID) for each user account on your computer.
  4. Get-WmiObject win32_useraccount | Select name,sid
  5. Look at the list and find the username of the account that is having problems. Note down its corresponding SID (it looks like a long number starting with “S-1-5-…”).
  6. Open the Registry Editor. You can do this by typing regedit.exe in the Windows search bar and pressing Enter.
  7. In the Registry Editor, go to this location in the left-hand pane:
  8. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore
  9. Now, follow these steps:
    • In the left pane, find and click on the AppxAllUserStore key to expand it.
    • Find the key that matches the SID you wrote down earlier.
    • Right-click on that SID key and select Delete.
  10. A confirmation message will appear. Click Yes to confirm you want to delete it.
  11. Finally, restart your computer for the changes to take effect.

References:

https://support.microsoft.com/en-US/accounts-billing/microsoft-store-doesnt-open

Summary

⚠️Warning
Clearing the Microsoft Store cache on Windows 11 helps fix app installation and update problems. Use the WSReset.exe tool for general issues, or for specific third-party app problems, you can manually clear their cache data through the Windows Registry. Remember to restart your PC after making registry changes.

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.

📚 Related Tutorials

How to Reset Microsoft Store App in Windows 11
Windows How to Reset Microsoft Store App in Windows 11
How to Update Microsoft Store Apps on Windows 11
Windows How to Update Microsoft Store Apps on Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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