I run Windows 11 Pro on a Del Inspiron Laptop. I recently reinstalled Windows 11, and since then I haven't been able to log into my four XBOX games: Solitaire, Sudoku, Mahjong, and Ultimate Word Games. When a login pop-up appears, I click the "Log Me In" button, but nothing happens, and I'm still listed as "Guest." I asked Copilot for advice (see bottom of this question for its output) and followed every step, including uninstalling and reinstalling the Gaming Services app, but I still can't log in to my games. How do I resolve this?
========================================================================
Copilot output:
I have four XBOX games (Solitaire, Sudoku, Hahjong and Ultimate Word Games) ob my PC, but I can't log into any of them.
You’re stuck at the login screen for Microsoft Casual Games (Solitaire, Sudoku, Mahjong, Ultimate Word Games). Good news: this problem is extremely common, and we can fix it step‑by‑step.
The short version: These games require your Microsoft account to authenticate through Xbox Live, and something on your PC is blocking or failing that sign‑in. The fix is usually one of four things: account mismatch, corrupted Xbox services, Windows Store glitch, or network sign‑in failure.
🛠️ Start with the fastest fixes
These solve the issue for most people.
1. Make sure Windows is actually logged into your Microsoft account
Go to: Settings → Accounts → Your info Check that it shows your Microsoft account, not “Local account”.
If it’s a local account, the games cannot sign you in.
2. Open the Xbox app and try signing in there
This forces the Xbox Live token to refresh.
Open Xbox app (not the games).
Click your profile icon → Sign in.
Close the Xbox app.
Open Solitaire or Sudoku again.
If Xbox app won’t sign in, the games won’t either.
3. Reset the Microsoft Store sign‑in
Open Microsoft Store
Click your profile → Sign out
Sign back in
Restart the PC
Try the games again
🔧 If the games still won’t log in
These steps fix deeper issues.
4. Restart all Xbox services
Press Win + R
Type: services.msc
Make sure these are Running and Automatic:
Xbox Live Auth Manager
Xbox Live Game Save
Xbox Accessory Management Service
Gaming Services
If any are stopped, start them.
5. Repair or Reset Gaming Services
Gaming Services often breaks sign‑in.
Settings → Apps → Installed apps
Search Gaming Services
Click Advanced options
Choose Repair
If that fails, choose Reset
6. Reset the game itself
Example for Solitaire:
Settings → Apps → Installed apps
Microsoft Solitaire Collection → Advanced options
Reset
Repeat for Sudoku, Mahjong, Ultimate Word Games.
🧹 If nothing works
This final fix solves stubborn sign‑in failures.
7. Reinstall Gaming Services
Right‑click Start → Windows PowerShell (Admin)
Paste this:
Code
get-appxpackage Microsoft.GamingServices | remove-appxpackage -allusers
Then:
Code
start ms-windows-store://pdp/?productid=9MWPM2CQNLHN
Install Gaming Services again, reboot, and try the games.
🎯 Let’s narrow it down
Roger, tell me exactly what happens when you try to log in:
Does it show “We can’t sign you in right now”
Does it show error code 0x…”
Does the sign‑in window never appear
Does it show your Microsoft account but refuse to connect
Does it just spin forever
Your symptoms will tell me which fix applies.
You’re stuck at the login screen for Microsoft Casual Games (Solitaire, Sudoku, Mahjong, Ultimate Word Games). Good news: this problem is extremely common, and we can fix it step‑by‑step.
The short version: These games require your Microsoft account to authenticate through Xbox Live, and something on your PC is blocking or failing that sign‑in. The fix is usually one of four things: account mismatch, corrupted Xbox services, Windows Store glitch, or network sign‑in failure.
🛠️ Start with the fastest fixes
These solve the issue for most people.
1. Make sure Windows is actually logged into your Microsoft account
Go to: Settings → Accounts → Your info Check that it shows your Microsoft account, not “Local account”.
If it’s a local account, the games cannot sign you in.
2. Open the Xbox app and try signing in there
This forces the Xbox Live token to refresh.
Open Xbox app (not the games).
Click your profile icon → Sign in.
Close the Xbox app.
Open Solitaire or Sudoku again.
If Xbox app won’t sign in, the games won’t either.
3. Reset the Microsoft Store sign‑in
Open Microsoft Store
Click your profile → Sign out
Sign back in
Restart the PC
Try the games again
🔧 If the games still won’t log in
These steps fix deeper issues.
4. Restart all Xbox services
Press Win + R
Type: services.msc
Make sure these are Running and Automatic:
Xbox Live Auth Manager
Xbox Live Game Save
Xbox Accessory Management Service
Gaming Services
If any are stopped, start them.
5. Repair or Reset Gaming Services
Gaming Services often breaks sign‑in.
Settings → Apps → Installed apps
Search Gaming Services
Click Advanced options
Choose Repair
If that fails, choose Reset
6. Reset the game itself
Example for Solitaire:
Settings → Apps → Installed apps
Microsoft Solitaire Collection → Advanced options
Reset
Repeat for Sudoku, Mahjong, Ultimate Word Games.
🧹 If nothing works
This final fix solves stubborn sign‑in failures.
7. Reinstall Gaming Services
Right‑click Start → Windows PowerShell (Admin)
Paste this:
Code
get-appxpackage Microsoft.GamingServices | remove-appxpackage -allusers
Then:
Code
start ms-windows-store://pdp/?productid=9MWPM2CQNLHN
Install Gaming Services again, reboot, and try the games.
🎯 Let’s narrow it down
Roger, tell me exactly what happens when you try to log in:
Does it show “We can’t sign you in right now”
Does it show error code 0x…”
Does the sign‑in window never appear
Does it show your Microsoft account but refuse to connect
Does it just spin forever
Your symptoms will tell me which fix applies.