Author Topic: Fix: Microsoft Store missing in Windows 10  (Read 214 times)

Offline javajolt

  • Administrator
  • Hero Member
  • *****
  • Posts: 35126
  • Gender: Male
  • I Do Windows
    • windows10newsinfo.com
Fix: Microsoft Store missing in Windows 10
« on: March 11, 2018, 04:09:26 PM »
One of the best things about Windows 10 is the Microsoft Store which can be used to download apps, games, music, movies, TV shows and books. Users can download apps and games without the fear of any malware. But what if the Microsoft Store stops working or goes missing from Windows 10. The users are left with no option but to download from 3rd party websites. But this would make the PC  susceptible to virus and malware attacks.

Microsoft Store app missing in Windows 10

This is exactly what happened to several users after updating Windows. This happens because after updating Windows, some files regarding the Store gets corrupted. So without further ado, let’s get to the various steps to bring back the Microsoft Store.

Use Windows Store Troubleshooter

• If you don’t have the Windows Store App Troubleshooter then click here to download it.

• Install and Run the Troubleshooter by double-clicking the downloaded file.



• Click on the Advanced option and make sure the Checkmark is present on the “Apply Repair Automatically” option.

• Now, Run the Troubleshooter and let it fix.

• Then you should go to the Windows Search bar and type in “Troubleshooting”. Then click on the Troubleshooting option.

• Select View all from the left window.

• Then a list of all the programs will show up. From there select Windows Store Apps.

• Now, just follow the instructions and let the Troubleshooter do its job;

Restart the PC and then try to install the apps from the Windows Store.

Solution 2

Create a New User Account in Windows

♦ Open Settings from the app list or by pressing the Windows Key + I together. From the Settings open Accounts.



♦ From Accounts, you can find an option called Family and Other People from the left side. At the bottom, there is an option to Add someone else to this PC. Click it.



♦ At the bottom of this window, there is an option called I don’t have this person’s sign-in information. Click it.



♦ From the new window that opens, there is an option to Add a user without a Microsoft account at the bottom. Click it



♦ The next thing to do is to type in a new username and password of your choice and then click Next. 



Sign in using this account and then check whether your Microsoft Store is working or not. [f it works then there was some problem with your old account. Transfer your files from the old account to the new account and delete the old account.

Solution 3

Reset the Windows Store Cache

♥ Open the Run option by Windows by pressing the Windows key + R and type “wsreset.exe”. Now press Enter.



Solution 4

Run DISM command

♣ Open the Command Prompt by pressing Windows K + X. Click Command Prompt (Admin)

♣ Type in the following commands in the Command Prompt and press enter after each command.

   ■ Dism /Online /Cleanup-Image /CheckHealth

   ■ Dism /Online /Cleanup-Image /ScanHealth

   ■ Dism /Online /Cleanup-Image /RestoreHealth

♣ Run the DISM command. If the above command doesn’t work on your device, use these alternative commands.

   ■ Dism /Image:C:\offline /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows

   ■ Dism /Online /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows /LimitAccess

Restart your PC to save the changes and check if the Microsoft Store issue is fixed or not.

Solution 5

Register once again on the Windows Store

♠ Type Powershell on the Windows Search. Right-click and select Run as administrator.



♠ Type in the following command ▼ in the Powershell

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

Restart your PC after this process ends.

Solution 6

Run System Restore command

◘ Open Run option by pressing Windows Key + R and type in ”sysdm.cpl”. Press Enter.

◘ From the window, select System Protection and click System Restore.

◘ Click Next and choose your desired System Restore Point.

◘ Follow the instructions shown and this will complete the process

◘ Finally, the system restarts and the Microsoft Store will be fixed.

Solution 7

Manually Repair Windows Store

◙ First, download this ZIP file by clicking here.

◙ Paste this zip file in C:\Users\Your_Username\Desktop and replace Your_Username with your actual account username.

◙ From the Windows search type Powershell. Right-click and select Run as administrator

◙ Now, type the following commands and hit Enter after each command.

Set-ExecutionPolicy Unrestricted (press Y and Enter if the program asks you to change the execution policy)cd C:\Users\Your_Username\Desktop (change Your_Username to your actual username).\reinstall-preinstalledApps.ps1 *Microsoft.WindowsStore*

◙ Now reset the Windows Store Cache.

◙ Now type this command into PowerShell and press Enter: Set-ExecutionPolicy AllSigned

◙ Restart your PC.

source