Xbox App keeps asking me to download Gaming Services

Anonymous
2023-02-08T17:18:19+00:00

I just got Game Pass a few days ago and haven't been able to play it once because every single time I hit on Install a screen telling me to Download Gaming Services keeps popping up even though I've already installed it numerous times. I'm turning to this because I have no idea what to do, I've already tried a bunch of different suggestions from people such as: Repairing and Reseting all the apps, I've tried to uninstall and install with Powershell, I've tried to update through the windows store, I've updated everything on Windows, I tried going into the registry and I deleted the GamingServices and GamingServices.net but Nothing works at all, I've completely given up on this, I feel scammed because I just got Game Pass and I haven't been to play a single game.

One weird thing I noticed and I don't know if this is normal is that when I go over to my account settings on the Xbox App on the segment where it says "GameInstall Options" I get some weird error that says "There was a problem loading installation locations. Try Again" But it never gives me that chance to change anything.

Windows for home | Windows 10 | Microsoft Store

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

78 answers

Sort by: Oldest
  1. Anonymous
    2023-08-04T13:25:47+00:00

    I just spent hours trying to figure out how to fix this problem and THIS is the one that finally did it!! I had to uninstall and reinstall Gaming Services after all these steps but in the end I can finally download games again!! Thank you so much <33!!!!

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2023-08-09T04:26:47+00:00

    bro i got the same exact problem

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2023-08-09T18:55:56+00:00

    This just worked for me on Windows 11. Great work and Thank you very much!!!!

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2023-08-18T17:47:56+00:00

    I have the same problem. Seems like it stopped working after the last automatic update of Windows 11 from Microsoft. Worked fine the day prior to the update.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2023-09-01T22:47:12+00:00

    I had this exact same issue and after 8ish hours of non stop trying to fix it and searching for help, including everything from this thread, I found an answer that worked for me and everyone else that has tried it.

    Please try this:

    Open a new powershell window as administrator (Press Windows key + X) or Right click on windows and select Powershell Admin

    Then type this command:
    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Check first if your main issue has been resolved.
    If not, run again the gaming services removal command:

    Get-AppxPackage *gamingservices* -allusers | remove-appxpackage -allusers

    Finally restart the PC

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments