Fix Update Button Not Responding When Trying To Update Any Game On Xbox App On Windows 10/11
Fix Game Not Updating On Xbox App On Windows 10/11, Update Button does nothing on Xbox App On Windows 10/11
Step 1) Use Microsoft Store to update the game
Step 2) Run wsreset command
Step 3) Run Windows Store troubleshooter
Step 4) Reset Xbox app and MS Store
Step 5) Uninstall and reinstall Xbox App and store
Get-AppxPackage *windowsstore* | Remove-AppxPackage
Reboot your computer
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Step 6) Start all these services
IP Helper
Xbox Live Auth Manager
Xbox Live Game Save
Xbox Live Networking Service
Gaming services
Windows Update
Microsoft install service
Step 7) Make sure Gaming services & Xbox Identity Provider is installed
Xbox Identity Provider: https://www.microsoft.com/en-us/p/xbox-identity-provider/9wzdncrd1hkw?rtc=1&activetab=pivot:overviewtab
Uninstall remains of gaming service
Get-AppxPackage *gamingservices* -allusers | remove-appxpackage -allusers
Install Gaming service:
start ms-windows-store://pdp/?productid=9MWPM2CQNLHN
Step 8) Run Powershell Command:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Step 9) Make sure date time, time zone, region is correct, also make sure you are logged in with same account on Microsoft store and Xbox app
Step 10) Update Windows