Every digital photo you take carries a hidden file inside it. The moment you press the shutter, your camera or phone writes a block of technical data into the image: which camera took it, what lens was attached, the exact exposure settings, the date and time down to the second, and very often the precise GPS coordinates of where you were standing. This is EXIF data, and most people have no idea it is there.
EXIF is genuinely useful. It lets you learn from your own shots, sort an archive by date, and prove which camera produced an image. It can also leak information you did not mean to share, such as your home address. This guide explains exactly what EXIF contains, how to read it on any device, how it differs from the other metadata standards, and how to strip it out before a photo leaves your hands.
Want to see your own photo's EXIF right now? Drop it into the PhotoScanr tool to read the full EXIF, GPS, IPTC, and XMP in your browser, free and private, then download a clean copy with the metadata removed. The image is read on your device and never uploaded.
What EXIF Data Actually Is
EXIF stands for Exchangeable Image File Format. It is a standard for storing technical information inside an image file, and it is written automatically by the device that captured the photo. You do not turn it on. Every mainstream camera and smartphone records EXIF by default, and it travels with the file from the memory card to your computer, your backup drive, and anywhere you send it.
The data lives in a header block at the start of the file, before the actual pixels. JPEG, TIFF, HEIC, and most camera RAW formats all support it. The two notable exceptions are PNG and GIF, which were never designed around EXIF, so a screenshot saved as a PNG usually carries little or none of this information.
Because EXIF is written by the device and describes the act of capture, it is essentially a factual record of the shot. That is different from the descriptive metadata you add yourself, like a caption or a list of keywords. If you want the bigger picture of how all these layers fit together, start with our overview of what photo metadata is.
What EXIF Reveals About Your Photo
A single EXIF block can hold dozens of fields. Some are mundane, some are surprisingly revealing. Here are the ones that matter most.
| Field |
Example value |
What it tells you |
| Camera make and model |
Sony ILCE-7M4 |
The exact body that took the shot |
| Lens model |
FE 24-70mm F2.8 GM |
The lens and its specifications |
| Aperture (F-number) |
f/2.8 |
How wide the lens was open |
| Shutter speed |
1/250 s |
How long the sensor was exposed |
| ISO |
400 |
The sensitivity setting |
| Focal length |
35 mm |
How zoomed in the shot was |
| Date and time |
2024:09:14 17:42:08 |
When the shutter fired, to the second |
| GPS coordinates |
45.4215, -75.6972 |
The exact spot where you stood |
| Orientation |
Rotate 90 CW |
How the image should be displayed |
The exposure fields are a gift to anyone trying to improve. Open an image you love, read the aperture, shutter speed, ISO, and focal length, and you have a recipe you can repeat. Many photographers learn faster by studying the EXIF of their own keepers than by reading any tutorial.
The GPS fields are the ones to watch. A phone records coordinates accurate to a few meters. Plotted on a map, the photos from your kitchen, your kid's bedroom, and your driveway all cluster at one address: yours.
How to View EXIF Data on Any Device
You do not need special software to read EXIF. Every operating system can show at least the basics, and free tools go deeper. Here is how to check it wherever you are.
Windows
Right-click the image file, choose Properties, and open the Details tab. Scroll down and you will see camera make and model, exposure settings, ISO, focal length, and GPS coordinates if they are present. The Details tab also lets you clear that data, which we cover below.
macOS
Open the photo in Preview, then choose Tools and Show Inspector, or press Command-I. Click the info tab and then the EXIF and GPS sub-tabs to see settings and a map of where the shot was taken. In Finder you can also press Command-I on a file for a quick summary.
iPhone and iPad
In the Photos app, open an image and either swipe up or tap the info button (a small letter i in a circle). You will see the camera, lens, exposure settings, and a map. Tap Adjust under the location to move or remove the GPS point for that photo.
Android
In Google Photos, open an image and swipe up or tap the info button. You will see the date, file details, camera settings, and location on a map. Exact wording varies by phone and gallery app, but the information panel is always one swipe or tap away.
Adobe Lightroom Classic
In the Library module, open the Metadata panel on the right and switch it to the EXIF or EXIF and IPTC view. You get every captured field in one place, and you can filter your whole catalog by lens, focal length, ISO, or camera body using the Metadata filter at the top of the grid. This is the fastest way to answer questions like "which lens do I actually use the most."
ExifTool (command line)
For complete, unfiltered access, nothing beats ExifTool, a free utility that reads and writes virtually every metadata field in every format. To see everything in a file, run:
exiftool photo.jpg
To pull just the GPS position, run:
exiftool -gps:all photo.jpg
ExifTool shows fields that consumer apps hide, including serial numbers, firmware versions, and the embedded thumbnail, so it is the tool to reach for when you need to know exactly what a file is carrying.
The Privacy Problem: GPS and Your Home Address
This is the part that catches people off guard. When you photograph a possession to sell it, snap your pet on the couch, or grab a quick picture of a document, your phone usually stamps the file with your home coordinates. Send that original file by email, a messaging app, or a marketplace listing that preserves the original, and you have handed over your address.
Do Not Assume Platforms Strip It For You
Many large social networks remove EXIF when they re-encode an uploaded image, so a photo posted publicly to a major platform often arrives stripped. But this is inconsistent and you cannot rely on it. Direct messages, email attachments, cloud share links, classified listings, and any service that lets people download the original file can pass the full EXIF block straight through, GPS and all. The only safe rule is to strip the data yourself before you share, rather than hoping the receiving platform does it.
The risk is highest with files that leave your control intact: a photo emailed to a buyer, an image attached in a forum post, a picture handed off on a USB drive. If location privacy matters to you, treat every original photo as if it is tagged with your address, because it very likely is.
How to Remove or Strip EXIF Data
Removing EXIF is quick once you know where the controls are. Pick the method that matches how you work.
The fastest way: do it in your browser
The PhotoScanr metadata tool reads the full EXIF, GPS, and metadata of any photo right on this site, with no upload and no signup, then gives you a one-click clean copy with the metadata removed. JPEGs are stripped losslessly, so the pixels are untouched. The image never leaves your device.
1
Strip it at the operating system level
On Windows, right-click the file, choose Properties, open Details, then click "Remove Properties and Personal Information" at the bottom. You can wipe everything into a clean copy or clear selected fields. On a Mac, the simplest option is to use Preview to export a copy or to share the photo with location turned off, which produces a file without the GPS tags.
2
Use the share controls on your phone
On an iPhone, when you go to share a photo, tap Options at the top of the share sheet and turn Location off so the GPS is not included. On Android, the Google Photos share menu offers a "Remove location" option. These handle the most sensitive field without extra apps.
3
Wipe it with ExifTool
For full control and batch jobs, ExifTool is unbeatable. To strip all metadata from a file, run exiftool -all= photo.jpg. To remove only the GPS data and keep the useful exposure fields, run exiftool -gps:all= photo.jpg. Point it at a folder instead of one file and it clears an entire batch at once.
4
Control it in your export settings
In Lightroom Classic, the Export dialog has a Metadata section where you choose how much to include. Set it to "Copyright Only" or "Copyright and Contact Info Only" and tick "Remove Location Info" to publish images with your rights intact but no GPS or camera serial leaking out. Capture One and most other editors offer the same kind of export filter. Building this into your export preset means every photo you publish is clean automatically.
Keep an Untouched Master
Stripping EXIF is permanent for that file. Before you wipe anything, keep your full-resolution original with all its metadata safe in your archive, and only strip the copy you are about to share. Your masters are where the camera settings and capture dates stay useful for sorting and learning. For more on protecting those originals, see our guide to metadata for photo backups.
EXIF, IPTC, and XMP: How They Differ
EXIF is only one of three metadata standards that can live inside the same image file, and they do different jobs. Mixing them up leads to confusion about why a caption survives but a GPS tag disappears, or vice versa.
EXIF is the technical record written by the camera: settings, timestamp, GPS, and hardware details. It describes how the photo was captured.
IPTC is the descriptive and rights layer that humans add: title, caption, keywords, creator name, copyright notice, and credit. It describes what the photo is about and who owns it. News agencies and stock libraries rely on it.
XMP is Adobe's flexible container that can hold IPTC fields, edit histories, ratings, and custom data, and it often sits alongside RAW files as a separate sidecar file. It describes everything else and is extensible.
A useful way to remember it: EXIF is the machine talking, IPTC is the photographer talking, and XMP is the wrapper that carries the conversation between programs. Our pillar on what photo metadata is breaks down all three standards in depth and shows how they work together in a real catalog.
EXIF, Copyright, and Why It Is Not Enough for Rights
People sometimes assume that because EXIF proves which camera took an image, it also proves ownership. It does not. EXIF records the hardware and the moment of capture, but it carries no copyright notice, no creator name, and no usage terms of its own. Those belong to the IPTC and XMP layers.
There are two more reasons not to lean on EXIF for rights. First, it is trivially easy to edit or erase, so it proves nothing in a dispute. Second, the platforms most likely to redistribute your work are also the ones most likely to strip EXIF on upload, which means even a perfect capture record vanishes the moment the image spreads.
To assert ownership properly, put your name in the EXIF "Artist" or "Copyright" field if your camera supports it, then add a full copyright notice, creator details, and a rights statement in the IPTC fields. Embed that in every file you publish. EXIF can support your claim, but the IPTC copyright fields are what actually carry it.
Practical Recommendations
Here is how to put all of this to work without overthinking it.
→
Keep EXIF on your masters. The camera settings and capture dates are too useful for sorting, learning, and archiving to throw away. Preserve them in your library.
→
Strip GPS before public sharing. Build a "remove location" step into how you publish, especially for photos taken at home or anywhere you do not want pinned on a map.
→
Never assume a platform cleans up after you. Strip sensitive fields yourself rather than trusting that an upload will do it.
→
Put rights in IPTC, not EXIF. Add a copyright notice and creator name to the IPTC fields of anything you care about owning.
→
Add the descriptive layer EXIF leaves blank. Capture data is automatic, but titles, captions, and keywords are not. They are what make a photo findable, and they are where you should spend your effort.
That last point is worth dwelling on. EXIF tells you a shot was 1/250 at f/2.8, but it cannot tell you it shows your daughter blowing out birthday candles, which is exactly the information that makes a photo searchable years later. If you are organizing decades of pictures, the descriptive layer is everything, and our guide to archiving family photos walks through how to add it at scale.
Generate the Descriptive Metadata EXIF Leaves Out
EXIF records the camera settings automatically. PhotoScanr looks at the actual picture and writes the titles, captions, keywords, and descriptions that make it findable, for multiple platforms at once.
Try PhotoScanr Free
Free to use . No sign-up required . Instant results