IT Error Decoder

How to Fix 0x80073cf9 Microsoft Store install failed

Last reviewed

Error message

Something happened on our end. Try again later. Code 0x80073cf9.

0x80073cf9 errors are almost always cache-related. The two-step reset usually fixes them in five minutes.

What this error means

Windows tried to install or update an app from the Microsoft Store but the package operation failed at the deployment layer.

Why this happens

Common: corrupt store cache, Windows License Manager service stopped, file system permission issues on `%LOCALAPPDATA%\Packages`, or a stuck pending operation from a previous failed install.

Quick fix (for end users)

  • Reset the Microsoft Store cache.
  • Reboot.

Admin / engineer fix

  • Reset the Microsoft Store cache from PowerShell or Run.

    command
    wsreset.exe
  • Confirm the License Manager and Windows Update services are running.

    command
    Get-Service -Name LicenseManager, wuauserv | Format-Table Status,Name
  • Re-register all built-in Store packages (last resort).

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

Step-by-step fix

  1. Run wsreset.exe.

  2. Reboot.

  3. Retry the install.

Affected products

Windows 10 · Windows 11

Common variations of this error

People also see these phrasings of the same problem:

  • Microsoft Store error 0x80073CF9
  • App install failed 0x80073cf9

Still broken? Try these

  • Run `sfc /scannow` and `DISM /Online /Cleanup-Image /RestoreHealth`.
  • Check Event Viewer → AppXDeployment-Server for the actual deployment error.
  • If only one user is affected, log in as a different user to isolate per-user vs per-machine.

Related errors

Related searches

  • fix microsoft store install error
  • wsreset.exe

Frequently asked questions

What does "0x80073cf9 Microsoft Store install failed" mean?

Windows tried to install or update an app from the Microsoft Store but the package operation failed at the deployment layer.

What causes "0x80073cf9 Microsoft Store install failed"?

Common: corrupt store cache, Windows License Manager service stopped, file system permission issues on `%LOCALAPPDATA%\Packages`, or a stuck pending operation from a previous failed install.

How do I fix "0x80073cf9 Microsoft Store install failed"?

1. Run wsreset.exe. 2. Reboot. 3. Retry the install. Always test changes in a non-production environment first.

Browse more errors in Windows Admin: Fix Windows administration errors. Access denied, RPC server unavailable, trust relationship failures, Group Policy errors, and network path issues. Or paste your own error into the error decoder tool to find a match. You can also go back to the homepage to browse common errors by topic.