# How to Export Claude Conversations (One Chat or Your Entire History) > How to export claude chat conversations: the official full-account export, single-chat Markdown/JSON, and bulk folder export — with honest limits on artifacts and images. **Source:** [https://northlabapps.com/blog/export-claude-conversations/](https://northlabapps.com/blog/export-claude-conversations/) **Published:** 2026-07-16 **Topics:** claude, export, markdown **Author:** NorthLab Apps (https://northlabapps.com) — makers of NorthLab Folders, a privacy-first folders/search/export extension for ChatGPT and Claude --- ## Can you export chats from Claude? Yes — there are three ways to get a Claude conversation out of your browser, and which one you want depends entirely on scope. If you need your **entire account history** as a backup, Anthropic's official export does that: a JSON archive of everything, emailed to you. If you need **one specific conversation** readable and saved somewhere else, you can manually copy the text, which works but is slow and loses formatting. And if you want a **single chat or a whole folder of chats** as a clean Markdown file — the format that actually pastes into your notes app or docs site looking right — a browser extension is the practical answer, because neither official export path gives you that directly. I built one of those extensions, NorthLab Folders, so full disclosure up front: it appears twice in this guide, and I'll say plainly where it helps and where it doesn't. The rest of this post walks through all three methods in the order you're most likely to need them — full-history backup first, then single-chat export, then bulk export by folder, then an honest look at what does and doesn't survive the process. ## How to export your entire Claude history (official export) If your goal is "I want everything, as a backup, just in case," Anthropic's own account export is the right tool and the only complete one. In claude.ai, open **Settings** from the sidebar, go to the **Privacy** tab, and look for a data export option. Request it, and Anthropic emails you a download link — it can take a while to arrive, so don't expect it instantly. (Anthropic does occasionally reorganize its settings screens, so if the option isn't exactly where described here, check the broader Privacy or Data controls area — the feature itself has been stable since 2024, even if the exact submenu label shifts.) What you get is a ZIP file containing your conversation history as structured JSON — a complete, machine-readable archive, not a folder of readable Markdown documents. That's the trade-off with any platform's built-in export, ChatGPT's included: it's the only method that guarantees you have *everything*, but it hands you a data dump meant for re-import or programmatic processing, not a document you'd open and read. If you want to convert that JSON into something readable, or you'd rather sidestep the format question entirely, our companion guide on [exporting ChatGPT and Claude conversations to Markdown](https://northlabapps.com/blog/export-chatgpt-claude-markdown/) covers the conversion tools and the other export mechanics that apply to both platforms — this post stays focused on Claude specifically and on getting a usable file, not a full-account archive. **Use the official export when:** you want a complete backup of your account, you're comfortable with JSON, and you don't need it back today. **Skip it when:** you only care about one conversation, or you want something you can actually read without a conversion step. ## How to export a single Claude conversation This is the far more common need — you had one useful chat and you want it saved as a document, not buried in an ever-growing sidebar. Anthropic doesn't offer a built-in "export this chat" button, so you're choosing between two real options. **Manual copy-paste.** Select the conversation text and copy it into a document. It costs nothing and needs no extension, but it's genuinely painful past a short chat: you're selecting in chunks, code blocks lose their fencing and language tag, headings and bullet lists flatten into plain paragraphs, and a long back-and-forth means doing this several times over. It works as an emergency option. It doesn't scale. **A one-click export tool.** This is where NorthLab Folders — the extension I build — actually solves the problem. It adds a **Copy as Markdown** button to every chat, plus a per-chat **Markdown or JSON export** that downloads a file directly, both free, no folder or Pro plan required. Code blocks keep their language tag and syntax highlighting, headings and lists stay structured, and the whole thing takes one click instead of several passes of manual selection. It works identically on claude.ai and chatgpt.com, so if you use both platforms you're not learning two different tools. On privacy, since this matters more here than almost anywhere else in a browser extension: the export file is generated entirely inside your browser and downloaded locally — nothing is uploaded anywhere. That's consistent with how the rest of the extension works; see the deeper breakdown in [how to add folders to Claude](https://northlabapps.com/blog/claude-folders/) if you want the full local-first architecture, not just the export piece. **Use single-chat export when:** you have one conversation worth keeping — research, a debugging session, a drafted document — and you want it as a real file today. ## How to export a whole folder of Claude chats at once If you've been exporting one chat at a time and you've now got a dozen related conversations from the same project, doing them individually gets old fast. This is where organization and export start to depend on each other: you can't bulk-export a group of chats until there's a group to begin with, and Claude has no native folders to define one. The workflow is: first, organize your related chats into an actual folder — NorthLab Folders adds real folders (plus Pro-tier subfolders) to claude.ai's sidebar, something Anthropic's own Projects don't fully replicate, as covered in [how to add folders to Claude](https://northlabapps.com/blog/claude-folders/). Once your project's chats live in one folder, the Pro tier adds a **bulk export**: select the folder, and it downloads a single ZIP file containing one Markdown document per conversation inside it. Twenty chats in a research folder becomes twenty clean Markdown files in one download, instead of twenty individual exports. **Use bulk folder export when:** you've finished a project's worth of related chats and want the whole set out as readable files in one action, not a manual export per conversation. ## What about artifacts, files, and images? Here's the honest limit, because it's worth knowing before you rely on export for something important: text holds up, binary content doesn't — yet. Claude's **artifacts** — code, documents, and other structured content Claude writes as a separate panel from the main reply — are text under the hood, and text exports cleanly. When you export or copy a conversation containing an artifact, that code or document comes through in the Markdown file as a proper code block or section, readable and intact. **Images and other binary files are a different story.** Markdown is a plain-text format, and there's no clean way to embed binary image data into a `.md` file without a fundamentally different export pipeline — one that would need to encode and inline the image data, or bundle separate image files alongside the Markdown. Right now, in NorthLab Folders' export (and this is true of most Markdown export tools for either platform, including the console-script and extension methods covered in the [cross-platform Markdown export guide](https://northlabapps.com/blog/export-chatgpt-claude-markdown/)), an image or non-text file in the conversation is represented with a placeholder rather than embedded. You'll know it was there; you won't have the file itself in the export. If a conversation's value is entirely in an image Claude generated or a binary file it produced, download that asset directly from the chat before you rely on an export to capture it. For everything text-based — which is the overwhelming majority of what people actually export Claude conversations for — the current pipeline handles it correctly. ## Which method should you use? Three honest recommendations, by scope: **Want a full account backup, and you're fine with JSON?** Use Anthropic's official export. It's the only method that's complete, and it's free with no extension involved. **Want one conversation saved as a readable file, today?** Use a one-click export tool. Manual copy-paste works in a pinch but doesn't hold up past a short chat, and it strips formatting you'll want back. **Want a whole project's chats out as organized files in one action?** You need folders first, then bulk export — which means Anthropic's own tools don't get you there, since there's no folder to export from. That's the specific gap NorthLab Folders was built to close, and it's worth being upfront that this is the one recommendation in this list that requires installing something. If your actual problem is upstream of export — a sidebar that's become unmanageable before you even get to the point of wanting to save anything — that's a related but separate problem. See [how to add folders to Claude](https://northlabapps.com/blog/claude-folders/) for organizing the mess, and [how Claude's chat history works more broadly](https://northlabapps.com/blog/claude-chat-history/) if you're trying to understand retention and deletion, not just export. If you're bringing files *into* Claude rather than out of it, [how to add a whole folder of files to Claude](https://northlabapps.com/blog/add-folder-of-files-to-claude/) covers that opposite direction. You can see the full extension, both free and Pro tiers, at [NorthLab Folders](https://northlabapps.com/folders). ## Frequently asked questions ### Can you export chats from Claude? Yes, three ways. Anthropic's official account export gives you your entire history as a JSON archive emailed to you. Manually copying and pasting works for a single chat but loses formatting. A browser extension like NorthLab Folders exports one conversation to Markdown or JSON in a click, or a whole folder of chats at once as a ZIP on the paid tier. ### How do I export my entire Claude conversation history? In claude.ai, open Settings, go to the Privacy tab, and look for an option to export your data. Anthropic emails you a link to a ZIP archive — it's a complete backup of your account as machine-readable JSON, not a folder of readable Markdown files, and it can take a while to arrive. ### How do I export a single Claude conversation? Manually, you select and copy the text, which strips code block formatting and takes several passes for a long chat. The faster route is a browser extension: NorthLab Folders adds a one-click "Copy as Markdown" button and a per-chat Markdown/JSON export, both free, that preserve code blocks, lists, and headings. ### Does exporting a Claude chat include artifacts and images? Text-based artifacts — code, documents, anything Claude wrote as plain text — export cleanly into the Markdown file. Images and other binary files aren't embedded in Markdown exports; a placeholder is used instead, since Markdown is a text format and embedding binary content would mean a different export pipeline entirely. ### Can I export a whole folder of Claude chats at once? Not with Anthropic's own tools — Claude has no native folders, so there's no folder to bulk export. NorthLab Folders adds real folders to claude.ai, and its Pro tier can export an entire folder as a single ZIP file containing a Markdown document per conversation.