
Xbox Game Pass PC Error 0x00000001 Cant Download Install
Fix Xbox app error 0x00000001 on Windows 11. Resolve Game Pass PC downloads stuck, install fails, and Gaming Services errors with exact PowerShell commands.
What is Xbox Game Pass PC Error 0x00000001?
Xbox app error 0x00000001 appears when you press Install or Resume on a Game Pass title and Windows 11 fails to write the package to disk. The dialog reads "Something happened on our end. The error code is 0x00000001 in case you need it." The download bar typically reaches 100% allocation but never starts transferring bytes, or the install silently rolls back after a few seconds. The root cause is almost always a broken Gaming Services registration or a stale Microsoft Store package cache — not a network or licensing issue, despite what the dialog implies.
When does it occur?
- Immediately after clicking Install on any Game Pass PC title (Forza, Starfield, Indiana Jones, etc.)
- When resuming a previously paused download after a Windows Update
- After upgrading from Windows 10 to Windows 11 23H2/24H2 with Gaming Services migrated from the old profile
- After uninstalling and reinstalling the Xbox app via Settings → Apps
- After running a third-party "debloat" script that removed
GamingServicesorGamingServicesNet - On secondary accounts where the Gaming Services registration was tied to the admin user
Common causes
Microsoft.GamingServicespackage corrupted or registered to the wrong user SID- The two services
GamingServicesandGamingServicesNetare stopped or disabled - Windows Store cache (
WSResetqueue) holds a failed install ticket blocking new ones - Antivirus or Controlled Folder Access blocking
WindowsApps\Microsoft.GamingServices*\ - WinGet / Microsoft Store license servers returned a transient 401 and the client cached it
- Insufficient permissions on
C:\ProgramData\Microsoft\GameDVR\or the chosen install drive - Reserved Storage disabled, leaving the install with no scratch space for the staging step
Step-by-step fixes
- Confirm both Gaming Services are running. Press
Win + R, typeservices.msc, and findGaming ServicesandGaming Services Net. Right-click each → Properties → set Startup type: Automatic, then click Start. If either is missing entirely, skip to step 3. - Reset the Microsoft Store cache. Run
wsreset.exefromWin + R. The Store opens after ~30 seconds — leave it open, then re-attempt the install. - Reinstall Gaming Services from scratch. Open PowerShell as Administrator and run, in order:
Get-AppxPackage *gamingservices* | Remove-AppxPackage -AllUsers
start ms-windows-store://pdp/?productid=9MWPM2CQNLHNWhen the Store opens, click Install, reboot, then retry the Game Pass download.
- Repair the Xbox app. Settings → Apps → Installed apps → Xbox → ⋯ → Advanced options → Repair. If that fails, hit Reset on the same screen (signs you out, but does not delete games).
- Clear the deployment queue via DISM. In an elevated terminal:
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannowThis rebuilds the component store entries that Gaming Services relies on.
- Re-register all Store apps for the current user. PowerShell admin:
Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}Ignore the red errors for system apps — Gaming Services will re-register cleanly.
- Change the install drive to the system drive temporarily. Xbox app → Profile → Settings → Install options → set drive to
C:\. Many 0x00000001 reports trace back to a secondary NTFS drive missing theWindowsAppsACL. After install succeeds you can move the game back via the app. - Disable Controlled Folder Access for testing. Windows Security → Virus & threat protection → Ransomware protection → toggle off Controlled Folder Access, retry, then re-enable. If this fixes it, add
WindowsApps\Microsoft.GamingServices*andWindowsApps\Microsoft.XboxApp*to Allowed apps before re-enabling.
If it still doesn't work
If error 0x00000001 persists after all eight steps, capture the deployment log at %LOCALAPPDATA%\Packages\Microsoft.GamingServices_*\LocalState\ and the App Installer log at %TEMP%\WindowsUpdate.log, then open a support case at support.xbox.com (category: Xbox app for PC → Install or update). Two known edge cases also worth checking: if your account is on a managed AAD/Entra tenant, your IT admin may have blocked the Microsoft Store via Group Policy Computer Configuration → Administrative Templates → Windows Components → Store → Turn off the Store application — Gaming Services cannot register without Store access; and if you previously ran the WindowsXboxRemoval script from a tweaker tool, the only reliable recovery is a Windows 11 in-place repair install via the Installation Assistant, which preserves your files and apps.
Related errors
Resolve Windows 11 WiFi showing connected but no internet access after updates. Fix network adapter issues, DNS problems, and driver conflicts preventing internet connection post-update 2025.
Fix Bluetooth not working or missing from Device Manager after the Windows 11 January 2026 KB5074109 update. Restore Bluetooth connectivity and audio devices.
Resolve Epic Games Launcher error LS-0013 on Windows 11. Fix launcher startup failures, login issues, and service communication errors preventing Epic launcher from working in 2025.