Does the context window reset between conversations?
Yes, each new conversation starts with a fresh 200K window. Previous conversations don't carry over unless you paste in context, or use Projects.
Claude pillar guide
Everything you need to know about long Claude conversations: how the 200,000-token context window works, what to do when Claude says the conversation is too long, how to save and export your history, and how to stop attention drift from erasing earlier reasoning.
Claude's context window is 200,000 tokens, roughly 150,000 words, or about 500 pages of text. For the vast majority of Claude users you will never hit the hard limit in normal use.
The caveat: even well before 200K, performance can degrade in very long conversations. Claude, like all large language models, pays differential attention across a long context. Content near the beginning receives less attention than content near the end, so instructions established early can quietly lose influence.
If Claude can still respond to short messages, ask for a comprehensive summary: goal, every key decision, all outputs produced, important context you've given, and what still needs doing. Copy that summary and start a new conversation, pasting it as your first message with an explicit "I'm continuing work from a previous session, please pick up from here."
If Claude can no longer respond, scroll through the old conversation and manually copy the most important outputs and decisions. Claude Projects are the best long-term solution for extended work: instructions and uploaded documents live in a separate persistent layer, so you can work across many conversations without filling the active window.
As of 2026, Claude doesn't offer a direct bulk data export. OpenAI lets you download all ChatGPT conversations from Settings; Claude has no equivalent. You can submit a data subject access request to Anthropic under GDPR or similar privacy law, but that is a legal route, not a self-service export.
The practical alternatives are manual copy, print to PDF, the SaveMyPhind extension for Markdown, or capturing the threads that matter as thredly summaries, which are stored privately to your account and don't depend on Anthropic keeping any specific conversation forever.
Two distinct phenomena feel like forgetting. The first is a hard context limit at 200,000 tokens, rare in normal use. The second, more common and more subtle, is attention drift: content near the start of a long conversation receives less attention than content near the end, so early instructions have less influence on later responses.
Yes, each new conversation starts with a fresh 200K window. Previous conversations don't carry over unless you paste in context, or use Projects.
No. The conversation still exists and is fully readable. You just can't add more messages to it. All outputs, documents, and discussion remain visible.
Claude's 200K window is significantly larger than ChatGPT's defaults (GPT-3.5 is 16K, GPT-4o is 128K). You typically need heavier work to hit Claude's limit.
Partially. Project instructions load fresh for each new conversation, so persistent instructions aren't buried under history. For truly long single conversations, re-anchoring is still needed.