Share via

Getting an error while installing apps from Microsoft Store (Code: 0x80073CF9)

Anonymous
2024-11-19T06:35:31+00:00

Hi all. Since today I have been getting an error (Code: 0x80073CF9) when I'm trying to install apps from Microsoft Store. The apps downloads but then at the end it says, 'there has been an error'.

I'm using Windows 10.

I have restarted my laptop, done the store reset command but no luck.

It would be great if someone can help me.

Thanks

Windows for home | Windows 10 | Microsoft Store

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

8 answers

Sort by: Most helpful
  1. Anonymous
    2024-11-19T12:59:13+00:00

    Please find attached

    Was this answer helpful?

    0 comments No comments
  2. Jonathan Deives 72,975 Reputation points Independent Advisor
    2024-11-19T12:33:57+00:00

    Click on the uninstall updates button and send a screenshot.

    Was this answer helpful?

    0 comments No comments
  3. Ramesh 176.2K Reputation points Volunteer Moderator
    2024-11-19T11:33:38+00:00

    Hi Mohit,

    It's a known issue. Please wait for an official fix, or use the workaround in this link.

    After updating Windows 10, Windows can no longer manage any appx packages, and I can't deploy WinUI 3 apps from VS · Issue #4881 · microsoft/WindowsAppSDK: https://github.com/microsoft/WindowsAppSDK/issues/4881#issuecomment-2480939942

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-11-19T11:28:53+00:00

    Hi Jonathan

    I checked my update history and don't see KB5046613 in it. Since this issue started recently, I have attached a screenshot of the recent updates my system has received.

    Was this answer helpful?

    0 comments No comments
  5. Jonathan Deives 72,975 Reputation points Independent Advisor
    2024-11-19T07:11:08+00:00

    My name is Jonathan Deives. I'm an Independent Advisor and I will be happy to help you.

    This problem began to occur for some users after the update (KB5046613), uninstall and see if the problem persists;

    https://support.microsoft.com/en-us/windows/how...

    If the problem persists, you can try these other solutions;

    Press the Windows key + R to open Run

    Type

    wsreset.exe -i

    Press Enter, restart your computer.

    --

    Press the Windows + X key

    Click Windows PowerShell (Admin)

    Copy and paste the command and press Enter;

    Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Restart your computer.

    Was this answer helpful?

    0 comments No comments