Skip to content

Platform behaviour

Does Discord remove EXIF data?

It depends how you send it

Inline images served through Discord's CDN are processed, but files downloaded as attachments can arrive with metadata intact.

What actually happens

  • Images displayed inline in a channel go through a CDN pipeline that generally removes metadata from the preview.
  • When a recipient downloads the attachment rather than viewing the preview, they can receive the original file.
  • Behaviour differs between the preview you see and the bytes you get, which makes it hard to reason about.

The part most guides skip

Discord is a poor place to rely on automatic stripping. The safe assumption is that anything you attach can be downloaded exactly as you sent it.

This distinction matters more than the yes-or-no answer. "Strips EXIF" nearly always means "strips it from the copy other people can download". Your original file — coordinates, serial number, timestamp and all — was still transmitted, and it is still on their servers.

What to do instead

Clean the file before you upload it. It takes a second, it costs you no image quality here, and it removes the question entirely: if the metadata was never in the file you sent, no platform policy has to be trusted.

Remove metadata from your photo, or check what is in there first with the EXIF viewer.

Other platforms

Platform behaviour changes without announcement. These notes reflect widely reproduced testing rather than official documentation, because most platforms do not publish this. Treat them as a guide, not a guarantee — which is itself the argument for stripping locally.

Questions

Common questions

Does Discord remove EXIF data?
Inline images served through Discord's CDN are processed, but files downloaded as attachments can arrive with metadata intact.
So is my location safe if I post to Discord?
Discord is a poor place to rely on automatic stripping. The safe assumption is that anything you attach can be downloaded exactly as you sent it.
What is the reliable way to handle this?
Remove the metadata before the file leaves your device. Then it does not matter what any platform does with it, and you keep your original at full quality instead of accepting whatever their re-encoder produces.
Does this apply to photos I send in direct messages?
Direct messages often follow a different path from public posts, and frequently preserve more. Attachment and document modes in particular tend to deliver the original file untouched.