Claude Cowork for Windows: What's New and How to Install It

Early 2026 brought a significant milestone: Anthropic released Claude Cowork for Windows, bringing autonomous AI agents to the desktop platform that commands roughly 70% of the market (the feature previously launched on macOS). What's interesting here is that the Windows version doesn't cut corners—it ships with complete feature parity to its Mac counterpart.
The Windows release includes everything you'd expect: file access, multi-step task execution, plugin support across the board, MCP connections, and scheduled task automation. Here's your complete walkthrough for getting Claude Cowork up and running on Windows.
System Requirements
- Windows 10 (build 22H2 or newer) or Windows 11
- 64-bit processor (Intel or AMD)
- Minimum 8GB RAM; 16GB recommended
- 10GB free disk space (Cowork runs tasks inside a lightweight local virtual machine)
- Claude Pro subscription (USD 20/month), Max (USD 100/month), Team, or Enterprise plan
Installing Claude Cowork on Windows
Step 1: Download Claude Desktop for Windows
Head to claude.ai/download and grab the Windows installer (.exe file).
Step 2: Install and Launch
Run the installer and follow the on-screen prompts. Once complete, fire up Claude Desktop from your Start menu.
Step 3: Sign In
Log in with your Anthropic account. Remember: you need a paid subscription tier to unlock Cowork functionality.
Step 4: Enable Cowork
Inside Claude Desktop, click the Cowork button in the left sidebar (or look for the agent icon). When prompted, grant Cowork the necessary permissions to access your file system.
Step 5: Configure Your Working Directory
Cowork operates within a folder you designate. Click Set working folder and pick your location—Desktop, Documents, or a dedicated project folder all work fine.
How Cowork Operates on Windows
Here's where things get technical. Cowork executes tasks inside a lightweight virtual machine (VM) running on your computer. On Windows, this leverages Microsoft's Hyper-V technology—the same virtualization layer that powers WSL2. On your first run, Cowork downloads roughly a 2GB VM image. That's a one-time operation; subsequent launches skip this step entirely.
This isolated VM setup has real security benefits:
- Claude can only access files within your designated working folder unless you explicitly grant additional permissions
- Failed or rogue tasks can't corrupt your core system files
- Every task session starts fresh, with no leftover state from previous runs
MCP connectors (Slack, Notion, Google Drive, etc.) work identically to macOS. Configure them either through the .mcp.json file in your working directory or via the Connectors panel in Claude Desktop.
Available Features on Windows
Everything that ships with macOS is available on Windows:
- Multi-step task workflows
- File access (within your designated folder)
- All 23+ official plugins
- MCP integrations
- Scheduled and recurring tasks
- Custom scopes
- Excel and PowerPoint add-ins
- Microsoft 365 connectivity
Getting Started: First Tasks to Try on Windows
New to Cowork? Start simple with basic file operations before graduating to plugin-heavy workflows.
Task 1: Organize Your Downloads Folder
Look at my Downloads folder. Group all files by type (PDFs, images, Office files, installers) and move them into subfolders. Show me a summary of what you moved before making changes.
Task 2: Summarize Documents in a Folder
Read all the .docx files in my Documents/Projects folder.
Write a one-paragraph summary of each and save them to Documents/Summaries/
Task 3: Extract Action Items from Meeting Notes
Read meeting-notes.txt on my Desktop.
Extract all action items, group them by owner, and save to action-items.md
Common Issues on Windows
"Cowork is slow on first launch" — The initial VM download (~2GB) happens when you first fire up Cowork. Subsequent runs will be noticeably faster.
"Claude Desktop won't install" — Confirm you're running Windows 10 build 22H2 or later. Run Windows Update and try again.
"Cowork can't access my files" — Make sure your working folder sits inside your user profile (something like C:\\Users\\YourName\\). Network drives and external storage may need extra permission configuration.
"Hyper-V isn't available" — On Windows Home editions, Hyper-V might be disabled by default. Go to Control Panel → Programs → Turn Windows features on or off and enable Hyper-V or Virtual Machine Platform. You'll need to restart your PC afterward.
Plugins and Connectors on Windows
Every plugin available on macOS works on Windows. Install them the same way:
claude plugin install productivity@knowledge-work-plugins
Or browse through Claude Desktop → Plugins → Browse.
For MCP connectors, create or edit the .mcp.json file in your working directory:
{
"mcpServers": {
"slack": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-server-slack"],
"env": {
"SLACK_BOT_TOKEN": "xoxb-your-token"
}
}
}
}
Description: Claude Cowork arrives on Windows with full feature parity to macOS. Here's everything you need to know about installation and setup.
Related Articles
- How to Change Gemini Live's Voice to Your Preferred Option
- The 5 Best AI Recruitment Tools to Transform Your Hiring Process
- Four Missing Features That Would Make NotebookLM Even Better
- Gemini Now Lets You Create Images by Speaking—No Typing Required
- The Best AI Meeting Assistants: 5 Tools That Actually Save You Time
No Comment to " Claude Cowork for Windows: What's New and How to Install It "