[Bug] Response text truncated and misaligned on Windows terminals
Resolved 💬 30 comments Opened Dec 19, 2025 by mertsandepalm Closed Dec 19, 2025
💡 Likely answer: A maintainer (ant-kurt, collaborator)
responded on this thread — see the highlighted reply below.
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"}]
<img width="826" height="320" alt="Image" src="https://github.com/user-attachments/assets/6b9cd50c-1a4f-41a5-80c6-c17e57c41837" />
30 Comments
I'm having this issue too
Found 3 possible duplicate issues:
This issue will be automatically closed as a duplicate in 3 days.
🤖 Generated with Claude Code
I've also encountered this issue. My current workaround is to downgrade it to 2.0.72.
npm install -g @anthropic-ai/claude-code@2.0.72I've also encountered this issue and migrated to 2.0.72
I'm seeing this issue in 2.0.73
<img width="1621" height="262" alt="Image" src="https://github.com/user-attachments/assets/0d4b1f5d-6951-43c0-ae70-06b4cd8f7257" />
Same. System:
Version: Claude Code v2.0.73
OS: Windows (MINGW64_NT-10.0-26200)
Previous working version: v2.0.72
I also see this issue. Looks like there are many duplicate issues in claude-code repo for this same thing - v2.0.73
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=1Npm:
npm install -g @anthropic-ai/claude-code@2.0.72Native (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 stableWindows PowerShell:
& ([scriptblock]::Create((irm https://claude.ai/install.ps1))) stableWindows CMD:
curl -fsSL https://claude.ai/install.cmd -o install.cmd && install.cmd stable && del install.cmdSame issue with latest version on Powershell.
same here.
<img width="3338" height="1452" alt="Image" src="https://github.com/user-attachments/assets/8d56b694-c866-4d16-85d2-c1e5bfc5f1d1" />
Same issue, impossible to work
Claude Code v2.0.73
Opus 4.5 · Claude Max
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.
<img width="2545" height="1338" alt="Image" src="https://github.com/user-attachments/assets/b1810e73-c1c0-4d6f-a338-a11c14846dbc" />
Same, in 2.0.73 also
Downgraded to 2.0.71 as a workaround
Same issue in Powershell. Downgraded to 2.0.72. Thanks everyone for the fix
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.
<img width="1865" height="2073" alt="Image" src="https://github.com/user-attachments/assets/8ee84d47-c4eb-4753-90b1-18c19f14272d" /> this is real truncation lol
Confirmed: downgrading to 2.0.72 fixes the issue.
Also set
DISABLE_AUTOUPDATER=trueenvironment variable to prevent auto-upgrade back to 2.0.73.i have the same issue also
<img width="2284" height="1013" alt="Image" src="https://github.com/user-attachments/assets/c7891bbc-6ca1-427f-9f96-3c1273559e30" />
Same. Asked Claude to only output in structured code blocks and seems to work with 2.0.73
We're working on a fix for this - for the meantime, revert to 2.0.72.
EDIT: to prevent auto-updates, set
DISABLE_AUTOUPDATERenv var, see https://code.claude.com/docs/en/settings#environment-variables.Might want to mention how to revert and how to keep it from auto-updating. I reverted and then it updated by itself.
Should be working better in 2.0.74.
same issues.
it seems the developers in Anthropic loves Mac too much.
even /statusline doesnt shows broken terminal for inputs and outputs.
hello, issue is fixed for me on 2.0.74, windows 11 (windows terminal)
It's fixed for me as well. Thanks.
2.0.74 fixed
same issue still not fixed
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.
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.