TemperStack
Intermediate8 min readUpdated Mar 18, 2026

How to install Claude Code on Windows

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

  1. Windows 10 or later
  2. Active Claude Pro or Team subscription
  3. Administrative privileges on Windows
  4. Visual Studio Code installed
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.
Tip
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.
Tip
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.
Tip
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.
Tip
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.
Tip
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.
Tip
The VS Code extension allows you to access Claude directly from your editor

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.

Related Guides

More Claude Tutorials

Other Tool Tutorials

Ready to get started with Claude?

Put this tutorial into practice. Visit Claude and follow the steps above.

Visit Claude