Skip to content

Claude Cowork: The Beginner's Guide to Agentic AI on Your Desktop

Learn what Claude Cowork is, how it works, and how to get started using it on Claude Desktop to automate complex, multi-step tasks on your Mac or Windows PC.

Claude Cowork

You've probably used Claude to answer questions or draft content. But what if Claude could actually do the work for you, not just talk about it?

Most AI tools respond to one prompt at a time. You ask, they answer, and then you take over. That's fine for simple tasks. But when you need to organize hundreds of files, build a spreadsheet with working formulas, or pull research from multiple sources into a polished report, a back-and-forth chat just doesn't cut it.

That's exactly what Claude Cowork is built for. It's a mode inside the Claude Desktop app that lets Claude take on complex, multi-step tasks and run them from start to finish on your computer, including reading and writing your local files.


What Is Claude Cowork?

Cowork brings the same agentic engine behind Claude Code into a desktop interface you don't need a terminal to use. Instead of responding to one prompt, Claude can plan a task, break it into steps, run code safely in an isolated virtual machine, and deliver finished outputs directly to your file system.

Think of it like hiring an assistant who can actually open your folders, do the work, and hand you a finished file.

Cowork is available on Claude Desktop for macOS and Windows, and requires a paid plan (Pro, Max, Team, or Enterprise).


Cowork vs. Regular Claude Chat

FeatureRegular ChatClaude Cowork
Multi-step task executionNoYes
Local file accessNoYes
Runs code on your computerNoYes (isolated VM)
Scheduled/recurring tasksNoYes
Long-running sessionsLimitedYes
Mobile task assignmentNoYes (Pro/Max)
Projects with persistent contextNoYes
Shares sessions with othersYesNo

How Cowork Actually Runs Your Tasks

When you give Cowork a task, here's what happens under the hood:

  1. Claude reads your request and builds a plan
  2. It breaks the task into smaller subtasks
  3. Code and shell commands run in an isolated virtual machine on your computer
  4. If the task is complex enough, Claude coordinates multiple sub-agents working in parallel
  5. Finished files land directly in your file system

You stay in the loop throughout. You can watch Claude's progress, step in to redirect it, or just walk away and come back to finished work.

Important: The Claude Desktop app must stay open while Cowork is running. Closing the app or letting your computer sleep will stop the task.


How to Get Started

Requirements:

  • Claude Desktop (macOS or Windows, latest version)
  • Paid Claude plan (Pro, Max, Team, or Enterprise)
  • Active internet connection

Steps:

  1. Open Claude Desktop
  2. Look for the mode selector at the top of the interface
  3. Click the Cowork tab to switch to Tasks mode
  4. Type out what you want Claude to do
  5. Review Claude's plan, then let it run

That's it. No terminal, no setup scripts, no manual file uploads.


Setting Up Instructions for Every Session

You can give Claude standing instructions that apply to all your Cowork sessions. This is useful for setting your preferred tone, output format, or background context about your role.

To add global instructions:

  1. Go to Settings > Cowork in Claude Desktop
  2. Click Edit next to "Global instructions"
  3. Type your instructions and click Save

Example:

I'm a marketing manager. Always output documents in a professional tone.
Prefer .docx for reports and .xlsx for data. Use British English spelling.

You can also set folder-level instructions when you connect a local folder. These give Claude project-specific context for that workspace.


Scheduling Recurring Tasks

Cowork lets you set up tasks that run automatically on a schedule or on demand.

To create a scheduled task, type /schedule in any Cowork task prompt. You can also manage your scheduled tasks from the Scheduled section in the left sidebar.

Example scheduled task prompt:

/schedule every Monday at 8am
Summarize all new files added to my /Reports/Inbox folder last week
and write a digest to /Reports/Weekly-Summary.md

Scheduled tasks only run while your computer is awake and Claude Desktop is open.


What Cowork Can Do For You

File and Document Management

  • Sort a cluttered Downloads folder by file type and date
  • Process receipts and generate a formatted expense report
  • Batch rename files using consistent date patterns like YYYY-MM-DD

Research and Analysis

  • Pull content from web searches, articles, and your own notes into a single coherent report
  • Extract themes and action items from meeting transcripts
  • Surface patterns across your personal notes or journals

Document Creation

  • Build Excel spreadsheets with real formulas (VLOOKUP, conditional formatting, multiple tabs), not just flat CSVs
  • Turn rough notes into slide decks
  • Convert scattered voice memos into polished documents

