Problem
I am unable to install the current Minecraft Launcher for Windows 11.
The installation fails through all of the following:
Microsoft Store
Xbox app
Official Minecraft website installer (MinecraftInstaller.exe)
However, the Minecraft Legacy Launcher installs and works correctly, including Microsoft account sign-in and Java Edition.
I am specifically trying to get the current/modern Minecraft Launcher working.
System
Windows 11 Home Single Language
Windows is fully up to date
Microsoft account is correctly signed in
Region: India
Time zone: (UTC+05:30) Chennai, Kolkata, Mumbai, New Delhi
Default app installation drive: C:
I also have another drive, but changing the default app location from C: → other drive → C: did not help.
What happens
Microsoft Store
Minecraft Launcher appears normally in the Microsoft Store/Library.
When I click the download/install (cloud) button, it fails and returns to Retry / something went wrong.
There is no useful error code displayed.
I can install other Microsoft Store applications successfully. For example, I installed the Calculator app successfully while troubleshooting this.
Therefore, this does not appear to be a general Microsoft Store download/install problem.
Minecraft website installer
I downloaded the official Minecraft Launcher installer from Minecraft.net.
Running MinecraftInstaller.exe results in:
Looks like something went wrong
The installer has also previously shown:
0xUnknownAppInstall
There is no Minecraft package left behind after the failed installation.
I checked:
Get-AppxPackage -AllUsers | Where-Object {$_.Name -like "*Minecraft*"}
and it returns nothing.
I also checked:
Get-AppxPackage -AllUsers *Minecraft* | Format-List Name, PackageFullName, Status, PackageUserInformation
and it returns nothing.
Xbox app
The Xbox app also detects Minecraft Launcher but reports:
Installation Error
Clicking the error takes me to the normal Minecraft Launcher product page and does not expose an error code.
Components already checked
Microsoft Store
Other Store applications install successfully.
I also ran wsreset.exe.
App Installer
PowerShell reports:
Name Version Status
Microsoft.DesktopAppInstaller 1.29.280.0 Ok
The package is not partially staged.
Gaming Services
Gaming Services is installed and running.
There are two Gaming Services entries in Services:
Gaming Services — Running — Automatic
Gaming Services — Running — Automatic (Trigger Start)
Xbox Identity Provider
PowerShell:
Get-AppxPackage -AllUsers Microsoft.XboxIdentityProvider
returns:
Version : 12.130.16001.0
Status : Ok
Xbox / Gaming app
Get-AppxPackage -AllUsers Microsoft.GamingApp
returns:
Version : 2608.1001.17.0
Status : Ok
Microsoft Store Install Service
Status: Running
Startup type: Manual
BITS
Status: Stopped/blank
Startup type: Manual
Licensing services
Both are running normally:
Client License Service (ClipSVC) — Running — Manual (Trigger Start)
Windows License Manager Service — Running — Manual (Trigger Start)
Windows Update
Windows is fully up to date.
Event Viewer investigation
I checked:
Event Viewer → Applications and Services Logs → Microsoft → Windows → AppXDeployment-Server → Operational
There was a warning (Event 493) about several files under:
C:\WindowsApps\Deleted
that could not be deleted.
However, this was only a warning and I could not find an AppX deployment error corresponding to the Minecraft installation failure.
The Minecraft website installer also does not appear to generate an AppXDeployment-Server event when it produces 0xUnknownAppInstall.
I also checked for:
Microsoft-Windows-GamingServices/Operational
but that event log does not exist on this installation.
WinGet investigation
The Microsoft Store WinGet source exists:
Name Argument
msstore https://storeedgefd.dsx.mp.microsoft.com/v9.0
winget https://cdn.winget.microsoft.com/cache
winget-font https://cdn.winget.microsoft.com/fonts
However:
winget search "Minecraft Launcher" --source msstore
returns:
No package found matching input criteria.
Searching generally for Minecraft returns Minecraft Education products, but not Minecraft Launcher:
Minecraft Education 9NBLGGH4R2R6
Minecraft Education Preview 9PK8J8RZ7XQC
Classroom Mode for Minecraft 9P3Q3NFK523
I also tried the known Microsoft Store product ID directly:
winget show --id 9PGW18NPBZV5 --source msstore
and:
winget install --id 9PGW18NPBZV5 --source msstore
Both return:
No package found matching input criteria.
What DOES work
The Minecraft Legacy Launcher installs successfully.
I can:
Sign in using the same Microsoft account
See Minecraft: Java Edition
See Minecraft for Windows
Launch/use Java Edition
I am currently playing Java Edition through the Legacy Launcher.
Therefore, my Microsoft account and Minecraft ownership/authentication appear to be working correctly.
Troubleshooting already attempted
I have already:
Restarted Windows
Confirmed Windows is fully updated
Confirmed the correct Microsoft account is being used
Confirmed Microsoft Store works
Installed another Store application successfully
Run wsreset.exe
Checked Microsoft Store Install Service
Checked BITS
Checked Gaming Services
Checked Xbox Identity Provider
Checked App Installer
Checked ClipSVC
Checked Windows License Manager
Checked the AppXDeployment-Server event log
Checked Gaming Services event logs
Checked the Windows app installation drive
Changed the default app installation drive from C: → another drive → C:
Tried installing from Microsoft Store
Tried installing from Xbox
Tried installing through the official Minecraft website installer
Tried WinGet
None of these fixed the modern Launcher installation.
Current conclusion
The Windows Store infrastructure appears to work because other Store applications install normally.
The Minecraft account/authentication also works because the Legacy Launcher signs in successfully.
The failure appears to be specific to the current Minecraft Launcher package/install/entitlement path.
The most useful error currently available is:
0xUnknownAppInstall
Question
Could someone from Microsoft/Minecraft support help identify why the current Minecraft Launcher package cannot be resolved/installed on this Windows 11 installation, despite the Store, Gaming Services, App Installer, Xbox Identity Provider, licensing services, and other Store installations all working?
I would particularly like to know whether there is a Minecraft-specific Store entitlement/package registration issue or another diagnostic log that can expose the actual error behind 0xUnknownAppInstall.