Cursor consumes a lot of CPU even when idle

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

I have noticed that with light use, Cursor consumes a significant amount of CPU resources, even when it is idle. This requires your attention and a fix as soon as possible.

Steps to Reproduce

Start Cursor IDE and observe CPU usage, even without running any tasks or opening files.

Expected Behavior

Cursor IDE should use minimal CPU resources when not actively in use.

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.7.33 (user setup)
VSCode Version: 1.99.3
Commit: a84f941711ad680a635c8a3456002833186c4840
Date: 2025-10-03T03:28:06.574Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.19045

Additional Information

This issue affects overall system performance.

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, it’s possible that some process is excessively consuming your CPU/RAM resources. Could you check which processes are being used while Cursor is running?

Start by checking the built-in Activity Monitor, then use Process Explorer in Cursor itself. There’s also a chance the issue might be related to one or more extensions, so try launching with the flag cursor --disable-extensions. The issue might also be related to the specifics of the project, have you tried checking this in other projects?

It would be great if you could share the info and screenshots of the processes used.

It was releated to electron-nodejs and eslintServer.js which open like 58 process

.now it suddenly balance and cpu is at normal usage

I am still investigating to see if there is leaks

1 Like

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.