Skip to content
Delete Image Metadata

Remove EXIF From Your Images

EXIF is the camera record attached to a photo. Read yours in full, remove it, and confirm it is gone — without the file leaving your device.

  • .jpg
  • .jpeg
  • .png
  • .webp
Free
No account, no limit on files
0
Files uploaded — processing is local
4 formats
Lossless — pixels never re-encoded
Processed in your browser
Ready

How it works

  1. 1

    Load an image

    Any JPG, PNG or WebP file, from a camera, phone or editor.

  2. 2

    Read the EXIF table

    Tags are decoded and grouped, with GPS and device fields flagged.

  3. 3

    Remove and verify

    The APP1 or eXIf block is dropped and the output is re-scanned.

How the common ways of removing image metadata compare

MethodRemoves EXIFRemoves XMP/IPTCKeeps qualityKeeps file private
This tool (container-level)
Taking a screenshot
Re-saving in an editor
Windows “Remove Properties”
Uploading to a social platform
A server-side online cleaner

“Keeps file private” means the image never leaves your device. “Keeps quality” means the pixels are not re-compressed. Partly = depends on the tool, the version or the upload path.

What EXIF actually is

EXIF — Exchangeable Image File Format — is a specification for storing camera data inside an image file. Structurally it is a TIFF header embedded in the file: a byte-order marker, a pointer to a table of entries, and then directories of tags. Each tag has a numeric ID, a type and a value, and the IDs are standardised, which is why a photo from a Canon can be read by software that has never heard of that camera model.

There are several directories. IFD0 holds general image tags. The EXIF sub-IFD holds capture settings. The GPS IFD holds coordinates. IFD1 holds a thumbnail — a small copy of the image which, notoriously, is not always updated when the main image is edited.

The tags most worth removing

Not every EXIF tag is sensitive. Exposure time and aperture say nothing about you. These are the ones that do:

  • GPSLatitude and GPSLongitude — the exact spot the photo was taken
  • Make, Model and BodySerialNumber — the specific device, sometimes uniquely
  • DateTimeOriginal and OffsetTime — when you were there, and in which time zone
  • Artist, OwnerName and Copyright — a name, often your real one, set once in the camera and forgotten
  • Software — which editor you use and its version
  • The embedded thumbnail, which can show a pre-crop version of the image

Removing EXIF from a JPEG, precisely

In a JPEG, EXIF lives in an APP1 marker segment near the start of the file, introduced by the bytes FF E1 and identified by the ASCII string 'Exif'. Removing it means skipping that segment while copying the rest of the file. The scan data — the actual compressed picture — is never touched.

PNG files can also carry EXIF, in an eXIf chunk, and WebP in an EXIF chunk inside its RIFF container. All three are handled the same way: locate the block, omit it, keep everything else byte for byte.

What this tool does

  • Removes the whole EXIF block, including the GPS directory and the embedded thumbnail
  • Also removes XMP and IPTC, which EXIF-only tools leave behind
  • No re-compression: the JPEG scan data is preserved exactly

What it does not do

  • Orientation is optionally preserved so rotated photos display correctly
  • RAW formats such as CR3, NEF and ARW are not supported

Remove EXIF From Your Images

EXIF is the camera record attached to a photo. Read yours in full, remove it, and confirm it is gone — without the file leaving your device.

Open the tool

Reviewed and updated . Behaviour described on this page is covered by the project’s automated tests.

Frequently asked questions

What is EXIF data in simple terms?

It is the note your camera attaches to a photo describing how, when and where the photo was taken, plus which device took it. It travels inside the image file itself.

Does removing EXIF remove the GPS location?

Yes. GPS tags live in a directory inside the EXIF block, so removing the block removes the coordinates with it. The verification pass confirms no location fields remain.

Will removing EXIF rotate my photo?

Not with the default settings. If the photo was taken rotated, the orientation flag alone is re-written so viewers still display it correctly. Turn that option off and the photo may appear sideways in some apps.

Can EXIF be recovered after removal?

Not from the cleaned file — the bytes are not there. Your original still contains them, as does any copy you shared before removing it.

Do PNG files have EXIF?

They can. PNG 1.5 added an eXIf chunk, and many phone screenshots and converted images carry one. This tool reads and removes it.

Does removing EXIF delete the photo's date?

Yes. The capture date lives in EXIF, so it goes with the block. Your filesystem keeps its own dates for the file.

Is EXIF removal reversible?

Not from the cleaned file — the bytes are not there. Your original still has everything, which is why the original is never modified.

Do all cameras write EXIF?

Effectively all digital cameras and phones do. What varies is how much: phones write far more than most dedicated cameras, including computational-photography fields.

Does removing EXIF affect printing?

Only if you rely on the DPI resolution tags, which live in the metadata. The pixel dimensions are unchanged, so you can set print size manually.