C Claude

How to install Claude Code on Windows

intermediate 8 min read Updated 2026-03-18
Quick Answer

Claude Code can be installed on Windows through Claude's interface by accessing the Code Interpreter feature in your Claude chat. Simply enable the feature in your account settings and start a new conversation to access the integrated development environment.

Prerequisites

  • Windows 10 or later
  • Active Claude Pro or Team subscription
  • Administrative privileges on Windows
  • Visual Studio Code installed

Step-by-Step Instructions

1

Access Claude Account Settings

Log into your Claude account and click on your profile icon in the top-right corner. Select Settings from the dropdown menu, then navigate to the Features tab to find available development tools.
Ensure you're using Claude Pro or Team subscription as Code features require a paid plan
2

Enable Claude Code Feature

In the Features section, locate Code Interpreter and toggle it to On. You may see additional options for Advanced Code Analysis and File Upload - enable these as well for full functionality.
Some features may take a few minutes to activate after enabling
3

Start a New Code Session

Return to the main Claude interface and click New Chat. You should now see a Code icon or 📁 file upload button in the input area. Click on the Code icon to initialize the code environment.
4

Configure Windows Integration

When prompted, allow Claude to access your local file system by clicking Allow Access. Set your preferred working directory by typing cd C:\your-project-folder in the code interface.
Create a dedicated folder like C:\Claude-Projects for better organization
5

Install Required Dependencies

Claude Code will automatically detect your Windows environment. Install any missing dependencies by running pip install -r requirements.txt or npm install depending on your project type in the integrated terminal.
Claude can help generate requirements files if you're starting a new project
6

Verify Installation

Test the installation by creating a simple Python file:
print("Hello from Claude Code on Windows!")
Run it using the Run button or python filename.py command to ensure everything is working correctly.
You can also test with other languages like JavaScript, HTML, or CSS
7

Set Up VS Code Integration

To integrate with VS Code, install the Claude extension from the VS Code marketplace. Search for Claude AI Assistant and click Install. Then authenticate using your Claude account credentials.
The VS Code extension allows you to access Claude directly from your editor

Common Issues & Troubleshooting

Code Interpreter option not showing in settings

Ensure you have an active Claude Pro or Team subscription. Free accounts don't have access to Code features. Try refreshing your browser or logging out and back in.

File access permissions denied on Windows

Run your browser as Administrator or adjust Windows folder permissions. Go to folder Properties > Security > Edit and grant full control to your user account.

Python or Node.js commands not recognized

Install Python from python.org and Node.js from nodejs.org. Make sure to check Add to PATH during installation. Restart your browser after installation.

VS Code extension authentication fails

Clear your browser cookies for Claude, then re-authenticate the VS Code extension. Go to VS Code Settings > Extensions > Claude and click Sign Out then Sign In again.

Prices mentioned in this guide are pulled from current plan data and may change. Always verify on the official Claude website before purchasing.