[BUG] Cowork "Virtualization is not available" — HCS error 0x80370102 despite all Hyper-V components fully enabled (Windows 11)
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?
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported with this specific log evidence
- [x] This is a single bug report
- [x] I am using the latest version of Claude Desktop
---
What's Wrong?
The Cowork tab permanently shows:
"Virtualization is not available — Claude's workspace requires Virtual Machine Platform, but the virtualization service isn't responding. Restart your computer to resolve this."
Restarting does not resolve the issue. The VM never initializes. I have identified the exact root cause from the service log.
---
Root Cause — Log Evidence
Log file: C:\ProgramData\Claude\Logs\cowork-service.log
2026/05/14 08:10:00 [HCS] HcsWaitForOperationResult returned: hr=0x80370102
{
"Error": -2143878910,
"ErrorMessage": "No se pudo iniciar la máquina virtual porque no se instaló una característica requerida.",
"ErrorEvents": [{
"Message": "No se puede crear el sistema 'cowork-vm-aa3e71f7' porque Hyper-V no está instalado en el host.",
"Provider": "17103e3f-3c6e-4677-bb17-3b267eb5be57",
"EventId": 11008
}]
}
Claude Desktop is incorrectly reporting that Hyper-V is not installed, despite all components being fully enabled and running.
---
System Verification — Everything Enabled
| Component | Status |
|---|---|
| Microsoft-Hyper-V | ✅ Enabled |
| Microsoft-Hyper-V-All | ✅ Enabled |
| Microsoft-Hyper-V-Hypervisor | ✅ Enabled |
| Microsoft-Hyper-V-Services | ✅ Enabled |
| HypervisorPlatform | ✅ Enabled |
| VirtualMachinePlatform | ✅ Enabled |
| CoworkVMService | ✅ Running / Automatic |
| vmms (Hyper-V VM Management) | ✅ Running / Automatic |
| bcdedit hypervisorlaunchtype | ✅ Auto |
| VirtualBox VMs | ✅ Running without issues |
| systeminfo Hyper-V | ✅ "A hypervisor has been detected" |
VirtualBox is installed and running virtual machines successfully, confirming that hardware virtualization (AMD-V / Intel VT-x) is fully functional at the CPU level.
---
Steps to Reproduce
- Install Claude Desktop on Windows 11
- Enable Hyper-V, Virtual Machine Platform, and Windows Hypervisor Platform
- Verify all services are running (CoworkVMService, vmms)
- Launch Claude Desktop and navigate to the Cowork tab
- Observe "Virtualization is not available" error immediately
- Check
C:\ProgramData\Claude\Logs\cowork-service.log— HCS returns error 0x80370102
Expected Behavior
Cowork detects that all Hyper-V components are enabled and successfully initializes the VM workspace.
Actual Behavior
HCS (Host Compute Service) call fails with error 0x80370102. Claude Desktop reports Hyper-V is not installed despite it being fully enabled. The VM never initializes.
---
Environment
- Claude Desktop version: Latest (installed via .exe installer)
- OS: Windows 11
- Subscription: Claude Pro
- HCS Error code: 0x80370102
---
Notes
This appears to be the same issue reported in #27316, #27420, #29887, #32004, #37265, #42227, #45715, #51813.
The key difference in this report is the exact HCS error from the service log, which pinpoints the failure to Claude Desktop's VM initialization call rather than any system configuration issue.
I am happy to provide additional logs, run diagnostic commands, or collaborate with the team to help identify the root cause and test any fixes.
What Should Happen?
Cowork should detect that all Hyper-V components are enabled and successfully initialize the VM workspace.
Error Messages/Logs
HCS error: 0x80370102
"No se puede crear el sistema 'cowork-vm-aa3e71f7' porque Hyper-V no está instalado en el host."
Steps to Reproduce
Install Claude Desktop on Windows 11 with all Hyper-V components enabled
Open Claude Desktop → Cowork tab
Error appears immediately. Check cowork-service.log for HCS error 0x80370102
Claude Model
Not sure / Multiple models
Is this a regression?
No, this never worked
Last Working Version
_No response_
Claude Code Version
N/A — This bug is in Claude Desktop (Cowork tab), not Claude Code CLI. Claude Desktop latest version, installed via .exe installer from claude.ai/download
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
Same issue as #27316, #27420, #29887, #32004, #37265, #42227, #45715, #51813. This report includes the exact HCS error code from cowork-service.log. Happy to collaborate with the team to test fixes.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