← Back to all guides
Guide

Export Your Discord Data: Messages, Servers & JSON Guide (2026)

Discord stores your message history, server lists, and account activity across private and public channels. You can request a full archive from your privacy settings, but the export is delivered as raw JSON — not something you can read directly in a browser. This guide explains exactly what is inside, how to request it, and how to turn it into something readable.

What Discord knows about you

  • Message history across servers and direct messages
  • Server lists and channel metadata
  • Purchase receipts and gift inventory
  • Account and login activity logs
  • Connection data (e.g. linked social accounts)

How Discord's export works — and why it takes up to 30 days

Discord gives you a JSON archive that must be opened in a text editor, JSON viewer, or script. The files are structured but not human-friendly by default.

Requesting the archive can take up to 30 days for large accounts — this is normal.

How to request your Discord export (step by step)

  1. Open Discord and click your user icon in the bottom-left corner.
  2. Open User Settings > Privacy & Security.
  3. Scroll down to the "Data" section and click "Request all of my data".
  4. Confirm the request when prompted.
  5. Wait for the email (up to 30 days) with the download link.
  6. Download the ZIP file when the link arrives.

What is inside the archive

  • messages/ — per-channel message history in JSON
  • servers/ — server metadata and channel lists
  • activity_log/ — account and login activity
  • purchases/ — gift and subscription records
  • connections/ — linked social accounts and integrations

How to read Discord's JSON files

  • Open any file in a browser tab to view it as a collapsible tree.
  • Use a JSON viewer like jsonviewer.stack.hu for a cleaner interface.
  • Write a simple Python script to traverse the messages and print them as plain text.
  • Import into tools like Discord JSON Dump Parser or DiscordChatExporter-fronted for Discord-style rendering.

After downloading — secure and review your archive

  • Store the archive in a folder named discord-2026-04
  • Keep at least one encrypted copy off-site in ProtonDrive or pCloud
  • Review for sensitive topics, financial info, or API keys you may have shared in chats

Quick version

If you want the short checklist instead of the full guide, use the service page.

Related guides

FAQ

How long does the Discord export take?

Up to 30 days for large accounts. This is normal.

Does the export include direct messages?

Yes, direct message history is included in the archive.

Is there a human-readable viewer for the JSON?

Not built-in, but you can use the browser, JSON viewers, or tools like Discord JSON Dump Parser to make it readable.

Does exporting delete anything from Discord?

No. Exporting creates a copy and does not remove anything from Discord servers.