Open the information panel for a phone photo and you may see the camera model, lens, aperture, shutter speed, ISO, date, and a map. Much of that information comes from EXIF.

EXIF is one of the most established metadata systems in digital photography. It is useful, widely supported, and frequently misunderstood.

This guide explains what EXIF data is, where it appears, which fields matter for privacy, and why EXIF should be treated as file information rather than unquestionable proof.

What does EXIF mean?

EXIF stands for Exchangeable image file format. The standard was developed for digital still-camera image information and is maintained by the Camera & Imaging Products Association. CIPA's Exif 3.0 overview describes the standard as a format for recording metadata with image files created by digital cameras and related devices.

As of August 31, 2026, Exif 3.0 remains the current published CIPA standard listed in the organization's update history, while an Exif 3.1 revision has been in the draft process.

EXIF is not a database and it is not stored on the internet by definition. It is data embedded in, or associated with, an image file using structures supported by the file format.

The EXIF fields most people recognize

Camera make and model

A camera can write manufacturer and model fields into the file. A phone may identify the device family. A dedicated camera can identify a camera body.

These fields are useful for photo organization and troubleshooting. They can also reveal the device used to capture the image.

Do not assume a model tag proves the image came directly from that device. Metadata can be copied or edited later.

Exposure time

Exposure time, often called shutter speed, describes how long the sensor was exposed. Values such as 1/250 or 1/30 help explain motion blur and exposure choices.

F-number or aperture

The F-number describes the aperture value recorded for the shot, such as f/1.8 or f/8. It is useful for understanding depth of field and exposure.

ISO

ISO-related tags describe sensitivity settings used by the camera system. Higher ISO values often correlate with shooting in lower light, although modern computational photography can make interpretation more complicated than a traditional camera workflow.

Focal length

Focal length records a lens-related value, usually in millimeters. Some files also include 35mm-equivalent information.

Orientation

Orientation is a deceptively important tag. Some cameras store the pixel matrix in one orientation and use EXIF to tell viewers how to rotate or flip the image for display.

If software removes that tag without normalizing the pixels, the photo may appear sideways. A metadata cleaner therefore needs to handle orientation intentionally.

Date and time fields

EXIF can contain several date and time values. Common examples include a date the image was originally captured and times associated with digitization or modification.

These fields can be useful for sorting a library. They can also reveal when an image was made, which may be private in some contexts.

But a date is not automatically reliable evidence. A camera clock can be wrong. A user can adjust it. Software can rewrite or preserve a value through multiple edits.

Treat EXIF time as a recorded field, not a cryptographically verified timestamp.

GPS data inside EXIF

The GPS area of EXIF can store location information such as latitude and longitude. Depending on the file, it may also contain altitude, direction, GPS date/time information, or other positioning tags.

This is the EXIF category most likely to create an obvious privacy risk.

A photo taken inside a private home may show an ordinary wall or object, but GPS coordinates can identify the building. A product photo taken in a warehouse could identify a business location. A photo of a pet could reveal where the owner lives even when no address is visible.

Apple's personal-safety guidance specifically tells users they can review and remove location metadata from photos and stop the Camera app from collecting it.

Google Photos also distinguishes camera-provided location from estimated location and provides sharing controls.

MakerNotes and manufacturer-specific fields

Camera manufacturers can store proprietary information in MakerNotes. These fields may include settings or device-specific data not covered by the standard tag set.

MakerNotes can be difficult to edit safely because their internal structures vary and may use offsets or vendor-specific conventions. A metadata tool should be cautious about claiming complete understanding of every MakerNote from every device.

This is one reason maintained tools such as ExifTool have extensive format and tag support and still publish careful caveats about metadata handling.

Embedded thumbnails

Some EXIF structures can include a small thumbnail or preview. That preview may be used by software for quick display.

From a privacy perspective, embedded thumbnails matter because they are separate image data. A user might crop or blur a main image and assume the hidden preview has been updated, even though some workflows have historically left stale previews.

A robust cleaner should remove embedded thumbnails when the user chooses full metadata cleaning, or at least report their presence.

EXIF is not the only metadata in a JPEG

A common mistake is to run an “EXIF remover” and assume the file is now free of all metadata.

JPEG can also contain XMP, IPTC, ICC profiles, comments, and application-specific data. XMP and IPTC are especially common in professional creative workflows.

If the goal is broad privacy cleaning, the scanner should inspect all supported metadata families.

If the goal is only to remove camera and location information while preserving copyright and caption fields, an EXIF-specific tool can be exactly the right choice.

EXIF in PNG and other formats

EXIF is strongly associated with JPEG and TIFF, but it is not limited to them.

The current PNG specification defines an eXIf chunk that can carry an Exif profile.

WebP can also carry Exif metadata in its RIFF container.

HEIF-based formats can associate Exif metadata with image items.

This is why file extension alone does not tell you whether EXIF exists.

Can EXIF reveal a person's identity?

Sometimes indirectly.

A creator or artist field might contain a name. A camera model can identify a device family. GPS can reveal a place associated with a person. Date and time can correlate an image with an event. Device-specific MakerNotes may contain additional technical identifiers in some workflows.

But EXIF should not be described as a universal identity record. Many files contain only basic technical settings.

The sensible approach is to scan the actual image and review the fields that are present.

Can EXIF tell whether an image is AI-generated?

Not reliably.

A camera photo can have no EXIF after conversion, editing, screenshotting, web optimization, or social-media processing. An AI-generated image may contain software fields, application-specific metadata, XMP, C2PA Content Credentials, or no recognizable metadata.

EXIF can contribute context, but it cannot answer “AI or real?” by itself.

How to remove EXIF safely

  1. Keep the original file.
  2. Inspect EXIF and other metadata families.
  3. Decide whether to remove all EXIF or only privacy-sensitive fields.
  4. Preserve or normalize orientation correctly.
  5. Keep ICC color information unless you intentionally want to remove it.
  6. Create a new sharing copy.
  7. Scan the output again.

If GPS is the main concern, location-only removal can preserve useful camera settings. If you want a broad public derivative, remove supported EXIF plus the other metadata categories you do not need.

Conclusion

EXIF is a practical technical record attached to many digital images. It can explain how a photo was captured, help organize a library, and support photographic workflows. It can also reveal time, device, and location information that a public copy may not need.

Understand the tags before deleting them. That produces better privacy decisions and fewer accidental losses of useful information.

Helpful answers

Frequently Asked Questions

Can EXIF include a camera serial number?

Some files and manufacturer-specific metadata can include serial-number-like identifiers or related device information. Support varies by camera and software, so inspect the individual file rather than assuming it is present.

What is `DateTimeOriginal` in EXIF?

It is commonly used for the date and time the image was originally captured. It can be useful for chronology, but it can also be changed or preserved incorrectly by software.

Why does EXIF show a different orientation from what I see?

The stored pixel matrix and the display instruction can be separate. Viewers apply the EXIF orientation tag so the photo appears upright.

Can I edit EXIF instead of deleting it?

Yes, many tools can edit specific fields. For privacy, deletion is often simpler for a sharing copy, while editing can be useful for correcting dates, copyright, or descriptive information in an archive.