Claude pillar guide

Claude: how to save, export, and never lose a conversation

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.

Start free on Chrome

Claude's context window: 200,000 tokens

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.

  • Very long documents: uploading large PDFs or codebases can consume a big share of the window before the conversation even starts.
  • Extended multi-session work: accumulating many messages and large outputs over time.
  • Context rot in long sessions: subtle degradation where Claude ignores early instructions, even below the hard limit.
  • Use Claude Projects for ongoing work, instructions and files stored separately from the active context.

When Claude says "conversation too long"

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.

How to save a Claude conversation

  • All conversations are stored in your sidebar history when signed in.
  • Claude Projects give you persistent storage tied to the Project.
  • Copy and paste conversation content into Notion, Google Docs, or Obsidian.
  • Share feature creates a public link (good for sharing, not for a true archive).
  • Print to PDF for a clean single-conversation record.
  • SaveMyPhind is an open-source extension that exports Claude conversations to Markdown.
  • thredly: paste a Claude thread into the web app and click Summarize (or use the optional Chrome extension inside Claude) to store a structured summary privately to your account.

How to export your Claude chat history

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.

Why Claude keeps forgetting earlier context

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.

  • Claude ignores a writing style or format you established early on.
  • It stops following a constraint you specified in your first message.
  • It produces output that contradicts an earlier decision you both agreed on.
  • Re-anchor key instructions mid-session, and use Claude Projects for persistent instructions that load fresh for every new conversation in the Project.

Related guides

Frequently asked questions

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.

Does the 'conversation too long' message mean I lose all my work?

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.

How does Claude compare to ChatGPT on context limits?

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.

Does Claude Projects fix context drift?

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.