Typing on the CLI since 0.100 is very slow

Resolved 💬 22 comments Opened Feb 13, 2026 by Cleroth Closed Apr 29, 2026
💡 Likely answer: A maintainer (etraut-openai, contributor) responded on this thread — see the highlighted reply below.

What version of Codex CLI is running?

codex-cli 0.100.0

What subscription do you have?

Pro

Which model were you using?

gpt-5.3-codex-spark

What platform is your computer?

Microsoft Windows NT 10.0.22621.0 x64

What terminal emulator and version are you using (if applicable)?

Windows Terminal (WSL / PowerShell)

What issue are you seeing?

when I type fast or hold down a key, the terminal freezes

What steps can reproduce the bug?

just type fast or hold down a key

What is the expected behavior?

Text appears as you type near instantly

Additional information

_No response_

View original on GitHub ↗

22 Comments

etraut-openai contributor · 5 months ago

Thanks for the bug report. Do you suspect this might be a regression? If so, could you confirm that downgrading to 0.100.0 fixes the problem?

Cleroth · 5 months ago

Works in 0.99, but not in 0.100.
So it's something in 0.100 not 0.101

Cleroth · 5 months ago

Still happening in v0.104.0

hexhexD · 5 months ago

I experience the exact same thing starting 0.101, was hoping 0.104 would fix it but it's still present.

Cleroth · 4 months ago

Day #13 of using a CLI where typing is slower than Windows 95.

etraut-openai contributor · 4 months ago

@Cleroth, we don't have a repro for this. Without a repro, there's not much we can do.

You may need to do some investigation or diagnosis on your own to identify clear repro steps and/or find a root cause. One option is to clone the codex repo, build from source, and ask codex to help you diagnose the problem.

Cleroth · 4 months ago

Did you actually try in Windows Terminal?

You could've said earlier if you couldn't reproduce.

I think a git bisect would be easier than trying to get codex to guess the problem blindly.

I've never built something with rust but I guess I'll give it a go.

Cleroth · 4 months ago

This is the commit that causes the problem b4ffb2eb5852d451388f8d4d928e4fec762e1b78

Cleroth · 4 months ago

For what it's worth, I set it to 1ms and the typing improved quite a bit while the pastes are still working correctly. Haven't tried with VS Code though.

etraut-openai contributor · 4 months ago

Thanks for investigating. Yeah, it has been really tough to find a solution to the paste issue on Windows that works across different terminal emulators and doesn't have bad side effects like noticeable lag.

adgower · 4 months ago

Having this same issue on windows 11 when typing feels laggy and unresponsive. It was previously not this way.

https://github.com/openai/codex/issues/12588

Cleroth · 4 months ago

@etraut-openai any hints on doing something about this? While it's an easy fix on my end I have to manually update and build codex every time, which is less than ideal.

kreed-gench · 4 months ago

Having same issue on windows 11. I'm using vscode terminal that is ssh'd into a linux box

Eclips4 · 4 months ago

FYI, setting disable_paste_burst = true in ~/.codex/config.toml solves this problem

Cleroth · 4 months ago

To be honest I just bit the bullet and started using Codex on WSL. Just a bit of setup but the experience is superior. No lag, less sandbox issues, ...

ShuheiKonno · 3 months ago

Environment:

  • Codex version: 2.1.89 (Windows desktop app)
  • - Platform: Windows
  • - - Symptom: Keyboard input intermittently freezes for several seconds while typing in the Codex TUI. The freeze occurs randomly during normal use.

Confirming this issue is still reproducible on the latest Windows desktop app version (2.1.89). Adding this report for tracking purposes.

pcgeek86 · 3 months ago

Same problem with the latest OpenAI Codex CLI 0.121.0 on Windows 11 2025H2 for me. It is really annoying. I'm running on a pretty high-end development and gaming workstation.

  • Ryzen 9950X
  • 128 GB DDR5 @ 5200 MT/sec
  • NVIDIA GeForce RTX 5080
  • Windows Terminal 1.24.10921.0

I'm doing heavy video processing work, software development, and gaming, on this system. Everything else is working flawlessly except that Codex CLI has the slow typing issue.

chiefGui · 2 months ago

Same issue here. Windows 11 + Windows Terminal. Don't have any issues with Claude Code.

etraut-openai contributor · 2 months ago

This issue should be fixed by this PR in the next release.

plasticalligator · 1 month ago
This issue should be fixed by this PR in the next release.

No, no it did not fix it.

Cleroth · 1 month ago

works for me

etraut-openai contributor · 1 month ago

@plasticalligator, this issue was fixed. If you're seeing similar symptoms with a recent version of the TUI, then it's a different issue. In that case, please open a new bug report and provide all of the information requested in the bug report template.