Posts Tagged ‘windows 10 store not opening’

Fix: Windows 10 Store Not Working

June 27th, 2017 by Admin

The Store in Windows 10 won’t open? Windows Store apps not downloading or updating? So if you’ve been facing this issue, let see how you can fix it easily and get Windows 10 Store back to work.

Method 1: Clear the Windows Store Caches

  1. Press the Windows key + R to open the Run command box, or open the Command Prompt as administrator.
  2. Type wsreset and press Enter. After a few minutes, all Store cache and corrupt settings are reset, and your Windows Store shall open normally.

    wsreset

If the wsreset command doesn’t work, you can open File Explorer. Browse to the following directory and delete the local caches of Windows Store:
C:\Users\user_name\AppData\Local\Packages\Microsoft.WindowsStore_8wekyb3d8bbwe\LocalCache

Note: Replace user_name with the name of your Windows account. By default, the AppData directory is hidden and you need to set Windows to show hidden files.

Method 2: Re-register Windows Store Apps

  1. Type powershell in the Cortana search box on your taskbar. Right-click on the Powershell app from the result, and choose Run as administrator.

    run-powershell-as-administrator

  2. In the administrative PowerShell window, paste the following command and hit Enter to re-register the store apps.

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

    register-store-apps

  3. Once the command is successfully executed, you can close Windows PowerShell. After restarting the system, problems with Windows 10 Store should be fixed.

Method 3: Official Troubleshooter to Fix Issues with Windows 10 Store

Microsoft has a troubleshooter that scans your system and automatically fixes any problems that might be preventing any Windows Store apps from working correctly. Windows Store Apps Troubleshooter isn’t built-in to Windows, you can easily download it for free from this link.