claude-code - 💡(How to fix) Fix Claude Desktop installation fails with HRESULT 0x80073CF6 on Windows 11 Pro [1 comments, 2 participants]

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…
GitHub stats
anthropics/claude-code#49104Fetched 2026-04-17 08:50:47
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Timeline (top)
labeled ×2commented ×1cross-referenced ×1unlabeled ×1

Error Message

Installation fails at the MSIX package registration step with error: 7. Same error persists every time

Error Messages/Logs

  • Fresh installer downloaded, same error persists

Code Example

Installation failed: AddPackage failed: AddPackage failed with HRESULT 0x80073CF6
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?

System:

  • Windows 11 Pro, Build 26200
  • Intel i5-14600K, 48GB RAM
  • x64-based PC, Gigabyte Z790 Eagle AX

Problem: Installation fails at the MSIX package registration step with error: "AddPackage failed with HRESULT 0x80073CF6"

Steps taken:

  1. Removed old Claude package via Get-AppxPackage claude | Remove-AppxPackage
  2. Deleted all leftover Claude folders from LocalAppData
  3. Confirmed CoworkVMService does not exist
  4. Restarted PC
  5. Downloaded fresh installer from claude.com/download
  6. Ran as Administrator
  7. Same error persists every time

Expected: Claude Desktop installs successfully Actual: Installation fails with HRESULT 0x80073CF6

What Should Happen?

Claude Desktop should install successfully on Windows 11 Pro

Error Messages/Logs

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

Steps to Reproduce

  1. Download ClaudeSetup.exe from claude.com/download
  2. Run as Administrator on Windows 11 Pro Build 26200
  3. Installation fails with HRESULT 0x80073CF6

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

Claude.ai

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

PowerShell

Additional Information

Attempted full cleanup via PowerShell before reinstalling:

  • Get-AppxPackage claude | Remove-AppxPackage (ran successfully)
  • Deleted LocalAppData Claude folders
  • CoworkVMService confirmed not present
  • Fresh installer downloaded, same error persists

extent analysis

TL;DR

The installation failure with HRESULT 0x80073CF6 may be due to a corrupted MSIX package registration, and a potential fix could involve resetting the Windows package repository or seeking assistance from the Claude Code support team.

Guidance

  • Verify that the MSIX package is correctly formatted and not corrupted by checking the package's digital signature and ensuring it matches the expected hash.
  • Attempt to reset the Windows package repository using the dism.exe /online /cleanup-image /startcomponentcleanup command in PowerShell as an administrator to potentially resolve any issues with package registration.
  • Consider reaching out to the Claude Code support team for further assistance, as the issue may be specific to the Claude Desktop application or its interaction with the Windows 11 Pro environment.
  • Review the system event logs for any additional error messages that may provide more insight into the cause of the installation failure.

Example

No specific code snippet is applicable in this case, as the issue appears to be related to the installation process and package registration rather than a code-specific problem.

Notes

The provided information suggests that the issue is a regression, as it worked in a previous version, but the last working version is not specified. This lack of information might limit the ability to pinpoint the exact cause or provide a definitive fix.

Recommendation

Apply workaround: Given the uncertainty around the cause and the fact that this is a regression, applying a workaround such as resetting the Windows package repository or seeking support from the Claude Code team seems prudent. The reason is that these steps can potentially resolve the issue without requiring a specific version upgrade, which is not clearly implied as a solution in the provided information.

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