Image

How to Remove EXIF Data From Photos (and Why You Should)

Photos can carry hidden EXIF metadata including GPS coordinates. Learn how to check what yours reveals and strip it safely, right inside your own browser.

Try it now: EXIF Viewer & Remover View & strip photo metadata — free, no signup, runs in your browser.

A friend posts a photo of a new puppy sitting on a lawn. Nothing in the frame identifies where they live — no street sign, no house number, no distinctive skyline.

The file itself may carry the coordinates of the exact spot where the shutter fired, along with the timestamp, the phone model, and the settings. None of that is visible in the picture. All of it travels with the file.

What is actually inside a photo file

EXIF stands for Exchangeable Image File Format: a block of metadata that cameras and phones write into an image alongside the pixels. Most photo software reads and preserves it without ever showing it to you.

A typical phone photo carries some or all of:

  • Camera make and model, often the lens
  • Date and time, sometimes to the second and with a timezone
  • Exposure settings — shutter, aperture, ISO, focal length, whether the flash fired
  • Orientation, which is why photos usually appear the right way up
  • Software used to capture or edit the file
  • An embedded thumbnail of the image
  • GPS coordinates, often with altitude and sometimes the direction the camera was pointing

That last one is the interesting one. Related standards (XMP and IPTC) can layer on captions, keywords, copyright notices, and the photographer’s contact details.

The privacy problem, in one sentence

A photo you thought revealed nothing about where you are can carry the precise coordinates of where you were.

Made concrete, that means:

  • A picture taken at home pins your address, whether or not the house is in frame.
  • A run of photos posted over weeks establishes a routine — where you are, which days, at what times.
  • A photo of an item for sale shows a stranger where that item currently lives.
  • A picture sent from a location someone is deliberately not disclosing discloses it anyway.

None of this requires special tools. Metadata viewers are ordinary software, and reading EXIF from a downloaded file takes seconds.

“Doesn’t Instagram strip that anyway?”

Often, yes — and that assumption is exactly what catches people out.

Many large platforms re-encode uploaded images for their own storage and bandwidth reasons, and that usually discards EXIF as a side effect. But it is a platform implementation detail, not a guarantee. It varies between services, between a platform’s web and mobile apps, and over time as those services change.

More importantly, it does not apply at all to the routes people use most:

  • A file emailed as an attachment
  • A file sent as a document rather than a photo in a messaging app — “send as file” typically preserves the original bytes
  • A photo uploaded to your own site, a forum, a marketplace listing, or a cloud share link
  • A file handed over on a USB stick or by AirDrop

The reliable habit is simple: strip it before it leaves your device, and treat any platform-side cleanup as a bonus rather than a plan.

When you should keep EXIF

Metadata is not the enemy. It exists because it is genuinely useful:

  • Photographers use exposure data to learn from their own shots and reproduce a setup later.
  • Copyright and attribution fields embed authorship into the file, which is the entire point for professional work.
  • Editing workflows and photo libraries use capture time and camera data to sort, group, and match images.
  • Archives, journalism, and evidence depend on provenance — when and where something was captured is the information.

The goal is not to delete everything reflexively. It is to know what a file carries and decide deliberately, based on where it is going.

Check before you share

Before stripping anything, look at what is actually there. Two photos from the same phone can differ — location services may have been off for one of them, or an editing app may already have dropped some fields.

Load the file into the EXIF Viewer & Remover and read the report. Watch particularly for a GPS block. If one is present, that is the field with real-world consequences; the rest is mostly harmless trivia by comparison.

Do this once for a photo from each device and app you use and you will quickly learn which of your sources geotag by default. Turning location off in your camera app for everyday shots is a good complement — the cleanest metadata is the metadata never written.

How stripping actually works

Removing EXIF is less like deleting a field and more like copying the picture into a fresh container.

The image is decoded to raw pixels and then re-encoded into a new file. The new file contains only what the encoder writes, so the original metadata block simply does not come along. The pixels survive; the paperwork does not.

Two consequences worth knowing

  • Orientation is metadata too. A good tool applies the rotation to the pixels before discarding the tag, so the image still appears upright. A stripped photo that suddenly shows up sideways is why this matters.
  • Re-encoding a JPEG is a lossy step. One generation of quality loss, usually invisible — but strip from your original rather than from a file you have already re-saved several times.

The same thing happens as a by-product elsewhere. Running an image through the Image Compressor or the Image Converter re-encodes it too, so metadata generally does not survive the trip. When privacy is the actual goal, use the dedicated tool so you can confirm the result rather than assume it.

What removing metadata does not do

This is the limit worth stating plainly. Stripping EXIF removes the hidden data, not the visible information in the photograph.

Still there afterwards:

  • Street signs, house numbers, shopfronts
  • Landmarks, skylines, distinctive terrain
  • Vehicle number plates
  • Screens, documents, envelopes, and name badges caught in the shot
  • Reflections in windows, mirrors, and glasses
  • Faces, including of people who never agreed to be posted

Metadata removal is one layer. Actually looking at your own photo before posting is the other, and it catches things no tool can.

Why doing this locally matters here

There is a particular irony in uploading a sensitive photo to an unknown website in order to make it more private.

Whatever that site’s privacy policy says, you have handed a stranger’s server a complete copy of the original file — including the exact metadata you were trying to remove, plus your IP address and the time you did it. For a photo private enough to be worth stripping, that is a poor trade.

MyDailyKit’s image tools run entirely in your browser, using your own device’s processing power. The photo is read, processed, and saved locally. It is never uploaded — which also means they keep working with no connection at all.

Quick answers

Do all photos have EXIF? Most straight from a phone or camera do. Screenshots and files already re-saved by some editors often carry little or none.

Does EXIF always include GPS? No. It is only written when location services are enabled for the camera. Check the specific file rather than assuming either way.

Does cropping or editing remove metadata? Not reliably. Many editors preserve EXIF through edits, and some add fields of their own.

Does removing EXIF reduce image quality? Re-encoding a JPEG costs one generation, typically invisible. Work from the original to keep it that way.

Can I remove only the GPS and keep the rest? That depends on the tool. If you need selective control, keep a master copy with full metadata and share a stripped version — the safest approach regardless.

The takeaway

Photos carry more than pixels, and the field that matters most is location. Look at what your files actually contain, strip metadata before sharing anything you would not want geotagged, keep originals intact where the data is valuable, and do the stripping on your own device — because uploading a sensitive photo to remove its privacy risk rather defeats the purpose.

Tools mentioned in this guide

More image guides

All guides
Image PNG vs JPG vs WebP: Which Image Format Should You Use? PNG vs JPG vs WebP explained simply: which image format to use for photos, logos, screenshots and animation, plus where AVIF and SVG genuinely fit in the mix. Image How to Compress Images Without Wrecking the Quality Learn how to compress images without wrecking the quality — lossy vs lossless, why resizing first matters most, and a simple workflow that keeps photos sharp.