[BUG] Cowork shows "Virtualization is not available" on Windows 11 Pro despite Hyper-V fully enabled and services running**
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
[BUG] Cowork shows "Virtualization is not available" on Windows 11 Pro despite Hyper-V fully enabled and services running
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report
- [x] I am using the latest version of Claude Desktop
What's Wrong?
Cowork displays "Virtualization is not available — Claude's workspace requires Hyper-V, but the virtualization service isn't responding" despite all Hyper-V prerequisites being fully configured and verified.
System Information
- OS: Windows 11 Pro (Build 26200.7922)
- Claude Desktop version: Latest
- Install type: Standard installer
Verification Checklist
| Check | Result |
|---|---|
| vmcompute service | ✅ Running |
| vmms service | ✅ Running |
| Hyper-V (DISM) | ✅ Enabled |
| Virtual Machine Platform | ✅ Enabled |
| Windows Hypervisor Platform | ✅ Enabled |
| bcdedit hypervisorlaunchtype | ✅ Set to Auto |
| vmms.exe exists | ✅ Confirmed |
| Restarted computer | ✅ Multiple times |
Steps to Reproduce
- Install Claude Desktop on Windows 11 Pro
- Enable all Hyper-V features via DISM and optionalfeatures
- Confirm all services (vmcompute, vmms) are Running
- Open Claude Desktop and navigate to Cowork tab
- Observe error: "Virtualization is not available"
Expected Behavior
Cowork should detect that Hyper-V is active and all required services are running, and initialize the workspace successfully.
Actual Behavior
Cowork shows the error and never attempts to start the VM, despite all system-level checks confirming virtualization is fully operational.
Additional Notes
This appears to be a detection bug on the app side, not a system configuration issue. All system-level verifications confirm Hyper-V is properly installed and running.
What Should Happen?
cowork should work ? not sure. i get Virtualization is not available
Error Messages/Logs
Steps to Reproduce
Install Claude Desktop on Windows 11 Pro
Open Claude Desktop and navigate to the Cowork tab
Observe error: "Virtualization is not available — Claude's workspace requires Hyper-V, but the virtualization service isn't responding"
Run bcdedit /set hypervisorlaunchtype auto — succeeds
Enable Hyper-V, Virtual Machine Platform, and Windows Hypervisor Platform via optionalfeatures — succeeds
Run DISM /Online /Enable-Feature /FeatureName:Microsoft-Hyper-V /All /LimitAccess — succeeds
Restart computer
Confirm vmcompute and vmms are both Running
Confirm vmms.exe exists at C:\Windows\System32\vmms.exe
Reopen Claude Desktop → Cowork tab still shows the same error
Claude Model
Not sure / Multiple models
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
Claude 1.1.5749 (ecf3d9) 2026-03-08T18:23:37.000Z
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
PowerShell
Additional Information
_No response_
12 Comments
Same issue here. Windows 11 Pro, AMD Ryzen 9 5900X, MSI X570S Edge Max WiFi. All three Windows features enabled (Hyper-V, Virtual Machine Platform, Windows Hypervisor Platform). SVM enabled in BIOS. vmms, vmcompute, and CoworkVMService all running. hypervisorlaunchtype set to Auto. %APPDATA%\Claude\logs\ does not exist — VM never initializes.
Same issue here.
System info:
OS: Windows 11 Pro 25H2 (Build 26200.8039)
CPU: AMD Ryzen 5 5500
Claude Desktop: latest version
All virtualization features confirmed enabled:
SVM Mode (BIOS): Enabled
VirtualMachinePlatform: Enabled
HypervisorPlatform: Enabled
Microsoft-Hyper-V: Installed via DISM
vmcompute: Running
vmms: Running (Automatic)
HvHost: Running
bcdedit hypervisorlaunchtype: Auto
Symptoms:
Cowork shows "Virtualization is not available" immediately
%APPDATA%\Claude folder does not exist — VM never attempts to initialize
No logs generated
Restarting does not resolve it
Clean reinstall does not resolve it
This is clearly an app-side detection bug. Please prioritize a fix.
Same Bug: Cowork "Virtualization is not available" on Windows 11 Pro — VM never initializes, no logs created
Error message
Claude's workspace requires Virtual Machine Platform, but the virtualization service isn't responding.
System info
OS: Windows 11 Pro, Build 26100, 64-bit
Claude Desktop: 1.2.234.0 (installed via MSIX package)
Note: Originally on Windows 11 Home, upgraded to Pro specifically to resolve this issue so hope I didn't waste $100 on that
Verification steps completed
Hyper-V ✅ Enabled
Virtual Machine Platform ✅ Enabled
Windows Hypervisor Platform ✅ Enabled
Microsoft-Hyper-V-All ✅ Enabled
Microsoft-Hyper-V-Hypervisor ✅ Enabled
Microsoft-Hyper-V-Services ✅ Enabled
CoworkVMService ✅ Running
bcdedit hypervisorlaunchtype ✅ Set to Auto
Task Manager → Virtualization ✅ Enabled
%APPDATA%\Claude\logs ❌ Does not exist — VM never initializes
Steps tried
Full clean reinstall: removed app via Get-AppxPackage, deleted %APPDATA%\Claude and %LOCALAPPDATA%\Claude, rebooted, reinstalled via MSIX
Ran installer as Administrator
Multiple full restarts performed
Conclusion
All system-level virtualization checks pass. The VM never attempts to start and no logs are generated. This appears to be the same app-side platform detection bug reported in #27316, #27420, #29887, #32004, #37265.
Same issue. Re-starting, re-installing does not work.
Haver run the following in powershell:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
Enable-WindowsOptionalFeature -Online -FeatureName HypervisorPlatform
bcdedit /set hypervisorlaunchtype auto
Remove-Item -Recurse -Force "$env:APPDATA\Claude\vm_bundles"
When runnign the last command powershell throws this error:
Remove-Item : Cannot find path 'C:\Users\DanielMalm\AppData\Roaming\Claude\vm_bundles' because it does not exist.
At line:1 char:1
ception
The above shows the vm_bundles folder never gets created, which confirms Cowork is failing before it even tries to initialize the VM.
[BUG] Cowork: vmcompute (Hyper-V Host Compute Service) fails to start — Access Denied, no actionable error
Environment
What's wrong
Cowork fails to start with "VM service not running. The service failed to start." every time. The root cause is that the Windows service
vmcompute(Hyper-V Host Compute Service) cannot be started — it starts and immediately exits with "General Access Denied" (Event ID in System log).From cowork_vm_node.log:
VM downloads all required files successfully (rootfs.vhdx, vmlinuz, initrd, smol-bin.vhdx), but fails at the "Configuring Windows VM service" step after ~5 seconds. One attempt got further and failed with
Request timed out: startVMat thecreate_vm_configstep.Troubleshooting attempted (all failed):
sc.exe sdsetsfc /scannow— found and repaired corrupt files (Bluetooth drivers, unrelated to Hyper-V)DISM /Online /Cleanup-Image /RestoreHealth— completed successfullyhypervisorlaunchtype = AutoExpected behavior
Cowork workspace should start successfully.
Additional notes
This appears related to the ongoing vmcompute / Cowork regression reported in issues #27801, #29428, #25206 and others. The Hyper-V stack appears healthy at the OS level but vmcompute consistently exits immediately with Access Denied. No actionable error is surfaced in any log.
Same issue: Windows 11 Pro user. Tried all suggested fixes: restarted, ran bcdedit /set hypervisorlaunchtype auto, verified CoworkVMService and vmcompute both showing Running, did a full clean reinstall including deleting %APPDATA%\Claude and %LOCALAPPDATA%\Claude folders and reinstalling as administrator. After reinstall the Cowork tab briefly appeared without the error, but the error returned immediately after switching to the Chat tab and back. VM never actually initializes. Cowork is completely unusable.
Same issue here....
Adding a variant worth checking before the other steps in this thread — my
vmcomputeservice was set to DISABLED (not just stopped), likely from an old debloat script or a stale Android Studio / Docker install. The "restart your computer" message cannot fix this state, since restart won't start a disabled service.Diagnosis:
Look for
START_TYPE : 4 DISABLED.Fix (elevated PowerShell):
Confirmed working on Windows 10 Pro (19045) — Cowork launched successfully immediately after, no reboot needed.
Suggestion for the app: when the VM backend is unreachable, probe the service
START_TYPEand surface a specific message (e.g. "vmcomputeis disabled — runSet-Service vmcompute -StartupType Manualin an elevated shell") instead of the generic "restart your computer" hint, which is wrong advice for this case.running Win 11 Pro, vmcompute is running and the bug is still there
Jumping on the bandwagon... same issue here Win 11 Pro. WSL and Hyper-V VMs work great so the hypervisor is working fine.
Closing for now — inactive for too long. Please open a new issue if this is still relevant.
This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.