Urgent - Cursor doesn't work with errors "Agent Execution Timed Out"

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Hello Cursor Support Team.
I’m here as I need your help.
I used Cursor till this morning, but I updated my Windows OS.
After that, I have the error messages whenever I send prompt.
“Agent Execution Timed Out
The agent execution provider did not respond in time. This may indicate the extension host is not running or is unresponsive.”
With this one, I face the error - “Extension host terminated unexpectedly 3 times within the last 5 minutes.”

I’m not sure the reason and I want to fix this issue asap.
I’m sharing full logs in Cursor Developer Mode.
Failed to fetch usage limit status and active grants: Canceled: Canceled
Failed to flush analytics events: Canceled: Canceled
[composer] Error in AI response: {“error”:“ERROR_CUSTOM”,“details”:{“title”:“Agent Execution Timed Out”,“detail”:“The agent execution provider did not respond in time. This may indicate the extension host is not running or is unresponsive.”,“isRetryable”:false,“shouldShowImmediateError”:true,“additionalInfo”:{},“buttons”:[{“label”:“Reload Window”,“reloadWindow”:{}}],“planChoices”:}} ConnectError: [deadline_exceeded] Agent Execution Timed Out
[composer] Error in AI response ConnectError: [deadline_exceeded] Agent Execution Timed Out
Failed to get git telemetry attributes: Canceled: Canceled
Failed to flush analytics events: Canceled: Canceled
ERR Error fetching user privacy mode: Canceled: Canceled
[UsageDataService] Plan info fetch failed: Canceled: Canceled

Steps to Reproduce

When I submit my prompt, it shows the above errors and it doesn’t work.

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Version: 2.6.20 (user setup)
VSCode Version: 1.105.1
Commit: b29eb4ee5f9f6d1cb2afbc09070198d3ea6ad760
Date: 2026-03-17T01:50:02.404Z
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.26100

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, thanks for the report. This is a known issue. The extension host crashes on Windows, and that can trigger the Agent Execution Timed Out error. Since it started right after a Windows update, that matches what we’ve been seeing.

Let’s try a few things in order:

  1. Disable Codebase Indexing:
    Cursor Settings (not VS Code settings) > Indexing & Docs > turn off Codebase Indexing. If you also see Index Repositories for Instant Grep (BETA), turn that off too. Restart Cursor.

  2. Try a temporary profile:

cursor --profile-temp

This starts Cursor with a completely clean state. If it works, the issue is in your profile or state data.

  1. Check cursor-socket:
    Open Command Prompt and run:
dir "%LOCALAPPDATA%\Programs\cursor\resources\app\extensions\cursor-socket\"

We’ve seen cases where the out/ folder is missing inside cursor-socket, and that makes the extension host crash right away.

  1. Check for VPN software:
    Another user with the exact same issue found that uninstalling VPN software fixed it, even if it wasn’t running. If you have any VPNs installed, try removing them temporarily.
    Extension host terminated unexpectedly no matter what i try

Also, since this started after a Windows update, a fully clean reinstall might help:

  • Uninstall Cursor
  • Delete %APPDATA%\Cursor and %LOCALAPPDATA%\Programs\cursor
  • Reinstall from Cursor · Download

The team is aware of extension host crash issues on Windows. Your report helps with prioritization.

Let me know which step helped, or if none of them did.

Thanks for your reply, Dean Rie.

I still have the same issue even though I tried all methods in Windows 11. I’m sharing screenshot and hope it can help you my trouble.

When I submit my prompt, it shows me “Waiting for Extension Hosting” instead of “Planning next moves”.

And when I tried 3rd method, it shows me below logs. I’d love you to check this one and let me know if this is correct or this is the main reason.

D:\2026\New folder>dir "%LOCALAPPDATA%\Programs\cursor\resources\app\extensions\cursor-socket"
Volume in drive C is Local Disk
Volume Serial Number is EDEE-9305

Directory of C:\Users\aaa\AppData\Local\Programs\cursor\resources\app\extensions\cursor-socket

03/17/2026  11:12 AM              .
03/17/2026  11:12 AM              ..
03/17/2026  11:12 AM              dist
03/17/2026  02:34 AM               182 extension.webpack.config.js
03/17/2026  02:34 AM               477 package.json
2 File(s)            659 bytes
3 Dir(s)  423,043,125,248 bytes free

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