Windows 0x80073CF9High

Error 0x80073CF9: how to fix it when installing applications in Windows

Error 0x80073CF9 occurs when installing, removing, or updating applications in Windows. The issue is related to corruption of app store components, conflicts with system files, or incorrect access rights.

Updated at February 13, 2026
15-45 min
Medium
FixPedia Team
Применимо к:Windows 10Windows 11Windows Server 2019Windows Server 2022

Error 0x80073CF9 in Windows: Causes and Fixes

Error code 0x80073CF9 is one of the most common issues when working with applications in Windows 10 and Windows 11. This error indicates a failure in deploying application packages (AppX) and most often occurs when trying to install, update, or uninstall programs through the Microsoft Store or when installing applications packaged in the AppX format.

Symptoms of Error 0x80073CF9

When the error 0x80073CF9 occurs, users may observe the following symptoms:

  • Unable to install the application from the Microsoft Store with the corresponding error code
  • Updating applications fails with an error message
  • Uninstalling applications stops working and returns an error
  • In some cases, the issue affects all applications using the AppX platform

Main Causes of Occurrence

Error 0x80073CF9 can occur for several reasons:

  1. Corruption of Microsoft Store cache — accumulation of temporary files leads to failures
  2. Integrity issues with system files — components of the application store are damaged
  3. Access rights issues — insufficient privileges to install applications
  4. Conflicts with the Windows deployment service — failures in the AppXSvc service
  5. Insufficient disk space — not enough space to unpack the application
  6. Malware infection — certain programs may block installation

Methods to Resolve the Issue

Method 1: Clear Microsoft Store Cache

The simplest and often effective method is to clear the store cache:

  1. Press Win + R, type wsreset.exe, and press Enter
  2. Wait for Microsoft Store to open automatically after the clearing
  3. Try to reinstall the application

Method 2: Check and Repair System Files

Run the built-in integrity check tool:

sfc /scannow

After the scan is complete, restart your computer. If sfc did not find any issues, additionally run:

DISM /Online /Cleanup-Image /RestoreHealth

Method 3: Reinstall Microsoft Store

If the previous methods did not help, reinstall the store:

  1. Open PowerShell as an administrator
  2. Execute the following command:
Get-AppxPackage -AllUsers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  1. Restart your computer

Method 4: Check the Application Deployment Service

Make sure the service is running correctly:

  1. Press Win + R, type services.msc
  2. Find Application Deployment Service (AppX Deployment Service)
  3. Check that it is running and the startup type is set to Automatic
  4. Restart the service if necessary

Method 5: Create a New User Account

Sometimes the issue is related to a corrupted user profile:

  1. Create a new account through Settings → Accounts → Family & other users
  2. Log in with the new account
  3. Try to install the application

Method 6: Check Free Space

Ensure that there is enough free space on the system drive (at least 5-10 GB for application installation). If necessary, clean the drive:

  • Delete temporary files
  • Empty the recycle bin
  • Uninstall unused applications

Prevention of Error Occurrence

To avoid the appearance of error 0x80073CF9 in the future:

  • Regularly update Windows — this ensures compatibility of components
  • Do not interrupt application installations — wait for them to complete fully
  • Use antivirus software — protection against malware
  • Maintain sufficient free space on the system drive
  • Avoid dubious sources — install applications only from trusted sources

Conclusion

Error 0x80073CF9 is a serious but solvable problem. In most cases, clearing the cache or reinstalling the Microsoft Store helps. If none of the suggested methods worked, it is recommended to consult a specialist or perform a system restore to an earlier restore point.

F.A.Q.

What does error code 0x80073CF9 mean?
Why does error 0x80073CF9 appear when installing any application?
Can the error be fixed without reinstalling Windows?

Hints

Clearing the Microsoft Store cache
Checking the integrity of system files
Reinstalling Microsoft Store applications
Resetting Windows Update components
FixPedia

Free encyclopedia for fixing errors. Step-by-step guides for Windows, Linux, macOS and more.

© 2026 FixPedia. All materials are available for free.

Made with for the community