Blog
Wild & Free Tools

HEIC to JPG and EXIF Data — What Gets Kept, What Gets Stripped

Last updated: January 2026 5 min read
Quick Answer

Table of Contents

  1. What EXIF Data Is
  2. What Browser Tools Do With EXIF
  3. Methods That Preserve EXIF
  4. When EXIF Stripping Is the Right Choice
  5. Frequently Asked Questions

When you convert HEIC to JPG, you might lose the metadata embedded in the original photo. Date taken, GPS coordinates, camera model, aperture, shutter speed — all of this lives in the EXIF data. Whether it's preserved depends on the conversion method.

For most personal uses, losing EXIF doesn't matter. But for photographers organizing archives, journalists verifying timestamps, or anyone who needs location data for geotagging — EXIF preservation matters.

What EXIF Data Contains

EXIF (Exchangeable Image File Format) is metadata embedded in image files. For iPhone photos, it typically includes:

GPS coordinates are the most sensitive. A photo taken at home contains the coordinates of your home address in EXIF. Sharing that photo publicly shares your location unless EXIF is stripped.

Why Browser-Based Converters Strip EXIF

Most browser-based conversion tools strip EXIF data from the output JPG. This is intentional — it's a privacy protection.

When someone builds a browser tool that processes photos, stripping EXIF is the safe default. Users share converted photos online without realizing GPS coordinates are embedded. A tool that strips EXIF by default protects users who don't think about metadata.

Some browser tools preserve basic EXIF (dimensions, color profile, orientation) but remove GPS and camera-specific data. Others strip everything and just output a clean pixel array as JPG.

Check the specific tool's documentation or export a test file and view EXIF with a metadata viewer to confirm what's preserved.

Sell Custom Apparel — We Handle Printing & Free Shipping

How to Convert HEIC to JPG and Keep EXIF

Mac — Preview: Open the HEIC in Preview → File → Export → JPEG. EXIF metadata is preserved by default.

Mac — Photos app: File → Export → Export [X] Photos → select JPEG, check "Include location information" if needed.

Windows — Windows Photos app: Open the HEIC (requires HEIC codec), select Edit → Save a copy as JPEG. Preserves most EXIF.

Command line — libheif (Linux/Mac):

heif-convert -q 90 input.heic output.jpg

libheif preserves EXIF by default including GPS coordinates.

Command line — ExifTool: For bulk preservation and manipulation of EXIF during conversion:

exiftool -all= input.heic  # strip EXIF
exiftool -TagsFromFile source.heic output.jpg  # copy EXIF to converted file

When Stripping EXIF Is Actually What You Want

EXIF stripping is the right call when:

Keep EXIF when:

Convert HEIC to JPG — Private By Default

Files process in your browser. GPS data stripped. Your photos never leave your device.

Convert HEIC to JPG Free

Frequently Asked Questions

Does the HEIC to JPG converter keep EXIF data?

Our browser-based converter strips EXIF data from the output JPG. This is the default for privacy — GPS coordinates embedded in HEIC photos are removed. If you need EXIF preserved, use Preview on Mac or libheif on the command line.

Can I view EXIF data in a HEIC file before converting?

Yes. On Mac, right-click the HEIC → Get Info → More Info section shows basic EXIF. For full EXIF including GPS, use a tool like ExifTool or an online EXIF viewer (exifdata.com). On iPhone, in Photos → tap the (i) info button on any photo.

Does Instagram or Facebook preserve EXIF from uploaded photos?

Both platforms strip most EXIF data (including GPS) from uploaded photos. Some basic metadata like capture date may persist internally for their systems. Location shown on Instagram posts comes from your account settings, not EXIF.

How do I check if a JPG file has EXIF data?

On Mac: right-click → Get Info → More Info. On Windows: right-click → Properties → Details tab. Cross-platform: use ExifTool (command line) — exiftool photo.jpg — which shows every EXIF field present.

Tyler Mason
Tyler Mason File Format & Converter Specialist

Tyler spent six years in IT support where file format conversion was a daily challenge.

More articles by Tyler →
Launch Your Own Clothing Brand — No Inventory, No Risk