claude-code - 💡(How to fix) Fix [BUG] [BUG] Claude Desktop installer fails with HRESULT 0x80073CF6 - MSIX package stuck in wedged state

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

Installation failed: AddPackage failed: AddPackage failed with HRESULT 0x80073CF6

cowork_vm_node.log: [error] [VM:start] Startup failed: Error: failed to set VHDX path: VHDX file not found: C:\Users\usuario\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Local\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx [info] [VM:start] Skipping auto-reinstall (already attempted once)

Stuck folders in WindowsApps (cannot delete even with takeown + icacls): C:\Program Files\WindowsApps\Claude_1.4758.0.0_x64__pzs8sxrjxfjjc C:\Program Files\WindowsApps\Claude_1.5220.0.0_x64__pzs8sxrjxfjjc

Root Cause

Claude Desktop cannot be reinstalled. The installer fails with "AddPackage failed with HRESULT 0x80073CF6". Two old package folders (versions 1.4758.0.0 and 1.5220.0.0) remain stuck in C:\Program Files\WindowsApps\ and cannot be deleted even with administrator ownership. No standard tool detects the package as installed (Get-AppxPackage, winget, DISM all return nothing), yet AddPackage fails because the package family name is still claimed. This matches issue #49917.

Code Example

Installation failed: AddPackage failed: AddPackage failed with HRESULT 0x80073CF6

cowork_vm_node.log:
[error] [VM:start] Startup failed: Error: failed to set VHDX path: VHDX file not found: C:\Users\usuario\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Local\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
[info] [VM:start] Skipping auto-reinstall (already attempted once)

Stuck folders in WindowsApps (cannot delete even with takeown + icacls):
C:\Program Files\WindowsApps\Claude_1.4758.0.0_x64__pzs8sxrjxfjjc
C:\Program Files\WindowsApps\Claude_1.5220.0.0_x64__pzs8sxrjxfjjc
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Claude Desktop cannot be reinstalled. The installer fails with "AddPackage failed with HRESULT 0x80073CF6". Two old package folders (versions 1.4758.0.0 and 1.5220.0.0) remain stuck in C:\Program Files\WindowsApps\ and cannot be deleted even with administrator ownership. No standard tool detects the package as installed (Get-AppxPackage, winget, DISM all return nothing), yet AddPackage fails because the package family name is still claimed. This matches issue #49917.

What Should Happen?

The installer should detect and remove stuck package registrations before attempting AddPackage, or provide a cleanup tool for this scenario.

Error Messages/Logs

Installation failed: AddPackage failed: AddPackage failed with HRESULT 0x80073CF6

cowork_vm_node.log:
[error] [VM:start] Startup failed: Error: failed to set VHDX path: VHDX file not found: C:\Users\usuario\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Local\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
[info] [VM:start] Skipping auto-reinstall (already attempted once)

Stuck folders in WindowsApps (cannot delete even with takeown + icacls):
C:\Program Files\WindowsApps\Claude_1.4758.0.0_x64__pzs8sxrjxfjjc
C:\Program Files\WindowsApps\Claude_1.5220.0.0_x64__pzs8sxrjxfjjc

Steps to Reproduce

  1. Uninstall Claude Desktop via Settings > Apps
  2. Delete AppData folders manually
  3. Run Claude installer as Administrator
  4. Installer fails with HRESULT 0x80073CF6
  5. Get-AppxPackage, winget, DISM — none detect the package
  6. Old package folders remain in WindowsApps with access denied

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

1.6259.1 (5095e7)

Platform

Other

Operating System

Windows

Terminal/Shell

PowerShell

Additional Information

This is Claude Desktop (Cowork), not Claude Code. Related to known issue #49917. Support ticket also filed via support.anthropic.com.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING