Sometimes i connot find my cursor window that has already opened

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

I’m sure I didn’t close the cursor window that I checked in, but sometimes I just can’t find it. When I create a new window and reopen the disappeared project, it reappears and the terminal remains connected, which means it hasn’t been completely closed, it’s just hidden for some reason?

Steps to Reproduce

open project with cursor and the window disappear,when i create a new window and open the project that i thought missed,it will appear again

Expected Behavior

the project in cursor window always exist untill i close it

Operating System

Windows 10/11

Version Information

Version: 3.10.20 (system setup)
VS Code Extension API: 1.125.0
Commit: 23b9fb205fe595ea2be29da7214e19762d037fc0
Date: 2026-07-07T07:03:33.071Z
Layout: IDE
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: Windows_NT x64 10.0.19045

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. Based on your description the terminal stays connected and the window comes back after you reopen the project, the window isn’t actually closing. It’s moving outside the visible screen area. This often happens when a secondary monitor gets disconnected or goes to sleep, or when the window ends up partly off-screen.

You can bring the window back without reopening the folder:

  • Alt+Tab to the Cursor window, then Win+Left or Win+Right to snap it back to the main monitor.
  • Or Shift+Right Click the Cursor icon on the taskbar, choose Move, then use an arrow key and move the mouse to drag the window back onto the screen.

To help narrow down the cause:

  1. Do you use multiple monitors?
  2. Does it seem related to a monitor turning off or sleeping, or after an update?
  3. How often does it happen?

Let me know and we’ll dig in.

1.I do use multiple monitors.
2. Only one monitor is in use and all other monitors are turned off, with the screen projection mode set to “second screen only”.
3. Occasionally

Thanks, that explains it. Second screen only mode is a common trigger. Cursor saves the window position based on your monitor layout, and when only one screen is active, the window can end up at the coordinates of the disabled monitor, so it’s off-screen. The window is still running, which is why the terminal is connected and it comes back when you reopen the folder.

To bring the window back without reopening the project:

  • Switch to the Cursor window with Alt+Tab, then press Win+Shift+Left or Win+Shift+Right to move it to the active monitor.
  • As a last resort, Shift+Right Click the Cursor icon on the taskbar, select Move, then use an arrow key and move your mouse.
  • On Windows 10, you can also right-click an empty area of the taskbar and choose Cascade windows. This pulls all windows onto the current screen. Windows 11 doesn’t have this option.

To avoid this in the future, try to keep the same display setup, or switch projection mode before launching Cursor, not after windows are already open. There’s currently no automatic way to bring the window back on-screen when the monitor layout changes. We know about this limitation, but I can’t share an ETA.

If you still can’t get the window back after these steps, let me know and we can dig in further.