How to Install Microsoft Store on Windows 10 and Windows 11

The Microsoft Store is a convenient hub for downloading and managing applications on Windows 10 and Windows 11. However, some users may encounter issues with the store missing from their device. This guide outlines several methods to install Microsoft Store on Windows 10 and Windows 11 to restore its functionality.

Step 1: Verify the Availability of Microsoft Store

Before proceeding with installation, make sure that Microsoft Store is indeed missing from your device. Sometimes, the issue may be related to temporary glitches or account restrictions.

  1. Open Start and type Microsoft Store in the search bar.
  2. If it appears, click on it to launch.
  3. If Microsoft Store is not found, proceed to the next step.

Step 2: Install Microsoft Store via PowerShell

PowerShell allows you to install system components and address issues related to their absence. This method works for both versions of Windows.

  1. Open PowerShell as an administrator. To do this, press Win + X and select Windows PowerShell (Admin).
  2. Paste the following command and press Enter:
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

This command will re-register the Microsoft Store and fix potential issues related to its absence.

Step 3: Install Microsoft Store from the Microsoft Website

If PowerShell does not help, you can download the Microsoft Store from the official Microsoft website.

  1. Go to the Microsoft website and sign in to your account if needed.
  2. Find Microsoft Store in the list of available apps and download it.
  3. Follow the on-screen instructions to complete the installation.

Step 4: Update Windows

Sometimes, Microsoft Store may be missing due to an outdated version of Windows. Updating to the latest version of the operating system may automatically resolve this issue.

  1. Open Settings by pressing Win + I.
  2. Go to the Update & Security section.
  3. Click on Check for updates and install any available updates.