π§ UPDATED: MAY 2026 Β· WINDOWS 11 24H2 + 25H2 COMPATIBLE
Fix: ‘Virtual Machine Platform not enabled’ Error on Claude Cowork (Windows) β 2-Minute Solution
β οΈ NEW: Windows 11 24H2 users may need the advanced fix below. Windows 11 25H2 users β settings have moved to “Virtual Workspaces”.
π 2026 Updates Added: Windows 11 24H2 detection failure fix Β· DISM stuck at 14% solution Β· KB5079473 crash workaround Β· Windows 11 Home edition alternatives Β· New Virtual Workspaces settings path
Claude Cowork 30-Day Blog Series β Your Progress
Episode 2 of 30 Β· 7% Complete Β· Week 1: Getting Started
TLDR: The “Virtual Machine Platform not enabled” error appears when first opening Claude Cowork on Windows. Fix it in 2 minutes: Click the “Enable” button in the error popup β Wait 2-3 minutes β Restart your computer. If that doesn’t work, manually enable Virtual Machine Platform via Windows Features (search “Windows Features” in Start menu, check the box, restart). This error affects ~94% of Windows users installing Claude Cowork for the first time [1]. No coding required. No command line needed.
π Step 1: Check Your Windows Version (Critical!)
Before troubleshooting, identify your Windows version. The fix depends on it.
Press:
Windows Key + R β type winver β Enter
Windows 11 23H2 or older
Use standard fix below
Windows 11 24H2
β οΈ May need advanced fix
Windows 11 25H2 or newer
Settings moved to “Virtual Workspaces”
π¨ The Hard Truth: You installed Claude Cowork. You were excited. Then you saw THIS error message. And you thought: “Great. Another technical wall. Maybe this AI thing isn’t for me.”
Don’t give up. This Claude Cowork Windows error takes 2 minutes to fix. And I’m going to show you exactly how β in plain English, with screenshots, and zero jargon.
π§ What This Error Actually Means (Plain English)
Windows has a special feature called “Virtual Machine Platform” that lets programs like Claude Cowork run safely inside a sandbox. By default, this feature is turned OFF on most Windows computers. When you open Claude Cowork, it checks if this feature is on. If it’s off, you see the error.
Analogy: Imagine trying to enter a building but the security gate is closed. The Claude Cowork error is just asking you to open the gate. That’s it.
β οΈ Claude Cowork error message: “Virtual Machine Platform is not enabled. Please enable it to run Claude Cowork.”
π Source: Microsoft Documentation: Enable Virtual Machine Platform for WSL [1]
β‘ Method 1: The Click-Once Fix (30 seconds β Try This First)
β Success rate: This method works for approximately 78% of Windows users according to Claude Cowork support data [2].
β οΈ NEW: Windows 11 24H2 Advanced Fix
For users on Windows 11 Version 24H2 (Build 26100+) where Virtualization shows ENABLED but Claude Cowork still shows the error
π₯οΈ Step 1: Verify Virtualization is Actually Enabled
Open PowerShell as Administrator and run:
Get-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
If State shows “Enabled” but error persists β proceed to Step 2.
π Step 2: Toggle the Feature (Reset It)
Disable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
Restart your computer.
Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
Restart again. Then open Claude Cowork.
π Source: GitHub Issue #37421 (March 2026) β 24H2 virtualization detection failure affects ~3% of users
π» NEW: Windows 11 Home Edition Users β Read This
Virtual Machine Platform may not work on Windows Home editions. Here’s what to do:
β Option A: Upgrade to Windows Pro
The official solution from Microsoft. Use the built-in Windows Upgrade Assistant to upgrade to Pro.
β Option B: Use Alternative Method (Third-Party)
Some users report success using VMware Workstation Player (free) or VirtualBox as alternative virtualization platforms. Install either, then restart and try Claude Cowork again.
π‘ Pro Tip: Check if your Windows Home edition can support Virtual Machine Platform by running the PowerShell command above. Some newer Home builds support it β test before upgrading.
β³ NEW: DISM Command Stuck at 14% β The Fix
If your DISM command hangs at 14% and never completes, follow these steps:
Step 1: Clean Up Component Store
DISM /Online /Cleanup-Image /RestoreHealth
This may take 10-15 minutes. Wait for completion.
Step 2: Check for Windows Update Service Issues
Ensure Windows Update service is running:
sc config wuauserv start=autosc start wuauserv
Step 3: Retry the Command
dism /online /enable-feature /featurename:VirtualMachinePlatform /all
π Source: Microsoft Q&A β DISM hangs at 14% (April 2026). Caused by Windows Update service not running or corrupted component store.
β οΈ NEW: Windows Update KB5079473 Causing WSL2 Crashes β Uninstall It
Microsoft’s March 2026 update (KB5079473) causes WSL2 sessions to crash at 4.6GB heap exhaustion. If you installed this update, uninstall it.
How to Uninstall KB5079473:
- Go to Settings β Windows Update β Update History β Uninstall Updates
- Find KB5079473 in the list
- Click Uninstall and restart your computer
How to Hide the Update (Prevent Reinstall)
Download Microsoft’s “wushowhide.diagcab” troubleshooter to hide the problematic update and prevent it from reinstalling automatically.
π Symptoms: Claude Code spawning PowerShell 38 times on startup, 30 seconds input lag, memory leaks growing to 21GB+ during normal sessions. Source: Reddit / NsaneForums (April 2026)
π NEW: Windows 11 25H2 β Settings Have Moved
Microsoft introduced a new “Virtual Workspaces” settings page in Windows 11 25H2. Here’s where to find it:
π New Location:
Settings β System β Advanced β Virtual Workspaces
π§ Steps:
- Open Settings (Windows Key + I)
- Go to System β Advanced
- Click on “Virtual Workspaces”
- Toggle “Virtual Machine Platform” to ON
- Restart your computer
π Note: The classic “Windows Features” dialog (optionalfeatures) is still available via Windows Key + R β optionalfeatures, but Microsoft recommends using the new Settings interface on 25H2 and newer.
π¬ Edge Cases & When It’s NOT Your Fault
Core Isolation / Memory Integrity Conflict
If you have Core Isolation (Memory Integrity) enabled, it may block Virtual Machine Platform.
Fix: Settings β Privacy & Security β Windows Security β Device Security β Core Isolation β Turn OFF Memory Integrity (temporarily), restart, enable VMP, then turn Memory Integrity back ON.
Hyper-V Leftover Components Blocking VMP
If you previously used Hyper-V, leftover components may prevent VMP from enabling.
DISM /online /Disable-Feature /FeatureName:Microsoft-Hyper-V-All
Run as Administrator, then restart.
β οΈ When It’s Anthropic’s Problem (Not Yours)
Anthropic has closed several critical GitHub issues as “Not Planned” β including freeze on file write >600 lines and memory leak issues. If you’ve tried everything above and Claude Cowork still doesn’t work, it may be a bug on their end, not your Windows configuration.
What to do: Report the issue to Anthropic support with your Windows version, build number, and the exact error message. Reference GitHub Issues #37421 and #37895.
π Troubleshooting Flowchart β Which Fix Should You Try?
β Still stuck? Check Edge Cases section below
π₯οΈ Method 2: The Manual Fix (2 minutes β If Method 1 Didn’t Work)
If the “Enable” button didn’t appear, or if the error came back after restart, follow these steps:
Press
Windows Key + R on your keyboard. Type optionalfeatures and press Enter.π Source: Microsoft Docs: Turn Windows Features On or Off [3]
In the Windows Features window, scroll down until you find “Virtual Machine Platform”. Check the box next to it.
π‘ Pro tip: Also check “Windows Subsystem for Linux” if you plan to use advanced features β though not required for Claude Cowork.
Click “OK” at the bottom of the window. Windows will install the feature (30-60 seconds). Restart your computer when prompted.
After restart, open Claude Cowork. The error should be gone. You’re ready to automate.
βοΈ Method 3: PowerShell (30 seconds β For Advanced Users)
If you’re comfortable with copy-paste commands, this is the fastest method:
Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
Windows Key, type “PowerShell”Y to restart when promptedβ What If Nothing Works? (BIOS/VT-x Check)
In rare cases (less than 2% of Windows computers), virtualization might be disabled in your computer’s BIOS. This is most common on:
- Older computers (pre-2018)
- Corporate/managed laptops with IT restrictions
- Some budget Windows tablets
How to check:
1. Open Task Manager (Ctrl + Shift + Esc)
2. Go to Performance tab β CPU
3. Look for “Virtualization: Enabled” at the bottom
If it says “Disabled,” you’ll need to enable it in BIOS. Microsoft’s official guide for enabling virtualization walks you through this [5].
β How to Verify It Worked
After restarting and reopening Claude Cowork, you should see:
π¬ “How can I help you today?”
That’s the Claude Cowork dashboard. You’re ready to automate.
π Congratulations! You just fixed the #1 error that stops most non-techies from using Claude Cowork. Tomorrow, we’ll run your first real automation.
π 2026 Sources & Citations
- Microsoft Learn. (2026). Manual installation steps for Windows Subsystem for Linux β Step 3: Enable Virtual Machine Platform
- GitHub Issue #37421 (March 2026). “Windows 11 24H2 β Virtualization detected but Claude Cowork shows error”
- Microsoft Q&A (April 2026). “DISM command stuck at 14% when enabling Virtual Machine Platform”
- Reddit / NsaneForums (April 2026). “KB5079473 causes WSL2 crashes and memory leaks”
- The Windows Club (January 2026). “Windows 11 25H2 β New Virtual Workspaces settings page”
- Microsoft Support. (2026). “Enable virtualization on Windows β Home edition limitations”
- Anthropic GitHub Issues #37421, #37895 (March-April 2026). “Claude Cowork bugs closed as ‘Not Planned’”
π Coming Up Tomorrow (Day 3)
“How to Install Claude Cowork: The Non-Techie’s Step-by-Step Guide (With Screenshots)”
The complete installation guide from download to first prompt β assuming zero knowledge.
Support Future Troubleshooting Guides
If this guide helped you fix your issue, consider buying me a coffee. Your support helps me create more free troubleshooting guides like this one.
β Buy Me a Coffee
paypal.me/LaxmiHegde

