claude-code - 💡(How to fix) Fix [BUG] Claude desktop installer fails with HRESULT 0x80073CF6 on Windows 11 Home

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

The Claude desktop app installer fails every time with HRESULT 0x80073CF6 during the MSIX AddPackage step. The app cannot be installed at all. The error occurs consistently across multiple attempts, both with and without the Cowork feature.

Error Messages/Logs

Code Example

Checking for existing Claude MSIX packages...
Installing MSIX: C:\Users\chaey\AppData\Local\Temp\Claude-*.msix
Extracted family name from MSIX manifest: Claude_pzs8sxrjxfjjc
Standard install (not split-account), using AddPackage
Installing via AddPackage (current-user)...
MSIX installation failed: AddPackage failed: AddPackage failed with HRESULT 0x80073CF6

(Full `ClaudeSetup.log` attached)
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?

The Claude desktop app installer fails every time with HRESULT 0x80073CF6 during the MSIX AddPackage step. The app cannot be installed at all. The error occurs consistently across multiple attempts, both with and without the Cowork feature.

What Should Happen?

The installer should successfully register the MSIX package and launch Claude.

Error Messages/Logs

Checking for existing Claude MSIX packages...
Installing MSIX: C:\Users\chaey\AppData\Local\Temp\Claude-*.msix
Extracted family name from MSIX manifest: Claude_pzs8sxrjxfjjc
Standard install (not split-account), using AddPackage
Installing via AddPackage (current-user)...
MSIX installation failed: AddPackage failed: AddPackage failed with HRESULT 0x80073CF6

(Full `ClaudeSetup.log` attached)

Steps to Reproduce

  1. Download Claude Setup.exe
  2. Run it (as normal user or directly as Administrator)
  3. The installer downloads the MSIX (~220 MB), verifies the signature successfully
  4. Self-elevates to Administrator
  5. Fails at AddPackage (current-user) after ~17 seconds with HRESULT 0x80073CF6

Claude Model

Opus

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

1.9659.2 (installer build 390d6ca38de808ca81aeccd2945d9c8be800f47d)

Platform

Other

Operating System

macOS

Terminal/Shell

Non-interactive/CI environment

Additional Information

  • Attempted 4+ times with the same result
  • MSIX signature verification passes each time (SHA256 matches)
  • Elevation to Administrator succeeds
  • Tried both "install with Cowork" and "install without Cowork" options

ClaudeSetup.log

  • No existing Claude packages found by the installer prior to each attempt

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

claude-code - 💡(How to fix) Fix [BUG] Claude desktop installer fails with HRESULT 0x80073CF6 on Windows 11 Home