Screen black when update to 2.4.21 Windows system

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

After upgrading to this version, the screen went black, reinstall is not working

Steps to Reproduce

I reboot my windows pc, reinstall cursor, still black screen, but yesterday windows cursor running good. yet my mac cursor works fine.

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Version 2.4.21

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, thanks for the report. This looks like a known issue with GPU rendering on Windows.

Try this workaround:

Option 1 (recommended, permanent fix):

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

Option 2 (quick test):
Run from Command Prompt:

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

If Option 2 helps, Option 1 should give better performance.

Option 3 (if it still doesn’t work):
Full cache cleanup (make a backup first):

  1. Close Cursor
  2. Win + R → type %APPDATA% → delete the Cursor folder
  3. Win + R → type %LOCALAPPDATA% → delete the Cursor folder
  4. Reinstall from Download · Cursor

Also:

  • Update your GPU drivers (Nvidia/AMD/Intel) to the latest version
  • If it still doesn’t help, please share your GPU model and Windows version (Settings > System > About)

Related threads with fixes:

Let me know what worked.

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