How-To Guide13 min read··Updated

How to Remove Location from Photos: A Simple Step-by-Step Guide

GS
GhostShield VPN
Asian woman lying on a cozy sofa taking a selfie with a smartphone in a comfortable home setting.
Photo by cottonbro studio on Pexels
Continue reading

That sunset photo you just posted? It might be telling strangers exactly where you live, all without you realizing it.

You snap a quick picture of your morning coffee, toss it on Instagram, and move on with your day. But tucked inside that image is a digital sticky note, invisible to the eye, that points to the cafe’s exact address and the minute you walked in. This hidden helper is called geotagging, and it’s been switched on by default for years.

The spotlight got brighter this summer. California’s new DROP tool (a portal that helps residents request deletion of data from brokers) reminded everyone just how much personal information escapes our control. Around the same time, the Electronic Frontier Foundation (EFF) published a fresh warning about photo metadata. Its message was blunt: even a casual snapshot can expose patterns that stalkers, burglars, or data-hungry apps would love to collect.

The good news? You don’t need a tech degree to fix this. In about five minutes, you can stop every new photo from broadcasting your whereabouts and scrub the old ones that have been sitting in your camera roll for years. Here’s how to do it on today’s phones (yes, we’ve got the latest iOS 19 and Android 16 steps), plus the extra tools that give you peace of mind for good.

(If you want to zoom out and see the whole privacy picture, our Complete Guide to Online Privacy walks you through everything from passwords to data brokers.)


Why your photos might be spilling your location

What is geotagging, really?

Think of geotagging as a GPS tracker that gets baked into every photo. When your phone’s camera app has location access, it stamps the image with a tiny packet of metadata called EXIF data. That packet often includes:

  • The address where you stood (down to the building)
  • The date and time the picture was taken
  • The make and model of your phone
  • Even the direction you were facing

This information lives inside the photo file. You never see it when you scroll through your gallery, but anyone who downloads the file can pull it up with free tools in seconds.

Who can see it?

Social platforms like Instagram and Facebook usually strip some metadata when you upload, but they don’t always catch everything. And if you share a photo through text, email, a messaging app, or a cloud link, the location tag often rides along untouched.

The unsettling part: no hacking is required. We tested free apps such as Exif Viewer (iPhone) and Photo Exif Editor (Android). In under a minute, they revealed the exact spot where a random test photo was taken. A photo of your kids at the playground could show the park you visit every Saturday. A picture of your new car in the driveway could tell someone where you live. A vacation snapshot from the beach could signal an empty house.

Real-world risks

It’s not just about strangers. A friend you share photos with might forward one without knowing they’re also passing along your location. And because location data can accumulate over years, old photos can give away former homes, workplaces, or favorite routes, data that identity thieves and data brokers value.

(If you’ve ever wondered what other digital breadcrumbs you’re leaving, run our What Is My IP Address tool to see what your device broadcasts online right now.)


How to turn off geotagging before taking photos

The simplest move: stop your camera from saving location data in the first place. The steps have changed slightly with the newest operating systems, so we’ve refreshed them for iOS 19 and Android 16.

On iPhone (iOS 19)

Disable location for the Camera app:

  1. Open Settings and tap Privacy & Security.
  2. Select Location Services.
  3. Scroll to Camera and tap it.
  4. Choose Never. (In iOS 19 you’ll also see a Precise Location toggle. Turning it off is a good compromise if you want the Camera to know your general city but not your street.)

Screenshot: The Camera app’s location permission screen with ‘Never’ selected.

Quick toggle from Control Center:

  1. Swipe down from the top-right corner to open Control Center.
  2. Long-press the Location icon (it’s the little arrow).
  3. Tap Camera to revoke temporary access.

Bonus tip: While you’re in Location Services, scroll through your apps and turn off location for any social media apps that don’t truly need it (Instagram, Facebook, TikTok). This stops them from silently adding location tags to your posts later.

On Android 16

Turn off location for the Camera app:

  1. Open Settings and tap Location.
  2. Tap App location permissions (or App permissions, depending on your phone brand).
  3. Find Camera in the list and select Don’t allow.

Screenshot: The Camera app highlighted, with ‘Don’t allow’ chosen.

Quick settings shortcut:

  1. Swipe down twice from the top of your screen to open the full Quick Settings panel.
  2. Tap the Location tile to turn it off before taking sensitive shots. (This disables GPS system-wide, so it’s a blunt but effective method.)

