Cursor very laggy

Describe the Bug

I’ve been using Cursor for almost three months, and despite the hiccups, I’m still here trying to make us understand each other. But recently, since the last two updates, it’s become practically impossible to use. In addition to the already reported looping and default model hallucinations, Cursor is now extremely slow! And this doesn’t just happen when it’s processing my request or performing an update—it’s slow overall, unresponsive, and the mouse and keyboard experience significant lag. Nothing on my computer has changed since I started using Cursor.

Steps to Reproduce

Just open Cursor and tring to use it.

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.3.9 (user setup)
VSCode Version: 1.99.3
Commit: 54c27320fab08c9f5dd5873f07fca101f7a3e070
Date: 2025-08-01T20:19:30.453Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.22631

Additional Information

I just opened Cursor to get the version info and needed to wait for laggy menus.

Does this stop you from using Cursor

Yes - Cursor is unusable

8 Likes

hi @icfitu and welcome to Cursor Forum.

Thank you for the bug report.

As this is not a common issue with a default installation we need further information to identify the cause.

  • Please check Help > Open Process Explorer and post here a screenshot.
  • Does this also occur on a new project? (would indicate large chat storage)
  • Does this occur when you run with extensions disabled? cursor --disable-extensions

More info:

Hi @condor , thanks for your reply! I havent installed any new extension since I stated using Cursor. My codebase index has only 725 files.

This has been happening for me forever, it’s always the amount of data in the chats. The only way I can fix it which is just temporary of course is to either delete all the db files and start it up again, or by deleting all the previous chats including the current one and starting a new chat.

I’ve had reports open for this for many months , maybe even a year, it has to do with whoever programmed it making too much happen in the main v8 thread which blocks user input and eventually crashes (while the rest of the application runs fine in other threads). Also the poor storage method of chats and tracking lines by serializing json in a single row in the sqlite db and it reads and updates this every minute which lags out the whole application for increasing amount of times as it goes on. Apparently not an easy fix. I was thinking of moving the state.vsdcb to a ramdisk possibly to speed it up although i’m on nvme so it shouldn’t really matter.

3 Likes

Thank you for the details. We are tracking Windows performance issues and will release an update once we have a solution.

1 Like

This happens on windows and linux, i’ve tried both. I don’t have a mac or i’d try that but i’d suspect it’s the same thing.

4 Likes

Thanks for your help. I hope more people report it, as it looks like a common (and old) problem that needs more attention. I`ll try deleting the old chats. I really just use at most the last 3 chats. tks!

1 Like

I periodically go through and delete all the chats older than the last two weeks. I don’t know if this is the fix but I never have performance issues :person_shrugging:t2:

Im having same issue. Very” Laggy.

1 Like

I can now confirm this is the solution. I just deleted all chats, left only 3 major ones, and performance improved 100%.

It’s shinning like new!

2 Likes

shinning solution :+1:

I have the same issue, my Project Explorer window looks like:


As you can see, cpptools took ~4 GB of RAM, but in the Windows Task Manager, “C/C++ extension for VS Code” inside Cursor process takes about ~8 GB at the moment, and total allocated virtual memory for that process in the Windows Task Manager is more than 19 GB.
In my case, deleting old chats and restarting Cursor didn’t help.

Cursor responsiveness, specially on Linux has been terrible as well. Basically unusable on an extremely high end machine. CPU and memory utilization is not even particularly high. I need to use vscode as the text editor as a result. This happens on multiple machines so it doesnt seem “uncommon” to me. Deleting chats maybe helps a bit but having just cleared them out I only had like 2 dozen in my history. This issue is brought up over and over, the solution isn’t for users to micromanage chat histories and databases, its for Cursor to fix the issue.

Version: 1.4.2
VSCode Version: 1.99.3
Commit: d01860bc5f5a36b62f8a77cd42578126270db340
Date: 2025-08-07T17:16:23.005Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Linux x64 6.8.0-71-generic

3 Likes

I am also facing the same issue. It become unusable for me. so much lagging even a single input taking 1 to 2 second to register. Its very frustrating. They have to resolve this issue!!

1 Like

Same issue here, extremely laggy. Even when I close the chats sometimes the issue persists

I haven’t noticed the lag until perhaps the latest updates around the release of GPT 5. When GPT 5 is reviewing changes I am getting messages showing the Window is not responding. There might be a blocking process in there somewhere related to new tooling you added for GPT 5 specifically?

I thought i was going crazy…done a clean install of windows 11, cursor is freezing all the time, autobot is taking forever to respond now. im on the latest public release. its holding me back on working,

This problem bothers me a lot too. In the latest versions it’s gotten better, but only somewhat better, and I’m not interested in deleting old chats at all.
I hope it will be fixed soon from what I’ve checked, it happens due to some indexing process running in the background.

This has been happening to me on Windows 11 on the latest release. Memory leak? It gets slower with time

I can only say that if you close Cursor and open it again, it helps for a few minutes.