Updated 2026-08-25 · Extension 1.13.0
How to export a Claude chat
Claude does not offer a one-click "Export this chat" file for a single conversation. You can export chat from Claude in four practical ways: Anthropic's account data export (JSON ZIP by email), the browser's Print → Save as PDF, copy-paste into Docs, or a Chrome extension that writes Markdown, JSON, text, XML, or PNG. Choose based on whether you need one thread, the whole account, or a formatted file.
The four methods, compared
| Method | Best for | Output | Limit |
|---|---|---|---|
| Official Export data | Full account backup | JSON ZIP via email | Slow, not per-chat pretty |
| Print → Save as PDF | Quick visual copy | PDF of the webpage | Sidebar, bad page breaks |
| Copy to Docs | One polished answer | Whatever you paste | Manual, incomplete thread |
| Download Claude conversations | This chat or bulk files | MD / JSON / TXT / XML / PNG | 3 free exports; Google sign-in |
Read the row that matches your goal, then jump to the matching section below for the exact steps. Most people who ask how to export chat from Claude are really asking about the bottom row — a readable file of one conversation, right now — but it's worth knowing what the other three trade away before picking.
How to export chat from Claude with the official tool
Yes. Go to Settings → Privacy → Export data on claude.ai. Anthropic emails a link — it expires, so use it promptly — to a ZIP archive containing your full account history as JSON. This is genuinely the only way to export everything, including chats you've forgotten about, in one action. It is not, however, a way to grab one conversation as a clean file: the output is an account-level archive, not formatted per-chat like Markdown or a readable document, and there's no way to filter it down to a single thread before it lands in your inbox.
How to export a Claude chat with a Chrome extension
This is where Download Claude conversations fits. It adds an orange button to the message box on claude.ai and does the parsing work the official export and copy-paste both skip:
- Install the extension from the Chrome Web Store.
- Open the conversation on claude.ai.
- Click the orange download button.
- Pick Markdown, JSON, plain text, XML, or PNG.
- Click Export.
For more than one conversation, open View and Download All Conversations in the popup — the same Claude Conversation Downloader, in a browse view with search, project filters, and an Export All button that turns your whole selection into files in one pass. Every export, single or bulk, counts against the 3 free exports unless you're on Pro. Sign-in with Google happens once, before your first export, and it's tied to the free-export count and Pro restore — not to reading your conversations.
Developers: JSON, official ZIP, and the message tree
Both the official export and this extension can hand you JSON, but they're not the same shape. Anthropic's account ZIP is account-level — every conversation nested inside one archive, meant for a full data request, not for scripting against a single thread. The extension's JSON export is per-chat (or per-selection in bulk) and preserves the message tree, including artifacts and thinking blocks when present, so it's the one to reach for if you're parsing a specific conversation programmatically rather than backing up an account. If you need both — a full backup and a working file for one thread — run the official export once for the archive, and use Download Claude conversations whenever you need a specific conversation on demand.
Copy-paste, honestly
For a single short answer, yes. Past that, it stops scaling: code blocks lose indentation, tables collapse into run-on text, and a long thread becomes a wall of text with no structure. It's a fine method for grabbing one paragraph to paste into an email; it's a poor method for how to export chat from Claude when the chat itself is the thing you want to keep.
There's a middle ground people try before reaching for an extension: select the whole thread and paste it into Google Docs or Word, then clean up the formatting by hand. That works for a one-off client deliverable, but it's manual labor every single time, and code blocks still need re-formatting after the paste. Download Claude conversations exists specifically to skip that cleanup step — the file it writes is already structured, not something you fix up afterward.
FAQ
How do I export chat from Claude if I only need one conversation?
Use the Chrome extension method above — the official export is account-wide and slower than you need for a single thread.
How do I export Claude chat to PDF?
Neither Claude nor this extension produces a native PDF today. Print the page (Ctrl/Cmd+P → Save as PDF) for a quick visual copy, keeping in mind that code blocks and tables often break in print layout. For a clean, readable file instead, export Markdown or plain text with Download Claude conversations and convert that if you still need a PDF.
Does the official export cover artifacts and thinking blocks?
It includes whatever the account-level JSON contains, but it's not formatted for reading — no per-chat Markdown, no separated artifact layout. The extension's export is built specifically to keep those readable.
Will exporting through a Chrome extension risk my Anthropic account?
The extension uses your existing, logged-in claude.ai session the same way the website does — it doesn't automate actions on your account or call Anthropic's servers on its own. We are not Anthropic; you're still bound by their Terms of Service.
Is there a free way to export a Claude chat?
Yes — 3 free exports on any account, any format, before Pro is needed.
Can I export a Claude chat from Team or Enterprise workspaces?
Yes, as long as you can open the conversation in claude.ai in your browser — the extension works off the page, not off a specific plan tier.
Does exporting through the extension use up my Anthropic account limits?
No — Download Claude conversations reads the page you already loaded; it doesn't send extra requests to Claude or count against any message or usage limit Anthropic applies to your account.
Is Claude Conversation Downloader free to try before I export in bulk?
Yes — the first 3 exports on any account are free, whether you spend them on one chat, three separate chats, or a small bulk selection.