Fix Error Code 0x80004004 On Microsoft Store/Xbox App On Windows 10/11
Fix Games (Minecraft launcher) Not Downloading/Installing Error Code 0x80004004 On Microsoft Store/Xbox App On Windows 10/11
Step 1) Login with same account on Store and Xbox App, make sure date, time, time zone and region are correct
Step 2) If installing game from Xbox App try installing the game from Microsoft Store, if using store then try installing game from Xbox App
Step 3) Run this powershell command
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Step 4) Repair/reset Xbox App/Store
Step 5) Update Xbox App/Store from store library
Step 6) Install Xbox identity provider and Gaming services
https://www.microsoft.com/en-us/p/xbox-identity-provider/9wzdncrd1hkw?rtc=1&activetab=pivot:overviewtab
Uninstall remains of gaming service
get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusers
Install Gaming service:
start ms-windows-store://pdp/?productid=9MWPM2CQNLHN
Step 7) Start all these services
IP Helper
Xbox Live Auth Manager
Xbox Live Game Save
Xbox Live Networking Service
Gaming services
Windows Update
Microsoft install service
Step 8) Update Windows
Step 9) Run WSRESET command
Step 10) Uninstall and reinstall Xbox App/Store
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Reboot your computer
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Step 11) Run inetcpl.cpl command
Step 12) Update Windows to the latest version using media creation tool
https://www.microsoft.com/en-in/software-download/windows10
https://www.microsoft.com/en-in/software-download/windows11