About FreeGeoTagger
FreeGeoTagger is a free online tool for adding, reading and correcting GPS location data in photographs. It runs entirely inside your web browser, requires no account, installs nothing, and never uploads your images to a server.
Why we built it
Adding a location to a photo is a small, ordinary task. Getting it done online was needlessly unpleasant.
When we looked at the existing options, almost every one had at least one of these problems: it demanded an account before you could try it, it was free only up to some small number of files, it stamped a watermark on your work, or — most concerning — it required you to upload your personal photographs to somebody else's server for processing.
That last point is the one that bothered us most. A photograph is a personal thing, and a photograph plus a precise GPS coordinate is more personal still. Handing both to a stranger's server, in order to perform an edit that only touches a few dozen bytes of metadata, is a poor trade.
Modern browsers can do this work themselves. So we built a tool that does.
How it actually works
When you open a photo in FreeGeoTagger, your browser gives our JavaScript access to that file from your own disk. The code reads the file's bytes, finds the EXIF metadata block, writes the GPS latitude and longitude fields into it, and hands the result back to you as a download.
Two consequences follow from that design, and both matter:
- Your photos never leave your device. There is no upload step to skip, because there is no upload step at all. You can verify this in your browser's Network tab, or simply disconnect from the internet once the page has loaded and watch the tool keep working.
- Your image quality is untouched. Only the metadata section changes. The pixel data is copied through byte-for-byte, so there is no re-compression and no generation loss — unlike tools that decode and re-encode your JPEG.
The output is standard, spec-compliant EXIF GPS metadata, which is what Google Photos, Apple Photos, Adobe Lightroom, Windows File Explorer and GIS packages such as QGIS all read.
What the site offers
- The geotagging tool — add or change GPS coordinates on JPG, PNG, WebP and HEIC files. Pin a spot on the map, search any address worldwide, or enter coordinates directly. Batch mode applies one location to many photos at once.
- GPS Finder — the reverse operation. Open a photo and see whether it carries location data, and if so exactly where it was taken, plotted on a map.
- Guides — practical, specific write-ups on the questions people actually arrive with: why an iPhone photo lost its location, how to correct coordinates that point to the wrong place, how to geotag a batch of listing photos, and how to strip location data before sharing publicly.
Who uses it
The audience turned out to be broader than we expected:
- Photographers georeferencing shoots and keeping location-organised archives.
- Real estate agents attaching accurate coordinates to listing photos for MLS submissions.
- Local businesses preparing images for Google Business Profile.
- Surveyors, inspectors and field researchers who need documentation photos tied to a verified position.
- Journalists recording and checking where an image was captured.
- Travellers restoring locations to photos taken with location services switched off.
- Anyone sharing photos publicly who wants to check for, and remove, an address hiding in the metadata.
What we will not do
It is worth stating the commitments plainly, because they are the reason the tool exists:
- We will not upload your photos to a server.
- We will not require an account to use the tools.
- We will not put a file limit or a watermark on free use.
- We will not sell your personal information.
The site is funded by advertising, which is what lets all of the above stay true. Analytics and advertising are both consent-gated — see our Privacy Policy and Cookie Policy for exactly what is collected and by whom.
A note on responsible use
Location metadata cuts both ways. It is genuinely useful for organising and verifying photographs, and it is genuinely revealing when a photo taken at home is posted publicly. We cover both directions deliberately: how to add a location when you want one, and how to remove it when you do not.
Get in touch
Found a bug, hit a file that will not work, or spotted a mistake in one of our guides? We would genuinely like to know. Email contact@freegeotagger.com or use the contact page.