How to download Microsoft Store App
Download microsoft store
How to reinstall Microsoft Store app in Windows 10?
How to install Microsoft Store on Windows 10 ?
Videos
Hello Alvin027,
Good day! I'm John and I'll be happy to assist you today. I know this has been difficult for you, Rest assured, I'm going to do my best to help you. What is your current Windows version and edition? Press Start then click Settings(Gear icon), select System then About.
Please try this if it helps.
Please make sure to uninstall the Microsoft Store and Xbox app first.
**Uninstall the Microsoft Store app:
Press Windows key + X
Click and Run Windows PowerShell as Administrator. Copy and paste the command below then press Enter.
get-appxpackage *WindowsStore* | remove-appxpackage
**Uninstall the Xbox app
Open Settings then select Apps
Under Apps and Features, find Xbox app
Click it then Uninstall
Once the two apps are uninstalled, install the Xbox app from the link below
https://aka.ms/XboxInstaller
Restart your computer then open the Xbox app
This will prompt to install the Microsoft Store app
Please check if the issue still persists.
Kindly let me know if this helps or if you have any further concerns.
Kind regards,
John DeV
Independent Advisor
Hello Alvin027,
You're most welcome. If you want to continue fixing the Microsoft Store issue, Please try performing an In-place Upgrade. Performing this can repair broken operating system files while your personal files, settings and installed applications will not be removed.
Download the media creation tool(Click Download tool now) and save it to your computer.
https://www.microsoft.com/en-us/software-downlo...
Open the tool and select Upgrade this PC now.
Make sure to select Keep personal files and apps.
It might take some time to install Windows 10. Your computer will restart a few times, Make sure you don’t turn off your PC
Kindly let me know if this helps or if you have any further concerns.
Kind regards,
John DeV
Independent Advisor
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
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
We needed to deploy new store apps without opening the store. Could not find a way to do it other than using https://store.rg-adguard.net. It's not that I don't trust them, I just didn't know what they were doing so that won't fly with security.
You might need to bypass some of your own local GPOs to allow store on a single computer using registry keys. That part is on you.
Powershell
Install Entra Module
Install Winget
connect-entra(user must be in the Entra role "User Administrator". This permission is what allows you to download from Microsoft store without logging into it)
winget download "apps store ID" --source=msstore --accept-source-agreements --accept-package-agreements --architecture "x64"
You get the store appID from the URL to the app. https://apps.microsoft.com/detail/9mz95kl8mr0l?hl=en-US&gl=US is "9mz95kl8mr0l" for snipping tool
That's it. It will download a zip bundle to your downloads folder. Should include all dependencies.