re;file labs
Image Metadata

How to Remove Metadata from Photos (Without Uploading Them)

Every photo you take embeds GPS coordinates, device information, and timestamps inside the file. Here's what that data looks like, why you should strip it before sharing, and how to do it without sending your photos to a server.

How to Remove Metadata from Photos (Without Uploading Them)

Photos taken on a smartphone embed a surprising amount of information inside the file itself. Not in the image you can see — inside the metadata block that travels silently with it. Share that file and you share the metadata too. Most people discover this the first time they look at it and immediately want to know how to get rid of it.

What Metadata Is Actually Inside Your Photos

The standard for image metadata is called EXIF (Exchangeable Image File Format). It was introduced in 1995 and is now written by virtually every digital camera and smartphone by default.

A typical JPEG from a modern smartphone contains:

  • GPS coordinates: latitude, longitude, and sometimes altitude and direction of travel — precise enough to identify a specific room in a building
  • Device make and model: iPhone 15 Pro, Samsung Galaxy S24, Canon EOS R5, and so on
  • Camera settings: aperture, shutter speed, ISO, focal length, flash status
  • Timestamps: when the photo was taken, and often when it was last edited
  • Software: the app or version that processed or exported the image
  • Image dimensions and color space

The GPS data is the one that tends to alarm people. A photo taken at home, posted publicly, tells anyone who inspects the file exactly where home is. A photo shared from a workplace, a hotel, a medical facility — same story.

Why You Would Want to Strip It

A few concrete scenarios where metadata removal matters:

Posting photos publicly. Publicly shared photos with GPS data embedded can reveal your home address, daily routine, and frequently visited locations over time. Most social platforms strip EXIF data on upload, but not all do, and you can't always verify it.

Sharing files professionally. Timestamps and device information are rarely relevant to the recipient and create unnecessary information exposure. A client receiving a product photo doesn't need to know which iPhone model captured it or when.

Compliance. Some data handling policies, particularly in legal, healthcare, and financial contexts, require stripping personal information from files before sharing or storing them. GPS coordinates and device identifiers can qualify as PII.

You don't control the destination. Once a file leaves your device, you don't control where it goes next. Stripping metadata before sending is the only reliable way to limit what travels with it.

How to Remove Metadata Without Uploading Your Photo

Most online metadata removal tools work by uploading your photo to a server, processing it there, and returning the stripped file. That creates the same problem you're trying to solve: your photo, with all its embedded data, lands on infrastructure you don't control.

The re;file labs image metadata editor takes a different approach. The entire process runs in your browser using WebAssembly — no upload, no server, no third party involved. The file never leaves your device.

It supports the formats where EXIF metadata commonly appears:

  • JPEG — the format used by most cameras and phones, and the most EXIF-rich
  • WebP — increasingly common for web images
  • PNG — less common for EXIF but supported
  • TIFF — standard in professional photography and print workflows

Drop your file onto the tool, and the full metadata table loads immediately. From there you can remove specific fields, use preset groups, or strip everything at once.

Selective Removal vs. Stripping Everything

Depending on what you need, there are two approaches:

Strip all metadata. One click removes every EXIF field from the file. The downloaded image contains no metadata at all. This is the right choice when you want a clean file with no information attached.

Remove specific fields or presets. If you want to keep some metadata (camera settings for a portfolio, copyright information, timestamps) but remove the sensitive parts, the editor lets you target specific fields. Four preset groups cover the most common use cases:

  • GPS and location — removes all GPS tags as a unit (latitude, longitude, altitude, direction, and the rest of the GPS block)
  • Timestamps — removes date/time fields including capture time, digitization time, and offset data
  • Device and lens — removes make, model, software, lens details, and serial numbers
  • Author and rights — removes artist, copyright, and description fields

You can also delete individual fields by hand if you want more control.

Other Options

If you prefer not to use a browser-based tool, a few alternatives worth knowing:

ExifTool is the command-line standard for metadata editing. It handles every format and every field, and supports batch processing. It requires installation but is free and runs locally. exiftool -all= photo.jpg strips everything.

ExifExodus (oxism.com) is a browser-based tool specifically for GPS removal. It runs locally like re;file labs but only handles GPS tags, with no other editing.

ImageMagick can strip metadata as part of a larger image processing pipeline: convert input.jpg -strip output.jpg. Useful if you are already processing images in bulk.

Most other online tools (exifremover.com, imagy.app, metadata2go.com) upload your file to a server for processing. That works fine for non-sensitive images where the convenience trade-off is acceptable.

A Note on Social Platforms

Facebook, Instagram, Twitter/X, and most other major platforms strip EXIF data when you upload photos. So your GPS coordinates are not typically visible to viewers on those platforms.

However: the platform itself receives the original file, including all its metadata, before stripping it. Whether you consider that acceptable depends on how much you trust the platform with that data. Stripping metadata locally before uploading means no one receives it, including the platform.

If you want to read what metadata is currently in a photo before deciding what to remove, the image metadata viewer shows the full EXIF table without requiring any edits.