Cursor won't load

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

After launching Cursor, the application opens but becomes unresponsive in the following ways:

  • .ipynb (Jupyter notebook) tabs fail to load
  • Integrated terminal does not open
  • AI agents do not process requests

The issue occurs intermittently — not after every launch. Disabling extensions (–disable-extensions) does not resolve it. Clearing Cache and CachedData folders does not help either.

Steps to Reproduce

Intermittent — no consistent trigger identified yet.

Expected Behavior

Normal startup with all tabs, terminal, and agents functional.

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Version: 3.1.15 (user setup)
VSCode Version: 1.105.1
Commit: 3a67af7b780e0bfc8d32aefa96b8ff1cb8817f80
Date: 2026-04-15T01:46:06.515Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.19045

Does this stop you from using Cursor

Yes - Cursor is unusable

1 Like

Hey, thanks for the report. This is a known issue. The extension host is not starting properly on some Windows machines after recent updates, which breaks notebooks, terminal, and AI at the same time.

A few things to try:

  1. Clear extension cache. Close Cursor, delete these folders, then restart:
%APPDATA%\Cursor\CachedExtensions
%APPDATA%\Cursor\CachedExtensionVSIXs
  1. Full profile reset. Close Cursor, rename %APPDATA%\Cursor to Cursor_backup, then launch Cursor. This creates a fresh profile. If it works, reimport your extensions from VS Code.

  2. Disable Python Environment extension. Some users found it conflicts with the Jupyter kernel and causes the hang. Worth trying if you use it.

  3. If nothing helps, you can roll back to an earlier version to unblock your work for now.

Also, if you can grab the red errors from Help > Toggle Developer Tools > Console right after startup, that would help us narrow down why the extension host fails on your setup.

There is an active thread with the same issue here: [Bug] Jupyter Notebooks & AI Panel broken after upgrading to Cursor 3

The team is aware of this. Your report helps with prioritization. Let me know how it goes.

2 Likes

Thank you!

I clear extension chace along with restarting extension host and now it is working.

2 Likes