Heads-up: The exact labels can vary a bit by manufacturer. On a Samsung Galaxy running Android 16, you might go to Settings > Security and privacy > Privacy > Permission manager > Location. On a Google Pixel, the path is closer to the stock Android steps above. Either way, look for the Camera in your location permission list and toggle it off.


How to remove location data from existing photos

You’ve probably already taken hundreds or thousands of photos with location tags attached. Don’t worry, you can clean them up. Here’s a battle-tested approach that covers your phone, your computer, and even command-line power tools.

On iPhone (iOS 19)

Single photo from the Photos app:

  1. Open the photo and tap the Share button (square with an arrow).
  2. Tap Options near the top.
  3. Toggle off Location and All Photos Data, then tap Done.
  4. Now share the sanitized copy via Messages, Mail, or AirDrop.

Batch removal with third-party apps:

  • Metapho (free with in-app purchase): View and remove metadata from individual photos or share cleaned copies.
  • Photo Investigator (paid): Strip location and other EXIF tags from multiple images at once.

On Android 16

Using Google Photos:

  1. Open the photo in Google Photos.
  2. Tap the three-dot menu (top right) and select Info.
  3. Tap the location tag and choose Remove location. (If the photo is backed up, this change will sync to the cloud too.)

Batch removal apps:

  • Exif Eraser (free): Select a bunch of photos and wipe all metadata in one tap.
  • Photo Metadata Remover (paid): Offers finer control, you can keep the date but remove GPS, for instance.

On your computer (any OS) with ExifTool

For serious clean-up jobs, ExifTool is the Swiss Army knife of metadata stripping. It’s a free command-line tool that works on Windows, macOS, and Linux. It might look intimidating, but a single command can strip all location data from every photo in a folder.

Installation:

  • Windows: Download the executable from exiftool.org, rename it to exiftool.exe, and place it in a folder (say C:\exiftool).
  • macOS: If you have Homebrew, open Terminal and type brew install exiftool. Otherwise, download the package from the website.
  • Linux: Most distributions include it in the package manager (sudo apt install libimage-exiftool-perl on Ubuntu).

Strip GPS data from a single photo:

exiftool -gps:all= IMG_1234.jpg

Wipe all metadata from an entire folder (creates original backups):

exiftool -all= -overwrite_original /path/to/your/folder

(With -overwrite_original, the files are modified in place. If you want to keep untouched copies, remove that flag and ExifTool will save the originals with a “_original” suffix.)

ExifTool can also be used to verify that location data is truly gone:

exiftool IMG_1234.jpg | grep GPS

If nothing appears, you’re clean.

Comparison of metadata-cleaning apps

AppPlatformBatch removalPriceEase of use
MetaphoiOSYes (paid)Free / $3.99 premiumVery easy
Photo InvestigatoriOSYes$2.99Easy
Exif EraserAndroidYesFreeVery easy
Photo Metadata RemoverAndroidYes~$1.99Moderate
ExifToolDesktopYes (bulk)FreeAdvanced

If you only share a few photos a week, the built-in share-without-location tricks are enough. But if you’re a shutterbug or someone who needs to regularly hand off images to clients, ExifTool or a paid app will save you hours.


How to share photos safely on social media

Even after you’ve scrubbed metadata, social platforms can try to re-add a location tag. Here’s how to stay in control.

Facebook and Instagram

Before hitting post:

  1. Tap Edit on the photo.
  2. Look for any location suggestion added by the app and remove it (tap the “X” or select “Remove”).
  3. Review your overall privacy settings. On Instagram, you can block the app from accessing your phone’s location entirely in your device settings, which prevents it from auto-tagging photos with your current city.

Twitter/X

Disable location services for the Twitter app in your phone’s settings. Avoid adding a location to individual tweets; if you ever used location tagging before, go to Settings and support > Settings and privacy > Privacy and safety > Location information and delete your attached location history.

WhatsApp and Telegram

These apps compress images and sometimes strip metadata, but don’t count on it. Always remove location data yourself before sending. A quick way: use the share-options trick on iPhone or the “Remove location” step in Google Photos on Android before forwarding.

Cloud storage (Google Drive, iCloud, Dropbox)

If you’re sharing a link to a folder of photos, the files remain unaltered. Strip metadata before uploading, or use the sharing platform’s built-in sharing options that offer “View only” and restrict downloads, though determined recipients can still screenshot. To be safe, share cleaned copies.

