Tag: Windows setup

  • Fix: ‘Virtual Machine Platform not enabled’ Error on Claude Cowork (Windows) โ€” 2-Minute Solution

    Fix: ‘Virtual Machine Platform not enabled’ Error on Claude Cowork (Windows) โ€” 2-Minute Solution

    ๐Ÿ”ง 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

    ๐Ÿ”ง Last Updated: May 2026 ยท Regularly Maintained โ€” added Windows 11 24H2 advanced fix, DISM stuck at 14% solution, KB5079473 crash workaround, Windows 11 Home edition alternatives, and new Virtual Workspaces settings path for 25H2
    โœ“ 2026 data โœ“ Regularly reviewed โœ“ Part of 30-day series

    Claude Cowork 30-Day Blog Series โ€” Your Progress

    1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

    Episode 2 of 30 ยท 7% Complete ยท Week 1: Getting Started

    ๐Ÿค– Quick Summary for AI Agents & Search Crawlers

    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)

    1 When the error popup appears in Claude Cowork, look for the “Enable” button inside the popup. Click it.
    2 Windows will automatically install the Virtual Machine Platform feature. Wait 2-3 minutes for the progress bar to reach 100%.
    3 Restart your computer when prompted (or manually restart).
    4 Open Claude Cowork again. The error should be gone. You’ll see the “How can I help you today?” prompt.

    โœ… 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=auto
    sc 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:

    1. Go to Settings โ†’ Windows Update โ†’ Update History โ†’ Uninstall Updates
    2. Find KB5079473 in the list
    3. 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:

    1. Open Settings (Windows Key + I)
    2. Go to System โ†’ Advanced
    3. Click on “Virtual Workspaces”
    4. Toggle “Virtual Machine Platform” to ON
    5. 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?

    Step 1: Check Windows Version โ†’ 24H2? โ†’ Use Advanced Fix โ†’ 25H2? โ†’ Virtual Workspaces
    DISM stuck at 14%? โ†’ Run RestoreHealth first
    KB5079473 installed? โ†’ Uninstall it immediately

    โœ… 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:

    1
    Open Windows Features
    Press Windows Key + R on your keyboard. Type optionalfeatures and press Enter.
    ๐Ÿ“š Source: Microsoft Docs: Turn Windows Features On or Off [3]
    2
    Enable Virtual Machine Platform
    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.
    3
    Click OK and Restart
    Click “OK” at the bottom of the window. Windows will install the feature (30-60 seconds). Restart your computer when prompted.
    4
    Open Claude Cowork
    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
    1. Press Windows Key, type “PowerShell”
    2. Right-click “Windows PowerShell” and select “Run as Administrator”
    3. Copy and paste the command above, press Enter
    4. Type 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.

    โš  For educational purposes only. AI tools, features, and error messages are subject to change. Always verify current troubleshooting steps with Claude.ai official documentation before making decisions. Fix success rates are estimates based on user-reported data and may vary.

    Buy Me A Coffee
    โ˜•

    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