Newsletter Subscribe
Enter your email address below and subscribe to our newsletter
Windows Store is a vital component of the Windows ecosystem, providing users with access to a wide array of apps, games, and other digital content. However, at times, the Windows Store may not function as expected, causing frustration for users. One solution to these issues is resetting the Windows Store cache. In this guide, we’ll walk you through the process of clearing the cache step by step, ensuring a smooth and hassle-free experience.
Table of Contents
To start, you’ll need to access the Run dialog box. This can be done by following these simple steps:
Win
+ R
keys simultaneously to launch the Run dialog box. (if not working, just open the terminal by typing “cmd” into the search box and press enter)wsreset.exe
into the input field and click on the OK
button or press Enter
.Once you’ve launched the Run dialog box, the wsreset.exe
command will initiate the cache reset process. A command prompt window will appear momentarily and then disappear once the process is complete. You don’t need to input any additional commands or interact with the command prompt.
The cache reset process may take a few minutes to complete. It’s crucial not to interrupt the process, as doing so may cause further issues with the Windows Store. Once the cache reset is complete, the Windows Store will launch automatically.
To ensure that the cache reset was successful, try accessing the Windows Store and using its features as you normally would. The Windows Store should now load faster, and any previously encountered issues should be resolved. If you continue to experience problems, you may need to explore other troubleshooting methods, such as updating the app, checking your internet connection, or even reinstalling the Windows Store.
If all else fails, you can try reinstalling the Windows Store. This method is more advanced and should only be attempted by experienced users. To reinstall the Windows Store, follow these steps:
Win
+ X
and select “Windows PowerShell (Admin)” from thexx context menu.Enter
: Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}