How to Geotag Photos on Mac: A Complete Step-by-Step Guide

Verified Privacy & Technical Accuracy: Developed and verified by metadata software engineers. All operations run locally inside your browser with 0% server uploads.

Managing GPS location metadata on macOS doesn't have to be complicated. Here is a complete guide to natively viewing, adding, editing, or removing geotags on a Mac using built-in apps, advanced terminal utilities, and the best browser options.

If you're a photographer, real estate agent, or privacy enthusiast using a Mac, you probably deal with geotagged images constantly. A geotag contains the exact geographical coordinates (latitude and longitude) of where a photo was taken, written directly into its EXIF metadata. While this is fantastic for organising vacation shoots or boosting local SEO, it can also pose serious privacy risks if shared carelessly.

Table of Contents

macOS offers robust native features to handle coordinates, but they are split across different apps like Preview and Apple Photos. This guide covers how to execute these location tasks step-by-step, no matter your technical level.

Key Takeaways

  • Use **Preview** (Cmd + I) to view precise EXIF GPS coordinates instantly on your Mac.
  • Use the built-in **Apple Photos app** to add or edit location metadata.
  • Mac Preview has a one-click command to completely strip location data for privacy.
  • For batch actions and map-based coordinates editing, the free [Geo Tags Editor homepage](/) offers a 100% private, browser-based solution that runs entirely on your device.

1. How to View Photo GPS Coordinates on Mac

You can check if a JPEG contains GPS data without any third-party software. The quickest built-in method is using **Mac Preview**:

  1. Double-click your image file to open it in **Preview** (the default image viewer on macOS).
  2. Press **Command + I** (or navigate to **Tools > Show Inspector** from the top menu bar).
  3. Click the **More Info** inspector icon tab (represented by a lowercase "i" inside a dark circle).
  4. Look at the sub-tabs below. Click the **GPS** tab.

If the GPS tab is present, you will see a list of location fields including latitude, longitude, altitude, and direction, alongside an interactive Apple Maps window pinpointing the location. If you do not see a GPS tab, it means the photo has no geographical metadata embedded.

2. How to Add or Edit Location Geotags Natively

While Preview is excellent for checking metadata, it is read-only for coordinates. If you want to manually add a new location or modify an incorrect geotag, the simplest native tool is the **Apple Photos app**:

  1. Launch the **Photos** app on your Mac.
  2. Drag and drop the image into your library, then double-click to open it.
  3. Press **Command + I** (or click the **Info** icon in the toolbar) to open the metadata inspector panel.
  4. At the bottom of the panel, locate the field labeled **Assign a Location** (if it's empty) or click on the existing location name.
  5. Type a street address, business name, town, or exact latitude/longitude coordinates (in decimal format, e.g., 34.0522, -118.2437).
  6. Press **Enter** and select the matching location from the drop-down list.

Photos will write this location metadata to its database. If you drag the file back out of the Photos app to your Desktop, it will carry the newly embedded EXIF GPS tags.

3. How to Remove GPS Data Natively Using Preview

Before sharing a photo of your home, children, or a private job site, you may want to completely clear the GPS coordinates. You can do this quickly inside **Preview**:

  1. Open the photo in Preview.
  2. Click **Tools > Show Inspector** (or press **Command + I**).
  3. Click the **More Info** ("i") tab, then click the **GPS** sub-tab.
  4. Click the **Remove Location Information** button at the bottom of the Inspector window.

Preview will immediately strip the entire EXIF GPS metadata block, leaving the rest of your photo's camera specifications (like ISO, shutter speed, and date) completely intact. Save the file (Cmd + S) to apply the change.

4. Advanced Geotagging with ExifTool in Terminal

For power users, developers, and photographers dealing with thousands of RAW or JPEG files, command-line utilities are unmatched. The gold standard for metadata management is **ExifTool**:

First, install ExifTool on your Mac (usually via Homebrew by typing brew install exiftool in Terminal). Once installed, you can use these commands:

To view location data:

exiftool -gps* photo.jpg

To write or edit GPS coordinates:

exiftool -GPSLatitude=34.0522 -GPSLatitudeRef=N -GPSLongitude=118.2437 -GPSLongitudeRef=W photo.jpg

To strip all GPS tags:

exiftool -gps:all= photo.jpg

ExifTool is incredibly powerful because it can process entire folder hierarchies in fractions of a second, but it does require learning syntax and command line structures.

5. The Easiest Client-Side Browser Alternative

If you don't want to import images into Apple Photos, mess with terminal commands, or lose control over your files, you can use a secure browser utility. Our [free online Geo Tags Editor](/) is the perfect middle-ground for macOS users:

  • 100% Client-Side: Uses the HTML5 FileReader API to parse EXIF metadata directly inside your browser. Your images never leave your Mac.
  • Interactive Map: Drag a marker to coordinates on an interactive OpenStreetMap to select your location visually.
  • Batch Mode: Upload multiple files simultaneously, adjust coordinates, and save updated copies in seconds.
  • No installation: Works instantly on Safari, Chrome, and Firefox on macOS.

To use it, just navigate to the [homepage](/) of this site, upload your photo, pick a point on the map, click **Apply Coordinates**, and download the updated JPEG file. It's completely free, unlimited, and highly optimized for privacy.

6. Summary of Methods

MethodBest ForProsCons
PreviewQuick viewing & stripping one photoBuilt-in, simpleNo coordinate editing
Apple PhotosAdding location natively to single filesBuilt-in, beautiful interfaceRequires importing to library
ExifTool (Terminal)Power users, automated folders scriptsSupports batching, scriptingCLI only, steep learning curve
Geo Tags EditorVisual editing, batch processing, local SEOMap picker, private, zero installationJPEG files only

To dive deeper into digital photography coordinates, local ranking SEO, and EXIF tools, check out these local guides on our site:

✍️

Written by the GeoTagsEditor Editorial Team

Our development and editorial team specializes in image metadata architecture, EXIF GPS standards, and digital privacy. Every tool and guide we publish is verified for technical accuracy and operates entirely client-side for absolute privacy.