claude-code - 💡(How to fix) Fix [BUG] Cowork "Virtualization is not available" on Windows 11 Education — VM never initializes, no logs created [2 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#47990Fetched 2026-04-15 06:36:31
View on GitHub
Comments
2
Participants
2
Timeline
6
Reactions
0
Author
Timeline (top)
labeled ×4commented ×2

Error Message

Cowork tab shows "Virtualization is not available" error. VM never initializes. 3. Error appears immediately, VM never starts

Error Messages/Logs

  1. Error "Virtualization is not available" appears immediately
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?

What's Wrong? Cowork tab shows "Virtualization is not available" error. VM never initializes. No logs folder exists at %APPDATA%\Claude\logs\

System Info

  • OS: Windows 11 Education
  • Claude Desktop: [check your version in the app]
  • Subscription: [Pro/Team/etc]

Verification Steps Completed

CheckResult
VirtualMachinePlatform✅ Enabled
HypervisorPlatform✅ Enabled
Microsoft-Hyper-V-All✅ Enabled
CoworkVMService✅ Running
%APPDATA%\Claude\logs folder❌ Does not exist

Steps to Reproduce

  1. Open Claude Desktop on Windows 11 Education
  2. Navigate to Cowork tab
  3. Error appears immediately, VM never starts
  4. Note: No log files exist to attach — %APPDATA%\Claude\logs\ directory does not exist, confirming the VM never attempts to initialize.

Related Issues #36365, #27316, #29887, #32004

What Should Happen?

Cowork should detect that all virtualization features are enabled and successfully initialize the VM workspace, creating logs and allowing access to the Cowork tab.

Error Messages/Logs

Steps to Reproduce

  1. Install Claude Desktop on Windows 11 Education
  2. Enable all virtualization features (VirtualMachinePlatform, HypervisorPlatform, Hyper-V)
  3. Confirm CoworkVMService is Running
  4. Open Claude Desktop
  5. Navigate to Cowork tab
  6. Error "Virtualization is not available" appears immediately
  7. %APPDATA%\Claude\logs directory does not exist — VM never initializes

Claude Model

Sonnet (default)

Is this a regression?

No, this never worked

Last Working Version

No response

Claude Code Version

Claude Desktop v1.2278.0 (e5213f) — not Claude Code CLI

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

PowerShell

Additional Information

No response

extent analysis

TL;DR

The issue might be resolved by manually creating the %APPDATA%\Claude\logs directory or checking for any permission issues that prevent the directory from being created automatically.

Guidance

  • Verify that the user account running Claude Desktop has sufficient permissions to create directories and write logs in the %APPDATA%\Claude directory.
  • Manually create the %APPDATA%\Claude\logs directory to see if the application can then initialize the VM workspace.
  • Check the system's event logs for any errors related to directory creation or permission issues that might be preventing the VM from initializing.
  • Review the related issues (#36365, #27316, #29887, #32004) to see if any of them provide additional insight or workarounds for this problem.

Example

No specific code snippet is applicable in this case, as the issue seems to be related to directory creation and permissions rather than code execution.

Notes

The fact that no logs are being generated suggests that the issue might be occurring very early in the application's startup process, potentially related to environment setup or configuration. The absence of a logs directory and the immediate appearance of the "Virtualization is not available" error indicate a fundamental issue with the application's ability to initialize its virtual machine workspace.

Recommendation

Apply workaround: Manually create the %APPDATA%\Claude\logs directory and verify if the application can then proceed with initializing the VM workspace. This approach is chosen because it directly addresses the symptom (missing logs directory) and may uncover or resolve the underlying issue related to directory creation or permissions.

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