Microsoft Gaming Services is the backbone of the Xbox app on Windows 11. It’s what allows Game Pass titles to install, launch, and update properly. But sometimes, Gaming Services refuses to update no matter how many times you restart, reinstall, or refresh the Microsoft Store. You might see messages like “Gaming Services requires an update”, “Update failed”, or the Store gets stuck on Pending forever.
The good news is that this issue is almost always fixable. Whether Gaming Services is stuck, corrupted, or unable to install its latest version, the methods below will help you get things running again.
1. Restart Your PC and Microsoft Store
Sometimes the update simply fails to apply because system components didn’t load properly.
- Restart your PC from the Start > Power menu.
- Open the Microsoft Store once the system boots.
- Go to Library and click Get updates.
Check whether Gaming Services starts updating normally.
2. Run the Windows Store Apps Troubleshooter
Windows includes a dedicated tool that detects and fixes Store-related issues.
- Open Settings using Windows + I.
- Go to System > Troubleshoot > Other troubleshooters.
- Find Windows Store Apps.
- Click Run.
After the scan completes, return to the Microsoft Store and retry the update.
3. Clear Microsoft Store Cache (wsreset)
A corrupted Store cache often causes Gaming Services to fail its updates.
- Press Windows + R.
- Type:
wsreset -i - Press Enter.
A blank window will appear for a moment, then the Microsoft Store will reopen automatically. Now try updating Gaming Services again.
4. Repair and Reset Microsoft Gaming Services
If the package is partially corrupted, repairing or resetting it can fix the update issue.
- Open Settings > Apps > Installed apps.
- Search for Gaming Services.
- Click the three-dot menu > Advanced options.
- Click Repair first.
- If the update still fails, click Reset.
Resetting doesn’t remove your games—only the Gaming Services backend files.
5. Reinstall Gaming Services Using PowerShell (Most Effective Fix)
If Gaming Services is stuck or corrupted, reinstalling it through PowerShell usually fixes everything.
- Right-click the Start button.
- Select Windows Terminal (Admin).
- Run this command to remove Gaming Services:
get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusers - Once removed, run this second command:
start ms-windows-store://pdp/?productid=9MWPM2CQNLHN
This will open Gaming Services directly in the Microsoft Store.
5. Click Install.
After installation, restart your PC and check for updates again.
6. Reset the Microsoft Store Installer Components
If Store itself is broken, Gaming Services won’t update.
- Open Windows Terminal (Admin).
- Run these commands one by one:
net stop bits
net stop wuauserv
net stop cryptsvc
del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*" /q
net start bits
net start wuauserv
net start cryptsvc
Now open the Microsoft Store and retry the update.
7. Make Sure the Xbox Identity Provider Is Installed
Gaming Services depends on a small component called Xbox Identity Provider, and if it’s missing, the update may fail.
- Open the Microsoft Store.
- Search for Xbox Identity Provider.
- Install or update it.
Once installed, try updating Gaming Services again.
8. Update Windows 11
A pending Windows update can prevent Gaming Services from installing the latest version.
- Open Settings.
- Go to Windows Update.
- Click Check for updates.
After updating your system, try to update Gaming Services once more.
9. Turn Off Third-Party Antivirus or Firewall Temporarily
Security tools like Bitdefender, Avast, Norton, or strict firewalls sometimes block Microsoft Store frameworks.
- Disable real-time protection temporarily.
- Open Microsoft Store and update Gaming Services.
- Re-enable your protection afterward.
If the update works only after disabling antivirus, you may need to whitelist the Store or Gaming Services.
10. Repair Windows Using DISM and SFC
Corrupted system files can block Store framework updates.
Step 1: Run DISM
Open Windows Terminal (Admin) and run:
DISM /Online /Cleanup-Image /RestoreHealth
Step 2: Run SFC
When DISM completes, run:
sfc /scannow
Restart once both scans are finished and try the update again.
11. Create a New Local User Profile
Sometimes user-profile-specific corruption prevents Gaming Services from updating.
- Open Settings > Accounts > Other users.
- Click Add account.
- Create a local account.
- Log into the new account.
- Try updating Gaming Services from the Microsoft Store.
If it works in the new account, your original profile has corrupted Store data.
12. Perform an In-Place Repair Upgrade (Last Resort)
If nothing works, refreshing Windows without losing files solves deep-level corruption.
- Download the Windows 11 Installation Assistant from Microsoft.
- Run it and choose Upgrade this PC.
- Follow the on-screen instructions.
This rebuilds Windows and fixes Microsoft Store and Gaming Services at the system level.
Wrapping Up
When Gaming Services won’t update on Windows 11, it usually comes down to Store corruption, broken update components, or damaged Gaming Services files. Once you clear the Store cache, reset Gaming Services, reinstall it through PowerShell, or repair system files, the update typically installs without any issues.
After working through the methods above, the Xbox app and Game Pass games should function normally again without constant update failures.