Data Work

  • Clean and transform datasets
  • Run statistical analysis including outlier detection and time-series
  • Generate charts directly from your data files

Permissions and Safety

Cowork is designed to be powerful but controlled:

  • Code isolation: All shell commands and code run inside a VM, separate from your main system
  • File access: Claude can only read or write folders you have explicitly connected
  • Deletion protection: Claude will always ask for your explicit permission before permanently deleting any file

Permission Modes:

ModeWhat It DoesWhen to Use
Ask before actingClaude pauses for your approval at each stepNew tools, sensitive files, unfamiliar tasks
Act without askingClaude works without pausingWhen you're actively watching and trust the setup

Both modes still require your approval before any file deletions.


Organizing Work with Projects

Projects let you group related tasks into a self-contained workspace with its own files, links, instructions, and memory.

This is especially useful for recurring work. Instead of re-explaining context every time, your project remembers it.

Note: Memory is supported inside projects but is not carried over across standalone Cowork sessions.


Usage and Limits

Cowork tasks consume more of your usage allocation than regular chat. Complex, multi-step tasks are compute-heavy and use more tokens.

To get the most out of your limits:

  • Batch related work into a single Cowork session instead of running many small tasks
  • Use regular chat for simple questions that don't need file access
  • Check your current usage under Settings > Usage

Troubleshooting

"Setting up Claude's workspace" keeps showing This is normal. Cowork is downloading the latest update before starting.

Claude stopped mid-task The desktop app was likely closed or your computer went to sleep. Keep the app open for the full duration of the task.

Files not showing up where expected Check that you granted Claude access to the right folder, and look at the output path Claude specified when it finished.

Windows: "VM service not running" This usually means you installed via the older .exe installer instead of MSIX. Reinstall from claude.com/download, or start the service manually:

bash
sc start CoworkVMService

Or for Microsoft Store installs:

bash
sc start CoworkVMServiceStore

Windows: "EXDEV: cross-device link not permitted" This happens when your Windows storage settings point to a different drive (like D:\ instead of C:). Fix it by going to Settings > System > Storage and setting new content to save on C:, then uninstall and reinstall Cowork.

My SaaS
Acluebox
Build modular and reusable system prompts with my SaaS, Acluebox. Also, free prompt template generators there.

Q&A

1. Do I need to know how to code to use Cowork?

No. Cowork is designed for knowledge workers, not developers. You describe what you want in plain language and Claude handles the execution.

2. Can I use Cowork on the web version of Claude?

No. Cowork requires the Claude Desktop app on macOS or Windows. It is not available on claude.ai or the mobile app (though Pro and Max users can assign tasks from mobile while the desktop app runs the work).

3. Is it safe to let Claude access my local files?

Yes, with caveats. Claude can only access folders you explicitly connect. All code runs in an isolated VM. Claude also asks your permission before deleting any files. Review Claude's plan before running tasks on sensitive data.

4. What happens if my computer goes to sleep while Cowork is running?

The task stops. You need your computer to stay awake and the Claude Desktop app to remain open for the full duration of any active task.

5. Can Cowork access the internet?

Yes. Cowork can search the web and fetch URLs, but this runs server-side and is subject to your network egress settings. Team and Enterprise admins can disable web search in organization settings.

6. How is Cowork different from just chatting with Claude? Regular chat is one prompt, one response. Cowork lets Claude plan, execute, iterate, and deliver finished work across multiple steps, including reading and writing your actual local files.

7. Can I run Cowork tasks on a schedule?

Yes. Type /schedule in any Cowork task to set up recurring or on-demand scheduled tasks. The app must be open and your computer must be awake for scheduled tasks to run.

8. What kinds of files can Cowork create?

Cowork can produce Excel spreadsheets (with real formulas), PowerPoint presentations, Word documents, markdown files, CSV files, and more. Spreadsheets and slides can also be further edited using Claude for Excel and Claude for PowerPoint.

9. Does Cowork remember context between sessions?

Only within Projects. Standalone Cowork sessions do not retain memory after they end. If you want persistent context, organize your work into a Cowork project.

10. What if I hit my usage limit while using Cowork?

Cowork is more resource-intensive than chat. If you hit limits often, batch related work into fewer sessions, use standard chat for simple tasks, and monitor your usage under Settings > Usage.

References

Last updated:

Made with ❤️ by Mun Bock Ho

Copyright ©️ 2026