Skip to content

Claude Desktop App - Code tab shows black screen #21764

Description

@Teja865

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Environment

  • Claude Code CLI version: 2.1.22 (broken), 2.0.50 (works)
  • Claude Desktop App version: Latest (downloaded Jan 29, 2026)
  • OS: Windows 10 (Build 10.0.19045.6456)
  • Node.js: v20.20.0
  • Terminals tested: PowerShell, CMD, Windows Terminal, Cursor integrated terminal
  • Subscription: Claude Pro ($118 USD/month)

Problem Description

Issue 1: Claude Desktop App - Code tab shows black screen

  • Chat tab works fine
  • Code tab shows completely black/blank screen
  • Shows "Effecting..." but never loads
  • Reinstalling doesn't fix it

Issue 2: Claude Code CLI v2.1.x hangs on Windows

  • Running claude command shows no output (blank/frozen)
  • claude --version and claude --help work
  • claude -p "hello" hangs with no response
  • Happens in all terminals: PowerShell, CMD, Windows Terminal, Cursor

What works

  • Claude Code CLI v2.0.50 works perfectly in standalone PowerShell
  • Claude Desktop App Chat tab works
  • Network connectivity is fine (API responds)

Steps to Reproduce

  1. Install Claude Code CLI via npm install -g @anthropic-ai/claude-code
  2. Open any terminal on Windows 10
  3. Run claude
  4. Screen stays blank/black - no UI renders

Workaround

Downgrade to v2.0.50:

npm uninstall -g @anthropic-ai/claude-code
npm install -g @anthropic-ai/claude-code@2.0.50

Expected Behavior

Claude Code should display the interactive TUI properly on Windows.


Feedback to Anthropic Team

I am a paying customer ($118 USD/month) and I have been struggling with this issue for 2+ days. This has completely blocked my development work.

Problems with this situation:

  1. Wasted tokens and usage - I spent significant tokens and API usage just trying to debug this issue that is on Anthropic's side, not mine.

  2. Wasted time - Hours of productivity lost troubleshooting a bug that should have been caught before release.

  3. No human support - I emailed customer support multiple times. No human has responded. Only an AI auto-reply agent responds, which cannot actually help with technical issues like this.

  4. Paying for broken product - I am paying $118/month for a product that doesn't work. The Windows rendering bug has been reported by many users, yet it was still released.

Requests:

  1. Please prioritize fixing this Windows rendering bug - it affects many paying customers
  2. Please improve customer support - real humans should respond to technical issues
  3. Please test on Windows before releasing updates
  4. Consider compensating affected users for lost usage/tokens spent debugging Anthropic's bugs

This is frustrating for customers who rely on Claude Code for their daily work.

Screenshots

[Attach your screenshots here]

What Should Happen?

Environment

  • Claude Code CLI version: 2.1.22 (broken), 2.0.50 (works)
  • Claude Desktop App version: Latest (downloaded Jan 29, 2026)
  • OS: Windows 10 (Build 10.0.19045.6456)
  • Node.js: v20.20.0
  • Terminals tested: PowerShell, CMD, Windows Terminal, Cursor integrated terminal
  • Subscription: Claude Pro ($118 USD/month)

Problem Description

Issue 1: Claude Desktop App - Code tab shows black screen

  • Chat tab works fine
  • Code tab shows completely black/blank screen
  • Shows "Effecting..." but never loads
  • Reinstalling doesn't fix it

Issue 2: Claude Code CLI v2.1.x hangs on Windows

  • Running claude command shows no output (blank/frozen)
  • claude --version and claude --help work
  • claude -p "hello" hangs with no response
  • Happens in all terminals: PowerShell, CMD, Windows Terminal, Cursor

What works

  • Claude Code CLI v2.0.50 works perfectly in standalone PowerShell
  • Claude Desktop App Chat tab works
  • Network connectivity is fine (API responds)

Steps to Reproduce

  1. Install Claude Code CLI via npm install -g @anthropic-ai/claude-code
  2. Open any terminal on Windows 10
  3. Run claude
  4. Screen stays blank/black - no UI renders

