Error Codes Wiki

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

  1. 1Reset Store cache: press Win+R, type wsreset.exe, press Enter — wait for Store to open
  2. 2Ensure at least 10GB free space on C: drive
  3. 3Re-register Store apps: PowerShell (admin) > Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  4. 4Reset Microsoft Store: Settings > Apps > Microsoft Store > Advanced options > Reset
  5. 5Create AUInstallAgent and AppReadiness folders in C:\Windows\temp if they do not exist

Tags

windowsstore0x80073cf9app-installationcache

More in Application

Frequently 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.