Hi Vince,
Pls follow "Method 2" ("Download the Microsoft Store installer") in the Reinstall Microsoft Store article.
After you download the Msixbundle and Appx packages, you can double-click to install them. Install the Appx (dependency packages) first, and then run the Msixbundle file.
If you can't install the packages interactively, you can install them using the Add-AppxPackage PowerShell command.
Answer from Ramesh on learn.microsoft.comHow to install Microsoft Store on Windows 10 ?
How to reinstall Microsoft Store app in Windows 10?
how to download the Microsoft Store App on my windows 10 desktop computer
Download microsoft store
Is the new Microsoft Store supported on Windows 10?
Can I run Microsoft Store exclusive apps on Windows 10?
Will Microsoft Store receive updates on Windows 10?
Videos
If you're having issues with Microsoft Store app, we just released a new video that will walk you through some things to try including how to reinstall the Microsoft Store app.
How to troubleshoot the Microsoft Store app
Follow along with the video:
Terminate or Reset the app
- Press Windows logo key + i
- Select Apps
- Select Microsoft Store, then select Advanced options
- Select Terminate
- If that doesn't work, select
Reset Use the troubleshooter
- Search for Troubleshoot settings and select Open
- Select Windows Store apps
- Select Run the troubleshooter
Reinstall the app
- Press Windows logo key + x
- Select Windows PowerShell (Admin)
- Select Yes
- Copy and paste the command: Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "
_.InstallLocation)\AppXManifest.xml"}
- Press Enter
- Restart your computer
Here are some additional resources for you.
Fix problems with apps from Microsoft Store
Microsoft Store doesn't launch Trouble finding
Microsoft Store in Windows 10
You can not download this but you can reinstall -
Type Powershell in Windows Start Search box
Right click on Powershell > Run As Administrator
Copy the below and paste into Powershell and Enter
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "_.InstallLocation)\AppXManifest.xml"}
Once finished, reboot your computer
Look for updates in Store and update
The above methods didnt work but i found a very perfect method to fix ms store.
- First install this software
https://github.com/QuestYouCraft/Microsoft-Store-UnInstaller
Uninstall microsoft store via this software.
- Now reinstall microsoft store via this process
Press Windows key + X
Click Windows PowerShell (Admin)
At the command prompt, type the following then hit Enter:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
The website to download appx packages is not working at all
I recently installed Windows 10 version 1803, and I’m surprised at how fast it runs on my older PC. However, I ran into a problem because there’s no Microsoft Store, and I can’t use winget because it requires version 1809 or later. Is there a way I can manually install apps that are normally only available through the Microsoft Store? Any workarounds or alternative methods would be really helpful
Im getting this issue lately whenever i format a new laptop, microsoft store wont load and i get an error, cant search anything, or load the installed apps... even after full windows update still nothing...
I noticed few times when microsoft store get updated somehow, it runs fine, even though the set region is us... before that i never had such problem, microsoft store open normally, loads the apps and check for updates then auto update... now it does not load anything, only getting an error with no apps to show
Im not asking for a fix, im only asking if there is a way to manually update or install the newest version of microsoft store? Like normal software gets installed with an installation exe or something like that