Yeah im doing good but when I tried to reinstall gaming services in powershell (admin) and copied the command you give me nothing happened in powershell but I restarted my pc anyways and after I got back into powershell and typed in the next command it said we can't open this ms-windows-store link windows 11
Microsoft store and xbox are not working
Microsoft store and xbox are not working and everything ive tried isn't working.
Everything ive tried so far
- -wsreset.exe
-
- Get-AppxPackage -allusers WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- -checking for updates (none)
- -installing it through xbox app which is also not working
-
- tried fix problems using windows update and tried reinstall now
- Tried gaming repair tool and the error i keep getting
Installing xbox app (0x80073cf6) Updating Game Bar (0x80073cf6)
Installing Gaming Services (0x80073cf6)
Windows for home | Windows 11 | Microsoft Store
2 answers
Sort by: Most helpful
-
Norah-L 6,685 Reputation points Microsoft External Staff Moderator
2025-12-29T07:21:06.3533333+00:00 Hello ben murphy,
Thanks for reaching out to the Q&A forum.
From what you described, I understand you're trying to get the Microsoft Store and Xbox App working. Here are what you can try next to resolve this issue, particularly the error code 0x80073cf6.
1. Reinstall Gaming Services
Open PowerShell (as Administrator).
Run the following commands:
get-appxpackage *gamingservices* -allusers | remove-AppxPackage -allusers get-appxpackage *gamingservices* | remove-AppxPackageRestart your PC immediately.
Reinstall Gaming Services by running (as Administrator):
start ms-windows-store://pdp/?productid=9MWPM2CQNLHN2. Repair System Files
Open Command Prompt as Administrator.
Run:
DISM /Online /Cleanup-Image /RestoreHealthThen run:
sfc /scannowStep 3: Test with a New Local User
Go to Settings → Accounts → Other users → Add account.
Select “I don’t have this person’s sign-in info” → choose Local account.
Log into the new account and test:
Microsoft Store
Xbox App
Step 4: Perform an In-Place Repair Upgrade
This process can rebuild the Microsoft Store, Gaming Services, and the Xbox stack, ...while keeping your personal files, apps, and settings intact.
About this method, please follow steps in this thread: [Article] How to: Perform a Repair Upgrade Using the Windows 11 or Windows 10 ISO file
Hopefully, one of these steps could help! Let me know how it goes or if you need more assistance.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread