Share via

How to fix microsft store erroring out with 0X80073CF6 on evey download

kiara whitney 30 Reputation points
2025-11-10T06:14:55.4566667+00:00

every time i try to download a app in the app store it errors out with 0X80073CF6 it does update other apps i jsut cant install any new ones.

Windows for home | Windows 11 | Microsoft Store
0 comments No comments

Answer accepted by question author

DaveM121 886.7K Reputation points Independent Advisor
2025-11-10T06:51:54.2866667+00:00

Click your Start Button, then just type cmd and on the resulting list, right click Command Prompt and select 'Run as Administrator'.

Run this command and press Enter:

wsreset -i

Wait for that command to complete, then close Command Prompt and restart your PC, then check if the store is working correctly.

If not, open the Settings App, go to System - Recovery, and click the Reinstall Now' button in the 'Fix problems with Windows Updates' section, then wait for that process to complete.

Was this answer helpful?

6 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. AI answer

    2025-11-10T06:15:07.0066667+00:00

    The error code 0x80073CF6 indicates that the package can't be registered. This can happen for a variety of reasons, including issues with the package repository or conflicts with existing packages. Here are some steps you can take to troubleshoot and potentially resolve this issue:

    1. Check Disk Space: Ensure that you have enough disk space available on your device. Insufficient disk space can lead to installation failures.
    2. Reset Microsoft Store: You can reset the Microsoft Store app by going to Settings > Apps > Apps & features, finding Microsoft Store, and selecting the option to reset it.
    3. Re-register Microsoft Store: You can try re-registering the Microsoft Store using PowerShell. Open PowerShell as an administrator and run the following command:
         Add-AppxPackage -Register -DisableDevelopmentMode "C:\Program Files\WindowsApps\Microsoft.WindowsStore_8wekyb3d8bbwe\AppxManifest.xml"
      
      Make sure to adjust the path if necessary based on your system configuration.
    4. Check for Windows Updates: Ensure that your Windows operating system is up to date, as updates can resolve underlying issues with the Microsoft Store.
    5. Check App Dependencies: Sometimes, the error can arise due to missing dependencies for the app you are trying to install. Ensure that all required dependencies are installed and up to date.

    If the problem persists after trying these steps, you may need to look into more specific issues related to your system configuration or consult Microsoft support for further assistance.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    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.