HEIC to JPG and EXIF Data — What Gets Kept, What Gets Stripped
- Most browser-based HEIC converters strip EXIF data including GPS, date, and camera settings
- Desktop tools like Preview (Mac) and Windows Photos preserve EXIF when converting
- EXIF stripping is a privacy feature — GPS location in photos can reveal where you live or work
- If EXIF preservation matters, use a desktop tool or command-line conversion
Table of Contents
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:
- Date and time — exact timestamp of when the photo was taken
- GPS coordinates — latitude and longitude of where you were
- Camera info — device model, lens, focal length
- Exposure settings — aperture, shutter speed, ISO, flash
- Image dimensions — width, height, resolution (DPI)
- Color profile — sRGB, Display P3, etc.
- Orientation — which way the phone was held
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 ShippingHow 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.jpglibheif 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:
- Posting publicly — social media, blog posts, stock sites. Your GPS coordinates shouldn't be public.
- Sending to strangers — classifieds, marketplace listings, dating apps
- Client work — your behind-the-scenes location data isn't relevant to clients
- General web use — smaller file sizes, no metadata leakage
Keep EXIF when:
- Organizing a personal archive by date/location
- Geotagging photos for mapping projects
- Professional photography where camera settings matter for reference
- Journalism where timestamp authenticity is part of verification
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 FreeFrequently 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.

