
How to find GPS coordinates from a photo? Want to pinpoint where a picture was taken in seconds.
This 2026 guide explains how to find gps coordinates from a photo on Windows, Mac, iPhone, and Android. You will learn three easy methods: built‑in tools, online EXIF viewers, and ExifTool for power users.
I include clear steps, exact commands, and screenshots so you can follow along. You will also see how to map coordinates, reverse‑geocode to an address, and fix missing or stripped metadata.
Start by checking if your photo has GPS data, then pick the method that fits you best. Let’s find the location quickly and safely.
How to check if your photo has GPS coordinates?

If you’re wondering how to find gps coordinates from a photo, the first step is to check whether the image actually stores location data. GPS details live inside EXIF metadata under GPS tags, and some apps or websites remove them when you share or export the file.
On Windows, open File Explorer, right‑click your image, choose Properties, then Details, and look for GPS, Latitude, and Longitude fields. If you see numbers and N/S or E/W labels, your photo is geotagged.
On a Mac, open the photo in Preview, go to Tools, then Show Inspector, and switch to the GPS tab to see a map and coordinates. In the Photos app, select an image and click the i button; if a location is present, you’ll see a map and place info.
On iPhone, open Photos, select the image, and tap the i (Info) button; you’ll see a map or a place name if location exists. Some images show a map without numeric coordinates, which is fine for now because you can extract them later.
On Android using Google Photos, open the image, tap the three dots, then Info; if available, location appears and can open in Google Maps. Different gallery apps look different, but the Info screen is where GPS usually lives.
If your photo came from social media, a screenshot, or a “save for web” export, metadata may have been stripped, so always check the original file first. For a deeper primer on what’s exposed and how to stay safe, see practical tips to keep your location private.
If GPS is present, continue to the extraction steps below; if not, jump to the troubleshooting section for ways to recover or add coordinates.
How to find GPS coordinates from a photo (step‑by‑step)
There are three reliable ways to pull coordinates: built‑in tools on your computer, quick online EXIF viewers, and the command line for power users. Choose the method that suits how to find gps coordinates from a photo in your workflow today.
Method A on Windows is simple: open Properties, then Details, and copy the Latitude and Longitude values shown. Note the N or S for latitude and E or W for longitude; when pasting into a map, use a minus sign for S or W if needed.
On a Mac, open the image in Preview, go to Tools and Show Inspector, then the GPS tab to copy the coordinates or click to open the spot in Maps. In Photos, click the i button and use the map link, then copy the coordinates from the Maps pin if you prefer numbers.
Method B uses online EXIF viewers such as metapicz.com, exifdata.com, or Pic2Map. Drag and drop the image, look for GPSLatitude and GPSLongitude in the output, and copy them into your mapping app, but avoid uploading sensitive images for privacy reasons.
Method C is EXIFTool for full control, and it’s perfect for exact results and batch work. To read numeric coordinates, run: exiftool -GPSLatitude -GPSLongitude -n image.jpg, where -n forces decimal degrees and negative values for S and W instead of N/S E/W letters.
To extract many files at once, use: exiftool -csv -filename -gpslatitude -gpslongitude -n DIR > coords.csv and you’ll get a spreadsheet of file names and coordinates. If you only want to remove location later, run: exiftool -gps:all= -overwrite_original image.jpg to strip GPS without touching other data.
Verify any result by pasting the coordinates into Google Maps and confirming the pin lands where expected. For example, if EXIFTool prints 37.4219983, -122.0840000, pasting that should place you near the Googleplex in Mountain View; if you see a different region, recheck the signs and decimal separators.
How to find GPS coordinates from a photo on your phone
You can do all of this on your phone without a computer, whether you use iOS or Android. The process combines the photo’s Info screen and the default maps app, plus an optional EXIF or Shortcuts tool for copying exact numbers.
On iPhone, open Photos, choose your image, and tap the i button, then tap the map preview to open Apple Maps at that spot. From the place card in Apple Maps, swipe up to see and copy the numeric coordinates pinned to that location.
If you want a straightforward number readout, use a free EXIF viewer app like Exif Viewer or Photo Investigator. You can also build a Shortcuts flow: Get Details of Images, select the photo, choose Latitude and Longitude, then Copy to Clipboard so the numbers are ready to paste anywhere.
On Android with Google Photos, open the image, tap the three dots, and tap the location line to jump into Google Maps. Long‑press the red pin to reveal the latitude and longitude in the search bar, then copy them for sharing or documentation.
If your gallery app doesn’t show location, install a dedicated EXIF viewer such as Photo Exif Editor to read the GPS fields. Samsung and Pixel gallery apps vary, so an EXIF app is the quickest universal fallback for coordinates.
Before sharing, remember many mobile share sheets let you remove location as you send, which is great for privacy but bad if you need EXIF later. On iOS you can manage location metadata in Photos; just keep an unmodified original somewhere safe.
How to convert GPS coordinates into a physical address and map them
Pasting coordinates into Google Maps works with both decimal and DMS formats. Try 37.4219983, -122.0840000 for decimal or 37°25’19.0″N 122°05’02.4″W for DMS, and use a dot as the decimal separator.
If you only have DMS, convert it to decimal with a quick formula: decimal = degrees + minutes/60 + seconds/3600. Remember to make the result negative for south or west so the point lands in the correct hemisphere.
Here’s a fast example using DMS: 37°25’19.0″N becomes 37 + 25/60 + 19/3600 = 37.421944, and 122°05’02.4″W becomes -(122 + 5/60 + 2.4/3600) = -122.084000. Paste 37.421944, -122.084000 into your map to confirm it matches the place you expect.
To translate coordinates into a street address automatically, use reverse geocoding in tools like the Google Geocoding API or Nominatim for OpenStreetMap. Accuracy depends on the original device reading, so compare the map pin with satellite imagery and nearby landmarks.
When verifying, check multiple photos from the same moment, look at timestamps, and confirm shadows and building shapes. Small errors in minutes and seconds or missing minus signs can place your pin far away, so read carefully before sharing or publishing.
If you’re doing deeper investigations or need context beyond a single pin, explore practical geolocation methods that combine maps, imagery, and time clues. These techniques help validate a location when metadata alone is incomplete or suspect.
Troubleshooting & privacy: missing GPS data, adding/removing GPS, and safety tips
Sometimes there’s no GPS because the camera lacks a receiver, location services were off, or an app stripped metadata. Screenshots never carry original EXIF from the camera, and many social platforms remove location by default.
If you uploaded a compressed version, try to recover the original from your phone, camera card, or cloud in “download original” quality. The original often retains EXIF even when smaller export copies do not.
To add coordinates manually to a photo, EXIFTool can write them with a single line. Run: exiftool -GPSLatitude=37.4219983 -GPSLongitude=-122.084 image.jpg and, if needed, set GPSLatitudeRef=N or S and GPSLongitudeRef=E or W when writing in non‑numeric formats.
If you recorded your path with a GPS watch or phone, you can tag a batch of photos from a GPX track. Use: exiftool -geotag track.gpx photos/ and ensure your camera clock matches the track time so images sync to the right points.
To remove GPS quickly on desktop, Windows offers “Remove Properties and Personal Information,” while Mac export options can exclude location. Command‑line users can run: exiftool -gps:all= image.jpg to wipe location tags while keeping the image intact.
On mobile, iOS and Android share dialogs often include a toggle to strip location before sending, and several apps can batch‑remove metadata. Keep an unedited master if you still plan on how to find gps coordinates from a photo later for documentation or research.
Always verify coordinates before posting, as you could reveal a home address, school, or a child’s routine by accident. For bulk tasks, extract with exiftool to a CSV for auditing, and if there’s no EXIF at all, consider visual clues, reverse image search, or community geolocation as a last resort.
What People Ask Most
How do I find GPS coordinates from a photo?
Open the photo’s info or metadata (EXIF) on your phone or computer or use a simple EXIF viewer app to read the latitude and longitude. This usually shows the GPS coordinates if location was saved.
Can I find GPS coordinates from a photo that has no location data?
Sometimes you can estimate the location by recognizing landmarks or using reverse image search, but exact GPS coordinates aren’t guaranteed without embedded metadata.
Are GPS coordinates from a photo always accurate?
No, accuracy depends on the device’s GPS, signal quality, and whether the file was edited or stripped of metadata. Small errors are common, especially indoors or on older devices.
How can I find GPS coordinates from a photo on my phone?
Tap the photo’s details or info to view location metadata, or install a free EXIF viewer app to display the GPS coordinates. Make sure location services were enabled when the photo was taken.
Is it legal and ethical to extract GPS coordinates from someone else’s photo?
Extracting coordinates can invade privacy and laws vary, so get permission before using someone else’s location data. Avoid sharing or publishing coordinates without consent.
Can removing EXIF data hide my photo’s GPS coordinates?
Yes, deleting or stripping EXIF metadata will remove GPS coordinates, and disabling location services before taking photos prevents them from being saved. Many apps also offer an option to remove location when sharing.
Why would I want to learn how to find GPS coordinates from a photo?
Knowing coordinates helps you save exact locations, organize photos on a map, or return to a place later. It’s also useful for travel logs, property records, and outdoor activities like hiking.
Final Thoughts on Finding GPS Coordinates in Photos
If you recall the opening hook—wondering whether a photo can secretly reveal its location—this guide showed how to check EXIF, pull coordinates, and map them using built‑in tools, web viewers, or exiftool, plus the 270 practical tips that make each method useful. The big win is confidence: you’ll know when a photo actually points to a place and when it doesn’t.
Don’t forget a realistic caution: location data can be missing, altered, or removed by apps and social platforms, and sharing coordinates can expose private places. This workflow helps photographers, researchers, creators, parents and investigators verify provenance, protect privacy, or document locations without guessing.
We answered the opening question by walking you from quick checks to batch tools, conversion techniques, and privacy fixes so you can check, extract, confirm, map, or strip location info as needed. Keep experimenting with care, and you’ll get faster and more accurate results each time.




0 Comments