Skip to content
FixingBook
Verifiedadvancedest. 30 minutes

Fix Gaming Services Won''t Install on PC (Xbox App)

Users cannot install or play Game Pass PC games because Gaming Services is stuck downloading or requires an update.

Confirmed working on: Windows 10 · Windows 11

Before you begin

Match the environmentUse this guide only for Windows 10, Windows 11 or a clearly compatible setup.
Protect recoveryBack up important data and save encryption or account recovery keys before changing system state.
Know when to stopThis guide includes advanced changes. If the device contains irreplaceable data or belongs to an employer, stop and use a qualified technician.

Problem overview

The Xbox App blocks you from installing or playing Game Pass games on PC, stating that Gaming Services needs an update. When you try to install or update it, the download gets stuck or fails with a generic error code.

Common causes

  • Corrupted Windows Store cache
  • Broken or incomplete previous installations of Gaming Services
  • Background Windows services like WSAppx failing to run
  • Conflicting updates pending in Windows Update

Solution 1: Reinstall Gaming Services via PowerShell

  1. Right-click the Start button and select Terminal (Admin) or Windows PowerShell (Admin).
  2. Paste the following command and press Enter to remove the broken service:
    Get-AppxPackage *gamingservices* -allusers | remove-appxpackage -allusers
  3. Type the next command and press Enter to clear registry keys:
    Remove-Item -Path "HKLM:\System\CurrentControlSet\Services\GamingServices" -Recurse -ErrorAction SilentlyContinue
  4. Restart your computer.
  5. Open PowerShell as admin again and type:
    start ms-windows-store://pdp/?productid=9MWPM2CQNLHN
  6. Click Install when the Microsoft Store page opens.
Expert Tip

Make sure the Xbox App is completely closed before running these PowerShell commands.

Solution 2: Reset the Xbox App and Store

  1. Press Win + I to open Settings.
  2. Navigate to Apps > Installed apps.
  3. Search for Xbox, click the three dots, and select Advanced options.
  4. Scroll down and click Reset.
  5. Repeat these steps for the Microsoft Store app.
  6. Open the Xbox app and try launching a game again.

Solution 3: Start required Windows services

  1. Press Win + R, type services.msc, and press Enter.
  2. Scroll down to find the AppX Deployment Service (AppXSVC).
  3. Right-click it and select Start (or Restart if it is already running).
  4. Locate Gaming Services in the list and ensure it is also running.
Caution

Do not permanently disable WSAppx or Store-related services, as it breaks the entire Windows package manager system.

Confirm the result

  1. Repeat the exact action that originally triggered the problem.
  2. Confirm the original error or symptom is gone and no new warning has appeared.
  3. If the guide changed a driver, service, package, or system setting, restart once and test again.
  4. If the result is worse or unexpected, stop. Reverse only the last change using its documented restore option; if none is documented, use your backup or qualified support.

Questions about this fix

What is Gaming Services?

It is a required Windows background component that manages game installations and DRM for the Xbox App.

Can I play Xbox games without it?

No, PC Game Pass titles require Gaming Services to be installed and running properly.

Did this fix work for you?

Weighted Consensus Protocol

Consensus0%
Required100% (Weight 3)
Contributors0
Verified By YouNo
Your Weight--

Did this solution resolve your issue?

Confirming if this works strengthens verification statistics on the registry.

Sign In to VerifySign in required to verify

FixingTeam10,000 rep

Official Project Maintainers

The core engineering and moderation team behind FixingBook. We curate, verify, and maintain the standards of the troubleshooting ledger.

Spotted something outdated? Suggest an edit. Maintainers review submissions within 48 hours.
Share:XReddit

Discussion (0)

No comments yet. Share your experience or verify if this fixed your issue!

Join the Discussion