Share via

Microsoft store and xbox are not working

ben murphy 0 Reputation points
2025-12-28T17:34:04.0366667+00:00

Microsoft store and xbox are not working and everything ive tried isn't working.

Everything ive tried so far

  1. -wsreset.exe
    • Get-AppxPackage -allusers WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  2. -checking for updates (none)
  3. -installing it through xbox app which is also not working
    • tried fix problems using windows update and tried reinstall now
  4. 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
0 comments No comments

2 answers

Sort by: Most helpful
  1. ben murphy 0 Reputation points
    2025-12-30T13:19:09.6+00:00

    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

    Was this answer helpful?


  2. 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-AppxPackage
    

    Restart your PC immediately.

    Reinstall Gaming Services by running (as Administrator):

    start ms-windows-store://pdp/?productid=9MWPM2CQNLHN
    

    2. Repair System Files

    Open Command Prompt as Administrator.

    Run: DISM /Online /Cleanup-Image /RestoreHealth

    Then run: sfc /scannow

    Step 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

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.