claude-code - 💡(How to fix) Fix [BUG] Claude Desktop MSIX Installation Fails with HRESULT 0x80073CF6 on Windows 11 [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#48437Fetched 2026-04-16 07:00:11
View on GitHub
Comments
1
Participants
2
Timeline
7
Reactions
0
Timeline (top)
labeled ×5commented ×1cross-referenced ×1

Error Message

After updating Claude Desktop, the application started crashing immediately on launch. When I tried to reinstall, the installation fails with the following error:

Error Messages/Logs

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?

Hello Anthropic Support Team,

I am experiencing a critical installation issue with Claude Desktop on Windows 11 after the latest update. I would like to report this bug.

--- SYSTEM INFO --- OS: Windows 11 (Core Edition) Windows Version: 10.0.26200 Architecture: x64

--- PROBLEM DESCRIPTION --- After updating Claude Desktop, the application started crashing immediately on launch. When I tried to reinstall, the installation fails with the following error:

"MSIX installation failed: AddPackage failed with HRESULT 0x80073CF6"

The installer shows: "Administrator access is required to install Claude with full features. You can try again or install without Cowork."

--- STEPS I HAVE TRIED ---

  • Removed existing Claude AppX packages via PowerShell
  • Deleted CoworkVMService (service was not found)
  • Cleared %AppData%\Claude and %LocalAppData%\Claude folders
  • Reset Windows Store cache with wsreset.exe
  • Enabled Developer Mode in Windows Settings
  • Ran installer as Administrator multiple times
  • Restarted the computer

--- LOG EXCERPT --- WARNING: CoworkVMService already exists (potential conflict) WARNING: failed to remove conflicting service: could not open CoworkVMService: Access is denied. MSIX installation failed: AddPackage failed: AddPackage failed with HRESULT 0x80073CF6

Full log file: C:\Users\ender\AppData\Local\Temp\ClaudeSetup.log (I can attach the full log file upon request.)

--- CURRENT STATUS --- Claude Desktop is partially working — Chat tab functions normally, but the Code tab causes the application to crash immediately.

Please investigate this issue. I am happy to provide any additional information or logs needed.

Thank you, Ender

ClaudeSetup.log

What Should Happen?

Claude Desktop should install successfully with full features including the Code tab without any MSIX registration errors.

Error Messages/Logs

Steps to Reproduce

  1. Download Claude Desktop installer from claude.com/download
  2. Run installer as Administrator
  3. Installer downloads MSIX and attempts to register it
  4. Installation fails with HRESULT 0x80073CF6
  5. Code tab crashes immediately when clicked even after partial install

Claude Model

Sonnet (default)

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

2.1.92

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

PowerShell

Additional Information

No response

extent analysis

TL;DR

The most likely fix for the MSIX installation failure is to resolve the conflict with the CoworkVMService, potentially by manually removing or disabling it before reinstalling Claude Desktop.

Guidance

  • Investigate the CoworkVMService conflict: Check if the service is running and try to stop or disable it manually before reinstalling Claude Desktop.
  • Verify Administrator access: Ensure that the installer is run with elevated privileges to avoid any permission issues.
  • Check for remaining AppX packages: Use PowerShell to verify that all existing Claude AppX packages were successfully removed before attempting to reinstall.
  • Review the full log file: Examine the ClaudeSetup.log file for any additional error messages or clues that could help resolve the installation issue.

Example

No specific code snippet is applicable in this case, as the issue appears to be related to the installation process and service conflicts rather than code-level problems.

Notes

The provided information suggests that the issue is specific to the Windows 11 environment and the latest version of Claude Desktop. The fact that the Chat tab functions normally but the Code tab causes the application to crash indicates a potential problem with the installation or configuration of the Code tab's dependencies.

Recommendation

Apply workaround: Manually resolve the CoworkVMService conflict and ensure Administrator access before reinstalling Claude Desktop, as this appears to be the most direct path to resolving the MSIX installation failure and related application crashes.

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