Latest version seems to be battering the CPU?

BUG REPORT:

  • Open Cursor
  • Open a previous conversation (local installation of Cursor IDE)
  • Submit a prompt listen to the fans spin up

CPU fans keep ramping up and Cursor is consuming a lot more CPU with the latest version. Nothing else running in the background at all. Dev only environment laptop with no nonsense installed.

System:

Ubuntu 26.04 LTS
Intel Ultra 9 185H × 22

Version:

Version: 3.13.25
VS Code Extension API: 1.128.0
Commit: 31e8d61c448c7472e371505838a0fe34083dad50
Date: 2026-07-28T06:17:45.069Z
Layout: Agent Window
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Linux x64 7.0.0-28-generic

Hi there!

We detected that this may be a bug report, so we’ve moved your post to the Bug Reports category.

To help us investigate and fix this faster, could you edit your original post to include the details from the template below?

Bug Report Template - Click to expand

Where does the bug appear (feature/product)?

  • Editor, Tab & Chat (autocomplete, Composer, in-editor agent)
  • Terminal & commands
  • Models, pricing & API keys (availability, Auto/Max, BYOK/Bedrock)
  • MCP & tools
  • Cloud Agents & Automations (cursor.com/agents, scheduled/event)
  • BugBot & Code Review
  • Cursor CLI
  • Cursor Mobile
  • Remote (SSH / Dev Containers / WSL)
  • Account, billing & login
  • Something else…

Describe the Bug
A clear and concise description of what the bug is.


Steps to Reproduce
How can you reproduce this bug? We have a much better chance at fixing issues if we can reproduce them!


Expected Behavior
What is meant to happen here that isn’t working correctly?


Screenshots / Screen Recordings
If applicable, attach images or videos (.jpg, .png, .gif, .mp4, .mov)


Operating System

  • Windows 10/11
  • MacOS
  • Linux

Version Information

  • For Cursor IDE: Menu → About Cursor → Copy
  • For Cursor CLI: Run agent about in your terminal
IDE:
Version: 2.xx.x
VSCode Version: 1.105.1
Commit: ......

CLI:
CLI Version 2026.01.17-d239e66

For AI issues: which model did you use?
Model name (e.g., Sonnet 4, Tab…)


For AI issues: add Request ID with privacy disabled
Request ID: f9a7046a-279b-47e5-ab48-6e8dc12daba1
For Background Agent issues, also post the ID: bc-…


Additional Information
Add any other context about the problem here.


Does this stop you from using Cursor?

  • Yes - Cursor is unusable
  • Sometimes - I can sometimes use Cursor
  • No - Cursor works, but with this issue

The more details you provide, the easier it is for us to reproduce and fix the issue. Thanks!

Narrowed it down to an extended chat length. Starting a new chat alleviates the CPU stress.

Hey @MrCheese ,

What you’re seeing isn’t intended behavior, and it isn’t anything in your setup. As a conversation gets long, the window holds on to everything that’s built up in it (tool results, diffs, file contents), and each new prompt has to work over all of that, which is what drives the CPU climb. That’s also why a fresh chat clears it up.

A few things that help in the meantime:

  1. Keep chats scoped to one task and start a new one for the next stage, which you’ve already found.
  2. Push heavy work like large reads, searches, and log dumps to subagents. They run in their own context and only return a summary, so the bulk output never lands in your main chat.
  3. When a window starts feeling heavy, reload it with Ctrl+Shift+P → Developer: Reload Window. Worth doing early, since once the window is fully bogged down it can stop responding to the command.

This is an issue we’re tracking. No update to share yet, but I’ll post here when there is one. There’s more context in this thread if you’re curious.

Thank you @mohitjain

I was hoping the recent update may fix this issue (3.14.7). Right now I don’t even have a lengthy chat in-progress but CPU getting hit within a few prompts. I like to view the changelog but all you provide is features and not fixes or am I wrong?

How long will you track it before fixing it?

@MrCheese - That update wouldn’t clear this yet. The work for what you’re hitting is still in progress on our side, so it isn’t in 3.14.7. A short chat can still spike CPU when the agent is doing tool-heavy work in that turn (reads, searches, edits). Length amplifies it, but it isn’t the only trigger. Other chats left open in the same window can keep the load up too.

Same mitigations still help: one task per chat, push heavy work to subagents, and Ctrl+Shift+P → Developer: Reload Window when fans start climbing. Closing other long chats in that window helps as well.

On the changelog: you’re right that the public changelog is mostly features and product updates, not a full list of every internal fix. When this lands in a build you can use, I’ll post here.

No timeline I can share yet. Our team is looking into this, and I’ll update this thread when there’s something concrete.

If fans still spin after a full quit (Cmd/Ctrl+Q, not just closing the window) with only a brand-new empty chat and no agent run yet, drop a screenshot of Help → Open Process Explorer while it’s happening - that would tell us if something else is in play.