claude-code icon indicating copy to clipboard operation
claude-code copied to clipboard

[Bug] Response text truncated and misaligned on Windows terminals

Open pierceSander opened this issue 1 week ago โ€ข 14 comments

Bug Description URGENT!!
Response text centered and ~90 of content missing/truncated. Claude code responses display incorrectly - text appears centered of left-aligned, and approximately 90% of response content is missing. Only fragments of sentences are visible. OS: Windows. Terminals tested: Windows PowerShell, CMD, Windows Terminal (wt), Cursor integrated Terminal. All terminals show the same issue. Attempted: Reinstalled Claude Code, cleared cache, upgraded to latest version. Tried multiple terminals. Tried /clear command. Tried fresh project folder.

Environment Info

  • Platform: win32
  • Terminal: cursor
  • Version: 2.0.73
  • Feedback ID: ad664167-6272-44da-9814-b0c84750aa85

Errors

[{"error":"Error: Request was aborted.\n    at u0A._createMessage (file:///C:/Users/merts/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:503:3157)\n    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)","timestamp":"2025-12-19T04:20:06.101Z"}]
Image

pierceSander avatar Dec 19 '25 04:12 pierceSander

I'm having this issue too

SherlockianAsh avatar Dec 19 '25 04:12 SherlockianAsh

Found 3 possible duplicate issues:

  1. https://github.com/anthropics/claude-code/issues/14581
  2. https://github.com/anthropics/claude-code/issues/14555
  3. https://github.com/anthropics/claude-code/issues/14554

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

github-actions[bot] avatar Dec 19 '25 04:12 github-actions[bot]

I've also encountered this issue. My current workaround is to downgrade it to 2.0.72. npm install -g @anthropic-ai/[email protected]

BlueOcean223 avatar Dec 19 '25 04:12 BlueOcean223

I've also encountered this issue and migrated to 2.0.72

Froredion avatar Dec 19 '25 04:12 Froredion

I'm seeing this issue in 2.0.73

rdfitted avatar Dec 19 '25 04:12 rdfitted

Image

Same. System:

Version: Claude Code v2.0.73 OS: Windows (MINGW64_NT-10.0-26200) Previous working version: v2.0.72

cryptophil85 avatar Dec 19 '25 05:12 cryptophil85

I also see this issue. Looks like there are many duplicate issues in claude-code repo for this same thing - v2.0.73

Apollo1113 avatar Dec 19 '25 05:12 Apollo1113

It seems necessary to roll back the version until the issue is resolved. If the auto-update feature is enabled, you need to disable it. export DISABLE_AUTOUPDATER=1

Npm: npm install -g @anthropic-ai/[email protected]

Native (Specifying the version didn't work. Rolling back with the 'stable' tag defaults to version 2.0.65) macOS, Linux, WSL: curl -fsSL https://claude.ai/install.sh | bash -s stable Windows PowerShell: & ([scriptblock]::Create((irm https://claude.ai/install.ps1))) stable Windows CMD: curl -fsSL https://claude.ai/install.cmd -o install.cmd && install.cmd stable && del install.cmd

kkhdev1 avatar Dec 19 '25 05:12 kkhdev1

Same issue with latest version on Powershell.

3HMonkey avatar Dec 19 '25 10:12 3HMonkey

Same issue with latest version on Powershell.

same here.

Ozzian avatar Dec 19 '25 11:12 Ozzian

Image

Same issue, impossible to work

Claude Code v2.0.73 Opus 4.5 ยท Claude Max

Ctariy avatar Dec 19 '25 12:12 Ctariy

I played around with this this morning too.

Console output is broken in: PowerShell in Windows terminal CMD in Windows terminal Git Bash in Windows terminal Git Bash in Git Bash window

Console output works just fine in: Ubuntu WSL in Windows terminal

I think it it's a POSIX compliant shell regression in a recent version of Claude. I'm on 2.0.73

same issue on Windows 11 and Claude Code 2.0.73. it's highly annoying and basically destroyed all normal workflow.

Image

RegiosOrg avatar Dec 19 '25 12:12 RegiosOrg

Same, in 2.0.73 also Downgraded to 2.0.71 as a workaround

deadeuzesse avatar Dec 19 '25 13:12 deadeuzesse

Same issue in Powershell. Downgraded to 2.0.72. Thanks everyone for the fix

19Ash82 avatar Dec 19 '25 14:12 19Ash82

Same thing here, Claude Code is now completely useless, at least when used from PowerShell (both in and outside PowerShell). Please make it a high priority to fix.

Niels-LNS-Research avatar Dec 19 '25 16:12 Niels-LNS-Research

Image this is real truncation lol

skayjay01 avatar Dec 19 '25 17:12 skayjay01

Confirmed: downgrading to 2.0.72 fixes the issue.

npm install -g @anthropic-ai/[email protected]

Also set DISABLE_AUTOUPDATER=true environment variable to prevent auto-upgrade back to 2.0.73.

elfenlieds7 avatar Dec 19 '25 17:12 elfenlieds7

i have the same issue also

Image

assaflau avatar Dec 19 '25 17:12 assaflau

Same. Asked Claude to only output in structured code blocks and seems to work with 2.0.73

Kevvie250 avatar Dec 19 '25 17:12 Kevvie250

We're working on a fix for this - for the meantime, revert to 2.0.72.

EDIT: to prevent auto-updates, set DISABLE_AUTOUPDATER env var, see https://code.claude.com/docs/en/settings#environment-variables.

ant-kurt avatar Dec 19 '25 18:12 ant-kurt

We're working on a fix for this - for the meantime, revert to 2.0.72.

Might want to mention how to revert and how to keep it from auto-updating. I reverted and then it updated by itself.

BootstrapPendragon avatar Dec 19 '25 18:12 BootstrapPendragon

Should be working better in 2.0.74.

ant-kurt avatar Dec 19 '25 22:12 ant-kurt

same issues. it seems the developers in Anthropic loves Mac too much. even /statusline doesnt shows broken terminal for inputs and outputs.

mysehyunhope avatar Dec 19 '25 22:12 mysehyunhope

hello, issue is fixed for me on 2.0.74, windows 11 (windows terminal)

thameraltoimi avatar Dec 19 '25 23:12 thameraltoimi

It's fixed for me as well. Thanks.

ken-swyfft avatar Dec 19 '25 23:12 ken-swyfft

2.0.74 fixed

Apollo1113 avatar Dec 20 '25 02:12 Apollo1113

same issue still not fixed

PlayerLin00 avatar Dec 20 '25 07:12 PlayerLin00

To anyone still running into this - please ensure you're running 2.0.74 or higher. If you're still seeing this, please post info requested in https://github.com/anthropics/claude-code/issues/15034 to help us investigate the particular terminal / shell configurations that still have this issue.

ant-kurt avatar Dec 23 '25 00:12 ant-kurt