How to remove photo metadata on Android

Stock Android, Samsung One UI, and Pixel each handle EXIF data differently. Here is what actually works on each, and what to do when the built-in tools quietly leave data behind.

If you want to remove metadata from photos on Android, the first thing to know is that "Android" is not one operating system. Samsung's One UI, Google's Pixel build, OnePlus OxygenOS, and Xiaomi's HyperOS all ship with different camera apps and different gallery apps, and they each handle EXIF data in slightly different ways. A method that strips a photo cleanly on a Pixel may leave GPS coordinates intact on a Samsung. This guide walks through what each option actually removes, and where the gaps are.

The reason this matters is simple. Every photo your Android phone takes is tagged with GPS coordinates by default, plus the device model, the camera serial number, the timestamp, and a couple dozen other technical fields. Most of those fields are harmless. A few of them, especially location, can be enough to identify your home address from a single picture posted online.

What metadata Android cameras add by default

When you take a photo on any modern Android phone, the camera app writes an EXIF block into the image file before the image even reaches your gallery. On a typical Samsung Galaxy or Pixel, that block contains GPS latitude and longitude (down to roughly three meters of precision), GPS altitude, the date and time the photo was taken, the make and model of the phone, the focal length and aperture of the lens, ISO, and a build version of the operating system.

If you used Pro mode, RAW capture, or a third-party camera app, you may also see lens correction profiles, white balance overrides, and capture mode flags. These are mostly harmless, but they uniquely fingerprint the device that took the photo.

Method 1: Turn off location tags before you take the picture

The easiest way to keep GPS data out of your photos is to stop the camera app from writing it in the first place. This does not remove other metadata, but it neutralizes the most dangerous field.

Samsung Galaxy (One UI)

  1. Open the Camera app
  2. Tap the gear icon for Settings
  3. Scroll to "Location tags"
  4. Toggle it off

Google Pixel

  1. Open the Camera app
  2. Swipe down or tap the gear icon
  3. Tap "More settings"
  4. Toggle off "Save location"

Stock Android and most other devices

The setting is almost always inside the camera app's own settings, labeled "Location tags," "Save location," or "Geo-tagging." On phones where you cannot find it, go to Settings → Apps → Camera → Permissions → Location and set it to "Don't allow."

What this does not fix

Disabling location tags only stops new photos from getting GPS data. Every photo already in your gallery still contains coordinates. And the camera app will still write the device model, the timestamp, and the technical capture data into every new image.

Method 2: Use the Google Photos location toggle when sharing

Google Photos has a built-in option to strip GPS data from photos at the moment you share them. The original copy in your library keeps its location, but the file that leaves your phone does not.

  1. Open Google Photos
  2. Tap your profile picture in the top right
  3. Go to "Photos settings"
  4. Tap "Sharing"
  5. Toggle off "Remove geo location"

Wait, that toggle is named in reverse. When the toggle is on, Google Photos removes location data when you share. When it is off, location data is shared. Read it carefully before you assume you are protected.

This option only works for shares initiated from inside Google Photos. If you upload the same image to a different app, or attach it to an email from your gallery, the GPS data goes along with it.

Method 3: Use Samsung's "Remove location data" option

One UI lets you strip GPS data from photos already in your gallery, but it requires opening each photo individually.

  1. Open the Samsung Gallery app
  2. Tap a photo
  3. Tap the three-dot menu
  4. Tap "Details"
  5. Tap the location, then "Remove location data"

This removes the GPS tags from that single photo. It does not touch the device model, the timestamp, or any other EXIF field. It is a one-photo-at-a-time tool, which makes it impractical for cleaning a full camera roll.

Method 4: Files by Google "Safe folder" workaround

Some users report that copying a photo into the Safe folder in Files by Google and then exporting it produces a stripped copy. We tested this on a Pixel 8 and a Galaxy S24, and the results were inconsistent. On the Pixel, GPS was removed but device model survived. On the Galaxy, both were preserved. Do not rely on this method for anything sensitive.

Method 5: Strip everything with StripIt

StripIt is a privacy app for iOS that removes all EXIF data in one tap. The Android version is in development. In the meantime, the most reliable option for Android users is a dedicated metadata removal tool that processes photos on-device, without uploading them to a server.

Whichever app you pick, look for these properties:

What about screenshots?

A screenshot of a photo does technically remove most EXIF data, because Android writes a fresh PNG file from the framebuffer. The screenshot has no GPS, no camera model, and no original timestamp. But it also has the lower resolution of your screen, any UI elements that were visible (notifications, status bar), and a different color profile than the original image. It is a workable last-resort method, not a reasonable workflow.

Verifying that metadata is actually gone

After you strip a photo, verify it. Do not trust that any tool worked correctly without checking the result. The simplest way on Android is to install a free EXIF viewer like Photo Exif Editor or Exif Eraser, open the cleaned file, and confirm that no GPS, no camera model, and no timestamp remain. If any of those fields are still populated, the strip did not work.

You can also email the file to yourself and inspect it on a desktop with ExifTool, which is the most reliable EXIF reader available. Run exiftool photo.jpg and read the output. A truly clean file will show only basic image properties: dimensions, color space, and file size.

Use StripIt on iPhone today, Android soon

StripIt removes GPS, camera serial, timestamps, and 22+ other hidden tags in one tap. On-device processing, no servers, no tracking. Android version coming soon.

Download StripIt

Build the habit before the next post

Every method above works best as a default, not a one-time fix. Turning off location tags in your camera app is a permanent change. Stripping metadata before sharing should become as automatic as picking a caption. The whole point of EXIF removal is that you do it once per photo and forget about it, not that you remember to clean a specific image after you have already posted it twice.

The reason most privacy advice fails is that it adds friction. The reason metadata stripping works is that, once you have a tool installed and a habit built, it costs you nothing per photo. Set it up once. Then ship.