[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.
29 Comments
This happens for me in PowerShell 7.5.4 in Windows Terminal on Windows 11 Pro, also.
Happening for me in Windows 11 Terminal. Completely unusable.
The output is crash also.
Same thing happening
I downgraded to 2.0.72 and it works again. Disabled automatic updates first.
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" />
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" />
same
same thing happening
Also getting this on PowerShell with native installation on v
2.0.73Can confirm happening with Positron IDE and Rstudio IDE.
Same on Windows 11 26200.7462
work around for Windows:
npm install -g @anthropic-ai/claude-code@2.0.72
in a bat/cmd:
set DISABLE_AUTOUPDATER=1 && claude
how is Windows support not being tested before any public release?
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.
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
Decided to install to WSL instead, maybe that's the best approach anyway rather than use the powershell terminal.
Same issue using powershell.. PSVersion 5.1.26100.7462
Same issue, just started with latest update.
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.
for me 2.0.72 fixes the bug. 2.0.73 is unusable.
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
Guys I didn't sign up for dev/nightly releases.
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.72Confirmed 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.
Same issue - hope this gets resolved soon.
Experiencing the same issue. In my case, I see excessive blank lines/gaps between output sections rather than completely missing text.
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).
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.