How to Fix Xbox App Error Code 0x87e50029 on Windows

The Xbox app on Windows is one of the most useless apps you can use. It's feature-poor, riddled with problems and is the backbone of the entire Game Pass experience! YAY! There are mountains of problems you'll come across while using the Xbox App on Windows and in this guide will show you how to fix Xbox App Error Code 0x87e50029.

How to Fix Xbox App Error Code 0x87e50029 on Windows

Unlike Steam which never has issues the Xbox App on Windows 10 and 11 is a bit of a mess. So you'll want to reset the Xbox app to default (factory settings) You'll also want to make sure that you are using the same account in the Microsoft Store and the Xbox app. If you are using different ones you will probably have some issues.

Reset the Xbox App

Now that you've dealt with the Microsoft Store app you need to deal with the Xbox app.

Reset Gaming Services

Finally! Repeat the same steps for the Gaming Services app.

If you have problems with the Game Services app or this same issue again try the next step which will reinstall it. From my personal experience, the Gaming Services app is usually the root of most Xbox app and Game Pass issues.

Reinstall Gaming Services

Reinstalling Gaming Services can resolve deeper issues.

get-appxpackage Microsoft.GamingServices | remove-Appxpackage –allusers
Remove-Item -Path “HKLM:\System\CurrentControlSet\Services\GamingServices” -recurse
Remove-Item -Path “HKLM:\System\CurrentControlSet\Services\GamingServicesNet” -recurse

Re-register All Apps (Last Resort)

Re-registering the app can fix registration or configuration issues.

Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

Comments