OpenAI ChatGPT history: where it lives and how to keep it

ChatGPT history is stored on OpenAI's servers under your account and appears in the left sidebar. You can search it, archive it, or delete it from Settings. Deleted conversations are removed within 30 days and cannot be recovered, so exporting is the only way to keep a copy you control.

Short answer

ChatGPT history is stored on OpenAI's servers under your account and appears in the left sidebar. You can search it, archive it, or delete it from Settings. Deleted conversations are removed within 30 days and cannot be recovered, so exporting is the only way to keep a copy you control.

Your ChatGPT history is more valuable than most people treat it. It accumulates research, drafts, decisions, and reasoning that would take real effort to reconstruct. It also lives entirely on infrastructure you do not control, under terms that can change.

Where history is stored

Conversations are held server-side in your OpenAI account, not on your device. That is why your history follows you between the web app, the desktop app, and mobile. It also means local backups of your computer contain none of it.

The sidebar lists conversations newest first, grouped loosely by recency. There is no folder structure beyond archiving, and no tagging.

How long OpenAI keeps it

Conversations persist indefinitely while your account is active and you have not deleted them. When you delete a conversation, it disappears from your view immediately and is removed from OpenAI's systems within 30 days, apart from anything retained for legal or safety reasons.

If you disable chat history in Data Controls, new conversations are not saved to your sidebar, though OpenAI retains them for a limited period for abuse monitoring before deletion.

Closing your account removes your history. There is no grace period during which you can retrieve it afterwards.

Searching your history

ChatGPT includes a search box above the conversation list that matches on conversation titles and content. It is serviceable for finding something you remember clearly and weak for anything else. There is no filtering by date range, no boolean operators, and no way to search within a specific conversation.

This is one of the better arguments for exporting. Conversations converted to Markdown or text in a folder can be searched with any tool you like, including ones that handle regular expressions, date filters, and full-text indexing properly.

Archiving versus deleting

Archiving removes a conversation from the sidebar while keeping it in your account. You can find archived conversations under Settings, then General, then Archived Chats, and restore them at any time. Nothing is lost.

Deleting is permanent. There is no trash, no undo, and support cannot recover it.

The practical rule is to archive when you want a tidier sidebar and delete only when you genuinely want the content gone, ideally after exporting.

Getting a copy you control

Go to Settings, then Data Controls, then Export Data, and confirm via the email OpenAI sends. You receive a ZIP within roughly 5 to 30 minutes containing conversations.json, which holds your full history.

That file is complete but not readable, since conversations are stored as trees of message nodes to accommodate edits and regenerations. ChatExports rebuilds them into linear transcripts and writes each conversation out as a Word, PDF, Markdown, CSV, or text file, all processed locally in your browser.

Once your history is a folder of files, it is genuinely yours: searchable with real tools, backed up alongside everything else you own, and immune to account changes.

What history does not include

Memory, the personalisation ChatGPT builds about you over time, is separate from conversation history and is not part of the export. You can view and edit it under Settings, then Personalisation, then Memory, but there is no way to download it.

Custom GPT configurations are likewise excluded. Conversations with custom GPTs appear in the export, but the GPTs' instructions do not.

Frequently asked questions

Can I recover deleted ChatGPT history?

No. Deletion is permanent, there is no trash folder, and OpenAI support cannot restore conversations. Export before deleting anything you might want later.

Does turning off chat history delete my existing conversations?

No. It only stops new conversations being saved to your sidebar. Existing history remains until you delete it explicitly.

How far back does ChatGPT history go?

To the first conversation on the account, provided you have not deleted anything and history has been enabled. There is no automatic expiry.

Can I search my ChatGPT history by date?

Not in the interface, which only offers keyword search. Exporting to files gives you date-based search through your operating system or any notes tool.

Related guides