[BUG] Windows: Output renders as blank lines / excessive whitespace

Status Closed — duplicate
Reported on v2.0.73
Maintainer reply ✓ Yes — ant-kurt
Activity 13 comments · opened Dec 19, 2025 · closed Dec 19, 2025
💡 Likely answer: A maintainer (ant-kurt, collaborator) responded on this thread — see the highlighted reply below.

Preflight Checklist

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

What's Wrong?

Claude Code output shows blank lines instead of actual text content on Windows.

When I run any command, the response renders with excessive whitespace/blank lines. Only partial text is visible at the top and bottom of the response. The middle content is completely blank.

Tested on:

  • PowerShell 7 (standalone)
  • PowerShell 5 (Windows Terminal)
  • VS Code integrated terminal

All have the same issue. UTF-8 encoding is confirmed (chcp 65001).

What Should Happen?

Output text should display correctly without blank lines

Error Messages/Logs

Steps to Reproduce

  1. Open PowerShell 7 or VS Code terminal on Windows
  2. Run claude
  3. Ask any question (e.g. "analyze this file")
  4. Response shows blank lines instead of text

Claude Model

Sonnet (default)

Is this a regression?

I don't know

Last Working Version

_No response_

Claude Code Version

2.0.73

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

PowerShell

Additional Information

<img width="1618" height="1673" alt="Image" src="https://github.com/user-attachments/assets/deadec18-d17a-49f8-bf1e-e1e34a348093" />

<img width="1596" height="683" alt="Image" src="https://github.com/user-attachments/assets/53fd8bbd-d470-4c06-91a9-8e421241792f" />

View original on GitHub ↗

13 Comments

Kepler174 · 8 months ago

same to me,I use WindowsTerminal,Claude Code output shows blank lines

github-actions[bot] · 8 months ago

Found 3 possible duplicate issues:

  1. https://github.com/anthropics/claude-code/issues/14594
  2. https://github.com/anthropics/claude-code/issues/14557
  3. https://github.com/anthropics/claude-code/issues/14555

This issue will be automatically closed as a duplicate in 3 days.

  • If your issue is a duplicate, please close it and 👍 the existing issue instead
  • To prevent auto-closure, add a comment or 👎 this comment

🤖 Generated with Claude Code

HomelessBill · 8 months ago

Same. After iterating a bit, it seems to be something about markdown because giving me a list of 10 things results in only the last one when it's doing what it normally does, but when I explicitly asked it not to use markdown in its reply the list was fine. This update is a big oof.

Bobmanns · 8 months ago

Temporary workaround. You can ask claude to write his whole answer in the last block/line. It seems that the last answer is visible constantly.

SammyBammy · 8 months ago

Same issue here

Kepler174 · 8 months ago
Temporary workaround. You can ask claude to write his whole answer in the last block/line. It seems that the last answer is visible constantly.

Yes, it seems that only the last line is visible. Thank you for the tip.

SammyBammy · 8 months ago
Same issue here
Hello give me a random fact please

● Here's a random fact: Octopuses have three hearts. Two of them pump blood to the gills, while the third pumps it to the rest of the body. Interestingly, the heart that delivers blood to the body stops beating when the octopus swims, which is why they prefer crawling—swimming exhausts them.

Now 20 lines

r-old honey in Egyptian tombs that was still edible.

thermal expansion of the iron.
construction of the Great Pyramid.

s have existed for about 400 million years, while trees appeared around 350 million years ago.

n the observable universe.

pemba effect).
eath—his ashes were molded into one.

  1. Oxford University is older than the Aztec Empire.
Minkyu222341 · 8 months ago

@HomelessBill @Kepler174 @SammyBammy @Bobmanns

I ran into the same issue.
Downgrading to 2.0.72 fixed it for me.

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

SammyBammy · 8 months ago
@HomelessBill @Kepler174 @SammyBammy @Bobmanns I ran into the same issue. Downgrading to 2.0.72 fixed it for me. npm uninstall -g @anthropic-ai/claude-code npm install -g @anthropic-ai/claude-code@2.0.72

Ty

Kepler174 · 8 months ago
npm uninstall -g @anthropic-ai/claude-code npm install -g @anthropic-ai/claude-code@2.0.72

thanks

ant-kurt collaborator · 8 months ago

Consolidating to #14587 - see thread for workarounds and status.

YuzuRain · 8 months ago

Same issue,sitll not fixed

github-actions[bot] · 8 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.