claude-code - 💡(How to fix) Fix Claude Desktop fails to launch silently on Windows 11 25H2 — vmcompute.dll sandbox access denied [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#48414Fetched 2026-04-16 07:00:49
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Author
Timeline (top)
labeled ×5commented ×1

Error Message

Claude Desktop installs successfully but fails to launch with "Claude Desktop failed to launch" error. No crash appears in Windows Event Viewer. Root cause identified in cowork-service.log: MSIX sandbox cannot access vmcompute.dll despite the file existing in System32 and vmcompute service running. Key Error from cowork-service.log

Error Messages/Logs

Root Cause

Claude Desktop fails to launch silently on Windows 11 25H2 — vmcompute.dll sandbox access denied Summary Claude Desktop installs successfully but fails to launch with "Claude Desktop failed to launch" error. No crash appears in Windows Event Viewer. Root cause identified in cowork-service.log: MSIX sandbox cannot access vmcompute.dll despite the file existing in System32 and vmcompute service running. System Information OS: Windows 11 Home Single Language, Version 25H2 Build: 26200.8246 Architecture: x64 RAM: 15.8 GB Disk free: ~16 GB Claude version installed: 1.1617.0 (via winget) / also tested 1.2581.0.0 Steps to Reproduce Install Claude Desktop via winget: winget install Anthropic.Claude Installation reports success: "MSIX installation succeeded" / "Claude Setup completed successfully" Launch Claude Desktop from Start menu App immediately shows: "Claude Desktop failed to launch. Please check for updates and try again." Troubleshooting Already Completed ✅ Enabled VirtualMachinePlatform: Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform ✅ vmcompute service status: Running ✅ vmcompute.dll exists: C:\Windows\System32\vmcompute.dll (832,976 bytes, updated 14/04/2026) ✅ Removed AppX package and reinstalled clean via winget ✅ Removed CoworkVMService from registry ✅ Restarted vmcompute service ✅ Multiple system reboots ❌ No Claude-related errors in Windows Event Viewer Application log ❌ No crash dump generated Key Error from cowork-service.log

[HCS] Warning: Failed to load vmcompute.dll: The specified module could not be found.
[Cleanup] Warning: failed to enumerate HCN networks: HcnEnumerateNetworks failed with HRESULT 0x800706d9
[VM] Stale VM scan failed, continuing without cleanup: HCS not initialized
Warning: failed to open service for recovery config: Access is denied.

Log Location C:\ProgramData\Claude\Logs\cowork-service.log Analysis The vmcompute.dll file exists in System32 and the vmcompute Windows service is running. However, the Claude MSIX package (running in sandbox) cannot load vmcompute.dll. This suggests the MSIX sandbox permissions do not include access to the Hyper-V Compute Service DLLs required by CoworkVMService. Expected Behavior Claude Desktop launches successfully and CoworkVMService initializes vmcompute.dll. Actual Behavior Silent launch failure. No crash log generated by the main app. CoworkVMService logs the vmcompute.dll load failure but continues running. Additional Context Confirmed with Anthropic support that this is an MSIX package compatibility issue, not a user configuration problem. Web version (claude.ai) works correctly. ClaudeSetup.log reports installation success but also shows: WARNING: CoworkVMService already exists (potential conflict)

Code Example

[HCS] Warning: Failed to load vmcompute.dll: The specified module could not be found.
[Cleanup] Warning: failed to enumerate HCN networks: HcnEnumerateNetworks failed with HRESULT 0x800706d9
[VM] Stale VM scan failed, continuing without cleanup: HCS not initialized
Warning: failed to open service for recovery config: Access is denied.

---
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 fails to launch silently on Windows 11 25H2 — vmcompute.dll sandbox access denied Summary Claude Desktop installs successfully but fails to launch with "Claude Desktop failed to launch" error. No crash appears in Windows Event Viewer. Root cause identified in cowork-service.log: MSIX sandbox cannot access vmcompute.dll despite the file existing in System32 and vmcompute service running. System Information OS: Windows 11 Home Single Language, Version 25H2 Build: 26200.8246 Architecture: x64 RAM: 15.8 GB Disk free: ~16 GB Claude version installed: 1.1617.0 (via winget) / also tested 1.2581.0.0 Steps to Reproduce Install Claude Desktop via winget: winget install Anthropic.Claude Installation reports success: "MSIX installation succeeded" / "Claude Setup completed successfully" Launch Claude Desktop from Start menu App immediately shows: "Claude Desktop failed to launch. Please check for updates and try again." Troubleshooting Already Completed ✅ Enabled VirtualMachinePlatform: Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform ✅ vmcompute service status: Running ✅ vmcompute.dll exists: C:\Windows\System32\vmcompute.dll (832,976 bytes, updated 14/04/2026) ✅ Removed AppX package and reinstalled clean via winget ✅ Removed CoworkVMService from registry ✅ Restarted vmcompute service ✅ Multiple system reboots ❌ No Claude-related errors in Windows Event Viewer Application log ❌ No crash dump generated Key Error from cowork-service.log

[HCS] Warning: Failed to load vmcompute.dll: The specified module could not be found.
[Cleanup] Warning: failed to enumerate HCN networks: HcnEnumerateNetworks failed with HRESULT 0x800706d9
[VM] Stale VM scan failed, continuing without cleanup: HCS not initialized
Warning: failed to open service for recovery config: Access is denied.

Log Location C:\ProgramData\Claude\Logs\cowork-service.log Analysis The vmcompute.dll file exists in System32 and the vmcompute Windows service is running. However, the Claude MSIX package (running in sandbox) cannot load vmcompute.dll. This suggests the MSIX sandbox permissions do not include access to the Hyper-V Compute Service DLLs required by CoworkVMService. Expected Behavior Claude Desktop launches successfully and CoworkVMService initializes vmcompute.dll. Actual Behavior Silent launch failure. No crash log generated by the main app. CoworkVMService logs the vmcompute.dll load failure but continues running. Additional Context Confirmed with Anthropic support that this is an MSIX package compatibility issue, not a user configuration problem. Web version (claude.ai) works correctly. ClaudeSetup.log reports installation success but also shows: WARNING: CoworkVMService already exists (potential conflict)

What Should Happen?

Claude Desktop should launch successfully and display the main interface, allowing the user to chat and access Cowork features.

Error Messages/Logs

Steps to Reproduce

Claude Desktop should launch successfully and display the main interface, allowing the user to chat and access Cowork features.

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

1.1617.0 (Claude Desktop)

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

No response

extent analysis

TL;DR

The most likely fix is to adjust the MSIX package permissions to include access to the Hyper-V Compute Service DLLs required by CoworkVMService.

Guidance

  • Verify that the vmcompute.dll file exists in the System32 directory and that the vmcompute Windows service is running.
  • Check the MSIX package configuration to ensure it has the necessary permissions to access the Hyper-V Compute Service DLLs.
  • Consider reinstalling the MSIX package with elevated privileges to ensure proper registration of the required DLLs.
  • Review the cowork-service.log for any additional error messages that may indicate a specific issue with the MSIX package or the CoworkVMService.

Example

No code snippet is provided as the issue is related to MSIX package configuration and permissions.

Notes

The issue is confirmed to be an MSIX package compatibility issue, and the web version of Claude works correctly. The problem may be specific to the Windows 11 25H2 version.

Recommendation

Apply a workaround by adjusting the MSIX package permissions to include access to the Hyper-V Compute Service DLLs required by CoworkVMService, as this is the most likely cause of the issue.

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