Reference

iPhone EXIF Field Glossary

This glossary catalogs every EXIF metadata field commonly written by iPhone iOS at photo capture. Each entry includes the field's purpose, when iOS populates it, the data type, and a typical example value. Use it as a reference when interpreting photo metadata exports for legal evidence, insurance claims, construction documentation, or any workflow where you need to know what each EXIF field actually means.

DateTimeOriginal

Also: Date Taken · Capture Date

The moment the photo was captured, expressed in the camera's local time zone. This is the single most-cited field across legal evidence, claim documentation, and inspection workflows. iPhone uses the system clock at capture — if the iPhone clock is wrong, this field will be wrong, but clock tampering is exceptionally rare given iPhone's automatic network-time sync.

Type
String (YYYY:MM:DD HH:MM:SS)
Example
2026:03:14 11:32:18
Populated
Always — iOS records this from the system clock at the moment the shutter is pressed.

DateTimeDigitized

When the EXIF was last written. For an iPhone capture this is identical to DateTimeOriginal. The fields diverge when a photo is scanned, re-saved by an editor, or otherwise processed — DateTimeDigitized reflects the most recent write, DateTimeOriginal reflects the original capture.

Type
String (YYYY:MM:DD HH:MM:SS)
Example
2026:03:14 11:32:18
Populated
Always — for photos captured directly on the iPhone, identical to DateTimeOriginal.

GPSLatitude

Also: Latitude

The capture latitude. iPhone stores it as degrees-minutes-seconds in EXIF; most export tools (including Photo Metadata Exporter) convert to decimal degrees. Positive values are North; negative are South.

Type
Three rationals (degrees, minutes, seconds) + N/S reference
Example
37 deg 25' 19.07" N → decimal 37.42196
Populated
Only if Location Services were enabled for Camera at capture time (Settings → Privacy & Security → Location Services → Camera).

GPSLongitude

Also: Longitude

The capture longitude. Positive values are East of the prime meridian; negative are West. The Americas are all negative longitudes.

Type
Three rationals (degrees, minutes, seconds) + E/W reference
Example
122 deg 5' 6.24" W → decimal -122.08507
Populated
Same as GPSLatitude — requires Camera location services.

GPSAltitude

Also: Altitude · Elevation

Capture altitude in meters above (or below) sea level. Underrated for multi-story documentation — distinguishes basement / 1st / 2nd / 3rd floor / attic in residential and commercial workflows. Noisy by nature; do not rely on sub-meter precision.

Type
Rational (meters) + Above/Below sea-level reference
Example
12.4 m Above Sea Level
Populated
When GPS is active. Subject to GPS altitude resolution (~3-5m outdoor, ~10m indoor).

GPSImgDirection

Also: Compass Heading

The compass direction the camera was pointing at capture, 0 = North. Useful in accident reconstruction, real-estate photography, and field research for confirming photo orientation.

Type
Rational (degrees 0-360)
Example
142.5 (roughly southeast)
Populated
On devices with a magnetometer (every modern iPhone) when location services are active.

Make

Also: Manufacturer

The camera manufacturer. For iPhone photos this is always "Apple".

Type
String
Example
Apple
Populated
Always.

Model

Also: Camera Model

The specific device model. Used to authenticate the source iPhone class. Apple removed the device serial number from public EXIF years ago for privacy; the Model field identifies the model line but not the specific unit.

Type
String
Example
iPhone 15 Pro
Populated
Always.

Software

iOS version that wrote the EXIF. Occasionally useful in forensic timeline correlation. A non-iOS Software value (e.g., "Adobe Photoshop") indicates a photo was processed in a third-party tool after capture.

Type
String
Example
iOS 19.4.1
Populated
Always — the iOS version that processed the photo.

LensModel

The specific physical lens used at capture. On multi-camera iPhones, distinguishes 0.5× (ultra-wide), 1× (main), 2× / 3× / 5× (telephoto), and Front camera. Useful for verifying which lens captured a shot and ruling out post-hoc edits.

Type
String
Example
iPhone 15 Pro back triple camera 6.86mm f/1.78
Populated
Yes, for iPhones with identifiable lenses (every modern iPhone).

FocalLength

Actual focal length in millimeters. Pairs with FocalLengthIn35mmFilm (the 35mm-equivalent) for traditional photography reference.

Type
Rational (mm)
Example
6.86
Populated
Always — the physical focal length of the active lens.

FNumber

Also: Aperture · f-stop

Aperture in f-stop notation. Most iPhones have fixed apertures per lens (the main lens of an iPhone 15 Pro is f/1.78). Some Pro models have variable-aperture main lenses where this value can vary.

Type
Rational
Example
1.78
Populated
Always.

ExposureTime

Also: Shutter Speed

Shutter exposure time in seconds. Auto-mode iPhone Camera adjusts this based on light; faster shutters (1/1000s) for bright scenes, slower (1/30s or longer) for low light.

Type
Rational (seconds)
Example
1/120
Populated
Always.

ISO · ISOSpeedRatings

Also: ISO Sensitivity

Sensor sensitivity. iPhone Camera Auto adjusts ISO based on light: 25-100 in bright sun, up to 6400+ in low light. High ISO indicates a low-light capture.

Type
Integer
Example
100
Populated
Always.

Flash

Whether and how flash fired. Most daylight iPhone photos report no flash.

Type
Integer (bit-flag encoding)
Example
0 (no flash) · 1 (fired) · 16 (flash off)
Populated
Always.

WhiteBalance

White balance mode. iPhone Camera defaults to Auto.

Type
Integer (0 = Auto, 1 = Manual)
Example
0
Populated
Always — typically Auto for iPhone.

ExposureBiasValue

Also: EV Compensation

Any +/- EV adjustment the user dialed in. Mostly zero for default iPhone Camera use.

Type
Rational
Example
0
Populated
Always.

ImageWidth

Image width in pixels. An iPhone 15 Pro main camera typically produces 4032 × 3024 (12MP) or 8064 × 6048 (48MP ProRAW).

Type
Integer (pixels)
Example
4032
Populated
Always.

ImageLength

Also: Image Height

Image height in pixels. Standard portrait orientation has Length > Width.

Type
Integer (pixels)
Example
3024
Populated
Always.

Orientation

How the camera was held at capture. iPhone Photos and other viewers respect this automatically. Raw integer values follow the EXIF standard mapping.

Type
Integer (1-8)
Example
1 (normal landscape) · 6 (rotated 90° clockwise / portrait)
Populated
Always.

ColorSpace

Color space. iPhone outputs sRGB by default; modern iPhones with Display P3 may report Uncalibrated. Matters for print-publishing and color-critical workflows.

Type
Integer (1 = sRGB, 65535 = Uncalibrated/P3)
Example
1 (sRGB)
Populated
Always.

XResolution · YResolution · ResolutionUnit

DPI metadata. Mostly historical artifact from the print-publishing era; modern documentation workflows ignore these values.

Type
Rational + integer unit
Example
72/72/inches
Populated
Always — typically default values.

FileSize

Byte size of the file on disk. Useful as a sanity check — if a photo's file size is much smaller than expected for an iPhone capture (typically 2-12 MB), it may be a compressed re-save or a screenshot rather than an original.

Type
Integer (bytes, reported by exporters)
Example
4,194,304 (≈ 4 MB)
Populated
Reported by exporters; not a formal EXIF tag.

Related guides

Want all these fields in one Excel?

Photo Metadata Exporter reads every iPhone EXIF field listed here and exports them to a standard .xlsx in seconds.

Get on the App Store · Free