Help Guide

How to Export All Claude Chats

Complete step-by-step guide to download your entire Claude AI conversation history. Export all messages and files from Anthropic's Claude.

📅 Updated: March 2026 ⏱️ 3 min read ✓ Verified with Claude Pro & Free
Quick Answer

Go to Claude.ai → Click your initials (bottom-left) → Settings → Privacy → Export data. Select your time range and click Export. Anthropic will email you a download link. You must be signed in to download.

1

Open Claude Settings

Access your account settings from the sidebar

Open claude.ai in your web browser and sign in to your account. Look at the bottom-left corner where you'll see your initials in a circle. Click on it to open the account menu.

Desktop Only: You cannot export from Claude's iOS or Android apps. Use the web app (claude.ai) or Claude Desktop application.
Claude Sidebar - Profile Section
Export Claude data guide
Python code review
Research summary
Writing assistance
JD
John Doe
← Click your initials

After clicking your initials, a dropdown menu appears. Click on "Settings" to open the settings panel.

Profile Dropdown Menu
JD
John Doe
Settings
Help & Support
What's new
Log out
2

Navigate to Privacy Settings

Find the data export option

In the Settings panel, you'll see a sidebar with several options. Click on "Privacy" to access the data management options including export.

Settings Panel - Privacy Section
Settings
Account
Appearance
Privacy
Features
Privacy
Manage your data and privacy settings
Export data
Download a copy of your conversations and account data. You'll receive an email with a download link.
Delete conversations
Delete all your conversation history. This action cannot be undone.
3

Request Your Data Export

Select time range and confirm

Click the "Export data" button. A dialog will appear where you can select the time range for your export.

Export Dialog
Export your data
Select the time range for your export. You'll receive an email with a download link when ready.

Select "All time" to export your complete conversation history, then click "Export".

The export includes all your conversations in the selected time range. You cannot select individual chats to export.

After clicking Export, you'll see a success message:

Success Message
Export requested. You'll receive an email when your data is ready to download.
4

Wait for the Email

Anthropic will send your download link

Anthropic will process your export request and send an email to your registered email address when the data is ready.

Export Requested
You clicked "Export" in Claude settings
Just now
Processing
Anthropic is preparing your data export
Usually minutes to a few hours
Email Arrives
Download link sent to your email
Link expires in 24 hours
Important: You must be signed in to your Claude account to download your data. The link won't work if you're logged out.
5

Download Your Data

Click the link in the email while signed in

When the email arrives, it will contain a download link for your data. Here's what the email looks like:

Email from Anthropic

Make sure you're signed in to Claude before clicking the download link. The link will download a ZIP file containing all your data.

What's Inside Your Export

The downloaded ZIP file contains JSON files with your data. Here's the typical structure:

ZIP File Contents
claude-export-2026-03-05.zip 12.4 MB
📁 claude-export-2026-03-05/ ├── 📄 user.json — Account info (email, settings) ├── 📄 conversations.json — All your chat conversations ├── 📄 projects.json — Project data (Pro/Max users) └── 📄 artifacts.json — Generated artifacts and files

Understanding the JSON Format

The conversations are stored in JSON format. Each conversation includes the messages, timestamps, and metadata:

Sample Conversation Structure
{
  "uuid": "conv_abc123...",
  "name": "Export Claude data guide",
  "created_at": "2026-03-05T10:30:00Z",
  "updated_at": "2026-03-05T11:45:00Z",
  "chat_messages": [
    {
      "sender": "human",
      "text": "How do I export my Claude chats?"
    },
    {
      "sender": "assistant",
      "text": "To export your Claude chats..."
    }
  ]
}
The JSON format is machine-readable but not human-friendly. To read your conversations easily, you can use a JSON viewer or convert them to a readable format like HTML or Markdown.
Frequently Asked Questions
How long does Claude data export take?
Anthropic typically sends the export email within minutes to a few hours. The processing time depends on how much data you have. The download link in the email expires after 24 hours.
What format is Claude export data in?
Claude exports data as a ZIP file containing JSON files. The conversations are stored in JSON format with message content, timestamps, and metadata. This format is machine-readable but requires conversion for easy reading.
Can I export individual Claude conversations?
No. Claude's official export feature downloads all conversations within your selected time range at once. You cannot selectively export individual chats. For individual exports, you can manually copy conversations or use third-party browser extensions.
Can I export Claude chats from mobile?
No. You cannot export from Claude's iOS or Android apps. You must use the web app at claude.ai or the Claude Desktop application to request an export. However, you can download the export file on mobile once you receive the email.
Why do I need to be signed in to download?
For security reasons, Anthropic requires you to be signed in to your Claude account when downloading your data. This ensures that only you can access your conversation history, even if someone else gets the download link.
Does the export include Claude's thinking/reasoning?
The export includes conversation messages (your prompts and Claude's responses). Extended thinking content may or may not be included depending on the export format. For complete exports including thinking, third-party tools may offer more options.
Does exporting delete my conversations?
No. Exporting is read-only and creates a copy of your data without modifying or deleting anything. Your conversations remain intact in Claude. To delete conversations, you need to use the separate delete feature.
Can I import my data to another account?
No. Claude does not have an import feature. The export is intended for backup, record-keeping, or migrating data to other tools. You cannot restore or transfer conversations between accounts.
What about Team and Enterprise accounts?
For Team and Enterprise accounts, Primary Owners can export team-wide data through Settings → Data management. Individual team members can export their own conversations using the same process. Organizational policies may restrict some export capabilities.
Are there third-party export tools?
Yes. Browser extensions like AI Chat Exporter and Claude Export Tool offer more flexibility, allowing exports to PDF, Markdown, plain text, and other formats. These can export individual conversations and preserve formatting better than the official JSON export.
Troubleshooting Common Issues
1 Download link says "You must be signed in"

Make sure you're signed in to claude.ai before clicking the download link. Open claude.ai in a new tab, sign in, then click the download link from your email again.

2 Download link expired

Download links expire after 24 hours. Simply request a new export from Settings → Privacy → Export data. The new export will include all current conversations.

3 Can't find Privacy in Settings

Make sure you're using the web version at claude.ai or Claude Desktop. Mobile apps don't have the Privacy settings section. Also check that you're signed in to an individual account (Free, Pro, or Max).

4 Never received the export email

Check your spam/junk folder. The email comes from Anthropic (noreply@anthropic.com). If you don't receive it within a few hours, try requesting a new export. Ensure the email address on your account is correct.

5 JSON files are hard to read

JSON is a machine-readable format. To read your conversations easily, use a JSON viewer/formatter, or convert to HTML/Markdown using third-party tools. Browser extensions like AI Chat Exporter can export directly to readable formats.

Need to Convert Your Claude Export?

Convert your Claude JSON conversations to readable formats like HTML, Markdown, PDF, or searchable text files.

Contact Our Team →

About This Guide

This guide is written and maintained by the Univik team, developers of file conversion and digital forensics tools since 2013. We regularly test Claude's export functionality across different account types (Free, Pro, Max) to ensure accuracy. Last verified: March 2026.

Have questions about exporting your Claude data? Contact our team.