Remove GPS and EXIF Data From Photos (Android)
Your photo carries the coordinates of where it was taken, the time and the phone model. What EXIF holds, which apps strip it, and how to clear it yourself.
EXIF is metadata written inside the JPEG or HEIC file itself — the GPS coordinates of where the shutter fired, the date and time to the second, the phone model, sometimes the owner's name — and it travels with the file wherever it goes. Strip it before you send a photo anywhere you would not post your street address: the ordinary photo path in most messaging apps re-encodes the image and drops it, but "send as file", email attachments, cloud-drive links and direct transfers hand over the original bytes intact.
Doing that on the phone rather than on a website is the point, and it is what Convertlix for Android is built around. Its Metadata Cleaner strips EXIF, GPS and camera data into a clean copy on the device: you pick the photo through Android's own file picker, the work happens locally, and nothing is uploaded, so there is no server copy to retain. It needs Android 8.0 or later and a one-time sign-in, after which the tools work with the network off — the honest test. On the free tier a file can be up to 25 MB and a batch up to 5 photos, against a server-set monthly allowance shown in the app; cleaned files land in Downloads.
You're not imagining it — the file knows where you were
If a photo you were sent has ever appeared on a map, that is EXIF working as designed: the camera wrote the location because location tagging was on, and everything downstream reads it because reading it is documented behaviour.
The fixable half is the metadata block, and it comes off in seconds. What no tool fixes is the visible content, the copies you have already sent, and the timestamps the receiving service adds itself: stripping EXIF from a photo of your front door does not hide your front door.
What EXIF actually contains
A phone photo's field list is longer than people expect:
- GPSLatitude, GPSLongitude, GPSAltitude, GPSTimeStamp — position typically to a few metres, plus a UTC clock reading.
- DateTimeOriginal — the capture moment to the second, with a UTC offset on newer phones.
- Make, Model, LensModel, focal length, exposure, ISO — the device fingerprint; a matching Make and Model ties photos to one phone.
- Software and Orientation — the OS build or app that last wrote the file, and the rotation flag viewers obey so the image looks upright.
- Artist, Copyright and maker notes — an owner name if a camera app was configured with one, plus a vendor block of tens of kilobytes.
- An embedded thumbnail — and this is the trap.
The thumbnail is a small separate JPEG inside the EXIF block. Some editors rewrite the main image and leave it untouched, so a crop that removed a face or an account number can survive in the 160x120 preview. Modern phone editors mostly regenerate it, but the failure mode is old and you cannot tell by looking.
Which channels strip metadata and which don't
Each service sets this and it changes with app versions, so this is documented behaviour as of September 2026, not a permanent rule. When unsure, assume the metadata survives.
| How you send it | EXIF as of September 2026 | What you lose |
|---|---|---|
| WhatsApp, Instagram or Facebook, sent as a photo | Re-encoded on upload; EXIF including GPS is dropped | Quality and resolution, plus the capture timestamp |
| The same apps, "send as document" or "send as file" | Preserved — delivered byte for byte | Nothing, which is the problem |
| Email attachment | Preserved | Nothing; the attachment is the original |
| Google Drive, Dropbox or OneDrive link | Preserved — the stored file is the one you uploaded | Nothing; the link may outlive the chat |
| Bluetooth, Nearby Share, Quick Share, USB copy | Preserved — a file copy is a file copy | Nothing |
Uploading to a "remove EXIF online" site is therefore self-defeating: to have a server delete your coordinates, you must first send it the coordinates, attached to the photograph they describe, and that copy sits in someone else's storage for as long as their retention policy says. The same applies to converting a photo, which is why HEIC to JPG on Android (Free, Offline) is worth doing locally too.
How to remove GPS and EXIF data from a photo on Android
- Decide whether you will need the metadata later. Insurance claims, warranty disputes and anything legal rely on the capture time and device, so clean a copy and archive the original.
- Work on a copy, never on your single remaining original. Stripping metadata is not reversible: once the GPS tag is gone, no tool infers where the photo was taken.
- Open a metadata cleaner and add the photo. Free tools cap file size and batch length, so run a large set in groups.
- Check the result before you send it. Orientation is itself an EXIF tag, so a cleaned photo can come out rotated in some viewers. Then check its details in Google Photos or a file manager: no map and no camera model means the block is gone.
- Send the cleaned copies and keep the originals. If the photos are headed for an application form, Turn Photos Into One PDF for an Upload (Android) is the next step — strip before you assemble the PDF, not after.
The free routes worth trying first
Two built-in options cost nothing and are already installed; for the common case they beat any extra app.
Google Photos, when you share. The share flow offers a location toggle, and a setting removes geo-location from items shared by link. As of September 2026 that governs what Google shows a recipient through Photos, not a file you hand over by Bluetooth or email, so it is no substitute for cleaning the file.
The camera's own setting. Mainstream Android camera apps have a "Save location", "Location tags" or "Geotagging" switch in the camera's own settings. Turning it off means new photos never carry coordinates, which beats removing them afterwards, but it does nothing to the photos already in your library.
When this doesn't work
Screenshots. A screenshot has no camera EXIF and no GPS, so there is nothing to strip — but it holds whatever was on screen: a notification name, a map pin, a balance. Crop it before sharing.
PNG and WebP files. Neither uses EXIF the way JPEG does: PNG carries text and metadata chunks, WebP can carry EXIF and XMP chunks, and a cleaner aimed at JPEG and HEIC may not touch them.
The image content itself. Street signs, house numbers, a licence plate, a reflection in a window: metadata removal does nothing about any of it, and that is what identifies a place in most real cases.
Desktop RAW workflows. Lightroom and Capture One write XMP sidecars beside the raw image with their own copy of the location data, and a phone tool cleaning the image will not touch a separate .xmp.
FAQ
Does WhatsApp remove EXIF data?
As of September 2026, a photo sent through WhatsApp's normal photo picker is re-encoded on the way out and arrives without EXIF, including the GPS tag. The same photo sent as a document arrives byte for byte with its metadata intact, which is the case people get caught by. App behaviour changes between versions, so when it matters, strip the metadata before sending.
Does a screenshot remove metadata?
Mostly, yes. A screenshot is a new image built from the pixels on screen, so it carries no camera EXIF and no GPS, though it usually records its own creation time and sometimes the device model. The catch is that it captures everything visible at that moment, so cropping it matters more than cleaning it.
Can I see what EXIF a photo has?
Yes. On Android, open the photo in Google Photos and the info panel shows the date, the camera and a location line or map when a GPS tag is present; most file managers show the same fields under Details. For the full list, including maker notes and the embedded thumbnail, ExifTool on a desktop is free and can edit individual fields rather than clearing the lot. A cleaner removes fields rather than displaying them, so look first if you want to know what was there.
Does Convertlix upload my photo to strip it?
No. The photo is opened through Android's own file picker, the metadata is removed on the phone, and the clean copy is written to Downloads; the app's network calls carry identity, licence, quota, configuration and payment data, never a file. Switch on airplane mode and the tool still works. Signing in once is required, and the app asks for no storage permission.
Does removing EXIF reduce file size?
Slightly, and it is not a way to compress a photo. A metadata block is typically a few kilobytes, or tens of kilobytes with an embedded thumbnail and a vendor's maker notes, against an image of several megabytes. If you need the file smaller, resize or re-encode the image itself.
If a photo is about to leave your phone and you would rather it not carry a map pin of your kitchen, clean the copy and keep the original.