Share via

Microsoft store 0X80073CF6

Kory Brooks 0 Reputation points
2026-01-19T01:52:36.3433333+00:00

This is less of a question, and more of a bitter hate filled rant.

For many years, with windows 10 and now windows 11, the store has never worked for me, everything I would try to install would kick me code 0X80073CF6. This has made me very bitter for years. Im fairly adept at problem solving on windows, been using it since windows 95. But this problem is seemingly impossible.

I have followed every single topic that I have found for at least 5 years, and been trying every trick and scam online to fix it. Nothing has fixed it. Not even a fresh install of windows 11 and a brand new microsoft account has fixed it. I have always just found a straight up exe from source websites. But some websites only work through the microsoft store, and its blood boiling. The microsoft store IMO is the worst software ever.

OK. No more command prompts that doesnt work, no more logging out/in that doesnt work, no more clearing the cache that doesnt work, no more STORE that doesnt work.

With the amount of money Microsoft makes, you would think they could program something that works as well as Windows 7 did. Its disgusting what we have to put up with these days. Makes switching to Linux less of a last resort and more of a necessity.

Is there something I missed with code 0X80073CF6 that does not involve restarting the PC, clearing cache, restarting the store, resetting the store, using the command prompt? Ive tried them all for years, held back from ripping my SSD out to fresh install linux, and looked for the program's installer EXE on an external website that does not hook into the store, and went about my day. I just want things to work. Is that too much to ask for? I can live with file explorer being slow, but microsoft store straight up inoperative? Thats a no-go.

Windows for home | Windows 11 | Microsoft Store

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-01-19T01:53:17.1766667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The error code 0X80073CF6 typically indicates issues with the Microsoft Store app, often related to permissions or registration problems. Here are some steps you might consider that do not involve the usual troubleshooting methods you've already tried:

    1. Check Permissions: Ensure that the file system and registry permissions for the Microsoft Store are correctly set. The All Application Packages group should have the necessary permissions. You can check the following:
      • File System: Ensure that the following folders have the correct permissions:
        • Program Files
        • Windows
        • Users\<userName>\AppData\Local\Microsoft\Windows\WER
      • Registry: Verify that the All Application Packages group has read permissions for the following registry paths:
        • HKEY_CLASSES_ROOT
        • HKEY_LOCAL_MACHINE\Drivers
    2. Verify Group Policy Settings: If your system is part of a domain, check if Group Policy is managing permissions that might affect the Microsoft Store. You can run gpresult /h <path>\gpreport.html from an administrative command prompt to generate a report and check for any policies that might be blocking the Store.
    3. Re-register Microsoft Store: If you haven’t already, try re-registering the Microsoft Store app. You can do this by running the following command in an elevated PowerShell prompt:
         Add-AppxPackage -Register -DisableDevelopmentMode "C:\Program Files\WindowsApps\Microsoft.WindowsStore_*
      
      Ensure you replace the path with the correct version of the Microsoft Store installed on your system.
    4. Use Windows Package Manager: As a workaround, you can use the winget command to install apps that you would typically get from the Microsoft Store. For example:
         winget search <App name>
         winget install <App name>
      
    5. Firewall and Proxy Settings: Ensure that your firewall or proxy settings are not blocking the required endpoints for the Microsoft Store. You may need to consult documentation on managing connection endpoints for Windows 11.

    If these steps do not resolve the issue, it might be worth considering a more thorough investigation into the system's configuration or seeking support from Microsoft directly.


    References:

    Was this answer helpful?

    1 person found 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.