Home · Blog · Remove EXIF and GPS data

How to strip EXIF and GPS out of a photo

The Kepla team · August 28, 2026 · 7 min read
A street scene at night, motion blurred
Workflow & Gear

A JPEG is not just pixels. Tucked into the header is the camera body, the lens, the exposure, the date to the second, often the camera's serial number, and if the shot came from a phone or a GPS enabled body, the coordinates of where you stood. Most of the time none of that matters. The times it matters, it matters a lot.

01 · THE PAYLOAD

What is actually in the file

Open any camera JPEG in a metadata viewer and you will typically find:

You can see all of this yourself with the EXIF viewer, which reads the file in your browser without uploading it.

02 · WHEN IT MATTERS

When to care

Not always. Stripping metadata from a portfolio image throws away information that helps you and helps other photographers, and it removes your copyright field if you set one. Reasons it genuinely matters:

The rule that survives contact with real work: strip location from anything shot where someone lives or sleeps, and leave the rest alone unless there is a reason.

03 · HOW

How to remove it

In the browser, nothing uploaded. The metadata remover runs entirely on your machine: the file never leaves the tab, which matters when the whole point is privacy. Drop the photo in, get a clean copy out. No account, and it never asks for your email.

On a Mac, without any tool. Preview can do a partial job: open the image, Tools, Show Inspector, the GPS tab, then Remove Location Info. It removes coordinates and leaves the rest, which is often exactly what you want.

In bulk, on the command line. If you have exiftool installed:

exiftool -gps:all= -o clean/ *.jpg          # coordinates only
exiftool -all= -o clean/ *.jpg              # everything

The -o writes copies into a clean folder instead of overwriting your originals, which is the version of this command you want.

What not to do: do not rely on a screenshot, which changes the pixels as well as the metadata, and do not rely on a platform stripping it for you.

04 · KEEP

What you should not strip

Stripping everything is a blunt instrument. Two fields are worth keeping deliberately:

And keep an untouched master. Metadata removal is one way: once the coordinates are gone, they are gone.

05 · COMMON QUESTIONS

FAQ

What is EXIF data in a photo?

A block of information stored inside the image file: camera make and model, often the serial number, exposure settings, the capture time to the second, the software that edited it, and on GPS enabled cameras and phones the coordinates where the photo was taken.

Does removing EXIF data reduce image quality?

No. Metadata sits in the file header, separate from the image data. Removing it changes the file size slightly and leaves the pixels untouched.

How do I remove GPS data without uploading my photo?

Use a browser based tool that processes the file locally, such as the Kepla metadata remover, or on a Mac use Preview: Tools, Show Inspector, GPS tab, Remove Location Info.

Do social platforms strip metadata automatically?

Most strip most of it on upload, but which fields and which platforms changes without notice, and some keep the original file available. Strip it yourself if it matters rather than relying on the platform.

Should I remove EXIF from every photo I deliver?

No. It is useful information and it carries your copyright field. Strip location from anything shot where someone lives or sleeps, and leave the rest unless there is a specific reason.

FOUNDING COHORT · 100 SEATS

Never cull alone at 1 AM again.

Kepla for Mac clears the obvious misses from a card, names the reason on every frame it sets aside, and leaves the choosing to you. Nothing is ever deleted, moved or renamed. Free through the private preview · the first hundred photographers keep it at $99 a year.

Get Early Access
KEEP READING