Performance: Code Helper (Renderer) exceeds 100% when Codex applies a code patch in VS Code

Resolved 💬 23 comments Opened Mar 25, 2026 by snz2 Closed Apr 22, 2026
💡 Likely answer: A maintainer (github-actions[bot], contributor) responded on this thread — see the highlighted reply below.

What version of the IDE extension are you using?

All versions later than 26.313.41514 are affected.

What subscription do you have?

yes

Which IDE are you using?

VS Code

What platform is your computer?

macos

What issue are you seeing?

On any version newer than 26.313.41514, CPU usage spikes above 100% whenever Codex modifies code by applying a patch / code edit.

What steps can reproduce the bug?

  1. Install any Codex IDE extension version newer than 26.313.41514.
  2. Open VS Code.
  3. Open any workspace/project.
  4. Start a Codex session.
  5. Ask Codex to modify code.
  6. Let Codex apply the patch.
  7. Check CPU usage in Activity Monitor / system monitor.

This reproduces consistently whenever Codex applies a code change.

What is the expected behavior?

CPU usage may increase briefly while the patch is being applied, but it should quickly return to normal and should not stay above 100%.

Additional information

26.313.41514 is the last known good version on my machine.

All newer versions are affected.

The issue is specifically triggered when Codex applies a code change. It is reproducible every time.

I also tried disabling GPU acceleration, but that did not fix the issue. It only made the UI slower while the CPU spike still happened.

View original on GitHub ↗

23 Comments

github-actions[bot] contributor · 3 months ago

Potential duplicates detected. Please review them and close your issue if it is a duplicate.

  • #15330
  • #15706

Powered by Codex Action

Ralayax · 3 months ago

Same issue for me

pshenychnyi-maks · 3 months ago

the same

jeremiahodom · 3 months ago

Same issue

duy84 · 3 months ago

Same issue for me

myg321 · 3 months ago

Same issue happened to me

Pengi123 · 3 months ago

Same issue, last version 26.325.21211 have same problems CPU go to MAX

Leon144-art · 3 months ago

Same issue after Codex completes a task that actually changes files, It seems that the VS Code renderer/window CPU spikes heavily.
ver. 26.325.21211

Filly-MinghaoLUO · 3 months ago

same issue for me

Sheng-Charles · 3 months ago

Codex app same here, the CPU hits 100% during coding and thinking. but the CLI runs perfectly smooth.

hello-nico-chan · 3 months ago

Same issue for me

mousehaozi · 3 months ago

I’ve also encountered the same issue. The resource usage remains very high, and even after the conversation has ended, the related process continues to stay at a high level. In most cases, disabling the extension or restarting the application is necessary to restore things to normal.

<img width="2212" height="1276" alt="Image" src="https://github.com/user-attachments/assets/988836ff-ad6d-4a06-96cd-507437d1834e" />

sylvio-cavalcanti · 3 months ago

Been having the same issue with the overheating a macbook air m4 using codex on vs code. The only workaround I've found was to use the official codex app for mac. It's not overheating when using the app, but now I have to keep switch apps between the Codex app and Vs code app.

mousehaozi · 3 months ago
Been having the same issue with the overheating a macbook air m4 using codex on vs code. The only workaround I've found was to use the official codex app for mac. It's not overheating when using the app, but now I have to keep switch apps between the Codex app and Vs code app.

Yes, the desktop app of codex doesn't get hot

AmShaegar13 · 3 months ago

This is not limited to MacOS. Arch Linux here with high load after changing a file using the VS Code extension.

araydefence · 3 months ago

My local VSCode installation with Codex has been behaving this way every day since I first installed Codex. I feel like its potentially shortening the life of my device, would hate for OpenAI to have a class action lawsuit related to thousands or millions of damaged work devices and associated hardware as a result of this fault; cutting 2-3 years off of a maintenance and replacement cycle is no small matter at a national or global scale.

Windows 11, latest version of VSCode and Codex plugin, I don't use the CLI version. CPU load behaviour been happening pretty consistently for months, sometimes just opening the VSCode app is enough to do it without starting any chat with Codex, truly a bizarre use of my system resources that has been unpatched far too long.

cckalen · 3 months ago
My local VSCode installation with Codex has been behaving this way every day since I first installed Codex. I feel like its potentially shortening the life of my device, would hate for OpenAI to have a class action lawsuit related to thousands or millions of damaged work devices and associated hardware as a result of this fault; cutting 2-3 years off of a maintenance and replacement cycle is no small matter at a national or global scale. Windows 11, latest version of VSCode and Codex plugin, I don't use the CLI version. CPU load behaviour been happening pretty consistently for months, sometimes just opening the VSCode app is enough to do it without starting any chat with Codex, truly a bizarre use of my system resources that has been unpatched far too long.

Yes, beyond frustrating.

The class action comment made me smile, but the concern is valid. This has been going on for months now, there are many reports, and the pattern is consistent: excessive CPU, heat, fan noise, battery drain, and machines getting hammered during normal use.

At this point the product is unusable for many people, and if teams with hundreds of engineers are hitting this too, then it is not just an annoying bug, it is a real operational and hardware-impact issue at scale.

OpenAI needs to stop letting this sit and actually prioritize fixing it.

hydrandt · 3 months ago

Any workaround found? Debian Sid here.

For me it is:

  • 100% (a single core) for /usr/share/code/code --type zygote
  • 25% for another process of the above
  • 25% for /proc/self/exe --type=utility --utility-sub-type=node.mojom.NodeService
nrwhittle-beauhurst · 3 months ago

A rather blunt-force workaround is to restart VSCode's extension host: ctrl + shift + p opens up the command palette, then you want Developer: Restart Extension Host

That will restart _all_ of your extensions so it might cause problems with them afterwards, but I've not found a way to properly restart just a single extension yet - but that's a VSCode problem

kostiantyn-samkovskyi · 3 months ago

Here is a trick: if you opne a new thread, it consumes back to 0%. But if you jsut reopen old thread, it is back to 100%. So there is some bug in rendering answer

leonardo-r-rocha · 3 months ago

I’m experiencing a similar issue

Environment:

  • VS Code: 1.115.0
  • macOS (Apple Silicon - M5)
  • Extension version (problematic): 26.409.20454
  • Extension version (stable): 26.318.11754

Symptoms:

  • "Code Helper (Renderer)" goes to ~100–120% CPU (sometimes higher)
  • In VS Code Process Explorer, the "window" process is the one consuming CPU (~110%)
  • The issue appears when the Codex panel/chat is open
  • "codex app-server" process remains at 0% CPU

Downgrading to 26.318.11754 completely resolves the issue. This looks like a regression introduced after 26.318.x, specifically affecting the renderer/webview layer.

Rohlik · 3 months ago

Seeing this also on my laptop with Ubuntu 24.04.

snz2 · 2 months ago

It was resolved after installing the latest version (26.5415.20818).