Cursor Becomes unstable

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Ide frozes intermittently, Curosor becomes annoying

Steps to Reproduce

it occurs when I run

Expected Behavior

it should work smooth like before

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.77 (system setup)
VSCode Version: 1.99.3
Commit: ba90f2f88e4911312761abab9492c42442117cf0
Date: 2025-11-13T23:10:43.113Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.26100

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

Hey, thanks for the report. Intermittent freezes are often caused by extensions or specific settings. Let’s diagnose:

Quick tests:

  • Test without extensions: run cursor --disable-extensions from your terminal and use Cursor for a few hours. Do freezes still occur?
  • Check this setting: open settings.json (Ctrl+Shift+P → “Preferences: Open User Settings (JSON)”) and look for "workbench.editor.showTabs": "single». If present, remove it or change to "multiple". This setting has caused freezes for several user.
  • Check resource usage: before the next freeze, press Ctrl+Shift+P → “Developer: Open Process Explorer” and take a screenshot of any process with high CPU/memory.
  • Event Viewer logs: open Windows Event Viewer → Windows Logs → Application and look for Cursor entries around the freeze time.

Let me know what you find.

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