To save one conversation quickly, print it to PDF with Ctrl+P after scrolling to the top so every message loads. To save conversations permanently and in bulk, request your data export from Settings, then Data Controls, then Export Data, and convert conversations.json to Word, PDF, or Markdown.
Short answer
To save one conversation quickly, print it to PDF with Ctrl+P after scrolling to the top so every message loads. To save conversations permanently and in bulk, request your data export from Settings, then Data Controls, then Export Data, and convert conversations.json to Word, PDF, or Markdown.
Saving a conversation sounds like one action but splits into two questions: do you need it now, for one chat, or do you need a durable archive? Getting this wrong is how people discover, at the worst moment, that what they thought was a backup was a link to someone else's server.
What does not count as saving
Leaving it in ChatGPT. Your conversation history lives on OpenAI's infrastructure under your account. That is convenient and it is not a backup. Conversations have been lost to account suspensions, billing failures, and deletions that turned out to be irreversible.
The share link. ChatGPT can generate a public URL for a conversation. It is excellent for sending something to a colleague and worthless as a record, because the content stays on OpenAI's servers. Delete the chat, close the account, or have OpenAI take the link down, and it is gone.
A screenshot. Not searchable, not selectable, and it captures one screen of what may be a long conversation.
Saving one conversation
The browser print dialog is the fastest real option. Open the conversation, scroll all the way to the first message so everything loads, collapse the sidebar, then press Ctrl+P or Cmd+P and save as PDF with background graphics enabled.
The catch is that ChatGPT lazy-loads messages, so anything you did not scroll past will be missing with no warning. Check the page count against the length of the conversation before you trust it.
Saving everything, properly
Request the data export: Settings, then Data Controls, then Export Data, then confirm via the email OpenAI sends. The ZIP arrives by email and the link expires in about 24 hours.
Inside is conversations.json with every message from every conversation. It is complete and unreadable, because conversations are stored as trees of message nodes rather than transcripts.
ChatExports reconstructs them into normal linear conversations and saves each one as a separate file:
Word when you need to edit or annotate
PDF when it needs to be a fixed record
Markdown when it is going into Obsidian, Notion, or a wiki
CSV when you want to analyse across conversations
Plain text when another tool is going to read it
Everything is processed in your browser. The export is never uploaded, which is the right handling for a file that contains your entire chat history.
A saving routine that actually works
Export quarterly, or monthly if ChatGPT is part of your working day. Export immediately before deleting anything, changing plans, or leaving an organisation, because none of those are reversible and the export only captures what exists at that moment.
Keep the converted files somewhere with its own backup, not only on the machine that generated them. Markdown or plain text are the safest formats for the long haul, since they will still open in any editor decades from now.
Saving conversations from Claude and Gemini
Claude offers an export under Settings, then Account, delivered by email as JSON. Gemini goes through Google Takeout, where you must specifically select Gemini rather than accepting the default product selection. Both produce files the same converter reads, and we cover each on the Claude and Gemini pages.
Frequently asked questions
Are my ChatGPT conversations saved automatically?
They are retained in your account, but that is storage you do not control. Account suspension, deletion, or service changes can remove them. Only a downloaded export is a backup.
How do I save a ChatGPT conversation on my phone?
Use the share function to save a link for convenience, but for a real copy, request the data export from a desktop browser and convert it. Mobile browsers handle large export files poorly.
Can I recover a deleted ChatGPT conversation?
No. Deletion is not reversible and support cannot restore conversations. The only protection is exporting before you delete.
What is the most durable format to save conversations in?
Markdown or plain text. Both are human-readable, tool-agnostic, and certain to remain openable long after any proprietary format stops being supported.