Cursor keeps shutting down when my mac sleeps

Describe the Bug

My Mac goes to sleep and when I wake it up, Cursor has fully shut down and I have to reopen it.

Steps to Reproduce

Let your mac go to sleep.

Expected Behavior

Not shutdown

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.7.54
VSCode Version: 1.99.3
Commit: 5c17eb2968a37f66bc6662f48d6356a100b67be0
Date: 2025-10-21T19:07:38.476Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Darwin arm64 24.0.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

1 Like

Hey, thanks for the report. Cursor shouldn’t fully close when your Mac goes to sleep, that’s not expected behavior.

Please help us gather more information:

  1. Does this happen every time or only occasionally?
  2. Check crash logs: open Console.app → Crash Reports → look for Cursor entries around the time the issue occurs
  3. Which macOS version are you on? (System Settings → General → About)
  4. Do you have any Cursor extensions installed?
  5. Try backing up and resetting Cursor’s workspace storage. Close Cursor, then run in Terminal:
    mv ~/Library/Application\ Support/Cursor/User/workspaceStorage ~/Library/Application\ Support/Cursor/User/workspaceStorage.backup
    Then restart Cursor and see if the issue persists. If it doesn’t help, restore:
    mv ~/Library/Application\ Support/Cursor/User/workspaceStorage.backup ~/Library/Application\ Support/Cursor/User/workspaceStorage

This will help us determine if it’s a system-level issue or something specific to Cursor.

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