Remove Image Metadata Before You Share a Photo
Photos often carry hidden details: camera model, date, and sometimes exact GPS coordinates. Here is what EXIF is, how to check it, and how to strip it in your browser.
A photo is more than the picture you see. Most cameras and phones write a block of extra information into the file, and that block travels with the image when you email it, attach it to a message, or upload it somewhere that does not clean it. Usually this is harmless. Occasionally it tells a stranger where you live.
This guide explains what that hidden data is, how to look at it without installing anything, how to remove it, and what the removal really does to your image.
What EXIF data is
EXIF (Exchangeable Image File Format) is a standard way of storing details about a photo inside the image file itself. It is most familiar in JPEG files, though other formats can carry similar metadata. What gets stored depends on the device and its settings, but commonly it includes:
- The camera or phone model, and often the lens.
- The date and time the photo was taken.
- Exposure details such as shutter speed, aperture, ISO and focal length.
- The software that last saved or edited the file.
- GPS coordinates, if location tagging was switched on when the picture was taken.
- Sometimes an owner or copyright field, if one was set in the camera or an editor.
None of this is visible in the picture. It sits in the file header, and any program that reads EXIF can display it.
Why location data is the real risk
Camera model and shutter speed are trivia. The GPS fields are different. When present, they can record the latitude and longitude of where the shutter was pressed, and that can be precise enough to identify a house, a school gate or a workplace.
Think about the photos people commonly share: a picture of a bicycle you are selling from your garage, a photo of a child at home, a screenshot-free snapshot of a new pet. If location tagging was on and the file is passed along unchanged, whoever receives it may be able to read where it was taken. The date and time add a pattern of when you are usually there.
This does not mean every photo is a threat. It means that photos taken at home, at your children's school, or anywhere you would not give out the address deserve a check before they leave your hands.
How to check what a photo contains
You do not need special software to look. Your operating system can usually show a file's metadata:
- On Windows, right-click the file, choose Properties, and open the Details tab. Camera information, date taken and, when present, GPS coordinates are listed there.
- On macOS, an image viewer's inspector or the file's Get Info panel can show the camera details and a location section when GPS data exists.
- On phones, the photo gallery's info or details view commonly shows the date, device and, if recorded, a map location.
The exact wording differs between systems, so treat these as pointers rather than exact menu paths. The useful habit is the same everywhere: open the details of a photo you are about to share and see whether a location or a serial-style field is there. Do the same on the cleaned copy afterwards to confirm the change.
How the Remove EXIF tool works here
The Remove EXIF Data tool runs in your browser, and the file is not uploaded. It takes one image at a time. Here is what it does, based on the code that runs it:
- It decodes your image and draws the pixels onto a canvas.
- It exports that canvas as a new image file.
That is all. It does not go looking for GPS or camera fields and delete them one by one. A canvas holds only pixels, so when the picture is written out again, the metadata block from the original is simply not part of the new file. Removal is a side effect of re-encoding.
That has consequences worth knowing:
- The image is re-compressed. For JPEG and WebP the tool re-encodes at a quality of 0.92 (about 92 percent), which is high but not lossless. Expect the pixels to be very slightly different and the file size to change.
- The output keeps the format implied by the original file name: JPG stays JPEG, PNG stays PNG, WebP stays WebP. A file whose extension the tool does not recognise, such as a HEIC photo or a GIF, comes out as PNG. An animated GIF would therefore become a single still frame.
- PNG output is lossless, so no quality is lost there beyond the decode and redraw.
- Other embedded data, such as a colour profile, may also not survive. If accurate colour matters, compare the result with the original before publishing.
- It does not show you what was removed. There is no before-and-after list. To see what was in the file, use the properties check described above before you clean it.
The download uses the original name with the output extension, so a file called holiday.jpg comes back as holiday.jpg. Keep the cleaned copies in a separate folder so you never send the original by mistake.
Do not rely on the platform to do it for you
Some social and messaging platforms strip metadata from images when you upload them, and some do not. Policies also change over time. Even where a platform removes it from the public copy, the file you send by email, cloud link or direct message may pass along untouched. Some platforms do; do not rely on it. Cleaning the file yourself before it leaves your device is the only approach that does not depend on someone else's behaviour.
A related option is to turn off location tagging in your phone's camera settings. That stops the coordinates being written in the first place, but it will not help with photos you already have.
A simple pre-share checklist
Before you share a photo, especially one taken at home or of other people:
- Ask whether the photo could reveal a place you would not share: home, school, workplace.
- Open the file's properties and check for a location or GPS section.
- If in doubt, run the file through Remove EXIF Data.
- Open the cleaned copy's properties and confirm the location fields are gone.
- Share the cleaned copy, not the original.
If you also want a smaller file, or need a different size or format for the place you are posting, Image Compressor and Image Resizer run on the same principle: they redraw the picture, and the original metadata does not come along. But confirm it in the properties, rather than assuming, because a clean check takes ten seconds and a leaked location cannot be recalled.