A field note · ~6 min read
How much does ChatGPT actually remember about you?
Short answer: less than you think. ChatGPT's persistent memory holds roughly 1,200–2,000 tokens — enough for about 8–12 short facts. A few paragraphs. Not a relationship. Here's the real shape of it, and why the gap between what people assume and what's actually stored matters.
The numbers
- ~1,200–2,000 tokens — persistent memory bucket. Roughly 900–1,500 words.
- 8–12 entries — typical count visible in Settings → Personalization → Memory.
- 8K to 128K tokens — context window for a single thread (varies by model). Resets when the thread closes.
- 0 tokens — what the next ChatGPT model remembers about you if OpenAI re-architects memory during a rollout (it has happened).
The two numbers people confuse are memory and context window. The context window is the working scratchpad inside one conversation — large, generous, impressive. Persistent memory is the tiny bucket OpenAI carries across conversations. The difference is roughly two orders of magnitude.
What actually gets saved
ChatGPT's model decides. Most of what you say lives only inside the current conversation and is gone when you close the tab. The model silently picks a handful of things it thinks are worth keeping — your name, your work, a few preferences — and writes them to the memory panel.
Try this: open Settings → Personalization → Memory. Most people are surprised by how short the list is, even after months of heavy use. That's not a bug. That's the design.
Why the limit exists
Every memory entry has to be injected into the prompt of every conversation. At 2,000 tokens, that's already meaningful inference cost across hundreds of millions of users. A 20,000-token persistent memory per user would be financially and architecturally untenable for OpenAI today. So the limit isn't laziness — it's economics.
Which is fine, as long as you know it. The problem is that most users assume ChatGPT is quietly building a deep model of them and act surprised when it forgets something they mentioned three conversations ago. It didn't forget. It never stored it.