Windows Store Error 0x80073CF9 — App Installation Failed
Warningapplication
Overview
Windows Store error 0x80073CF9 means an app installation or update failed, typically due to corrupted Store cache, disk space, or Windows Store service issues.
Key Details
- Error 0x80073CF9 occurs during Microsoft Store app installation or update
- The Store cache may be corrupted, preventing package deployment
- Insufficient disk space on the system drive can trigger this error
- Windows Store service components may need resetting
- AppX deployment service may be stuck or malfunctioning
Common Causes
- Corrupted Microsoft Store cache files
- Insufficient disk space on C: drive for app installation
- Windows Store service (WSService) or AppX Deployment Service malfunction
- Antivirus blocking Store app package deployment
- Damaged Windows Store app registration
Steps
- 1Reset Store cache: press Win+R, type wsreset.exe, press Enter — wait for Store to open
- 2Ensure at least 10GB free space on C: drive
- 3Re-register Store apps: PowerShell (admin) > Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- 4Reset Microsoft Store: Settings > Apps > Microsoft Store > Advanced options > Reset
- 5Create AUInstallAgent and AppReadiness folders in C:\Windows\temp if they do not exist
Tags
windowsstore0x80073cf9app-installationcache
More in Application
windows-C0000005-access-violationWindows Error 0xC0000005 — Access Violation
Errorwindows-C000007B-bad-image-formatWindows Error 0xC000007B — Bad Image Format
Errorwindows-C0000142-application-init-failedWindows Error 0xC0000142 — Application Init Failed
Errorwindows-SxS-Error-side-by-side-configuration-errorWindows Error SxS-Error — Side-by-Side Configuration Error
Warningwindows-DLL-Missing-dll-not-foundWindows Error DLL-Missing — DLL Not Found
Warningwindows-app-runtime-r6025Windows Runtime Error R6025 — Pure Virtual Function Call
WarningFrequently Asked Questions
It clears the Microsoft Store cache and restarts the Store services. It opens a blank command window, then the Store opens when done.