How to Remove Sensitive GPS Location Data from Images Using Preview on macOS

When you are preparing to upload a high-resolution photograph (e.g., a .jpg or .heic file) to a public server from a macOS workstation, simply verifying the visual pixels is mathematically insufficient for operational security. Modern digital cameras permanently inject highly sensitive geometric metadata—specifically absolute GPS coordinates and hardware serial numbers—directly into the EXIF header of the file. To force the Core Graphics engine to surgically locate and permanently eradicate this hidden telemetry without degrading the image quality, you must deploy the Inspector matrix within the native Preview application.

Locating the Hidden Telemetry Matrix

The Preview engine contains a deeply embedded Inspector utility capable of parsing and displaying raw EXIF data structures normally invisible to the standard GUI.

  1. Locate your target image file in Finder and double-click to open it natively in Preview.
  2. Look at the absolute top menu bar. Click on Tools.
  3. From the drop-down array, select the Show Inspector command (or execute the hotkey: Cmd + I).
  4. A compact floating modal will spawn. Click the More Info tab (the icon resembling a small “i” inside a dark circle).

Executing the Surgical Amputation

  1. Within the More Info matrix, you will see a series of sub-tabs. Click on Exif to view the hardware telemetry (camera model, shutter speed, lens data).
  2. Critically, click on the GPS tab. If the image contains location data, the OS will render a live map showing the exact physical geometric coordinates where the image was captured.
  3. Look at the absolute bottom of the GPS tab. You will see a highly specific button labeled Remove Location Info.
  4. Click this button.

The exact millisecond you click the button, the Core Graphics engine intercepts the file payload. It mathematically isolates the GPS data blocks within the EXIF header and violently deletes them, leaving the actual image pixels 100% intact. The GPS tab will instantly vanish from the Inspector, providing mathematical proof that the telemetry has been eradicated. To permanently lock this sanitized state into the file, execute the absolute save command: Cmd + S.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.