Skip to content

Codex Windows desktop freezes for 2–3 seconds during first typing in every new conversation #29543

Description

@Liu8976

Description

On the Codex Windows desktop app, typing in a newly created conversation consistently freezes after the first few characters.

Example: when rapidly typing hkjshkjhdjkhskja, the UI initially displays only hkj. The caret continues blinking, but subsequent characters do not appear. After approximately 2–3 seconds, all buffered characters appear at once.

This occurs with both English and Chinese input. After the initial freeze, typing returns to normal.

Reproduction steps

  1. Open Codex desktop on Windows.
  2. Click New conversation.
  3. Immediately type a sequence of characters quickly.
  4. Observe that only the first few characters appear.
  5. Wait 2–3 seconds; the remaining buffered characters then appear together.

The issue reproduces in every new conversation.

Expected behavior

Characters should appear immediately and continuously while typing.

Troubleshooting already performed

The issue persists after:

  • Rebooting Windows and clearing stale Codex/Node processes.
  • Testing in a completely new conversation.
  • Testing both English and Chinese input methods.
  • Disabling Ambient Suggestions.
  • Disabling all plugins and node_repl.
  • Starting Codex with --disable-gpu.
  • Starting Codex with --disable-spell-checking.
  • Starting Codex with a completely fresh --user-data-dir.
  • Confirming that CPU, memory, page file, IME processes, and GPU usage are normal.

This strongly suggests a synchronous first-input/editor initialization task blocking the renderer main thread.

Environment

  • Codex desktop package: 26.616.6631.0
  • Embedded Chromium/product version: 149.0.7827.115
  • OS: Windows 11 Pro, 64-bit
  • Windows build: 26200
  • GPU: NVIDIA GeForce GTX 1050 Ti
  • GPU driver: 32.0.15.7700
  • Display: 1920×1080 at 60 Hz

Metadata

Metadata

Assignees

No one assigned

    Labels

    appIssues related to the Codex desktop appbugSomething isn't workingperformancewindows-osIssues related to Codex on Windows systems

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions