Picovert

Image Metadata Explained: EXIF, IPTC, XMP and How to Remove Them

By Picovert Team2026-03-105 min read

Every image file you create contains two distinct layers of information: the pixels you see, and hidden data you cannot see. That hidden layer — called metadata — can include your exact GPS location, the phone model you used, the precise timestamp, and much more. Understanding the three main metadata standards (EXIF, IPTC, and XMP) tells you exactly what you are sharing whenever you pass a photo to someone else.

What Is Image Metadata?

Metadata is data about data — information stored inside the image file alongside the pixel data. It is invisible when you view the image in any photo app or browser, but it is fully readable by any application that opens the file: image editors, operating systems, search engines, and anyone who receives the file.

Three standards define how image metadata is structured. They often coexist inside a single file, and they can overlap in what they store.

EXIF (Exchangeable Image File Format)

EXIF was created by camera manufacturers to automatically record technical details about each shot. It is the most privacy-sensitive standard because it can contain your location.

Common EXIF fields include:

  • GPS coordinates — latitude and longitude, accurate to 10–15 meters. For a photo taken at home, this is your home address.
  • Date and time — exact timestamp when the photo was captured.
  • Camera make and model — iPhone 15 Pro, Canon EOS R5, Samsung Galaxy S24, etc.
  • Lens model and focal length — the specific lens attached when shooting.
  • Aperture, shutter speed, ISO — the full exposure triangle at time of capture.
  • Image dimensions and orientation — pixel size and whether the phone was rotated.
  • Copyright notices — optional text a photographer can embed.

EXIF is embedded by every smartphone and digital camera. It cannot be turned off at capture time on most devices — it must be removed afterward.

IPTC (International Press Telecommunications Council)

IPTC was developed for professional photographers, photo agencies, and media organizations. Unlike EXIF, IPTC data is typed by a human rather than recorded automatically by hardware.

Common IPTC fields include:

  • Creator name and contact info — the photographer's identity.
  • Copyright statement — full rights notice.
  • Caption and description — editorial description of the image.
  • Keywords — searchable tags for asset management systems.
  • Location (typed) — city, state, country as text, not GPS coordinates.

IPTC data is used by stock photo sites, news agencies, and editorial workflows. It often survives platform uploads that strip EXIF, making it more persistent than GPS data.

XMP (Extensible Metadata Platform)

XMP is Adobe's XML-based metadata standard, introduced in 2001. It stores data in a structured XML format that can represent both EXIF and IPTC information, plus additional fields specific to Adobe software.

XMP is used to store:

  • Edit history — every adjustment made in Lightroom or Photoshop.
  • Star ratings and color labels — organizational metadata from Lightroom.
  • Develop settings — exposure, tone curve, and lens correction values.
  • Duplicated EXIF/IPTC data — XMP can mirror GPS, copyright, and caption fields from the other standards.

For RAW files, Lightroom stores XMP data in a separate .xmp sidecar file rather than modifying the original camera file. For JPEG and other formats, XMP is embedded directly in the file.

What Data Does a Smartphone Photo Expose?

The most practical question is: what is actually in a photo you took with your phone right now?

A typical iPhone or Android photo includes:

  • Precise GPS coordinates — usually accurate to 10–15 meters. If you took the photo at home, this reveals your address.
  • Exact timestamp — not just the date, but the time to the second.
  • Phone model — Apple iPhone 15 Pro, Samsung Galaxy S24 Ultra, etc.
  • Lens details — focal length and aperture of the specific camera module used.
  • Software version — iOS or Android OS version, sometimes the camera app name.

GPS location is by far the biggest privacy risk. A single photo posted publicly with GPS data still embedded can reveal where you live, work, or spend time regularly.

Why You Should Remove Metadata Before Sharing

There are four main reasons to strip metadata before sharing any photo:

  • Location privacy — GPS coordinates in a photo taken at home reveal your address. A photo from your office reveals where you work. This applies to everyone, not just public figures.
  • Stalking and harassment risk — journalists, public figures, domestic abuse survivors, and anyone in a vulnerable situation face elevated risk from exposed location data.
  • Competitive intelligence — EXIF reveals your camera gear and software. IPTC and XMP can expose your editing workflow. Competitors or clients may not need to know this.
  • General hygiene — nobody except a photo agency or archive needs your camera settings, phone model, or precise shooting time when viewing a photo you shared.

How to Remove Image Metadata

Picovert EXIF Remover (online, free, no upload)

The fastest option for one-off removal is Picovert's EXIF Remover. Upload your image and it strips all metadata using a browser Canvas element — your files are never sent to a server. The process runs entirely on your device.

  1. Open the EXIF Remover tool.
  2. Drop your image (JPG, PNG, WebP supported).
  3. Click "Remove EXIF".
  4. Download the clean file — metadata-free, pixels unchanged.

Windows — File Properties

  1. Right-click the image file and select Properties.
  2. Click the Details tab.
  3. Click "Remove Properties and Personal Information" at the bottom.
  4. Choose "Remove the following properties from this file" and check GPS, date, camera info — or choose "Create a copy with all possible properties removed" for a clean duplicate.

Mac — Preview

Preview does not have a direct "remove EXIF" feature. Exporting to JPEG without a color profile will drop some fields, but GPS data often survives. For reliable full removal on Mac, use the Picovert tool above or ExifTool in the terminal.

ExifTool (command line — most powerful)

ExifTool is a free, open-source command-line program that handles all metadata standards across virtually every image format.

  • Remove all metadata:
    exiftool -all= image.jpg
  • Remove only GPS data:
    exiftool -gps:all= image.jpg
  • Process an entire folder:
    exiftool -all= *.jpg

ExifTool modifies files in place and creates a backup with the _original suffix. Add -overwrite_original to skip the backup.

What Metadata Survives Social Media Uploads?

Most major platforms strip EXIF data when you upload a photo:

  • Instagram, Facebook, Twitter/X, LinkedIn — all strip EXIF on upload, including GPS coordinates.
  • Google Drive, Dropbox, iCloud — preserve all metadata by default. Files shared via these services carry full EXIF, IPTC, and XMP data to the recipient.
  • Direct email attachments — metadata is fully preserved.
  • WhatsApp — strips metadata on mobile, but not always when sharing via desktop or as a "document" rather than a photo.

The safest rule: strip metadata before you share, regardless of the platform. Do not rely on the recipient's platform to protect your privacy.

Does Removing Metadata Affect Image Quality?

No. Metadata is completely separate from pixel data. Removing it does not change how the image looks in any way. File size typically decreases by 20–80 KB depending on how much metadata was embedded — this is a benefit, not a cost. For bulk processing before publishing, consider also running images through Picovert's Image Compressor to reduce file size further.