Windows Store is Missing

09/01/2016 08:19

Are you signing in with Microsoft User account or local user account? 

I suggest you to follow the below given steps and check if issue is resolved. 
•Press Windows key + R key  to open Run 
•Type wsreset.exe and press Enter   
•Restart the PC and sign in with Microsoft User      account and check if you are able to find Windows Store. 
 

 

Re-install: https://go.microsoft.com/fwlink/?LinkId=619547 


2. In the PowerShell prompt that you have opened as an as administrator, enter this command and hit Enter: 
Set-ExecutionPolicy Unrestricted 

If it asks you to change the execution policy, press Y and hit Enter. 

3. Without exiting Power Shell, enter the following command now: 
cd C:\Users\YourUserName\Downloads 

This command will take you to the location where the PowerShell script is. Note that you need to replace the “YourUserName” in the command with your actual Windows account username. Now all you need to do is enter the command below and hit “Enter”: 
.\reinstall-preinstalledApps.ps1 *Microsoft.WindowsStore* 

4. If you have followed the above mentioned step without any deviations, you should be able to find the Windows Store on your Windows 10, but before doing that we would suggest you to reset your Windows Store using WSReset.exe. 

This will reset the Windows Store cache and just in case we would also advise you to pin the Windows Store to your taskbar or the start menu. 

5. Once you have done the job, re-enable enforcement for signed PowerShell scripts by typing executing the Set-ExecutionPolicy AllSigned command: 

There you go folks the Windows Store back on your Windows 10, enjoy and do let us know how well it worked for you in the comment section below. 


Please try following steps and check if it helps. 

1. Type PowerShell in search box, right click and Run as administrator.  

2. Type following command and press Enter. 

 Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}    

 
 

If issue persists try to repair your Windows 10 and check if it helps. 

1.Press the Power button at the right bottom of your screen, press and hold the Shift key on your keyboard and click  Restart. 

2.Click on Troubleshoot. 

3.Click on Advanced options. 

4.Click on Startup repair. 

5.Follow the on screen instructions.