How GPS Geotagging Works — How Location Gets Into Photos
When you take a photo on a modern smartphone, you are likely creating more than an image. If location services are enabled, your device records the exact coordinates of where you stood at the moment you pressed the shutter — and embeds those coordinates invisibly inside the photo file. This process is called GPS geotagging, and it happens silently, automatically, and in a fraction of a second.
Understanding how geotagging works helps you use location data purposefully for field documentation, inspection records, and GIS exports — and helps you recognise when it should be removed before sharing a photo publicly.
The basics: how location gets into a photo file
The GPS receiver in a smartphone or camera determines its position by communicating with a constellation of satellites orbiting the Earth. The receiver measures the signal travel time from multiple satellites simultaneously and triangulates a precise location. On a clear day in open sky, this process can achieve accuracy within a few metres. In dense urban environments or indoors, accuracy depends on how many satellites are visible plus any supplementary signals from Wi-Fi positioning or cellular tower data.
Once the device has a location fix, it packages that position as a set of coordinates — latitude, longitude, and sometimes altitude — and writes them into the image file's EXIF metadata block. The entire sequence from shutter press to coordinates written to disk typically takes less than a second.
What GPS fields are stored in EXIF?
The EXIF standard defines a specific group of tags for GPS information. The fields most commonly populated by modern devices are:
- GPSLatitude and GPSLatitudeRef: the latitude in degrees, minutes, and seconds, along with a reference value of N or S (north or south of the equator).
- GPSLongitude and GPSLongitudeRef: the longitude in degrees, minutes, and seconds, with E or W indicating east or west of the prime meridian.
- GPSAltitude and GPSAltitudeRef: the height above sea level in metres, and whether the value is above or below sea level.
- GPSTimeStamp: the precise UTC time at which the location was recorded by the GPS receiver — this is separate from the camera's DateTimeOriginal field and uses the GPS satellite time signal.
- GPSImgDirection and GPSImgDirectionRef: the compass bearing the camera was pointing when the photo was taken, relative to true or magnetic north.
- GPSSpeed: recorded by some devices when a photo is taken while the device is moving, such as in a vehicle or drone.
- GPSDOP (Dilution of Precision): an indicator of how reliable the position fix was, based on the geometry of the visible satellites. A lower value means a more reliable fix.
How different devices handle geotagging
Smartphones
Most smartphones write GPS data automatically whenever the camera app is used and location permissions are granted to that app. The process is invisible to the user. On iOS devices, the Camera app requests location access on first use and continues to embed coordinates unless the user revokes that permission in Settings. Android behaves similarly, though the permission model varies slightly by manufacturer and Android version.
Smartphones often supplement GPS with assisted positioning (A-GPS), which uses Wi-Fi networks, cellular tower data, and cached satellite almanac data to acquire a location fix faster and in conditions where a pure GPS signal would be slow or unavailable. This is why photos taken indoors or in basements may still contain GPS data — the device used nearby Wi-Fi or cell signals to approximate its position.
Dedicated cameras
Most DSLR and mirrorless cameras do not have built-in GPS receivers. Geotagging on these systems requires one of three methods: a dedicated GPS accessory that connects to the camera's hot shoe or accessory port, a companion smartphone app that broadcasts location to the camera over Bluetooth, or post-processing software that matches a GPS track log against the camera's timestamps to geotag images after the fact.
Compact cameras and travel zoom cameras sometimes include a built-in GPS module, but position acquisition can take longer than on smartphones and the coordinates may be less accurate when the camera is used in a stationary position for extended periods.
Drones
Consumer and commercial drones typically have highly accurate GPS modules and record location data in every image and video frame. Drone images often include more GPS fields than smartphone photos — altitude, direction, speed, and sometimes relative altitude above the home point are all recorded. This makes drone imagery particularly well-suited for precise site mapping, progress documentation, and GIS workflows.
When geotagging does not happen
GPS data is not always present, even in photos taken on location-capable devices. Several common situations produce photos without GPS fields:
- Location permission has been denied for the camera app.
- The device was in airplane mode or had GPS disabled in settings.
- The photo was taken indoors with no Wi-Fi positioning available.
- The photo was taken immediately after the device was powered on, before the GPS receiver acquired a fix.
- The image was exported from editing software that strips metadata, including GPS.
- The image is a screenshot — screenshots never contain GPS data.
- The file was processed by a platform or tool that removes EXIF data during compression or format conversion.
GPS accuracy: how precise is geotagged location?
Under good conditions — outdoors, clear sky view, no significant interference — a modern smartphone GPS is accurate to within 3 to 5 metres. This is precise enough to pinpoint a specific door on a building or a specific point along a survey route. In urban canyons where tall buildings reflect satellite signals (multipath interference), accuracy can degrade to 10 to 50 metres or more.
For field inspection and documentation purposes, this level of accuracy is generally sufficient to confirm that a photo was taken at a specific site. For survey-grade positioning — setting out boundaries, legally defining property corners, or precise engineering work — dedicated GNSS receivers with real-time kinematic (RTK) corrections are used instead of smartphone GPS.
Check the GPSDOP value in GeoMeta Pro to see how reliable the GPS fix was. A DOP value under 2.0 indicates excellent accuracy. Values above 5.0 suggest the fix may be degraded and the coordinates should be treated with caution.
Privacy implications of geotagging
The same precision that makes GPS geotagging useful for professional documentation makes it a privacy risk when photos are shared casually. A photo taken at your home, a child's school, a medical facility, a shelter, or any other sensitive location carries the GPS coordinates of that place in its EXIF data. Anyone who receives the file and checks the metadata can see exactly where the photo was taken.
This is less of a problem on major social media platforms, which typically strip EXIF data during upload. But photos shared via email, messaging apps, cloud storage links, or direct file transfer often retain their full EXIF data including GPS coordinates. The safest practice is to check the metadata of any photo that will be shared outside a trusted circle and remove GPS fields if the location should not be disclosed.
Inspecting and managing geotags with GeoMeta Pro
Open the GeoMeta Pro tool and load your images to see which GPS fields are present, map the coordinates on an interactive view, and review the privacy exposure summary for each file. If GPS data should not be shared, use the scrub feature to export a clean copy of the image without location tags. All processing happens in your browser — no files are uploaded to any server.