Cursor opens, gets stuck, and becomes blank

Hey, thanks for the report.

This is a known issue with GPU rendering on Windows. Try this workaround:

Option 1 (recommended, permanent solution):

  1. Create a file at %AppData%\Cursor\User\argv.json
  2. Add this content:
{
    "use-angle": "gl"
}
  1. Restart Cursor.

Option 2 (quick test):
Run this command in the command line:

"C:\Program Files\Cursor\Cursor.exe" --disable-gpu

If Option 2 works, Option 1 will provide better performance.

Also, make sure to update your GPU drivers (Nvidia, AMD, Intel) to the latest version.

If that doesn’t help:

  • Try opening a different folder in Cursor (the issue might be with a specific workspace).
  • Or reinstall Cursor from the official website (it has helped in previous cases).

Here are some similar threads with solutions:

Let me know what version of Cursor and Windows you have if the workaround doesn’t work.