[Bug] Chat output rendering corrupted with missing text lines

Resolved 💬 29 comments Opened Dec 19, 2025 by jhm-ciberman Closed Dec 19, 2025

Bug Description
The text output in the chat is corrupted and some lines render as blank (nothing). Only certain lines are visible. This only happens with text written by claude to the chat. Restaring claude has no effect.

Environment Info

  • Platform: win32
  • Terminal: windows-terminal
  • Version: 2.0.73
  • Feedback ID: bb8da39e-58f6-41c6-9b16-193f6cb172bb

Errors

[]

Example 1:
<img width="1907" height="753" alt="Image" src="https://github.com/user-attachments/assets/2b8844b5-74ae-4687-b931-8e987e7fd257" />

Example 2:
<img width="1348" height="225" alt="Image" src="https://github.com/user-attachments/assets/d93e478a-5add-493b-90ee-c1cd0d132850" />

Example 3:
<img width="1325" height="616" alt="Image" src="https://github.com/user-attachments/assets/5901bc46-8aad-4662-afbc-03ebda410dce" />

Extra info: I am using GitBash.

View original on GitHub ↗

29 Comments

KyleKolander · 6 months ago

This happens for me in PowerShell 7.5.4 in Windows Terminal on Windows 11 Pro, also.

mayhew3 · 6 months ago

Happening for me in Windows 11 Terminal. Completely unusable.

kkman021 · 6 months ago

The output is crash also.

saifsaleh3333 · 6 months ago

Same thing happening

KyleKolander · 6 months ago

I downgraded to 2.0.72 and it works again. Disabled automatic updates first.

mathiaswillburger · 6 months ago

Same for me since version 2.0.73. The output is completely unreadable and missing major parts of the content. It looks unstructured and leaves a lot of huge gaps between the output text.

<img width="639" height="344" alt="Image" src="https://github.com/user-attachments/assets/d474f2f5-df2b-456d-a85d-039e70acf451" />

lifegenieai · 6 months ago

same issue in Win 11 running version 2.0.73

<img width="1123" height="601" alt="Image" src="https://github.com/user-attachments/assets/27a0d612-81f0-417e-a626-f6f6e6c94226" />

910650692 · 6 months ago

same

BlueOcean223 · 6 months ago

same thing happening

jaroslawjanas · 6 months ago

Also getting this on PowerShell with native installation on v2.0.73

psychtek · 6 months ago

Can confirm happening with Positron IDE and Rstudio IDE.

shailensukul · 6 months ago

Same on Windows 11 26200.7462

# uninstall problemmatic verion
npm uninstall @anthropic-ai/claude-code -g

# install older version
npm install @anthropic-ai/claude-code@2.0.72 -g

# Check version 
@ Should output: 2.0.72 (Claude Code)
claude --version

$ Disable automatic updates
set DISABLE_AUTOUPDATER=1
rubrical-worker · 6 months ago

work around for Windows:

npm install -g @anthropic-ai/claude-code@2.0.72

in a bat/cmd:

set DISABLE_AUTOUPDATER=1 && claude

angeloprado · 6 months ago

how is Windows support not being tested before any public release?

atherio-danp · 6 months ago

Does anyone know if there is any statement by Anthropic on this? From the issue it seems nobody's even looking at it. However, I find it to be a fairly critical mishap.

Tooneytunes · 6 months ago

Same issue here, looks like this a new bug since today?
Text is being aligned center terminal and some text is being cut off.

Would like a patch as soon as possible...
I can't work with Claude like this

lichfielddean · 6 months ago

Decided to install to WSL instead, maybe that's the best approach anyway rather than use the powershell terminal.

chrisutpg · 6 months ago

Same issue using powershell.. PSVersion 5.1.26100.7462

thednaz · 6 months ago

Same issue, just started with latest update.

hamchowderr · 6 months ago

Very interesting @rubrical-studios and @shailensukul I have tried versions 2.0.74, 2.0.73, 2.0.72, and 2.0.70 and i still get the same whitespaces and etc.

After some playing around: I was using Claude Code Extension and set it to those specific versions and same error. Installing version 2.0.72 globally works in terminal.

CpHeat · 6 months ago

for me 2.0.72 fixes the bug. 2.0.73 is unusable.

rubrical-worker · 6 months ago
Same on Windows 11 26200.7462 `` # uninstall problemmatic verion npm uninstall @anthropic-ai/claude-code -g # install older version npm install @anthropic-ai/claude-code@2.0.72 -g # Check version @ Should output: 2.0.72 (Claude Code) claude --version ``

It will auto-update unless you block it. Turns out there may be other bugs for "settings" that should but do not block the auto-update feature. This approach works:

in a bat/cmd:

set DISABLE_AUTOUPDATER=1 && claude

jaroslawjanas · 6 months ago

Guys I didn't sign up for dev/nightly releases.

mathiaswillburger · 6 months ago

For Powershell reverting the native install temporarily with this command works (until autoupdate happens again if not disabled):

curl -fsSL https://claude.ai/install.sh | bash -s 2.0.72

SRS-apps · 6 months ago
I downgraded to 2.0.72 and it works again. Disabled automatic updates first.

Confirmed working. Use npm install -g @anthropic-ai/claude-code@2.0.72 in powershell to downgrade.
setx CLAUDE_CODE_DISABLE_AUTO_UPDATE 1 in powershell to disable autoupdate.

ckelsoe · 6 months ago

Same issue - hope this gets resolved soon.

marcus-hooper · 6 months ago

Experiencing the same issue. In my case, I see excessive blank lines/gaps between output sections rather than completely missing text.

  • Platform: win32
  • Terminal: PowerShell 5.1, PowerShell 7.5.4
  • Version: 2.0.73
  • Node.js: v25.2.1
jaodsilv · 6 months ago

A different workaround for those too lazy to downgrade the version is to ask it to write the final summary to a file or to post into the PR or Issue it is about (if any).

github-actions[bot] · 6 months ago

This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.