[BUG] Input is very laggy on Windows systems

Resolved 💬 27 comments Opened Sep 16, 2025 by zhatlas Closed Sep 17, 2025
💡 Likely answer: A maintainer (sid374, contributor) 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?

Typing on the Windows system has very high latency.

I've noticed that Claude Code has always been quite sluggish in the Windows environment—I've tried it in both the VSCode terminal and the Android Studio terminal, and both were extremely slow. The Windows Terminal combined with Git Bash wasn't exactly smooth either, but it was still usable. Today, however, I found that Claude Code has become so laggy it's practically unusable;

What Should Happen?

Smooth input

Error Messages/Logs

Steps to Reproduce

Device environment, windows 10, windows terminal, git bash

Claude Model

Other

Is this a regression?

Yes, this worked in a previous version

Last Working Version

_No response_

Claude Code Version

1.0.115

Platform

Other

Operating System

Windows

Terminal/Shell

Windows Terminal

Additional Information

_No response_

View original on GitHub ↗

27 Comments

alainarja · 10 months ago

also facing this as well

cameronshade · 10 months ago

Crazy annoying isnt it. +1 suffering
If you guys find a fix pls let me know

h000000nkim · 10 months ago

I'm experiencing the same issue..

ffouillet · 10 months ago

Same here!

Shinzuh · 10 months ago

Same

laosiji66666 · 10 months ago

I have the same problem. It was normal before, but it suddenly started to happen today.

chenweilong1022 · 10 months ago

You just need to roll back the version to npm install -g @anthropic-ai/claude-code@1.0.113 to make it work normally.

sid374 contributor · 10 months ago

Just to confirm, everyone facing this is on Windows?

Pannoniae · 10 months ago

+1, native windows, yes

yesterday it was heavy input lag, today it's impossible to type a single character

cameronshade · 10 months ago

+1 yes windows

hugodemelo · 10 months ago

this also happens in macOS

vscode, cursor, terminal, all with input lag...

Claude Code v1.0.115

ArtrixTech · 10 months ago

sAME hERE

Crichen · 10 months ago

Been bad all day; definitely the powershell version as I’ve got WSL also installed and no issues with Linux environment.

f16g53 · 10 months ago

+1 windows

Joeclinton1 · 10 months ago

Can't backspace characters properly either possibly related to #1853 (which as a workaround btw you can use ctrl-backspace to delete word by word and that'll work)

n3tw4rl0k · 10 months ago

workaround:
1) npm uninstall -g @anthropic-ai/claude-code
2) npm install -g @anthropic-ai/claude-code@1.0.110
or 1.0.114 , for me 1.0.110 , works really well.
3) {
"env": {
"DISABLE_AUTOUPDATER": "1"
}
}

put this into the settings.json file from under your user - dir : .claude

enjoy... no lag.

Norsninja · 10 months ago

+1 on windows

ihari277 · 10 months ago

@n3tw4rl0k This workaround really works — thanks a lot!

ant-kurt collaborator · 10 months ago

This input box latency should be addressed with the 1.0.117 update.

mazeffa · 10 months ago
This input box latency should be addressed with the 1.1.117 update.

there is no change for me. still experiencing the issue

leuquim · 10 months ago

1.0.117 seems to have resolved the issue for me

tropical2 · 10 months ago
You just need to roll back the version to npm install -g @anthropic-ai/claude-code@1.0.113 to make it work normally.

that fixed it!

gmedlin-p3 · 10 months ago

1.0.117 still experiencing the issue in native Windows, had to roll back to 1.0.113 again.

Crichen · 10 months ago

Agree with comments above; performance is better in that it can be used but still bad with periods of unresponsiveness especially whilst models are working. Worse if sub agents running, unable to type at all.

daniel-alonso-gazquez-db · 10 months ago

This bug should be reopened. Even though the behavior has improved with 1.0.117, as explained by previous comments, while claude code is thinking or interacting with the model in any way, the input is completely blocked. The useful function of typing something to be processed later, even being editable in the meantime, makes no sense in the current status because it is impossible to input anything.

ffouillet · 10 months ago

Same here, still facing the issue. When opening claude code, unable to type anything sometimes.

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