Workaround

Downgrade to v2.0.50:

npm uninstall -g @anthropic-ai/claude-code
npm install -g @anthropic-ai/claude-code@2.0.50

Expected Behavior

Claude Code should display the interactive TUI properly on Windows.


Feedback to Anthropic Team

I am a paying customer ($118 USD/month) and I have been struggling with this issue for 2+ days. This has completely blocked my development work.

Problems with this situation:

  1. Wasted tokens and usage - I spent significant tokens and API usage just trying to debug this issue that is on Anthropic's side, not mine.

  2. Wasted time - Hours of productivity lost troubleshooting a bug that should have been caught before release.

  3. No human support - I emailed customer support multiple times. No human has responded. Only an AI auto-reply agent responds, which cannot actually help with technical issues like this.

  4. Paying for broken product - I am paying $118/month for a product that doesn't work. The Windows rendering bug has been reported by many users, yet it was still released.

Requests:

  1. Please prioritize fixing this Windows rendering bug - it affects many paying customers
  2. Please improve customer support - real humans should respond to technical issues
  3. Please test on Windows before releasing updates
  4. Consider compensating affected users for lost usage/tokens spent debugging Anthropic's bugs

This is frustrating for customers who rely on Claude Code for their daily work.

Screenshots

[Attach your screenshots here]

Error Messages/Logs

Steps to Reproduce

Environment

  • Claude Code CLI version: 2.1.22 (broken), 2.0.50 (works)
  • Claude Desktop App version: Latest (downloaded Jan 29, 2026)
  • OS: Windows 10 (Build 10.0.19045.6456)
  • Node.js: v20.20.0
  • Terminals tested: PowerShell, CMD, Windows Terminal, Cursor integrated terminal
  • Subscription: Claude Pro ($118 USD/month)

Problem Description

Issue 1: Claude Desktop App - Code tab shows black screen

  • Chat tab works fine
  • Code tab shows completely black/blank screen
  • Shows "Effecting..." but never loads
  • Reinstalling doesn't fix it

Issue 2: Claude Code CLI v2.1.x hangs on Windows

  • Running claude command shows no output (blank/frozen)
  • claude --version and claude --help work
  • claude -p "hello" hangs with no response
  • Happens in all terminals: PowerShell, CMD, Windows Terminal, Cursor

What works

  • Claude Code CLI v2.0.50 works perfectly in standalone PowerShell
  • Claude Desktop App Chat tab works
  • Network connectivity is fine (API responds)

Steps to Reproduce

  1. Install Claude Code CLI via npm install -g @anthropic-ai/claude-code
  2. Open any terminal on Windows 10
  3. Run claude
  4. Screen stays blank/black - no UI renders

Workaround

Downgrade to v2.0.50:

npm uninstall -g @anthropic-ai/claude-code
npm install -g @anthropic-ai/claude-code@2.0.50

Expected Behavior

Claude Code should display the interactive TUI properly on Windows.


Feedback to Anthropic Team

I am a paying customer ($118 USD/month) and I have been struggling with this issue for 2+ days. This has completely blocked my development work.

Problems with this situation:

  1. Wasted tokens and usage - I spent significant tokens and API usage just trying to debug this issue that is on Anthropic's side, not mine.

  2. Wasted time - Hours of productivity lost troubleshooting a bug that should have been caught before release.

  3. No human support - I emailed customer support multiple times. No human has responded. Only an AI auto-reply agent responds, which cannot actually help with technical issues like this.

  4. Paying for broken product - I am paying $118/month for a product that doesn't work. The Windows rendering bug has been reported by many users, yet it was still released.

Requests:

  1. Please prioritize fixing this Windows rendering bug - it affects many paying customers
  2. Please improve customer support - real humans should respond to technical issues
  3. Please test on Windows before releasing updates
  4. Consider compensating affected users for lost usage/tokens spent debugging Anthropic's bugs

This is frustrating for customers who rely on Claude Code for their daily work.

Screenshots

[Attach your screenshots here]

Claude Model

Other

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

v2.0.50

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Other

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateThis issue or pull request already exists

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions