Request a data export from Settings, then Data Controls, then Export Data, convert conversations.json into Markdown or PDF files, and store them somewhere with its own backup. Repeat quarterly. Conversations left only in your ChatGPT account are not backed up.
Short answer
Request a data export from Settings, then Data Controls, then Export Data, convert conversations.json into Markdown or PDF files, and store them somewhere with its own backup. Repeat quarterly. Conversations left only in your ChatGPT account are not backed up.
Most people believe they have a ChatGPT backup and do not. Conversations sitting in your account are storage on someone else's infrastructure, subject to their availability, their retention policy, and their decisions about your account. A backup is a copy you hold.
The failure modes worth planning for
Account suspension. Whether justified or mistaken, suspension cuts access to your history immediately and there is no self-service export while suspended.
Accidental deletion. ChatGPT has no trash. Delete a conversation and it is gone, permanently, with no recovery path through support.
Leaving an organisation. If your account is under a workspace, your access ends when your employment does, often without warning.
Policy changes. Retention terms are not fixed. What is stored indefinitely today may not be next year.
None of these are exotic. They are the ordinary ways people lose years of accumulated work.
Building the backup
Export. Settings, then Data Controls, then Export Data, then confirm via the email OpenAI sends. Download the ZIP within 24 hours.
Convert. The archive's conversations.json is complete but stored as trees of message nodes, unreadable by eye and misleading if dumped naively. ChatExports reconstructs each conversation and writes it out per file, locally in your browser.
Choose durable formats. Markdown or plain text for the archive itself, since both are readable by anything and will remain so indefinitely. PDF as a secondary copy for anything that might need to be a fixed record.
Store properly. The converted files should live somewhere that is itself backed up: a synced drive with version history, or a folder included in your regular machine backup. A copy that exists only on the laptop that could fail is not much of a backup.
How often
| Usage | Cadence |
|---|---|
| Occasional personal use | Twice a year |
| Regular personal use | Quarterly |
| Daily work use | Monthly |
| Before any account change | Always |
That last row matters most. Export before deleting anything, before downgrading or cancelling a plan, and well before leaving a job, because at that point the export email goes to an address you may lose access to.
Backing up Claude and Gemini too
If you use more than one assistant, back up all of them, since the same failure modes apply.
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.
The same converter reads all three, so one quarterly session covers your entire AI history rather than needing separate tooling per platform.
What cannot be backed up
ChatGPT's memory, the personalisation it accumulates about you, is not in the export and cannot be downloaded. Custom GPT configurations are also excluded, though conversations with them are included. If either matters, copy the text out manually while you still have access.
Verifying the backup
A backup you have never tested is a hope. After converting, open two or three files at random and confirm they contain complete conversations with intact code blocks and correct speaker labels. It takes a minute and catches the case where something went wrong in a way you would otherwise discover at the worst possible time.
Frequently asked questions
Does ChatGPT back up my conversations automatically?
It retains them in your account, which is not the same thing. Suspension, deletion, or policy change can remove them, and none of those leave you a copy.
What is the best format for a ChatGPT backup?
Markdown or plain text, because both are readable by any tool and will stay readable indefinitely. Keep PDF as a secondary copy for records that must be fixed.
How often should I back up ChatGPT?
Quarterly for most people, monthly for daily work use, and always immediately before deleting conversations or changing your account.
Can I automate ChatGPT backups?
Not fully, since OpenAI requires manual confirmation of each export request and offers no export API. The conversion step afterwards is fast, so the practical approach is a recurring calendar reminder.