Text output is centered AND truncated on Windows
Resolved 💬 18 comments Opened Dec 19, 2025 by m13v Closed Dec 19, 2025
Text in responses is being centered instead of left-aligned, AND long lines are truncated/cut off instead of wrapping properly.
Problems
- Centered text: Content appears centered in the terminal instead of left-aligned
- Truncation: Long lines are cut off rather than wrapping to the next line
Environment
- Windows 11
- Claude Code v2.0.73
- Tested on: PowerShell, CMD, Windows Terminal, Git Bash
- Same behavior across all terminals
What I see
- Left side has UI components properly aligned
- Text descriptions/content are centered in the middle of the terminal
- Long lines get truncated at some arbitrary width instead of wrapping
- Makes output hard to read and information is lost
Expected
- All text should be left-aligned like normal CLI output
- Long lines should wrap to the next line, not be truncated
Screenshot attached shows the centering issue - notice how the text is floating in the center while the UI chrome stays left.
<img width="445" height="261" alt="Image" src="https://github.com/user-attachments/assets/d27eab5f-1692-4b0a-b564-6f8d245f0caa" />
18 Comments
I'm experiencing this too!
There is also missing text if you look at the screenshots
<img width="1598" height="816" alt="Image" src="https://github.com/user-attachments/assets/d50a0052-bb1e-4b96-93df-4a6b639b2f20" />
I've noticed that it's only on final output. Not on code snippets, or reasoning steps.
Same here,
Windows 11, git bash
<img width="1420" height="206" alt="Image" src="https://github.com/user-attachments/assets/31e50640-cf26-47eb-b500-5cc16f7f6fe1" />
I'm having the same issue too. Already trouble shoot with PowerShell, VS Code terminal, Claude Code extension, and CMD
<img width="1919" height="1038" alt="Image" src="https://github.com/user-attachments/assets/48438433-97be-4208-a555-72b9be12c476" />
<img width="1077" height="1881" alt="Image" src="https://github.com/user-attachments/assets/383365b1-f793-4227-87f8-31c1169133ff" />
<img width="832" height="1779" alt="Image" src="https://github.com/user-attachments/assets/99b0c882-801e-45d0-93b9-6c4f57a3a3de" />
<img width="2560" height="1528" alt="Image" src="https://github.com/user-attachments/assets/27facd91-e17c-4f76-b2a2-a2159816b6af" />
Same here on Windows (Claude Code v2.0.73): the main response text is centered with large blank margins, and parts of the output become invisible or clipped. As a workaround, I removed the npm-based installation and reinstalled Claude Code using the official native installer scripts, pinning to version 2.0.65. For Windows PowerShell, I used the documented install.ps1 entry point to install that specific version, and after installing v2.0.65 via the native installer the output renders normally again in Windows Terminal with PowerShell 7.
my workaround is a claude md rule to always output response to a specific
text file, haha
On Thu, Dec 18, 2025 at 10:33 PM 李永航 @.***> wrote:
Because I don’t need the features from the latest few versions for now, I’ve decided to roll back to version 65 after checking the changelog, and I’ll update again once the issue is fixed.
im having the same issue. it started about 6pmish pacific.
Same here
<img width="1600" height="934" alt="Image" src="https://github.com/user-attachments/assets/289f0ae8-c2ae-4b33-862c-687b9eefa8f4" />
a commenter above suggested a workaround where you rollback to v2.0.65 for now until a fix comes out. i just did it and i no longer see the issue.
Had the same issue when my instance auto updated to v2.0.73. Rolled back to v2.0.72 and it's working ok.
Same, in 2.0.73 also
Downgraded to 2.0.71 as a workaround
I had the same issue. I rolled back to 2.0.72 and it's working again:
npm install -g @anthropic-ai/claude-code@2.0.72
Before you downgrade, verify if you run Claude Code natively by running:
If you are running npm, then following the instructions above that other users have recommended. If you are running natively, then follow these instructions:
You should see something like this:
You then have to disable auto-updates.
Option A — disable for this PowerShell session only
Option B — disable persistently for your Windows user
Option C — disable via Claude Code user settings (recommended if you already manage settings there)
User settings file is ~/.claude/settings.json (Windows: $env:USERPROFILE\.claude\settings.json).
Claude
Add/merge:
I truly don't mean to be obnoxious, and I know we are all AI vibin' these days, but some old-school software engineering techniques such as unit tests, regression tests and such still hold their same value. And I know it's not the cool Silicon Value way of doing things, but maybe have at least some team members rock Windows instead of a Mac or Linux so as to catch these things before the rest of the world.
Yeah, I had the same thought, kind of shocked that a version with such an intrusive error got through testing.
There must have been 0 testing on Windows prior to release. Quite shocking, given that there is even a native Windows build. The developers wouldn't even need to run Windows to catch this; it could just be done as an automated build test.
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.