Is Cursor globalStorage Safe to Delete?
Review first. globalStorage holds extension state and some local history — not just cache.
Side effects: Some extensions reset; local chat or history data stored there can be lost.
What is ~/Library/Application Support/Cursor/User/globalStorage?
Unlike Cursor/Cache, User/globalStorage is extension and editor state. It can grow large (workspace storage, AI chat artifacts). Delete only if you accept resetting that state. Prefer Cache and CachedData for a safe cleanup.
Is it safe to delete?
Use caution — While parts of ~/Library/Application Support/Cursor/User/globalStorage may be safe to delete, you should carefully review the contents before proceeding.
Consider backing up important data before deleting, and only remove filesyou're certain aren't needed.
What happens after deletion?
Some extensions reset; local chat or history data stored there can be lost. The folder will be recreated automatically by the application when needed. This process is typically seamless but may take some time depending on the amount of data that needs to be regenerated.
How to delete it
Use MacMop
MacMop finds this folder automatically and lets you delete it safely with one click.
Download MacMopTerminal
rm -rf ~/Library/Application Support/Cursor/User/globalStorageWarning: This command permanently deletes the folder. Double-check the path before running.
Finder
- Open Finder
- Press ⌘ + Shift + G (Go to Folder)
- Paste:
~/Library/Application Support/Cursor/User/globalStorage - Move the folder to Trash
MacMop scans all your hidden caches and tells you exactly what's safe to delete.
Download MacMop Free