What This Tool Does
This EXIF viewer reads the embedded metadata in JPEG, HEIC, and TIFF photos so you can see exactly what your camera or phone recorded — model, lens, exposure (aperture, shutter speed, ISO), date and time, orientation, color space, and GPS coordinates. Everything happens locally in your browser; the file is never uploaded.
EXIF Viewer
Drop a photo and see all of its EXIF metadata instantly.
Drop a photo here, or click to choose
Supports JPEG, JPG, TIFF, HEIC. Files stay on your device.
Inputs Explained
- Photo file: JPEG / JPG and TIFF expose the richest EXIF. HEIC contains EXIF in an embedded block — modern browsers parse it; older browsers may show only basic info.
- Output table: raw EXIF tag name and decoded value (numbers are converted into human-readable form for shutter speed, aperture, focal length, etc.).
- GPS link: if the photo contains GPSLatitude / GPSLongitude, a Google Maps link is generated.
How It Works
The browser reads the file as an ArrayBuffer, scans the JPEG marker segments for the APP1 block (0xFFE1), then walks the TIFF Image File Directory (IFD) inside it. Each tag is decoded according to the EXIF 2.32 specification. GPS values stored as degrees-minutes-seconds are converted to signed decimal coordinates.
Example output
Camera: Apple iPhone 14 Pro · Lens: 24mm f/1.78 · Exposure: 1/120 s · ISO 200 · Date: 2025-08-12 14:32:11 · GPS: 12.9716°N, 77.5946°E (Bangalore, IN)
Use Cases
- Photographers: verify camera settings used on a shot before re-shooting or processing.
- Journalists / researchers: confirm date, time, and location of an image.
- Privacy audit: check what metadata is leaking before you share a photo publicly.
- Forensics: inspect software, edit history, and device fingerprint.
Assumptions and Limitations
- Images that have been re-saved by social platforms usually have EXIF stripped.
- PNG, WebP, and GIF only rarely include EXIF.
- This tool reads EXIF only — it cannot edit or remove metadata.
Frequently Asked Questions
What is EXIF data in a photo?
EXIF stands for Exchangeable Image File Format. It's the chunk of metadata your camera tucks inside every photo at the moment of capture. Most JPEGs and HEIC files carry the camera and lens model, the exposure values like aperture, shutter speed and ISO, the date and time the shot was taken, and orientation. If location services are on, GPS coordinates ride along too. Think of it as the silent paperwork attached to the image, useful when you're debugging photo issues or auditing where a file came from.
How do I view EXIF metadata online without uploading?
On bulkcalculator.com, the EXIF viewer parses the file right inside the browser using JavaScript - nothing leaves the device. The image stays in memory, the parser walks through the JPEG/TIFF/HEIC headers, reads the metadata blocks and prints them out. No backend, no upload pipe, no log entry on a server somewhere. That's the privacy advantage when you're checking sensitive shots or client photos. Drag and drop the file, the values show up in seconds, and closing the tab wipes everything from memory.
Can EXIF data show where a photo was taken?
Only if GPS tags are present in the file. Phones with location services enabled embed latitude, longitude and sometimes altitude as decimal coordinates inside the EXIF block. The viewer reads those numbers and usually links them out to a map. Paste 28.6139, 77.2090 into Google Maps and you'll land in central Delhi. If GPS was off during capture, or the photo was downloaded from social media, those tags simply won't be there. No tag, no location - the tool can't invent coordinates that were never written.
Why does my photo have no EXIF data?
Several reasons line up here. Most social platforms strip metadata at upload to protect user privacy and trim file size, so what you download from Instagram or WhatsApp is a clean copy with everything gone. Screenshots have no camera metadata to begin with - the OS just captures pixels. Editing apps that re-save the file often drop tags during the export step. PNGs and certain WebP variants don't carry EXIF the same way JPEGs do. Always check the original source file straight from the camera or phone gallery, not the shared version.
Which image formats contain EXIF metadata?
JPEG and JPG are the obvious ones - they have a dedicated APP1 segment for EXIF. TIFF supports it natively, which is why many DSLRs save raw output that way. HEIC, the format iPhones default to, also stores rich metadata. PNG technically allows it through chunks, but most cameras and editors don't write EXIF there - they use textual tEXt blocks instead. WebP supports it optionally; GIF essentially doesn't. So when EXIF matters, say you're auditing originals, stick with JPEG, TIFF or HEIC and you'll see the full picture.
How do I check camera settings from a photo?
Open the original photo in the EXIF viewer - not a screenshot or a chat-shared copy, because those usually drop the metadata. Once loaded, the tool prints aperture (f/2.8, f/8 and so on), shutter speed (1/250s for example), ISO value (100, 400, 1600), focal length in millimeters, and often the lens model and exposure mode. Useful when a junior on the team is debugging why a shot looks soft or noisy. The numbers tell you whether they shot wide open at ISO 6400, which explains everything.
Does social media remove EXIF data from photos?
Most of them do. Facebook, Instagram, WhatsApp, X - they strip the bulk of EXIF on upload, mostly to protect users from accidentally leaking GPS coordinates, and partly to shave off file size. Some platforms keep orientation or color profile, but camera, lens, GPS - usually gone. So if you're using EXIF for verification or forensics, the version posted online is almost useless. Always grab the original file straight from the source: the camera card, the phone's local gallery, or an email attachment sent without compression.
Can an EXIF viewer read iPhone photo GPS data?
Yes, provided two conditions hold. First, Location Services has to be enabled for the Camera app at the time of capture - if it was off, no coordinates were ever written. Second, the file has to reach the viewer with metadata intact - share via AirDrop or original-quality export, not iMessage's compressed copy or a WhatsApp send. Open the HEIC or JPEG in the EXIF viewer and the GPS latitude and longitude show up as decimal values, often with a clickable map link. iCloud-shared albums sometimes preserve them too.