Cursor window frozen

Hey @Abubakar_Hassan, I see the screenshot. This is a known issue with GPU rendering in Chromium and Electron on Windows. We’ve had a few similar reports, and they were all fixed the same way.

Try turning off hardware acceleration:

  • Ctrl+Shift+P > Preferences: Configure Runtime Arguments
  • Add:
    {
      "disable-hardware-acceleration": true
    }
    
  • Fully close and restart Cursor

If that doesn’t help, update your GPU drivers. In a similar case Cursor Visual IDE Breaking Bug, updating the NVIDIA drivers fixed it completely.

What GPU do you have, and what driver version are you on? Let me know if the workaround helped.