100% context used event in new task

Where does the bug appear (feature/product)?

Cursor IDE
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.26200

I’m not sure if this is a feature of Cursor, but it keeps showing “100% context used” even after I switch to a new chat, and it continuously triggers context summarization.

Hey, from your screenshot I can see the context indicator in a new chat immediately shows 100%.

A few questions to narrow down the cause:

  1. Does this happen with all models, or only in Auto mode?
  2. Can you reproduce it every time you create a new chat, or only sometimes?
  3. Can you share a Request ID from one of the affected sessions? Three dots in the top right of the chat > Copy Request ID

Also, please try a quick test: open a completely new chat in a different project (or in an empty folder) and see if the context still shows 100%. This will help confirm whether something from your project context is being pulled in right away, like large files, rules, and so on.

The team is aware that the context indicator can sometimes show incorrect values. Your report and the Request ID will help us prioritize.

Let me know what you find.

it happen in both mode and it reproduce everytime i create a new chat

Here is the id:
no auto: 45157669-dc89-4f59-a6a0-aff19b3721aa
Auto: e15002ce-1b5b-45da-a4f1-ea29543fccf2


Empty folder
acd25ee1-f3e7-44da-a3bd-3b45060069f0

Just to make sure, having a lot of skills set globally isn’t the reason my context is getting full, right?

Hey, thanks for the Request IDs and screenshots, super helpful.

To answer your request, yes, having a lot of globally enabled skills can fill up your context window right from the start. Skills, rules, and MCP tool definitions all get loaded into context when you open a new chat, even in an empty folder, since global skills apply everywhere.

Can you check this:

  1. Go to Cursor Settings > Rules, Skills, Subagents > Skills and count how many global skills are enabled. If there are a lot, try disabling them temporarily and start a new chat to see if the context indicator goes back to normal.
  2. Do the same for global rules. Check if you have a lot of large .mdc files in ~/.cursor/rules/.
  3. Do you have any MCP servers configured? Those tool definitions also take up context.

Since it reproduces in an empty folder but still shows 100%, it strongly suggests something global is using up all the context before you even type anything.

Let me know what you find with the skills check.

1 Like

got it thank you