ChatGPT has no per-conversation download button. Request your full data export from Settings, then Data Controls, then Export Data, then load conversations.json into a converter, find the conversation you want, and download just that one as Word, PDF, Markdown, or text.
Short answer
ChatGPT has no per-conversation download button. Request your full data export from Settings, then Data Controls, then Export Data, then load conversations.json into a converter, find the conversation you want, and download just that one as Word, PDF, Markdown, or text.
There is a gap in ChatGPT that catches people out: you can export everything, and you can copy text by hand, but there is no button that downloads the conversation you are looking at. Closing that gap takes one extra step.
Why there is no download button
OpenAI built export as an account-level, compliance-driven feature. It exists to satisfy data portability obligations, so it is designed around "give the user everything" rather than "let the user grab this one thing". Whether a per-conversation download ever arrives is anyone's guess, but it has not so far.
The two practical routes
Print to PDF, for one conversation right now
Open the conversation, scroll all the way to the first message so nothing is left unloaded, collapse the sidebar, then press Ctrl+P or Cmd+P and choose Save as PDF.
Fast and free. The caveat is that ChatGPT unloads messages you have scrolled away from, so failing to scroll to the top produces a silently truncated file. It also handles code blocks poorly, clipping wide lines at the page margin.
Export and extract, for anything that matters
Request the archive from Settings, then Data Controls, then Export Data, and confirm via the email OpenAI sends. Download the ZIP within 24 hours, since the link expires.
Load conversations.json into ChatExports. Rather than dumping everything, it presents your conversations as a browsable, searchable list. Find the one you want by title or by searching its content, then download that single conversation in whichever format you need.
This is the closest thing to a per-conversation download button that exists. The one-time cost is waiting for the export; after that, pulling out individual conversations is instant.
Picking a format
| Format | Use it for |
|---|---|
| Word | Editing, adding notes, sending to colleagues |
| Yes, PDF | Fixed records, printing, anything that should not be altered |
| Plain text | Feeding into other tools or search indexes |
| CSV | Spreadsheet analysis across many conversations |
What comes with the conversation
A properly converted download preserves the parts that make the conversation worth keeping: speaker labels on every turn, code blocks in monospace with their language, the original timestamps, the conversation title, and the correct message order even where you edited a prompt or regenerated a response mid-thread.
That last point is subtle. Because ChatGPT stores conversations as trees rather than lists, a naive extraction can produce duplicated or out-of-order messages from branches you abandoned. The converter follows the active path, so what you download matches what you actually saw.
Downloading several but not all
Select multiple conversations in the list and download them together. Each becomes its own file, named from its conversation title. This is the usual middle ground: you rarely want one conversation, and you rarely want all two thousand.
Privacy
Conversion runs as JavaScript in your browser. The export file is read from disk, processed in memory, and written back out as downloads. Nothing is transmitted to any server, which is the appropriate design for a file containing your complete chat history.
Frequently asked questions
Can I download a single ChatGPT conversation without exporting everything?
Not directly, because OpenAI only offers an account-level export. Once you have the export, though, you can extract and download any single conversation from it in seconds.
How long does the ChatGPT export take?
Typically 5 to 30 minutes, longer for very large histories. OpenAI emails a download link when it is ready, and the link expires roughly 24 hours later.
Can I download a conversation shared with me by someone else?
A shared link is a read-only view on OpenAI's servers and is not included in your export. Copy the text manually, or ask the person who shared it to export and send you the file.
What file format should I download conversations in?
Markdown if you want durability and searchability, PDF if it needs to be a fixed record, Word if it needs further editing.