·3 min read·ExifGrabber

How to View HEIC Metadata (iPhone Photos)

HEIC files carry the same rich metadata as any photo: camera and lens, exposure settings, timestamps, and, because iPhones geotag by default, usually precise GPS coordinates. The fastest way to view it is to drop the .heic into the HEIC metadata viewer, which reads it in your browser with no conversion. Here's what's inside a HEIC and every way to read it.

What metadata a HEIC file stores

HEIC (High Efficiency Image Container) is Apple's default photo format since iOS 11. Despite the newer container, it stores standard EXIF metadata, plus some Apple-specific data:

  • Camera and lens (iPhone model, lens, focal length)
  • Exposure (aperture, shutter speed, ISO)
  • Date and time, including timezone
  • GPS coordinates, on by default for most iPhone photos
  • Orientation and dimensions
  • Apple extras like depth maps and Live Photo references

Because HEIC is built on the ISO Base Media File Format (the same box structure as MP4), the metadata lives in a meta box rather than a JPEG-style segment, which is why some older tools can't read it.

Method 1: On iPhone

  1. Open the photo in Photos.
  2. Tap the (i) info button, or swipe up.
  3. See the camera, exposure, and a location map if the photo is geotagged.

For the full raw metadata, open the HEIC viewer in Safari. Our iPhone EXIF guide covers the Photos app in more detail.

Method 2: On Mac

  1. Open the .heic in Preview.
  2. Choose Tools → Show Inspector (⌘I).
  3. Browse the EXIF and GPS tabs.

Method 3: On Windows

Windows often can't open HEIC without Apple's HEIF extension, and even then it shows only limited fields. The simplest cross-platform option is a browser viewer: the HEIC viewer reads the file directly, so you don't need to install an extension or convert to JPEG.

Why you shouldn't have to convert to JPEG

A common workaround is converting HEIC to JPEG just to read the data, but conversion re-encodes the image (losing quality) and can drop or alter metadata. A tool that parses the HEIF container directly, like ExifGrabber, shows the metadata and the embedded preview without changing the file at all.

Watch the GPS

Since iPhones geotag by default, most HEIC files include your exact location. Before sharing, check the GPS tab and consider removing the location data. Note that metadata removal for HEIC isn't supported in-browser yet (RAW and HEIC store metadata differently), so to strip it you can share with location turned off, or convert and clean a JPEG copy with the EXIF remover.

Frequently asked questions

How do I view metadata in a HEIC file?

Drop the .heic into a browser viewer like ExifGrabber's HEIC viewer, which reads the HEIF container directly and shows camera, exposure, and GPS data. On iPhone, the Photos app's info button shows the basics; on Mac, Preview's Inspector works too.

Do HEIC files have GPS location?

Usually yes. iPhones record GPS by default, so most HEIC photos include exact coordinates. Check the GPS tab in a viewer, and remove the location before sharing if you'd rather keep it private.

Can I read HEIC metadata on Windows?

Yes, with a browser-based viewer that parses HEIC natively, so you don't need Apple's HEIF extension or a converter. Windows' built-in Properties panel shows little or nothing for HEIC without the extension.

Do I need to convert HEIC to JPEG to see the metadata?

No. Conversion re-encodes the image and can alter metadata. A tool that reads the HEIF container directly shows the full metadata without changing the file.

Why won't my HEIC file open on my computer?

HEIC is newer than JPEG, and some operating systems and apps need an add-on to decode it. A browser-based viewer sidesteps this by reading the file with its own decoder.

Your images never leave your device — all EXIF extraction runs locally in your browser