Stuck in planning next move

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Cursor has been stuck on “Planning next moves” for an extended period and I haven’t been able to resolve it. I’ve seen similar reports from other users and tried the recommended troubleshooting steps, but the issue persists.
What I’ve already tried:
• Uninstalled/reinstalled Cursor (including downgrading: removed the newer version and installed v2.0)
• Restarted Cursor multiple times and rebooted my computer multiple times
• Network connectivity checks
• Cleared/disabled extensions and extension data
• Switched models (Claude Sonnet → GPT-5.2 Agent)
• Other general debugging steps, with no change
This has been happening since about two weeks ago, and it’s blocking my work. Could you please help me diagnose and fix this?

Steps to Reproduce

Cursor version:2.3.34 (user setup) on Windows x64. when I type a question in the chat window, it stays stuck on “Planning next moves” for hours

Operating System

Windows 11

Current Cursor Version (Menu → About Cursor → Copy)

2.0.77 (user setup) on WindowsT x64

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, thanks for the report. This is a known issue and there are a few possible causes. I can see you’ve already tried a lot of things, but for debugging we’ll need a bit more info. Let’s go step by step:

  1. Network Diagnostics (first)
    Settings > Network > Run Diagnostics. If anything fails (DNS, HTTP, SSL), that could be the reason. Are you using a VPN, a corporate network, or antivirus? They often block HTTP/2.

  2. Try disabling HTTP/2
    Settings > Network > HTTP Compatibility Mode > HTTP/1.1. This is especially relevant for corporate networks, VPNs, or Zscaler.

  3. Fully disable extensions
    Run from the command line: cursor --disable-extensions. If Chat works, then an extension is causing it. Enable them one by one to find the culprit.

  4. Test without a project
    Close Cursor, then open it WITHOUT any project (empty window) and try Chat. If it works, the issue is likely related to your project indexing.

  5. Switch networks
    One user fixed it this way: Cursor stuck on “Planning next moves” (troubleshooting already attempted) - #5 by Dev_Full_Stack. Try a different Wi-Fi or a mobile hotspot.

If nothing helps:

  • Wait until Chat responds at least once (or fully gets stuck)
  • Copy the Request ID: Chat context menu > Copy Request ID
  • Send it here, plus a screenshot of Developer Tools (Ctrl+Shift+P > Developer: Toggle Developer Tools > Console) if you see any red errors

Similar cases (lots of comments with workarounds):

Let me know what you get from Network Diagnostics.

Same problem. Started today. Tried steps. No good. System unusable. Operating System
Windows 11. version 2.3.34.

Same here. I wish I could provide a solution, but something that I noticed was that the agent would not respond until my codebase was indexed. I only have 48 files, but every time I disconnect from my Raspi and reconnect, the indexing starts again and just goes on forever.

I noticed the same….

planing mode get stuck at “Chat name generation request · Author” and like is waiting for something, but this makes the plan generation to get stuck

Version: 2.3.34 (system setup)
VSCode Version: 1.105.1
Commit: 643ba67cd252e2888e296dd0cf34a0c5d7625b90
Date: 2026-01-10T21:17:10.428Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.26200

Hi, I experience the same issue since yesterday. I have an ongoing plan that was interrupted in the middle, and I can’t resume it. It’s stuck at “planning moves”.

I have no network issue when running network diagnostics. Switching from HTTP/2 to HTTP/1.1 didn’t change anything.
I have disabled all extensions, but there’s no change (below screenshot is done with extensions disabled).
I’m on a small project, and it indexed 187 files successfully. I don’t see any indexing issue in indexing settings.
Then I opened a new window without project, and I raised a dummy question with a web search. It processed it successfully.

Here is my request ID: d16e897e-9560-4d9a-b05f-82cf081c267a

A screenshot of developer tools:

You can see repeating errors “UNRESPONSIVE” because my laptop is getting frozen every few seconds for a few seconds when my agent is stuck.

Version: 2.4.20 (user setup)
VSCode Version: 1.105.1
Commit: 20b56586b0785b8843487045393c57c6d89b7100
Date: 2026-01-22T07:38:04.757Z
Build Type: Stable
Release Track: Default
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Windows_NT x64 10.0.26100

This morning, I upgraded to 2.4.21 (I’m an enterprise user and don’t have access to beta releases). Looks like it unblocked my issue, I could resume the plan implementation.