# Does email preserve photo metadata?

> Why a normal file attachment usually preserves EXIF and GPS, plus the client-side exceptions that can change the file first.

- Last reviewed: 2026-08-14
- Evidence confidence: High
- Canonical page: https://beforeshare.com/en/metadata-lab/does-email-preserve-metadata

## Short answer

Yes—when a photo is attached as a file, email normally transports the file data rather than sanitizing it. MIME specifies reversible transfer encodings, and a 2025 controlled study found identical hashes and complete tested EXIF retention for email attachments. Photo-app resize options can be an exception.

**Verdict:** A normal file attachment usually preserves the original file data.

## What the evidence supports

RFC 2045 defines transfer encodings such as Base64 so a receiver can restore the original encoded octet sequence. The independent study then observed matching hashes and retained EXIF for its email-attachment transfers, providing implementation-level support for the standards-based expectation.

## Important distinction

Email transport and the app used to prepare the attachment are separate stages. A mail or photo app may offer Small, Medium, Large, compatibility conversion, or inline-image choices that alter the file before MIME transport begins.

## Evidence ledger

1. **Technical standard — RFC Editor / IETF.** [RFC 2045: Multipurpose Internet Mail Extensions (MIME) Part One](https://www.rfc-editor.org/info/rfc2045/)
   - Published: 1996-11
   - Finding: The MIME standard defines reversible content-transfer encodings: valid encoded octets decode to the original encoded octet sequence rather than becoming a metadata-cleaning step.

2. **Independent research — Perspectives in Legal and Forensic Sciences.** [Forensic Value of Exif Data: An Analytical Evaluation of Metadata Integrity across Image Transfer Methods](https://n2.sciepublish.com/article/pii/567)
   - Published: 2025-06-18
   - Finding: A controlled Android, iOS, and reference-image study compared hashes and EXIF fields after multiple transfer methods, separating compressed image modes from file or document modes.

## What remains uncertain

- A sender can resize, convert, or recompress an image before it becomes an attachment, especially through a mobile photo share sheet.
- Security gateways and unusual mail systems can transform attachments; the MIME standard does not promise that every intermediary preserves every file unchanged.
- Inline previews are not necessarily the same object as the downloadable attachment.

## Safest action

1. Assume a file attachment preserves EXIF and GPS unless you deliberately clean or convert it first.
2. Choose an explicit file attachment rather than a resized photo option when original fidelity is required.
3. For sensitive sharing, clean a copy first and inspect the downloaded attachment after delivery.

## Questions people ask

### Does Gmail remove EXIF data from attachments?

This brief does not claim a Gmail-specific guarantee. Standard file attachments are designed to carry file data reversibly, but the safest privacy workflow is to remove sensitive metadata before attaching the file.

### Does emailing a photo remove its GPS location?

Do not assume so. The reviewed study found GPS and other EXIF preserved in its email attachments, while a photo app’s resize or conversion option could produce a different result.

## Verify your own file

Inspect the exact file you plan to share: https://beforeshare.com/en/view-metadata

Remove photo metadata: https://beforeshare.com/en/remove-exif-from-jpg

This brief is a source-labeled synthesis, not a claim that BeforeShare independently tested every platform, client, or version.
