Download claude conversation as a local file
To download claude conversation from claude.ai, install Download Claude conversations, open the thread, click the orange button, pick Markdown, JSON, text, XML, or PNG, then Export. One file is one conversation. The Chrome Web Store name is plural. Not Desktop or Claude Code. Three files free; Pro is $3.99/mo or $26.99/yr.
How do I download claude conversation in Chrome?
The way to download claude conversation on claude.ai is the orange button Download Claude conversations adds next to the message box. Open the thread, pick Markdown, JSON, text, XML, or PNG, then click Export. Chrome saves one local file. That file is one conversation, not an account ZIP.
Download Claude conversations is a Chrome content script. It reads the conversation already loaded in your logged-in claude.ai session. It does not call a separate Anthropic API with its own credentials, and it does not upload the thread to our servers to generate Markdown, JSON, text, XML, or PNG.
- Install Download Claude conversations from the Chrome Web Store (Chromium browsers that load Chrome extensions also work). The listing is rated 5.0.
- Reload claude.ai if the page was already open during install. Chrome will not inject into a stale tab.
- Open the conversation URL you want — the orange button appears only on a real thread, not on the empty composer home.
- Click the orange download button to the right of the message box.
- Choose Markdown, JSON, plain text, XML, or PNG. Click Export. Chrome downloads one file immediately.
Before the first export, Google sign-in is required. That sign-in exists so we can count the 3 free exports per account and restore Pro later. It is not a login for reading claude.ai chats. We store a Google-verified email for quota and subscription status. Conversation bodies stay on your machine.
Each completed file counts as one export, whether you used Markdown or PNG. Free accounts get 3 exports total. Pro is $3.99 per month or $26.99 per year and removes that cap for both a single conversation and bulk Export All. Paddle processes Pro payment.
Local files. Markdown, JSON, text, XML, and PNG are built in the browser and handed to Chrome’s download API. Quota checks go to our worker. Chat text does not. Version on this page is 1.13.0, September 2026.
Optional toggles on the same widget: include or skip extended thinking, include metadata (title, timestamps, model), filter by sender (all / human only / assistant only), and pick an artifact layout — Original, Inline, Nested, or Flat. Those toggles apply to this one conversation the same way they apply on the bulk browse page.
If the thread is very long, scroll until claude.ai has loaded the earlier messages. Download Claude conversations can only export what the page has rendered. A half-loaded thread produces a half-loaded file, which looks like a bug and is usually just an un-scrolled DOM.
People who searched how to download a Claude chat land on the sibling how-to. This page is the conversation noun and the Store listing: one open thread, one file. Chat-verb steps live on how to download a Claude chat.
What does download claude conversation mean here?
On this site, download claude conversation means the Chrome Web Store product Download Claude conversations writing one file for the open claude.ai thread. The listing name is plural. The job in the search box is usually singular. One Export click still equals one conversation file.
Google Search Console shows the same intent in three word orders: download claude conversation, download conversation claude, and claude download conversation. All three point at the Store title. None of them mean Claude Desktop. None of them mean Claude Code. The surface is claude.ai in desktop Chrome.
Download Claude conversations is also called Claude Chat Downloader and Claude Conversation Downloader. Same orange button. Same five formats. Same 3 free exports. Same 5.0 Chrome Web Store rating. We do not ship a second extension under those nicknames.
| Query people type | What they usually want | What Download Claude conversations writes |
|---|---|---|
| download claude conversation | One thread, one file, now | One Markdown, JSON, text, XML, or PNG file |
| download conversation claude | Same job, shuffled words | Same orange button on claude.ai |
| claude download conversation | The Store product by name | The listing Download Claude conversations |
| Download Claude conversations | The Chrome Web Store title | One file per conversation, or many via Export All |
Plural in the listing is not a different product. Export All is why the Store title uses conversations: you can select many claude.ai rows and write a folder of files. A single orange-button export is still one conversation. Do not expect one mega-file that contains every chat in the account.
We named the Chrome Web Store listing Download Claude conversations, plural, because Export All writes one file per selected thread. A single orange-button export is still one conversation, one local file. Version 1.13.0 still does not emit PDF — print claude.ai if you need a paged snapshot.The Download Claude conversations team — builders of the Claude Chat Downloader Chrome extension
If you wanted a parser-focused write-up of what the content script keeps (fences, tables, artifacts), that is the extractor guide. This page stays on the download verb and the Store name. Extractor notes: Claude conversation extractor.
Download claude conversation vs official Export data?
Download claude conversation with the orange button is one named file of the open claude.ai thread, immediately, locally. Anthropic Settings → Privacy → Export data is an account-level JSON ZIP emailed later. Print is a visual PDF of the webpage. Copy-paste is unstructured text. Pick the row that matches the job.
Official Export data is a backup of the whole Anthropic account, not a per-conversation download. Anthropic emails a link that expires. The ZIP mixes chats you forgot with chats you meant to keep. You then unpack JSON yourself if you need one thread out of thousands. That is not the orange-button path.
Print path: open the conversation on claude.ai, hide the sidebar if the UI allows it, press Ctrl+P (Windows/Linux) or Cmd+P (Mac), set the destination to Save as PDF, then save. Code blocks often split across pages. Composer chrome can appear on every sheet. Print is a snapshot of the screen, not Markdown.
Copy-paste is a third no-extension method. Select text on claude.ai, paste into Docs or a notes app. Indentation in code usually collapses. Tables become run-on lines. A multi-turn conversation becomes an unstructured wall. Fine for one short answer. Poor for a coding review you will search later.
| Goal | Method | You get | You lose |
|---|---|---|---|
| One conversation, readable file, now | Orange button (this product) | Markdown, JSON, text, XML, or PNG | Nothing in the message tree the page has loaded |
| Full account backup | Settings → Privacy → Export data | JSON ZIP by email | Per-conversation formatting; wait for the link |
| Visual PDF of this screen | Print → Save as PDF | A paged snapshot of claude.ai | Clean code, tables, collapsed artifacts |
| One short paragraph | Copy-paste | Whatever you selected | Structure, indent, message boundaries |
The first row is the Search Console cluster this page covers. Official Export data still has a place: leaving a company, a legal hold, or a belt-and-suspenders backup. Print still has a place: a one-off attachment that should look like the product. Neither replaces a Markdown file you will edit next week.
ZIP is not one conversation. Anthropic’s Export data archive is account-level. Download Claude conversations never claims to be that ZIP. If you asked for one file of the thread on screen, use the orange button, not Settings → Privacy.
Which format to download claude conversation as?
Which format to download claude conversation as: open the orange button, choose Markdown, JSON, text, XML, or PNG, then Export. Markdown is the notes file. JSON is the message tree for scripts. Plain text has no markup. XML is interchange. PNG is a picture, not a PDF.
Markdown keeps headings, fenced code with language tags, and tables. It is the usual pick for Obsidian, GitHub, or a wiki. JSON preserves the tree the parser already built, including artifacts and thinking when those toggles are on. It is not the same shape as Anthropic’s account ZIP. Format notes: all formats.
Plain text is the right choice when the destination strips markup anyway — a paste into a ticketing field, an email body, a search index that wants raw strings. XML is the niche interchange pick. PNG is for a slide or a bug report screenshot of the thread, not for a 40-turn design review you will grep.
| Format | Best for | Not for |
|---|---|---|
| Markdown | Notes, git, later conversion | Pixel-perfect layout |
| JSON | Scripts, message tree | Reading in a word processor |
| Plain text | Zero-markup archives | Keeping tables as tables |
| XML | XML-only pipelines | Casual reading |
| PNG | A figure of the thread | Search, diff, or print-as-document |
There is no native PDF in version 1.13.0. If a PDF is required for a client, export Markdown and print that file from Word, Google Docs, VS Code, or Obsidian. Or print claude.ai itself. Do not wait for a .pdf option that Download Claude conversations does not ship.
The last-used format is remembered. If you wanted Markdown and received JSON, the dropdown was still on JSON from the previous export. Check the dropdown every time you switch jobs. Mixing formats does not multiply quota: each finished file still counts as one of the 3 free exports.
PNG is not PDF. A PNG from Download Claude conversations is an image of the conversation. A PDF from Chrome’s print dialog is a paged snapshot of claude.ai. Neither is a searchable Markdown archive. Pick the format that matches the next app, not the word “download.”
Can I download conversation claude in bulk?
Yes. You can download conversation claude history as many files: do not repeat the orange button once per tab. Open View and Download All Conversations, filter the table, then click Export All. Each finished file counts against the same 3 free exports unless you are on Pro.
The browse page lists conversations from the claude.ai account you are logged into. Search by name. Filter by All, New (not yet exported), Exported, and by Project if you group chats that way on claude.ai. Select a subset when you do not want every old draft in the folder.
Bulk uses the same five formats and the same toggles as a single-conversation export: thinking, metadata, sender filter, artifact layout. Export All is not a lesser pipeline. It is the same parser applied to many conversation IDs in one pass. Details: bulk Export All.
Anthropic’s Export data is still the account backup. One ZIP, one email, JSON for everything, including chats you forgot. Bulk Export All is the opposite job: you pick which threads, you pick Markdown or JSON, files land immediately. Use both if you want a legal-style archive and a folder of readable notes.
Quota is shared. Three free exports cover single conversations and bulk files together. Selecting 40 conversations on a free account will stop after the third file. Plan the selection, or upgrade to Pro at $3.99/mo or $26.99/yr via Paddle.
The browse table also remembers what you already exported, so a later visit can filter to New only. That is how a weekly download conversation claude habit stays incremental instead of duplicating last month’s Markdown. Entire history still means many files, not one ZIP from this extension.
Google sign-in is required before the first bulk file, the same as the first orange-button file. Download Claude conversations stores the verified email to enforce the 3-export cap and to restore Pro. Chat bodies stay in the browser while Export All writes to disk.
Why is the claude download conversation button gone?
The claude download conversation button is missing when you are not on a conversation URL, the tab was not reloaded after install, or the extension is disabled. Pin the icon, reload, and confirm you are in desktop Chrome on claude.ai — not Desktop, a phone, or Claude Code.
After install, Chrome does not always inject a content script into tabs that were already open. Close the claude.ai tab or hard-reload it. If you use multiple profiles, Download Claude conversations must be installed in the profile that is logged into Anthropic.
Team and Enterprise workspaces work if you can open the conversation in the browser. The extension reads the page, not a plan tier. If the org blocks Chrome extensions, IT has to allow this listing; we cannot bypass that policy from chat-downloader.com.
Sign-in gate: expected. The first Export click asks for Google. Canceling that prompt looks like a failed download. Complete sign-in, then click Export again. No credit card is required for the 3 free exports. Paddle only appears if you buy Pro.
Incomplete file: the conversation had not finished streaming, or older turns were still virtualized off-screen. Wait for the assistant to finish. Scroll toward the start of a long thread so claude.ai hydrates those nodes, then export again. That uses another quota slot on the free tier — confirm the thread is fully loaded first.
Wrong file type: last-used format was still selected. Wrong account: you signed into Google with a different address than the one that holds Pro. Pro restore is tied to that Google email, not to the Anthropic login, and not to the Chrome profile name.
Mobile browsers do not run this extension. There is no iOS or Android app. Safari on a phone can print claude.ai; it cannot show the orange button. For a reusable file, open the same conversation in desktop Chrome and run download claude conversation there.
Empty home has no button. claude.ai’s composer landing page is not a conversation URL. Start or open a thread first. The orange control sits to the right of the message box on that thread, after a reload post-install.
Does Desktop let me download claude conversation?
No. Claude Desktop does not let you download claude conversation with this listing. Download Claude conversations injects only on claude.ai in Chrome. Claude Code is a different product in the terminal. Open the same thread on claude.ai if it exists there, then use the orange button.
Claude Desktop is a separate window. The Chrome content script never injects into that app. If the same chat exists on claude.ai, open it there and download. If it only lives in Desktop, copy-paste or wait for the account ZIP from Settings → Privacy → Export data.
Claude Code lives in the terminal. Inside an active session, type /export. Anthropic’s CLI opens a menu to copy the transcript or save a plain-text file. Pass a filename to skip the menu. That transcript is rendered text for a person to read, not this extension’s Markdown, JSON, or PNG. Paths: Claude Code export.
JSONL on disk is the internal log. The schema can change between Claude Code versions. Anthropic’s own docs tell you to prefer /export or script interfaces over parsing JSONL. We do not wrap that CLI. We do not read ~/.claude. Windows path: %USERPROFILE%\.claude\projects.
If you keep a parallel thread on claude.ai for the same work, download that browser conversation with the orange button. The terminal log and the web chat are not automatically the same document. Treat them as two records unless you pasted one into the other.
| Surface | How to save | This Chrome extension |
|---|---|---|
| claude.ai in Chrome | Orange button or Export All | Yes — that is the product |
| Claude Code terminal | /export or JSONL on disk |
No |
| Claude Desktop app | Open the chat on claude.ai, or copy-paste | No — not injected into Desktop |
| Account-wide backup | Settings → Privacy → Export data | Different job — delayed JSON ZIP |
Independent Chrome extension, not affiliated with Anthropic, PBC. Claude is a trademark of Anthropic. Follow Anthropic’s Terms of Service. We cannot give legal advice about whether a given export is allowed in your workplace; we can say Download Claude conversations uses your existing session the same way the website does and does not automate account actions.
Is download claude conversation free after 3 files?
No. Download claude conversation is free for the first 3 files on a Google-signed account, any of the five formats. After that, Pro is $3.99 per month or $26.99 per year. Paddle is merchant of record. Reinstalling Chrome does not mint three new free exports.
The 3-export cap is why Google sign-in is required on the first Export click. Without that verified email, a reinstall would silently reset the counter. We store the email for quota and Pro status. Conversation bodies are not sent with that sign-in. The worker answers “how many left” and “is this account on Pro.”
Pro removes the cap for the orange button and for Export All. It does not add PDF, Word, Notion, or Google Docs. Formats stay Markdown, JSON, text, XML, and PNG. You do not need Anthropic’s paid claude.ai plan. Any claude.ai login that loads the thread in Chrome is enough, including Team and Enterprise if IT allows the extension.
| Plan | Price | Files | Formats |
|---|---|---|---|
| Free | $0 | 3 exports total | Markdown, JSON, text, XML, PNG |
| Pro monthly | $3.99/mo | No 3-export cap | Same five; still no PDF |
| Pro yearly | $26.99/yr | No 3-export cap | Same five; still no PDF |
Paddle collects card details and tax. We never see payment numbers. Refunds go through Paddle. Pro restores on a new computer from the same Google account. If you signed into Google with a different address than the one that bought Pro, the 3-export wall comes back until you pick the paid email.
Claude.ai Free, Pro, Team, and Enterprise are Anthropic’s plans. They are not our meter. A free Anthropic account can still download claude conversation three times on our free tier. A paid Anthropic account still hits our 3-export wall unless you also buy our Pro through Paddle.
Three files, then Paddle. Plan which three claude.ai conversations matter most on the free tier. Bulk Export All of forty rows is a Pro job. Version 1.13.0 does not offer a fourth free file after a reinstall.
Rated 5.0 on the Chrome Web Store as of this September 2026 guide. That rating is the listing Download Claude conversations, not a different exporter. We do not name competing extensions. Official Anthropic surfaces (claude.ai, Desktop, Code, Export data) are named here only as contrast, not as a second product to install.
FAQ: download claude conversation
These FAQ answers cover how to download claude conversation on claude.ai, the plural Store title, one file per thread, formats, quota, Google sign-in, Desktop, and Claude Code. Download Claude conversations writes Markdown, JSON, text, XML, or PNG locally. Three files are free; Pro is $3.99/mo or $26.99/yr via Paddle.
How do I download claude conversation from claude.ai?
Install Download Claude conversations, open the thread on claude.ai, click the orange button next to the message box, pick Markdown, JSON, text, XML, or PNG, then click Export. Chrome saves one local file. That file is one conversation. Google sign-in is required before the first export so we can count the 3 free exports.
Is download claude conversation the Store listing?
The Store title is Download Claude conversations, plural, because Export All writes many files. Search queries like download claude conversation, download conversation claude, and claude download conversation all point at that same listing. One orange-button export is still one conversation, one file.
Can I download conversation claude without an extension?
Yes. Print the claude.ai page (Ctrl/Cmd+P → Save as PDF) for a visual snapshot, or use Settings → Privacy → Export data for a delayed account JSON ZIP. Copy-paste works for a short answer. None of those methods write a structured per-conversation Markdown file the way the Chrome extension does.
Does one file equal one download claude conversation?
Yes. The orange button writes one file for the open claude.ai thread. Export All writes one file per selected row. Anthropic’s Export data ZIP is the opposite shape: one archive for the whole account, emailed later, not a named file for the conversation you were reading.
Can I download claude conversation as PDF?
No. Version 1.13.0 writes Markdown, JSON, plain text, XML, and PNG only. There is no PDF export. Print the claude.ai tab, or convert a Markdown file in another app. PNG is an image of the thread, not a PDF.
Is Google sign-in required to download claude conversation?
Yes, starting with the first Export click. Google verifies which account you picked so we can enforce the 3-export quota and restore Pro after a reinstall. Conversation content is not sent with that sign-in. We store the verified email for quota and Pro status only.
Does claude download conversation work on Desktop?
No. Download Claude conversations injects only on claude.ai in desktop Chrome. Claude Desktop never shows the orange button. Open the same thread on claude.ai if it syncs, or copy-paste / use official Export data. There is no iOS or Android app.
How many free files if I download claude conversation?
Every Google-signed account gets 3 free exports in any of the five formats. After that, Pro is $3.99 per month or $26.99 per year. Paddle processes payment. Bulk Export All files count against the same 3. Reinstalling does not reset the count.
Does this download claude conversation from Claude Code?
No. Claude Code lives in the terminal. Use /export or copy JSONL from ~/.claude/projects (Windows: %USERPROFILE%\.claude\projects). This Chrome extension only runs on claude.ai. Guide: Claude Code export.
What formats can download claude conversation write?
Markdown, JSON, plain text, XML, and PNG. There is no PDF export in extension 1.13.0. For a PDF, print claude.ai or convert a Markdown file in another app. PNG is an image of the thread, not a PDF. Format hub: formats.