IDE freezes when window not active

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Cursor freezes everytime an agent finishes with a prompt (or when the agent halts and awaits user input) and the IDE is not the active window.

It only freezes when Cursor is not the active window. So when the agent is executing a prompt, and I click on my Chrome window to see what the agent has created so far, if the agent finishes while the IDE is not the active window, it will completely freeze and be ENTIRELY unresponsive. This ALWAYS happens without fail.

I am using Cursor on Windows, and it happens when Cursor is using a standard Windows instance, and also when I am connected to WSL. It always freezes.

Steps to Reproduce

Have agent answer prompt, while it is answering the prompt click outside the window.

Expected Behavior

It should not freeze.

Operating System

Windows 10/11

Version Information

Version: 2.4.31 (system setup)
VSCode Version: 1.105.1
Commit: 3578107fdf149b00059ddad37048220e41681000
Date: 2026-02-08T07:42:24.999Z
Build Type: Stable
Release Track: Default
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Windows_NT x64 10.0.26200

For AI issues: which model did you use?

I used Auto mode for the agent.

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

Hey, thanks for the report. This is a known issue on Windows. It’s related to system notifications that Cursor sends when the agent finishes a task and the app window isn’t in focus.

Try this workaround: go to Settings > General > Notifications and turn off System Notifications. This helped other users with the same issue:

If disabling notifications doesn’t help, also try:

  1. Run Cursor without extensions: cursor --disable-extensions
  2. Restart your system. In one similar case, a full Windows restart fixed it

Let me know if it helped.

It worked for me, genuinely appreciate the help!

1 Like

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