iPhone EXIF Excel How-To

How to Export iPhone Photo Metadata to Excel (2026 Guide)

A practical 2026 guide to exporting iPhone photo EXIF metadata — GPS, timestamps, and camera settings — to Excel. Three methods compared, with the fastest workflow for batches.

Photo Metadata Exporter Team Updated

If you’ve ever needed the GPS coordinates, timestamp, or camera settings from an iPhone photo — and wanted them in a spreadsheet rather than a screenshot — you’ve probably discovered that iOS makes this surprisingly hard. The Photos app shows you the data on screen, but there’s no built-in “export to Excel” button. This guide walks through the three practical methods to get iPhone photo metadata into an Excel (.xlsx) file in 2026, and recommends one for batch workflows.

Short answer: To export iPhone photo EXIF metadata to Excel, you have three options. Method 1: tap each photo in the Photos app, screenshot the info pane, and transcribe manually — fine for one photo, infeasible for many. Method 2: AirDrop photos to a Mac and run exiftool from Terminal, then pipe to CSV — powerful but technical. Method 3: use a dedicated iPhone app like Photo Metadata Exporter to batch-export EXIF directly to .xlsx on-device. For more than ~10 photos, Method 3 is dramatically faster.

Why isn’t this built into iOS already?

Apple shows EXIF data inside the Photos app — tap a photo, swipe up, and you see capture date, camera model, file format, and (if the photo has it) a small map with the GPS coordinates. iOS 15 added an “Adjust” option for date and location. But the Photos app deliberately does not expose a way to export that data as structured text. Apple’s design assumption is that metadata is informational, not something users transfer to other applications.

This is fine if you only need to know when one photo was taken. It’s a problem if you’re an attorney with 200 scene photos, an adjuster with a multi-property damage claim, or a construction PM producing a weekly progress report. You need a list, sortable and filterable.

Method 1: Manual transcription from the Photos app

This is the path of least resistance for one or two photos.

  1. Open the Photos app and select a photo.
  2. Swipe up or tap the info button (ⓘ).
  3. Read the timestamp, location, camera, file size, dimensions, etc.
  4. Type those values into a row of an Excel or Google Sheets file.
  5. Repeat for every photo.

This works but scales poorly. A motivated person can transcribe maybe 30 photos per hour, with steadily increasing error rates as fatigue sets in. For evidentiary or carrier-submitted documentation, transcription errors are also a liability — the wrong GPS coordinate can undermine a case.

Method 2: AirDrop to Mac, then exiftool

If you have a Mac and don’t mind Terminal, exiftool is the gold-standard CLI for EXIF extraction. The workflow:

  1. Select photos in the Photos app and AirDrop them to your Mac (or use Image Capture).
  2. Install exiftool: brew install exiftool
  3. Run a CSV-producing command in the photo folder:
exiftool -csv -DateTimeOriginal -GPSLatitude -GPSLongitude \
  -GPSAltitude -Make -Model -ISO -FNumber -ExposureTime \
  -FocalLength -ImageWidth -ImageHeight *.heic *.jpg > metadata.csv
  1. Open metadata.csv in Excel, save as .xlsx.

This is technically excellent and free. The downsides:

  • It requires getting photos off the iPhone first. For a thousand photos or HEIC files at full resolution, that’s a meaningful copy step.
  • It assumes Mac access and CLI comfort.
  • iCloud-optimized photos may not have full EXIF until the original is downloaded.
  • For a workflow you do weekly, the friction adds up.

exiftool is a great tool. We use it ourselves when debugging EXIF questions. But it’s not the right shape for a busy professional who needs the spreadsheet today, on the phone where the photos already live.

The third method skips the export-to-Mac step entirely. A dedicated iOS app reads the iPhone Photos library directly, extracts EXIF fields you select, and writes a standard .xlsx file you can share via the iOS share sheet.

Photo Metadata Exporter is our app for exactly this. The workflow:

  1. Open the app, pick a selection mode: last 30 days, album, or manual multi-pick.
  2. Pick which EXIF fields to include (Filename, Date Taken, GPS Lat/Lng, Altitude, Camera Model, ISO, Aperture, etc.) and drag them into the column order you want.
  3. Tap Create Excel. The .xlsx is generated on-device in seconds (500+ photos typically finish in under a minute).
  4. Share via email, Messages, AirDrop, or save to Files. Optionally enable Include original photos to bundle the originals as a ZIP.

A few things matter about this approach:

  • On-device. Photos and metadata never leave the iPhone. That’s important for legal cases and claims work where photos are privileged or contain PII.
  • iCloud-aware. If a photo is iCloud-optimized, the app triggers a transparent download and reads the full EXIF.
  • Format-standard output. It produces a real .xlsx (Excel 2007+), readable in Excel, Apple Numbers, Google Sheets, and any other modern spreadsheet program.
  • No subscription. Free to download with an optional $9.99 one-time PRO unlock for unlimited batch sizes.

For the niche this app serves — attorneys building exhibits, adjusters documenting claims, PMs producing reports — Method 3 saves hours per batch.

Which fields should you include in the Excel?

This depends on the use case. A practical default set that handles most workflows:

FieldWhy include it
FilenameAlways include — your row-to-photo anchor
Date TakenThe single most-cited field
Time TakenTime-of-day matters for many workflows
GPS Latitude / LongitudeWhen location is relevant (court, claims, inspections)
AltitudeUseful for multi-story buildings and large sites
Camera ModelAuthenticates the source device
File SizeSanity-checks photos haven’t been re-saved or compressed

If you’re a photographer delivering shoot metadata, swap GPS for ISO, Aperture, Shutter Speed, Focal Length, and Lens Model. For inspection logs, Filename + Date + Time + GPS is usually enough.

What about photos taken on Android or a DSLR?

You can absolutely export EXIF from photos that didn’t originate on the iPhone. The only requirement is that the photo is in the iOS Photos library. Common ways to get there:

  • AirDrop from another iPhone or Mac
  • Import via Google Photos sync, OneDrive, or Dropbox
  • Plug in a camera and use the Photos import workflow
  • Email yourself the photos and save to library

Once a photo is in the Photos library, its original EXIF data is preserved (iOS does not strip it on import), and Photo Metadata Exporter reads it normally.

What about HEIC, RAW, and edited photos?

HEIC is the default modern iPhone format and carries full EXIF — there’s no difference from JPEG for export purposes. Apple’s ProRAW format also carries EXIF.

Edited photos are slightly more nuanced. iOS keeps the original photo and stores edits as a non-destructive overlay. The EXIF data you see is from the original capture, which is usually what you want. If a photo has been edited in a third-party app and re-saved as a new photo, that new file’s EXIF reflects when it was re-saved (which may not be when the original was captured).

A note on iCloud

If your iPhone is set to “Optimize iPhone Storage” (Settings → Photos), older photos may only have a compressed preview on the device with the original sitting in iCloud. The full EXIF metadata is in the original.

Photo Metadata Exporter handles this automatically — when it encounters an iCloud-optimized photo, it triggers a download in the background and shows a progress indicator. The export waits for the download, reads the full EXIF, and proceeds. The main caveat is that this requires Wi-Fi connectivity and can take several minutes for large batches of optimized photos.

Summary

For one photo: read the info in the Photos app and copy by hand.

For a Mac-based technical workflow: exiftool is unbeatable.

For a busy professional batch workflow on iPhone: a dedicated batch-export app is the right tool. Photo Metadata Exporter is built for that case — free to download, with a one-time $9.99 PRO upgrade for unlimited batch sizes.

If you have a specific workflow we should write about, email us at [email protected].