Inspecting the Hidden Metadata Inside Your Photos
Every photo taken on a phone or modern camera carries a silent passenger: EXIF metadata. Stored invisibly inside the file, it records the capture date and time, camera model, lens, focal length, aperture, shutter speed, ISO, and often the GPS coordinates of where the shot was taken. This tool reads those tags from a JPEG or other supported image and shows them in a readable table, and it can strip them when you want a clean copy.
You need an EXIF viewer when you are organizing a photo library, verifying when and where a picture was taken, or preparing images for publication. The metadata also has a privacy angle: sharing an untouched photo can expose your home address or daily routine, so checking and removing GPS tags before posting is a sensible habit.
How to Inspect EXIF Metadata
- Open the EXIF Viewer and load a photo with the file picker or by dragging it onto the page.
- Wait for the tag parser to finish; extraction runs in the browser without uploading the image.
- Read the table of tags, which groups values such as
DateTimeOriginal,Make,Model,FNumber,ExposureTime,ISOSpeedRatings, andGPSLatitude. - Look for the GPS section to see latitude and longitude if the camera had location services enabled.
- Use the strip option to remove all metadata and download a sanitized copy when you plan to share the image.
- Compare stripped and original files to confirm sensitive tags are gone before publishing.
Real Example: Input and Output
A travel photo taken on a smartphone reveals its full capture story after parsing.
| Tag | Value Found |
|---|---|
Make / Model | Apple / iPhone 15 Pro |
DateTimeOriginal | 2025-07-14 18:32:07 |
ExposureTime / FNumber / ISO | 1/120 s / f/1.8 / ISO 100 |
GPSLatitude / GPSLongitude | 48.8584 N / 2.2945 E |
Tips for Best Results
- Strip before sharing — social platforms and email often keep metadata intact, so remove GPS tags before posting anything taken at home or at work.
- Trust the timezone — capture time is usually stored in local time; convert carefully when sorting across trips.
- Check phone settings — many phones tag every photo with location by default; disable it in the camera app for private shots.
- Keep originals — strip a copy, not the master file, so you never lose the original capture data.
When to Use This Tool
- Privacy hygiene — scrub location and camera details from photos before publishing them online.
- Photo forensics — verify when and where an image was captured for personal records or disputes.
- Library sorting — use capture dates to organize albums when file names are meaningless, which helps when merging photos from several cameras.
- Learning photography — study the exposure settings behind shots you admire to understand how they were taken.
Reading the Metadata Like a Photographer
The EXIF panel groups the data into capture details, camera settings, and GPS. Capture details tell you when the shutter fired; camera settings tell you how — ISO, shutter speed, aperture, and focal length together explain why an image looks the way it does. GPS coordinates are shown as latitude and longitude, which you can drop into any map to find the exact spot.
- Shutter speed is usually shown as a fraction (
1/125) — smaller denominators mean shorter exposure. - Aperture values like
f/1.8indicate how wide the lens opened; lower numbers give more background blur. - ISO values above 1600 often explain visible noise in low-light photos.
Frequently Asked Questions
What does EXIF stand for?
Exchangeable Image File Format, a standard that stores metadata such as date, camera settings, and GPS inside image files.
Does every photo contain EXIF data?
No. Screenshots, images exported from many editors, and photos processed by some apps have the tags removed or never written.
Can the viewer read GPS coordinates from any camera?
Only when the camera or phone recorded them, which usually requires location services to be enabled at capture time.
Is stripping metadata permanent?
Yes, the downloaded copy is written without the tags; the original file on your device stays untouched unless you replace it.
Can EXIF data be edited or faked?
Yes, tags can be modified with editing software, so treat capture dates and locations as useful hints rather than absolute proof.
Why does my edited photo show no camera settings?
Most editors rewrite the file and drop original capture tags, keeping only basic fields like dimensions and color profile.
Does the tool work with HEIC or RAW files?
JPEG and common web formats are supported; HEIC and RAW files should be converted to JPEG first for reliable tag reading.
Where is my photo processed?
Locally in your browser. The image is never uploaded, which matters when the file itself contains sensitive content.