# Windows desktop app 26.810.4967.0 continuously uses high CPU after update, causing mouse and keyboard input lag
Open 💬 14 comments Opened Aug 14, 2026 by zhao33079-zhao
💡 Likely answer: A maintainer (github-actions[bot], contributor)
responded on this thread — see the highlighted reply below.
What version of the Codex App are you using (From “About Codex” dialog)?
26.810.4967.0
What subscription do you have?
ChatGPT plus
What platform is your computer?
Windows 11 x64,Build 26200.9168
What issue are you seeing?
Windows 桌面端 26.810.4967.0 更新后持续高 CPU,导致鼠标和键盘输入卡顿
同步软件内上传,反馈ID:019fff71-9924-7f30-bb0b-7104743f9536
环境
- 客户端:ChatGPT / Codex Windows 桌面端
- 版本:26.810.4967.0
- 系统:Windows x64,Build 26200.9168
- 逻辑处理器:20
- 复现日期:2026 年 8 月 14 日(UTC+8)
问题描述
更新到上述版本后,客户端刚启动时通常流畅,但正常使用一段时间后会再次明显卡顿。卡顿时不仅应用界面不流畅,鼠标移动和键盘输入也会受到影响。
完全退出并重新打开客户端可以暂时恢复,但约一小时后可能再次复发。
复现步骤
- 更新到 Windows 桌面端 26.810.4967.0。
- 启动客户端并正常使用若干任务。
- 客户端最初运行正常。
- 持续使用一段时间后,鼠标、键盘输入和界面开始明显卡顿。
- 切换其他任务、最大化或还原窗口后,卡顿仍然存在。
- 完全重启客户端后暂时恢复,之后再次复发。
已验证的现场数据
- 卡顿时,ChatGPT 主进程持续占用约 1.3 个逻辑核心。
- 8 秒采样:平均 132%,最高 152.41%,8/8 个样本均超过 100%。
- 45 秒跨任务切换采样:平均 133.02%,最低 112.99%,最高 153.82%,45/45 个样本均超过 100%。
- 系统总 CPU 平均约 14%–18%,因此整机总占用并不突出,但 ChatGPT 主进程持续高负载。
- 卡顿时仍有约 6.7 GB 可用内存;磁盘队列约 0.005–0.01;未观察到明显 GPU 活动。
- 主进程工作集约 712 MB,私有内存约 895 MB。
- 所有 ChatGPT 进程仍显示为 Responding,但用户输入明显延迟。
同期日志现象
卡顿期间,主窗口日志反复出现:
ResizeObserver loop completed with undelivered notifications.
- 本次启动共观察到 65 次。
- 卡顿高峰最近一分钟出现 13 次。
- 全部来自 primary 主窗口。
- 最大化/还原窗口后,该错误暂时停止新增,但主进程 CPU 仍维持约 135%。因此该错误可能是同一界面状态循环的伴随症状,不一定是唯一根因。
另外:
- 429 请求仅集中在启动初期,卡顿复发时没有继续出现。
- 失效自动化 404 仅在启动阶段出现。
- 没有观察到持续 WebSocket 重连。
- Computer Use / node_repl 辅助进程 CPU 几乎为零,并会自行退出;主进程高 CPU 在其退出后仍持续。
已尝试的处理
- 完全退出并重新启动客户端:暂时恢复,之后复发。
- 备份后隔离 Cache、Code Cache、GPUCache、GrShaderCache、ShaderCache 和 GPUPersistentCache:重启后 CPU 曾降至平均 3.63%、最高 16.93%,但约一小时后复发。
- 最大化、还原并再次最大化窗口:ResizeObserver 错误停止新增,但高 CPU 没有下降。
- 切换到其他较短任务并停留约 20 秒:CPU 仍持续在 113%–154% 之间,说明问题并非单个长对话页面造成。
- 检查旧 notify / Computer Use 配置:客户端启动时会自动恢复相同的 notify;辅助进程没有持续占用 CPU,目前没有证据表明它是高 CPU 的直接来源。
预期行为
客户端长时间运行后,主进程应回到低 CPU 占用,鼠标、键盘和界面操作应保持流畅,不应依赖周期性重启。
希望开发团队协助确认
请协助检查 Windows 桌面端 26.810.4967.0 是否存在主进程或主窗口的界面状态更新循环,重点关注:
- Electron 主窗口的 ResizeObserver / 布局更新链路;
- 跨任务切换后仍持续的全局主进程 CPU 循环;
- 缓存重建后短期恢复、运行一段时间后复发的状态积累;
- Statsig 刷新网络失败或桌面通知全局错误处理是否可能重复触发界面更新。
如有需要,我可以进一步提供经过脱敏的日志片段和按秒 CPU 采样结果。为保护隐私,不提供完整对话、账号信息、完整本地路径或未经脱敏的全部日志。
What steps can reproduce the bug?
Feedback ID: 019fff71-9924-7f30-bb0b-7104743f9536
What is the expected behavior?
_No response_
Additional information
_No response_
14 Comments
English translation:
What version of the Codex App are you using (From “About Codex” dialog)?
26.810.4967.0
What subscription do you have?
ChatGPT plus
What platform is your computer?
Windows 11 x64, Build 26200.9168
What issue are you seeing?
Windows desktop app 26.810.4967.0 continuously uses high CPU after update, causing mouse and keyboard input lag
Also submitted through the app, Feedback ID: 019fff71-9924-7f30-bb0b-7104743f9536
Environment
Issue description
After updating to the version above, the client is usually smooth immediately after launch, but after normal use for some time, it becomes noticeably laggy again. When the lag occurs, not only is the application UI sluggish, but mouse movement and keyboard input are also affected.
Completely quitting and reopening the client temporarily restores normal operation, but the issue may recur after about an hour.
Steps to reproduce
Verified diagnostic data
Concurrent log observations
During the lag, the main window log repeatedly showed:
ResizeObserver loop completed with undelivered notifications.Additionally:
Troubleshooting attempted
Expected behavior
After the client has been running for a long time, the main process should return to low CPU usage, and mouse, keyboard, and UI operations should remain smooth without requiring periodic restarts.
Request for the development team to investigate
Please help determine whether Windows desktop app 26.810.4967.0 has a UI state update loop in the main process or main window, focusing on:
If needed, I can provide additional redacted log excerpts and per-second CPU sampling results. To protect privacy, I will not provide complete conversations, account information, complete local paths, or full unredacted logs.
What steps can reproduce the bug?
Feedback ID: 019fff71-9924-7f30-bb0b-7104743f9536
What is the expected behavior?
_No response_
Additional information
_No response_
<!-- codex-issue-translator -->
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Same regression here on Windows x64 after updating today from 26.803.10989.0 to 26.810.4967.0. Restarting does not reliably fix the lag.
Sanitized log comparison:
26.803: 40 errors, 74 warnings, 37 ResizeObserver errors, 0 unknown-conversation lifecycle events.
26.810: 916 errors, 825 warnings, 335 ResizeObserver errors, 567 “turn started/completed for unknown conversation” events.
Memory initially reached approximately 2.17 GB. Trimming the working set reduced the pressure temporarily, but this is not a durable fix. The new unknown-conversation events affect both the primary renderer and avatarOverlay renderer, suggesting a renderer/app-server state synchronization regression.
这个现象可以再区分一下“UI/主进程循环”和“本地 Chrome/插件运行时状态不一致”两层。
我维护了一个独立的 Windows Codex Desktop 恢复/诊断工具 WinBridge Recovery。它能检查当前 AppX 包、用户侧 bundled marketplace/plugin cache、
latest、Chrome Native Host、CUA/runtime 等是否存在版本漂移、缺失或重复 reconcile 的本地状态问题;如果发现的是这类问题,只重建用户可写侧状态,并做 staging/校验/回滚,不修改 WindowsApps。但你这里已经有一个很重要的信号:最大化/还原后
ResizeObserver不再新增,而主进程 CPU 仍保持约 135%。如果进一步确认 package/cache/runtime 都一致,并且没有持续的chrome_native_host_cache_reconcile_failed/bundled_executable_relocation_failed,那更像是 26.810 本身的上游主进程循环,WinBridge 不应该宣称能修。反过来,如果日志里能看到 Chrome/plugin runtime 同步失败并不断重试,那就值得先用 WinBridge 把本地状态一致性排除掉,再把剩余高 CPU 作为纯上游回归提交给维护者。
I can reproduce an additional child-process accumulation issue on the same Windows app build that appears to amplify this system-wide stutter.
Environment
26.810.4967.0(x64 MSIX)26200Clean-restart reproduction
codex.exeafter each operation completes.The app process started at
22:06:46. New direct-child bundles appeared at22:07:01,22:07:50,22:08:40, and22:09:51.Every bundle contained:
node_repl.execode-review-graph.exe serveuvx.exe ... colab-mcpTheir descendants added one
uv.exeand threepython.exeprocesses per bundle. At22:11:55, all four bundles were still alive: 4node_repl, 4code-review-graph, 4uvx, 4uv, and 12python.The three bundle roots were direct children of the bundled
codex.exe, not WSL, a user terminal, or another development process.Longer-session impact
Before the clean restart, the same pattern had accumulated 15 bundles: 45
python.exe, 15uv.exe, and 15node_repl.exe. Python used approximately 3.56 GB RAM anduvapproximately 759 MB. Available RAM had fallen to 2.48 GB, memory compression was approximately 814 MB, mouse movement was jerky across Windows, and audio crackled while Codex executed tasks.After terminating only the older duplicate bundles while retaining the newest bundle, available RAM increased to 5.38 GB and memory compression fell to approximately 40.8 MB. The external disk was idle during the symptom.
Sanitized desktop-log counts
In the 2.33 MB desktop log from the affected pre-restart instance:
Received turn/started for unknown conversation: 36Received turn/completed for unknown conversation: 36ResizeObserver loop completed with undelivered notifications: 142chrome_native_host_cache_reconcile_failed: 0bundled_executable_relocation_failed: 0Expected: tool/MCP runtimes are reused or terminated after their owning session finishes.
Actual: completed operations leave old bundles running, process count and memory pressure grow over time, and restarting Codex clears them only temporarily.
No full logs, conversation transcript, account data, credentials, or complete user paths are included. This may be a separate lifecycle leak that compounds the main-process/UI regression described here.
Additional controlled evidence from the same Windows x64 machine and Codex build (26.810.4967.0):
Reproduction trigger
A local data-heavy task processed 223,951 markets into 189,741 events and ran for approximately 109 minutes. After the task completed and the thread became idle, the desktop and Codex UI still felt less responsive.
Post-task measurements
Child-process cleanup evidence
After the task reported completion, four headless screenshot Chrome processes, one static preview Node process, and one CUA kernel process were still alive. Terminating only these six task-specific processes reduced the main ChatGPT working set from approximately 999 MB to approximately 791 MB, but the primary ChatGPT process remained around 6.9% CPU and the UI was still not fully smooth.
This separates two issues:
Expected behavior
When a local task completes, task-owned child processes should be reaped and the primary renderer should return near idle without requiring a full application restart.
Please triage this additional evidence together with #38547 and #38583. A supported soft renderer recovery path would also be valuable while the underlying 26.810 regression is being fixed.
Independent reproduction from another Windows 11 system (user: sanjayshetty).
Codex was updated to 26.810.4967.0 on 2026-08-14. Luna Max had been stable for me throughout August; no model downgrade preceded this regression.
Observed after the update:
I have not attached private logs, paths, account details, or conversation data. This independently corroborates the current-build performance regression and the close/restart boundary. Please link this report with #38547 and check the shared Electron/main-process, renderer, monitoring, and compaction behavior.
Independent A/B evidence from another Windows system running Codex Desktop 26.810.4967.0 (bundled app-server 0.148.0-alpha.9).
The Codex UI and the whole PC, including mouse/input responsiveness, became noticeably laggy after several local tasks. At capture time, completed work was idle and two long-running tasks were not loaded.
Quiet 15-second sample before restart
Full-exit/restart A/B result
Fully exiting and restarting Codex immediately restored responsiveness. In the comparable post-restart sample:
The three-suite post-restart baseline remained stable. One additional controlled code-mode call did not create a fourth suite, so this does not support the claim that every code-mode call leaks a suite. However, six excess MCP suites and the sustained main-process logical-read activity were both cleared by restart.
Sanitized desktop-log signals before restart
Received ... for unknown conversation: 1,462Conversation state not found: 477ResizeObserver loop completed with undelivered notifications: 307The unknown-conversation/state counters stopped increasing before the final quiet sample, while the logical-read loop continued. They may be evidence of lost UI/conversation state rather than the sole direct cause.
The strongest supported finding is unreclaimed resource/state accumulation over the desktop-app lifetime. The exact ownership/lifecycle path still needs product-side tracing. The measurements do not support RAM exhaustion, paging pressure, physical-disk saturation, or loaded long-chat context as the cause.
This comment intentionally excludes prompts, transcripts, project content, account details, credentials, local paths, and raw logs.
My mouse cursor started dropping frames and lagging shortly after the client was opened.
Additional observation that may help narrow this down: an active Codex task does not appear to be required.
On Windows, Codex Desktop can reproduce the system-wide mouse/keyboard stutter while completely idle—no task, agent, repository operation, or user-requested work is running. After being left open for a while, Task Manager shows the ChatGPT/Codex process group sustaining roughly 8–10% CPU.
During one occurrence:
ChatGPT.exePID 25692: ~7–8% CPU; CPU time continued rising from00:21:38to00:24:40while idle.codex.exePID 21864: ~0% CPU; CPU time ~00:00:11.Fully exiting Codex immediately restores normal system responsiveness. Restarting it temporarily resolves the issue, but the stutter can return after another idle period.
This suggests the issue may originate in a
ChatGPT.exehost/renderer/background busy loop rather than an active Codex task.https://github.com/openai/codex/issues/38716#issuecomment-5302760473
Additional root-cause evidence from an independent Windows 11 reproduction using ChatGPT/Codex Desktop 26.810.4967.0:
The stutter appears to be caused by the Chrome native-host/plugin cache watcher entering a self-triggering reconciliation loop.
During the stutter:
ChatGPT.exe: ~133% CPU on a one-core scale.chrome\latestcache junction was repeatedly deleted and recreated; its parent generated approximately 3.6 change events per second.Static inspection suggests that the watcher reacts to changes caused by its own cache synchronization. Each pass compares and hashes the same large source/destination binaries—approximately 695.5 MB of reads per round. At roughly 1.82 rounds per second, this predicts ~1.27 GB/s of logical reads, closely matching the measured ~1.29 GB/s.
A likely contributing factor is Windows path normalization: the marketplace path uses the
\\?\form while the junction target resolves to an ordinary drive path. A strict string comparison may therefore treat an already-correct junction as stale and recreate it indefinitely. This is an inference from the packaged application behavior and observed filesystem events.Controlled A/B result:
chrome@openai-bundledplugin stopped the loop.extension-hostprocess.Suggested fixes: canonicalize Windows paths before comparison, prevent the watcher from reacting to its own junction updates, add reconciliation debouncing/reentrancy protection, and avoid rehashing unchanged large binaries.
No conversations, account information, credentials, complete local paths, or raw logs are included.
Update after controlled testing on Windows with 26.810.7004.0:
Status: partially resolved
Controlled built-in-only A/B test
I temporarily disabled only my two external MCP server entries,
code-review-graphandcolab-mcp, withenabled = false, then performed a clean application restart. This removed CRG,uvx,uv, and Python from the test path.Observed direct children of the bundled Codex app-server:
node_repl.exenode_replcalls: 5During a five-second CPU sample, these five retained processes were idle (0 CPU delta) and used approximately 44.6 MB total working set. This explains why the mouse currently remains smooth despite the retained processes.
This controlled test demonstrates built-in process multiplicity and idle retention without CRG,
uvx,uv, or Python involved. It does not by itself prove unlimited growth, but it isolates the process owner/lifecycle to the bundled Codex app-server rather than the external MCP implementations. With external MCPs enabled, each retained scope can also keep their descendant processes, which amplifies memory and process count over a long session.I restored the original MCP configuration after the test and restarted the app.
Therefore, please treat my earlier report as partially resolved, not fully resolved:
Additional reproduction from another Windows 11 system:
ChatGPT.exeprocess sampled at 130.6% CPU with ~695.5 MB working set and 62 threads. The GPU process was ~7.5%, and the busiest renderer was ~5.3%.[electron-message-handler] [desktop-notifications][global-error] ResizeObserver loop completed with undelivered notifications.This makes Settings a concrete trigger for the same persistent main-process loop. Restarting Codex is only a temporary workaround; avoiding Settings prevents the immediate reproduction.