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**:
- Double-click your image file to open it in **Preview** (the default image viewer on macOS).
- Press **Command + I** (or navigate to **Tools > Show Inspector** from the top menu bar).
- Click the **More Info** inspector icon tab (represented by a lowercase "i" inside a dark circle).
- 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**:
- Launch the **Photos** app on your Mac.
- Drag and drop the image into your library, then double-click to open it.
- Press **Command + I** (or click the **Info** icon in the toolbar) to open the metadata inspector panel.
- At the bottom of the panel, locate the field labeled **Assign a Location** (if it's empty) or click on the existing location name.
- Type a street address, business name, town, or exact latitude/longitude coordinates (in decimal format, e.g.,
34.0522, -118.2437). - 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**:
- Open the photo in Preview.
- Click **Tools > Show Inspector** (or press **Command + I**).
- Click the **More Info** ("i") tab, then click the **GPS** sub-tab.
- 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.jpgTo write or edit GPS coordinates:
exiftool -GPSLatitude=34.0522 -GPSLatitudeRef=N -GPSLongitude=118.2437 -GPSLongitudeRef=W photo.jpgTo strip all GPS tags:
exiftool -gps:all= photo.jpgExifTool 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
| Method | Best For | Pros | Cons |
|---|---|---|---|
| Preview | Quick viewing & stripping one photo | Built-in, simple | No coordinate editing |
| Apple Photos | Adding location natively to single files | Built-in, beautiful interface | Requires importing to library |
| ExifTool (Terminal) | Power users, automated folders scripts | Supports batching, scripting | CLI only, steep learning curve |
| Geo Tags Editor | Visual editing, batch processing, local SEO | Map picker, private, zero installation | JPEG files only |
7. Related Guides & Resources
To dive deeper into digital photography coordinates, local ranking SEO, and EXIF tools, check out these local guides on our site: