Since reset, repair, reinstall, and updates were already tried, the next supported checks are:
- Sign in to Microsoft Store with the Microsoft account that owns Minecraft.
- Restart the PC if Windows updates were installed recently. Microsoft Store can block installs until after a restart.
- In Microsoft Store, go to See more > Downloads and updates > Get updates and let Store updates finish first.
- Reset the Store cache again with Windows key + R >
wsreset.exe> OK. A blank Command Prompt window should appear briefly, then Microsoft Store should reopen automatically. - Check whether the app is being hidden or blocked:
- the app is available in the current country or region
- family settings are not hiding it
- the device is authorized for Microsoft Store apps by signing in with the Microsoft account
- the app is compatible with the device
- Try reinstalling from Microsoft Store > See more > My Library and select Install for Minecraft if it appears there.
Because Microsoft 365 is also stuck in a download cycle, this points to a broader Microsoft Store download problem rather than Minecraft only.
If downloads still fail, use the Windows troubleshooting path for Store download failures:
- Verify Microsoft Store is registered for the user account in a non-elevated PowerShell window:
Get-AppxPackage *Microsoft.WindowsStore*
- If the Store package exists on the machine, re-register it. First check all users in an elevated PowerShell window:
Get-AppxPackage *Microsoft.WindowsStore* -AllUsers
Then register the Store package for the user:
Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.WindowsStore_8wekyb3d8bbwe
Important: do not use an elevated PowerShell window for the final registration command unless the goal is to register the app to the administrator instead of the affected user.
- Check whether a firewall or proxy is blocking required Microsoft Store endpoints.
- As a workaround, try
wingetto install packages where available.
Also note: completely uninstalling Microsoft Store is not supported.
If Minecraft still does not appear or install after these steps, the supported causes include region availability, family restrictions, incompatibility, missing device authorization, or the app no longer being available in Store.
References: