How to export a ChatGPT conversation

Short answer: to save a single ChatGPT conversation as a clean file (PDF, Markdown, HTML, JSON, or TXT), install the AI Chat Archive browser extension, open the chat, and click Export. It runs entirely in your browser — nothing is uploaded — and PDF export is free with no daily cap. ChatGPT's own built-in export is bulk-only (an email-delivered ZIP) and awkward for a single chat.

This page compares every practical option.

Option 1: AI Chat Archive extension (recommended, unlimited free PDF)

A browser extension that adds an Export button to chatgpt.com.

  1. Install it from the Chrome Web Store (also on Edge, Firefox, and Safari). Your browser grants access to chatgpt.com and claude.ai at install — that's what lets the extension read your conversations locally.
  2. Open the conversation on https://chatgpt.com. A green Export button appears.
  3. Click Export and pick a format: PDF, Markdown, HTML, JSON, or TXT.
  4. The file downloads straight to your machine.

What you get:

Paid features (one-time license): batch export of your entire ChatGPT history as a single ZIP, and attachment bundling — the original uploaded files, at full quality, in an attachments/ folder next to the transcript. (Viewing your images inline in HTML/PDF is free; getting the original files as a ZIP is the paid part.)

Option 2: ChatGPT's native export (bulk only, email-delivered)

ChatGPT has a built-in account-wide export.

  1. Go to Settings → Data Controls → Export data.
  2. Confirm; ChatGPT emails you a download link (it expires after ~24 hours).
  3. The ZIP contains a single monolithic chat.html plus a conversations.json.

What you get: every conversation, in one archive, for free.

What you lose / the friction:

Option 3: Copy-paste (free, quick, loses fidelity)

Select the conversation, copy, and paste into a note or document.

What you lose: images, formatting (headings/lists/code often flatten to plain text), and any structure. Fine for one short chat; painful beyond a few messages.

Which should I pick?

Related