Xbox App Games Not Installing Fix – Complete (2026)
Xbox app games not installing fix is one of the most common searches for Windows 11 gamers facing installation failures. Whether you’re seeing error 0x80073cf6, 0x87e0000f, or the dreaded “Something went wrong” message, these issues typically stem from corrupted system folders, broken Gaming Services, or outdated app components. According to Microsoft Q&A documentation, errors like 0x80073CF9 are typically related to Microsoft Store installation issues rather than Xbox apps themselves[reference:0]. This comprehensive Xbox app games not installing fix guide covers eight proven solutions to get your games downloading again.
Table of Contents
- 1. Understanding Xbox App Game Installation Issues
- 2. Xbox App Games Not Installing Fix: Update Xbox App and Microsoft Store
- 3. Repair or Reset the Xbox App
- 4. Reinstall Gaming Services via PowerShell
- 5. Delete Corrupted Xbox Folders (WindowsApps, WpSystem, XboxGames)
- 6. Clear Microsoft Store Cache with wsreset.exe
- 7. Repair Windows System Files (SFC & DISM)
- 8. Fix the “Choose a Folder” Prompt and Install Root
- 9. Run the Gaming Services Repair Tool
- 10. Frequently Asked Questions
- 11. Conclusion
When you search for an Xbox app games not installing fix, you are likely dealing with a download that hits 100% and then fails, a game stuck at 0% preparing, or a generic “Something went wrong” error. According to The Geek Page, the Xbox app downloads games into special system folders – WindowsApps, WpSystem, XboxGames. When something corrupts those folders — a failed install, a power loss, or switching drives — future installs fail right at the end. The download finishes, but the installation step crashes because it can’t write to the corrupted folders[reference:1]. This Xbox app games not installing fix guide walks you through every step needed to resolve these problems.
Quick Overview: The fastest way to fix Xbox app games not installing is to open Settings > Apps > Installed apps, find the Xbox app, click Advanced options, and select Repair. Then open PowerShell as Administrator and run: get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusers, followed by reinstalling Gaming Services from the Microsoft Store. Finally, delete any corrupted WpSystem or XboxGames folders on your install drive. Restart your PC and try the installation again.
1. Understanding Xbox App Game Installation Issues
The Xbox app on Windows 11 relies on several interconnected components to download and install games: the Xbox app itself, Gaming Services, the Microsoft Store, and the underlying Windows system services. When any of these components fail, game installations can hang, crash, or produce cryptic error codes.
Common error codes and their causes include:
- 0x80073cf6: Corrupted system folders (WpSystem, XboxGames, WindowsApps) preventing final installation[reference:2].
- 0x87e0000f: Corrupted cache data in the Xbox app or Microsoft Store[reference:3].
- 0x80073CF9: Microsoft Store installation issue rather than Xbox apps themselves[reference:4].
- 0x80070422: Windows Update service disabled or miscalibrated[reference:5].
- 0x80073d0d: Drive changes or installation path issues[reference:6].
- “Something went wrong”: Generic error often linked to corrupted Gaming Services or app components[reference:7].
According to a Microsoft Q&A discussion, some background services need to be running for Gaming Services and the Xbox app to work correctly, including Client License Service (ClipSVC), AppX Deployment Service (AppXSVC), Windows Installer, and Windows Update[reference:8]. Understanding these root causes is the first step in any Xbox app games not installing fix guide.
2. Xbox App Games Not Installing Fix: Update Xbox App and Microsoft Store
Outdated apps are the most common cause of installation failures. According to The Geek Page, the Xbox app doesn’t always auto-update, making manual updates essential[reference:9].
Step 1: Click Start and type "Microsoft Store"
Step 2: Open the Microsoft Store
Step 3: Click the Download icon at the bottom left
Step 4: Click "Check for updates" at the top right
Step 5: Make sure the Xbox app is fully updated
Step 6: Also update Gaming Services if an update is available
Step 7: Try installing the game againAccording to Appuals, an outdated OS can break communication between Microsoft services and the Xbox app, causing installation errors like 0x87e0000f[reference:10]. Keeping Windows updated ensures that key frameworks like Gaming Services, Delivery Optimization, and app certificates are functioning correctly.
Outcome: Updating the Xbox app, Microsoft Store, and Gaming Services resolves installation failures caused by outdated components.
3. Repair or Reset the Xbox App
If updating didn’t help, repairing or resetting the app itself often resolves stubborn installation errors. According to The Geek Page, Repair fixes app files without deleting your data, while Reset wipes app data and often fixes stubborn install errors[reference:11].
Step 1: Open Settings (Win + I)
Step 2: Go to Apps → Installed apps
Step 3: Find "Xbox" in the list
Step 4: Click the three dots (…) next to it
Step 5: Select Advanced options
Step 6: Scroll down and click Terminate (hard-stops the app)
Step 7: Click Repair (fixes app files without deleting data)
Step 8: Try installing the game again
Step 9: If that doesn't work, go back and click Reset insteadAccording to Appuals, resetting the Xbox app clears broken configurations and returns it to its default state, which often resolves installation and update failures effectively[reference:12]. Note that Reset will remove local settings and sign-in sessions – you’ll need to sign back into your Microsoft account, but it does not uninstall your games or delete cloud saves.
Outcome: Repairing or resetting the Xbox app resolves installation failures caused by corrupted app configurations.
4. Reinstall Gaming Services via PowerShell
Gaming Services is the background component that handles game installs. If it’s corrupted, nothing installs. According to The Geek Page, reinstalling Gaming Services is a critical step in fixing installation errors[reference:13].
Step 1: Click Start and type "PowerShell"
Step 2: Right-click Windows PowerShell and select "Run as administrator"
Step 3: Run this command to remove Gaming Services:
get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusers
Step 4: Run this command to open the Gaming Services Store page:
start ms-windows-store://pdp/?productid=9MWPM2CQNLHN
Step 5: In the Microsoft Store that opens, click Install/Update
Step 6: Restart your PC
Step 7: Try installing the game againAccording to Microsoft Q&A, if you encounter issues with Gaming Services, you should also run these additional PowerShell commands: Get-AppxPackage gamingservices -allusers | remove-appxpackage -allusers and Get-appxpackage Microsoft.GamingServices | remove-AppxPackage, followed by Microsoft.XboxApp | Remove-AppxPackage[reference:14].
Outcome: Reinstalling Gaming Services provides a clean installation of the component responsible for game installations.
5. Delete Corrupted Xbox Folders (WindowsApps, WpSystem, XboxGames)
Corrupted folders on your install drive are a primary cause of error 0x80073cf6. According to The Geek Page, if you changed your install drive or had failed installs, leftover folders block new ones[reference:15]. According to Appuals, clearing WpSystem and XboxGames folders can help resolve the problem because the Xbox app reads game data from these folders during installation, and any locked or damaged files can immediately trigger errors[reference:16].
Step 1: Open File Explorer (Win + E)
Step 2: Go to the drive where you install games (C:, D:, etc.)
Step 3: Look for these folders: WindowsApps, WpSystem, XboxGames
Step 4: Try deleting them. If you get "Access Denied":
Step 5: Open PowerShell as Administrator
Step 6: Take ownership (replace H: with your drive letter):
takeown /f "H:\WindowsApps" /r /d y
Step 7: Grant permissions:
icacls "H:\WindowsApps" /grant administrators:F /t
Step 8: Force delete:
rmdir /s /q "H:\WindowsApps"
Step 9: Repeat steps 6–8 for WpSystem and XboxGames folders
Step 10: Restart your PC
Step 11: Try the game install againImportant: The WindowsApps folder contains system-level app installations. Deleting it may affect other Microsoft Store apps. Only delete these folders if you are experiencing persistent installation issues.
Outcome: Removing corrupted folders eliminates the root cause of many Xbox app installation failures.
6. Clear Microsoft Store Cache with wsreset.exe
The Microsoft Store and Xbox apps rely on temporary cache files that can become corrupted. According to Appuals, invalid cache entries can interfere with the app’s logic or download queue, triggering installation failures like error code 0x87e0000f[reference:17].
Step 1: Press Win + R to open the Run dialog
Step 2: Type "wsreset.exe" and click OK
Step 3: A blank Command Prompt window will briefly appear
Step 4: Wait for the Microsoft Store to open automatically
Step 5: The cache has now been cleared
Step 6: Try installing the game againAccording to Microsoft Q&A, resetting the Microsoft Store cache is a recommended first step for installation issues, as it clears temporary Store data without removing apps[reference:18].
Outcome: Clearing the Store cache removes corrupted temporary files that can block game installations.
7. Repair Windows System Files (SFC & DISM)
Corrupted system files can prevent Gaming Services from launching or installing properly. According to Microsoft Q&A, running DISM and SFC commands can fix underlying system issues[reference:19].
Step 1: Open Command Prompt or PowerShell as Administrator
Step 2: Run DISM to repair the component store:
DISM /Online /Cleanup-Image /RestoreHealth
Step 3: Wait for the scan to complete (this may take 10-15 minutes)
Step 4: Run SFC to scan and repair system files:
sfc /scannow
Step 5: Wait for the scan to complete
Step 6: Restart your PCAccording to Microsoft Q&A, if you’re having issues with Gaming Services, you should also delete the Gaming Services registry keys: reg delete HKEY_LOCAL_MACHINE\system\currentcontrolset\services\GamingServices /f and reg delete HKEY_LOCAL_MACHINE\system\currentcontrolset\services\GamingServicesNet /f before reinstalling[reference:20].
Outcome: System file repair resolves installation failures caused by underlying Windows corruption.
8. Fix the “Choose a Folder” Prompt and Install Root
A common issue is the Xbox app failing to create or recognize the install folder. According to Microsoft Q&A, you can bypass the broken folder chooser by manually creating the folder and turning off the install prompt[reference:21].
Step 1: Open File Explorer and go to This PC → Local Disk (C:)
Step 2: Create a folder named "XboxGames" (exact name)
Step 3: Open the Xbox app
Step 4: Click your Profile picture → Settings → General
Step 5: Go to Game install options
Step 6: Change "Where this app installs games by default" to C:
Step 7: Click "Change folder" and select C:\XboxGames
Step 8: Turn OFF "Ask me for install options on every install"
Step 9: Close the Xbox app and restart your PCAccording to Microsoft Q&A, you can also set the app install drive at the system level by going to Settings > System > Storage > Advanced storage settings > Where new content is saved, and setting “New apps will save to” your preferred drive[reference:22].
Outcome: Manually creating the install folder and disabling the install prompt bypasses the broken folder selection issue.
9. Run the Gaming Services Repair Tool
Microsoft provides a dedicated tool that can automatically fix common Gaming Services issues. According to Microsoft Q&A, the Gaming Services Repair Tool can automatically fix common Gaming Services issues, including broken components or failed updates[reference:23].
Step 1: Visit the official Xbox Support page
Step 2: Search for "Gaming Services Repair Tool for PC"
Step 3: Download and run the tool
Step 4: Click "Start Troubleshooting"
Step 5: Wait for the tool to scan and repair issues
Step 6: Restart your PC when complete
Step 7: Try installing the game againAccording to Microsoft Q&A, the Gaming Services Repair Tool is useful if you are having issues installing or updating Gaming Services, or if you are noticing that the Xbox app for PC is launching with missing content[reference:24].
Outcome: The Gaming Services Repair Tool automates the diagnosis and repair of Gaming Services issues.
10. Frequently Asked Questions
Why won’t my Xbox app install games on Windows 11?
Xbox app game installation failures are typically caused by corrupted system folders (WindowsApps, WpSystem, XboxGames), broken Gaming Services, outdated app components, or corrupted Store cache. According to The Geek Page, the most common cause is corrupted folders from failed installs[reference:25].
How do I fix Xbox app error 0x80073cf6?
Error 0x80073cf6 is usually caused by corrupted folders on your install drive. Delete the WpSystem and XboxGames folders from your game drive, then reinstall Gaming Services via PowerShell. According to Appuals, clearing both folders can help resolve the problem[reference:26].
How do I fix Xbox app error 0x87e0000f?
Error 0x87e0000f is typically caused by corrupted cache data. Clear the Microsoft Store cache using wsreset.exe, then reset the Xbox app through Settings > Apps > Installed apps > Xbox > Advanced options > Reset. According to Appuals, clearing the cache is the first step[reference:27].
Why is my Xbox game download stuck at 0%?
A game stuck at 0% preparing is often caused by Gaming Services issues or a corrupted install folder. Try reinstalling Gaming Services via PowerShell, clearing the Store cache, and ensuring your install drive has enough space.
How do I reinstall Gaming Services on Windows 11?
Open PowerShell as Administrator and run: get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusers, then run start ms-windows-store://pdp/?productid=9MWPM2CQNLHN to reinstall from the Store[reference:28].
Why does my Xbox app say “Something went wrong” when installing games?
The “Something went wrong” error is generic but often linked to corrupted Gaming Services or app components. Try repairing or resetting the Xbox app, reinstalling Gaming Services, and running the Gaming Services Repair Tool. According to MacMyths, error codes like 0x80073D26, 0x80070005, or “Something went wrong” messages are common but misleading[reference:29].
How do I fix Xbox app error 0x80070422?
Error 0x80070422 is due to Windows Update being disabled. Go to Settings > Windows Update and ensure it’s enabled. You can also check Services (Win + R, type “services.msc”) and ensure Windows Update and Background Intelligent Transfer Service (BITS) are running[reference:30].
Can a new Windows user profile fix Xbox app installation issues?
Yes. According to Microsoft Q&A, creating a temporary new Windows user profile can help identify if the issue is tied to a specific user profile rather than the system itself[reference:31].
How do I delete corrupted Xbox folders if I get “Access Denied”?
Use PowerShell as Administrator to take ownership: takeown /f "H:\WindowsApps" /r /d y, then grant permissions: icacls "H:\WindowsApps" /grant administrators:F /t, then delete: rmdir /s /q "H:\WindowsApps". Repeat for WpSystem and XboxGames folders[reference:32].
Where can I find more Xbox app troubleshooting help?
Explore our Windows 11 Troubleshooting Hub and guides on network performance optimization and how to update network drivers.
11. Conclusion
Xbox app games not installing fix covers everything you need to resolve game installation failures on Windows 11. From updating the Xbox app and Microsoft Store to reinstalling Gaming Services, deleting corrupted folders, and repairing system files, this guide provides all proven methods. According to Microsoft Q&A documentation, installation errors are typically related to Store or system component issues rather than the Xbox app itself[reference:33].
Start with the simplest fixes — updating apps and clearing the Store cache — and escalate to more advanced solutions only if needed. For more Windows troubleshooting, explore our Windows 11 Troubleshooting Hub and guides on network performance optimization and how to update network drivers. With the right approach from this Xbox app games not installing fix guide, you can get your games downloading and playing again.
For more gaming troubleshooting, explore our Gaming Errors Hub and guides on Steam disk write error and high ping and packet loss. With the right approach, you can resolve any Xbox app installation issues and keep your gaming library accessible.
Pingback: Ubisoft Connect Not Working Fix – Complete Guide (2026)