claude-code - 💡(How to fix) Fix Cowork: VM connection timeout on Windows ARM64 (Snapdragon X Plus) [2 comments, 3 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#45480Fetched 2026-04-09 08:04:27
View on GitHub
Comments
2
Participants
3
Timeline
7
Reactions
0
Author
Timeline (top)
labeled ×4commented ×2cross-referenced ×1

Claude Cowork fails to start on Windows ARM64 (Snapdragon X Plus) with "VM connection timeout after 60 seconds." It has never successfully connected — zero successful guest connections across 30+ attempts from March 26 to April 9, 2026.

Root Cause

Claude Cowork fails to start on Windows ARM64 (Snapdragon X Plus) with "VM connection timeout after 60 seconds." It has never successfully connected — zero successful guest connections across 30+ attempts from March 26 to April 9, 2026.

Code Example

[VM:steps] create_vm_config completed (63ms)
[VM:steps] vm_boot completed (104ms)
[VM:steps] add_plan9_shares completed (3ms)
[VM:start] Still waiting for guest connection... 10130ms elapsed, 21 polls
[VM:start] Still waiting for guest connection... 20293ms elapsed, 41 polls
[VM:start] Still waiting for guest connection... 30474ms elapsed, 61 polls
[VM:start] Still waiting for guest connection... 40645ms elapsed, 81 polls
[VM:start] Still waiting for guest connection... 50849ms elapsed, 101 polls
[VM:start] Connection timeout, last completed step: add_plan9_shares
RAW_BUFFERClick to expand / collapse

Description

Claude Cowork fails to start on Windows ARM64 (Snapdragon X Plus) with "VM connection timeout after 60 seconds." It has never successfully connected — zero successful guest connections across 30+ attempts from March 26 to April 9, 2026.

System Info

  • CPU: Snapdragon X Plus (X1P42100), 8 cores
  • OS: Windows 11 Home ARM64, Build 26200
  • RAM: 32GB
  • Disk: 693GB free
  • Claude version: 1.1348.0.0 (arm64, Microsoft Store)
  • VM config: 4096MB RAM, 2 CPUs allocated

Failure Pattern

The VM boots successfully via HCS, but the Linux guest never establishes an HvSocket connection:

[VM:steps] create_vm_config completed (63ms)
[VM:steps] vm_boot completed (104ms)
[VM:steps] add_plan9_shares completed (3ms)
[VM:start] Still waiting for guest connection... 10130ms elapsed, 21 polls
[VM:start] Still waiting for guest connection... 20293ms elapsed, 41 polls
[VM:start] Still waiting for guest connection... 30474ms elapsed, 61 polls
[VM:start] Still waiting for guest connection... 40645ms elapsed, 81 polls
[VM:start] Still waiting for guest connection... 50849ms elapsed, 101 polls
[VM:start] Connection timeout, last completed step: add_plan9_shares

What I've Tried

  • Restarting the computer (multiple times)
  • Deleting smol-bin.vhdx and letting it recreate
  • Full workspace reinstall (deleted entire vm_bundles directory, fresh re-download) — same timeout
  • Stopping vmcompute service, killing vmwp.exe, restarting services
  • The auto-reinstall ran once on March 26 and failed with the same timeout

Additional Context

  • Hyper-V Host Compute Service (vmcompute) and HvHost are both running correctly
  • The VM boots (vmwp.exe starts), but the ARM64 Linux kernel/init inside the VM appears to fail silently before it can start its agent service
  • Secondary issue: after a failed attempt, vmwp.exe holds a lock on smol-bin.vhdx, causing EBUSY errors on subsequent attempts until vmcompute is stopped and vmwp is killed
  • Cowork was announced for Windows ARM on 2025-03-25; the first attempt on this machine was March 26 and it has never worked since

Relevant Logs

  • cowork_vm_node.log: Every attempt ends with Connection timeout, last completed step: add_plan9_shares
  • cowork-service.log: HCS initializes correctly, VM session created, network configured — all infrastructure works
  • Boot mode: UEFI BootThis+VmbFs (ARM64)
  • Kernel cmdline: initrd=\initrd root=/dev/sda1 rootfstype=ext4 rw panic=10

extent analysis

TL;DR

The most likely fix for Claude Cowork's failure to start on Windows ARM64 is to investigate and resolve the issue with the ARM64 Linux kernel/init inside the VM, which appears to fail silently before starting its agent service.

Guidance

  • Verify that the ARM64 Linux kernel and initrd are correctly configured and compatible with the Snapdragon X Plus processor.
  • Check the kernel cmdline for any potential issues, such as incorrect root device or filesystem type.
  • Investigate the possibility of a bug or incompatibility in the Claude Cowork software, given that it was announced for Windows ARM on 2025-03-25 and has never worked on this machine since the first attempt on March 26.
  • Consider checking the Hyper-V and HvHost service logs for any errors or warnings that may indicate a problem with the VM configuration or boot process.

Notes

The issue may be related to the specific hardware or software configuration of the machine, and further investigation is needed to determine the root cause.

Recommendation

Apply workaround: Given the lack of successful connections and the fact that the VM boots but the Linux guest never establishes an HvSocket connection, it is likely that a workaround or a fix from the Claude Cowork developers is needed to resolve this 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