Please find attached
Getting an error while installing apps from Microsoft Store (Code: 0x80073CF9)
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.
8 answers
Sort by: Most helpful
-
Anonymous
2024-11-19T12:59:13+00:00 -
Jonathan Deives 72,975 Reputation points Independent Advisor2024-11-19T12:33:57+00:00 Click on the uninstall updates button and send a screenshot.
-
Ramesh 176.2K Reputation points Volunteer Moderator2024-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
-
Jonathan Deives 72,975 Reputation points Independent Advisor2024-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.