How to Install Microsoft Store in Windows?

by | Dec 8, 2023 | Computer, Windows | 0 comments

Microsoft Store is the default app store for Windows 10 and later versions.

If you’re using a Windows PC, Microsoft Store should already be installed by default. If you cannot find it, or if it has been uninstalled or disabled, you can try the following steps:

For Windows 10 and Windows 11:

PowerShell Command

  1. Press the Windows key and type PowerShell in the search box.
  2. Right-click on Windows PowerShell and select Run as administrator.
    • Click Yes if prompted by User Account Control.
  3. In the PowerShell window run the following command:Get-AppxPackage -AllUsers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
  4. This command reinstalls the Microsoft Store.

See the fix for Cannot find path C:\AppxManifest.xml because it does not exist.

See also How to uninstall Windows Microsoft Store?.

For Older Windows Versions:

If you are using an older version of Windows that doesn’t have the Microsoft Store (e.g., Windows 7), you won’t be able to install it. Microsoft Store is integrated into Windows 10 and later versions.

Troubleshooting:

If you encounter difficulties, you might want to check your system for malware, as some malicious software can interfere with the normal operation of Microsoft Store. Additionally, consider checking the Group Policy settings or consulting with your system administrator if you’re using a managed system.

Related Articles

How to Recover Lost Data?

How to Recover Lost Data?

Losing data can feel like a punch to the gut, whether it's a report you've worked on for weeks or years of precious family photos. But before you...