(For a full walkthrough of locking down your social media, head to our How to Erase Your Digital Footprint guide.)


Extra tips to keep your location private

Use airplane mode for sensitive shots

If you’re taking photos inside your home or another private spot, flip on airplane mode first. This prevents your phone from adding any location data to that session, even if your camera permissions are set to allow it.

Don’t forget Live Photos and videos

Live Photos and video files often contain even more metadata than still images, including movement and audio information. Treat them the same way: strip location tags before sharing, or disable location for the Camera app entirely when filming in sensitive locations.

Check your location history

Both Android and iOS keep a running log of where you’ve been if you haven’t disabled “Location History” or “Significant Locations.” Here’s how to turn them off:

  • iPhone (iOS 19): Go to Settings > Privacy & Security > Location Services > System Services > Significant Locations. Toggle it off, and consider clearing your history. This prevents your phone from learning your home address or daily routine.
  • Android 16: Open Settings > Location > Location History. Turn it off for your account, and review the automatic deletion settings (set it to 3 months, or delete all history manually).

Password-protect your shared albums

If you must share a batch of sensitive photos, consider using a service that lets you set a password and expiration date on the shared link, like a private album in iCloud or a secure folder in Proton Drive. This keeps photos out of search engines and limits casual spreading.


Why a VPN is your last line of defense

So far we’ve focused on the location data that’s smuggled inside your photos. But there’s another layer of location leakage that a VPN locks down: your IP address.

When you upload a photo to the cloud, send it via email, or post it on a forum, the server you’re connecting to logs your IP address. That IP alone can reveal your city, your internet provider, and sometimes your exact ZIP code. Scrubbing EXIF data removes the GPS coordinates baked into the image, but it doesn’t hide where you are when you share it. A VPN (Virtual Private Network) solves that by routing your traffic through an encrypted tunnel and giving you a temporary IP from a location of your choice.

This matters in a few everyday scenarios:

  • You’re a travel photographer uploading client proofs from a coffee shop’s Wi-Fi. Without a VPN, the Wi-Fi operator and anyone snooping on the network see your real IP and could infer your location. Stripping metadata is step one. Masking your IP with a VPN is step two.
  • You’re sharing personal photos on a community site where you don’t want to reveal your home region. The VPN makes it look like you’re posting from a different city or even a different country.
  • You’re storing photos in the cloud. Even if the files themselves are clean, your ISP and the cloud provider log your real IP with every upload. A VPN decouples that activity from your true location.

For photographers who regularly share their work online, you can think of it as a two-step shield: strip the hidden map from your files, then cloak the connection that sends them. We’ve covered the tools that handle the first part. For the second part, GhostShield VPN includes a dedicated use case for photographers who want to share previews securely without revealing their home IP. It also offers fast servers optimized for uploading large image files, so you don’t have to choose between privacy and speed.

(If VPNs sound complicated, don’t worry. Our What Is a VPN and How Does It Work? guide explains everything in plain English, no tech jargon.)


Key takeaways: quick steps to protect your privacy

  • Turn off geotagging in your phone’s camera settings (set location access to “Never” on iPhone or “Don’t allow” on Android).
  • Remove metadata from existing photos using built-in sharing options, free apps, or ExifTool on your computer.
  • Check social media before posting, delete any automatic location tags and lock down app permissions.
  • Share photos safely by stripping location data before sending them or using private, password-protected links.
  • Layer your privacy by pairing clean files with a VPN when uploading, so your IP address doesn’t give away your location.

Further reading and tools

For photographers who want a deeper dive into privacy-first workflows, explore GhostShield’s photographer use case. And if you’re ready to add the IP-protection layer, you can check out pricing plans here.


Final thoughts

Your photos are more than memories. They’re breadcrumbs that can map out your daily life, your home, and your habits. But taking control of that trail is easier than most people think. A few setting toggles, a simple metadata scrub, and a VPN for the upload can turn your camera roll from a privacy liability into a private, fun collection that stays that way.

You wouldn’t leave your front door wide open. Treat your photos the same way, and you’ll never have to worry who might be peeking through the window.

Related Topics

stop photo location trackingremove location from photoshow to turn off geotaggingprotect location privacyphoto metadata removal guide

Keep Reading

Protect Your Privacy Today

GhostShield VPN uses AI-powered threat detection and military-grade WireGuard encryption to keep you safe.

Download Free