claude-code - 💡(How to fix) Fix [BUG] Cowork VM guest connection timeout on ARM64 Windows (Snapdragon X Plus) - never connects [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#46183Fetched 2026-04-11 06:26:57
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Author
Timeline (top)
labeled ×3cross-referenced ×2commented ×1

Error Message

Failure pattern from cowork_vm_node.log Every attempt follows the same sequence: [VM:steps] download_and_sdk_prepare completed [VM:steps] load_swift_api completed (0ms) [VM:start] smol-bin.arm64.vhdx copied successfully [VM:start] Windows VM service configured [VM:steps] create_network completed [VM:steps] create_vm_config completed [VM:steps] vm_boot completed (1423ms) [VM:steps] add_plan9_shares completed (16ms) [VM:start] Still waiting for guest connection... 10313ms elapsed, 21 polls [VM:start] Still waiting for guest connection... 20553ms elapsed, 41 polls [VM:start] Still waiting for guest connection... 30773ms elapsed, 61 polls [VM:start] Still waiting for guest connection... 40899ms elapsed, 81 polls [VM:start] Still waiting for guest connection... 51087ms elapsed, 101 polls [VM:start] Connection timeout, last completed step: add_plan9_shares Dispatching startup error: VM connection timeout after 60 seconds [VM:start] Startup failed: Error: VM connection timeout after 60 seconds The VM boots in ~1.4 seconds, all steps complete, but the guest never connects. Auto-reinstall triggers, deletes and re-downloads the bundle, and the same failure repeats. Later attempts also show repeated SDK install timeouts: [postConnect] Installing SDK: subpath=c/Users/cam/AppData/Local/Packages/Claude_pzs8sxrjxfjjc/LocalCache/Roaming/Claude/claude-code-vm, version=2.1.92 [startVM] Post-connect setup failed on already-connected fast path: Error: request timed out after 30s

Fix Action

Fix / Workaround

Failure pattern from cowork_vm_node.log
Every attempt follows the same sequence:
[VM:steps] download_and_sdk_prepare completed
[VM:steps] load_swift_api completed (0ms)
[VM:start] smol-bin.arm64.vhdx copied successfully
[VM:start] Windows VM service configured
[VM:steps] create_network completed
[VM:steps] create_vm_config completed
[VM:steps] vm_boot completed (1423ms)
[VM:steps] add_plan9_shares completed (16ms)
[VM:start] Still waiting for guest connection... 10313ms elapsed, 21 polls
[VM:start] Still waiting for guest connection... 20553ms elapsed, 41 polls
[VM:start] Still waiting for guest connection... 30773ms elapsed, 61 polls
[VM:start] Still waiting for guest connection... 40899ms elapsed, 81 polls
[VM:start] Still waiting for guest connection... 51087ms elapsed, 101 polls
[VM:start] Connection timeout, last completed step: add_plan9_shares
Dispatching startup error: VM connection timeout after 60 seconds
[VM:start] Startup failed: Error: VM connection timeout after 60 seconds
The VM boots in ~1.4 seconds, all steps complete, but the guest never connects. Auto-reinstall triggers, deletes and re-downloads the bundle, and the same failure repeats.
Later attempts also show repeated SDK install timeouts:
[postConnect] Installing SDK: subpath=c/Users/cam/AppData/Local/Packages/Claude_pzs8sxrjxfjjc/LocalCache/Roaming/Claude/claude-code-vm, version=2.1.92
[startVM] Post-connect setup failed on already-connected fast path: Error: request timed out after 30s

Code Example

Failure pattern from cowork_vm_node.log
Every attempt follows the same sequence:
[VM:steps] download_and_sdk_prepare completed
[VM:steps] load_swift_api completed (0ms)
[VM:start] smol-bin.arm64.vhdx copied successfully
[VM:start] Windows VM service configured
[VM:steps] create_network completed
[VM:steps] create_vm_config completed
[VM:steps] vm_boot completed (1423ms)
[VM:steps] add_plan9_shares completed (16ms)
[VM:start] Still waiting for guest connection... 10313ms elapsed, 21 polls
[VM:start] Still waiting for guest connection... 20553ms elapsed, 41 polls
[VM:start] Still waiting for guest connection... 30773ms elapsed, 61 polls
[VM:start] Still waiting for guest connection... 40899ms elapsed, 81 polls
[VM:start] Still waiting for guest connection... 51087ms elapsed, 101 polls
[VM:start] Connection timeout, last completed step: add_plan9_shares
Dispatching startup error: VM connection timeout after 60 seconds
[VM:start] Startup failed: Error: VM connection timeout after 60 seconds
The VM boots in ~1.4 seconds, all steps complete, but the guest never connects. Auto-reinstall triggers, deletes and re-downloads the bundle, and the same failure repeats.
Later attempts also show repeated SDK install timeouts:
[postConnect] Installing SDK: subpath=c/Users/cam/AppData/Local/Packages/Claude_pzs8sxrjxfjjc/LocalCache/Roaming/Claude/claude-code-vm, version=2.1.92
[startVM] Post-connect setup failed on already-connected fast path: Error: request timed out after 30s
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?

Cowork has never worked on this machine. The VM downloads, boots, and completes all startup steps successfully, but the guest OS never establishes a connection back to the host. Times out at exactly 60 seconds every time. This is 100% reproducible across 4+ attempts including full workspace reinstalls. Claude Chat and Claude Code both work perfectly on the same machine. Related issues: #43452 (Plan9 share failure on Windows), #43915 (Cowork silent fail on Windows Build 26200), #28231 (CoworkVMService failure on Build 26200) Environment

Device: Lenovo IdeaPad Slim 5 (model 83HL) Processor: Qualcomm Snapdragon X Plus (ARMv8, ~3244 MHz) RAM: 32GB OS: Windows 11 Pro ARM64, Build 26200 Claude Desktop: 1.1617.0 ARM64 MSIX (Microsoft Store) Hyper-V: Enabled (all features) Virtual Machine Platform: Enabled Windows Hypervisor Platform: Enabled Virtualization-based security: Running

What works

Claude Chat ✅ Claude Code ✅ (local sessions, fully functional) Hypervisor detected and running ✅

What doesn't

Cowork ❌ — never worked, not once Fails with and without projects Fails on any folder (tested multiple)

What Should Happen?

Cowork workspace should start and accept tasks.

Error Messages/Logs

Failure pattern from cowork_vm_node.log
Every attempt follows the same sequence:
[VM:steps] download_and_sdk_prepare completed
[VM:steps] load_swift_api completed (0ms)
[VM:start] smol-bin.arm64.vhdx copied successfully
[VM:start] Windows VM service configured
[VM:steps] create_network completed
[VM:steps] create_vm_config completed
[VM:steps] vm_boot completed (1423ms)
[VM:steps] add_plan9_shares completed (16ms)
[VM:start] Still waiting for guest connection... 10313ms elapsed, 21 polls
[VM:start] Still waiting for guest connection... 20553ms elapsed, 41 polls
[VM:start] Still waiting for guest connection... 30773ms elapsed, 61 polls
[VM:start] Still waiting for guest connection... 40899ms elapsed, 81 polls
[VM:start] Still waiting for guest connection... 51087ms elapsed, 101 polls
[VM:start] Connection timeout, last completed step: add_plan9_shares
Dispatching startup error: VM connection timeout after 60 seconds
[VM:start] Startup failed: Error: VM connection timeout after 60 seconds
The VM boots in ~1.4 seconds, all steps complete, but the guest never connects. Auto-reinstall triggers, deletes and re-downloads the bundle, and the same failure repeats.
Later attempts also show repeated SDK install timeouts:
[postConnect] Installing SDK: subpath=c/Users/cam/AppData/Local/Packages/Claude_pzs8sxrjxfjjc/LocalCache/Roaming/Claude/claude-code-vm, version=2.1.92
[startVM] Post-connect setup failed on already-connected fast path: Error: request timed out after 30s

Steps to Reproduce

Install Claude Desktop from Microsoft Store on ARM64 Windows 11 Pro Open Cowork tab Enter any prompt Observe "Starting Claude's workspace..." spinner Wait 60 seconds for timeout

Claude Model

Opus

Is this a regression?

I don't know

Last Working Version

No response

Claude Code Version

v2.1.91

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

PowerShell

Additional Information

Troubleshooting already done

Multiple full workspace reinstalls Confirmed Hyper-V, Virtual Machine Platform, HypervisorPlatform all enabled Confirmed virtualization-based security running via systeminfo Tested with different folders and with/without projects Claude Code works perfectly on same machine (hypervisor is functional) Verified via Anthropic support chat — they confirmed all client-side settings are correct and escalated to engineering

extent analysis

TL;DR

The most likely fix or workaround for the Cowork connection timeout issue is to investigate and resolve the potential compatibility problems between the ARM64 Windows 11 Pro and the Claude Code VM, considering the error patterns and the fact that Claude Chat and Claude Code work perfectly on the same machine.

Guidance

  • Review the logs to understand the sequence of events leading to the timeout, focusing on the add_plan9_shares step and the subsequent waiting period for the guest connection.
  • Investigate potential issues with the Plan9 shares, given the reference to related issue #43452 (Plan9 share failure on Windows), which might indicate a known problem that needs a specific workaround or fix.
  • Consider testing the Cowork feature on a different machine or environment to isolate if the issue is specific to the ARM64 architecture or the Windows 11 Pro build.
  • Look into the SDK installation timeouts ([postConnect] Installing SDK) and how they might be related to the overall connection timeout, potentially indicating a network or resource issue.

Example

No specific code example can be provided without more details on the implementation, but reviewing the cowork_vm_node.log for patterns or errors related to the SDK installation and Plan9 shares could offer clues.

Notes

The issue seems to be highly specific to the environment (ARM64 Windows 11 Pro) and the application (Claude Code Cowork feature), suggesting that the solution might involve updates or workarounds specific to these components. The fact that Claude Chat and Claude Code work without issues on the same machine indicates that the problem is not with the hypervisor or basic virtualization setup.

Recommendation

Apply a workaround, as the issue seems to be related to specific compatibility or configuration problems rather than a straightforward bug that can be fixed with an upgrade. The reason is that the problem is highly environment-specific, and without a clear indication of a version fix, a workaround seems more appropriate.

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] Cowork VM guest connection timeout on ARM64 Windows (Snapdragon X Plus) - never connects [1 comments, 2 participants]