MyGPSConverter app icon MYGPSCONVERTER
Coordinate Format Guide

How to Convert UTM to Latitude/Longitude

Updated 2026-07-09 · By Nexus Works

What is a UTM coordinate?

The Universal Transverse Mercator (UTM) system divides the world into 60 north–south zones, each 6° of longitude wide, and describes positions inside a zone in plain meters: an easting (distance east of the zone's reference line) and a northing (distance north of the equator, or of an offset line in the southern hemisphere). A full UTM position looks like 11S 731676mE 3577687mN. Because the units are meters on a square grid, UTM is what topographic maps print their grid lines in — you can measure distance between two points with a ruler, no spherical trigonometry required. That is exactly why hikers, surveyors, and search-and-rescue teams love it on paper maps, and why sooner or later everyone needs to convert a UTM grid value into the latitude/longitude their phone, GPS app, or incident report expects.

What do you need before converting UTM to lat/long?

A UTM position is only complete — and only convertible — when you have all four of these:

How do you actually do the conversion?

The math behind UTM is a transverse Mercator projection: recovering latitude/longitude from easting/northing requires evaluating a series expansion (the standard formulation is in Snyder's Map Projections: A Working Manual), which nobody does by hand in the field. The practical procedure is: confirm zone, hemisphere, and datum; type the values into a converter; and sanity-check the result. Worked example — 11S 731676mE 3577687mN (WGS84):

FormatValue
UTM (input)11S 731676mE 3577687mN
Decimal Degrees32.312064, -114.539201
Degrees Minutes Seconds32°18′43.4″N, 114°32′21.1″W
MGRS equivalent11SQR3167577686

MyGPSConverter does this on-device with no signal, and its smart input parses a pasted UTM string — zone, letter, easting, northing — in one step, in either direction.

Convert UTM anywhere — no signal required. MyGPSConverter converts between UTM, MGRS, DD, DMS, DDM, and GARS entirely on your phone. Free, ad-free, and private.

Does the letter in a UTM coordinate mean "south"?

No — and this is the single most common UTM mistake. The letter that often follows the zone number (11S, 33T, 18N) is a latitude band letter from the MGRS scheme, running C (far south) through X (far north). The letter S sits squarely in the northern hemisphere — it covers about 32°–40°N, including most of the southwestern United States. Software that misreads 11S as "zone 11, southern hemisphere" places the point in the Pacific Ocean off Chile, some 7,000 km away. When in doubt, state the hemisphere explicitly ("11 North") rather than relying on the band letter, and check that a converted position lands on the continent you expect before acting on it.

Why don't my converted coordinates match the map?

If a conversion lands close-but-wrong — off by 100–300 meters rather than kilometers — suspect a datum mismatch: the coordinates were read from a NAD27-gridded map but converted as WGS84, or vice versa. If the position is off by a neat multiple of 100 km, a digit was dropped from the easting or northing. And if it is in a different country entirely, the zone number or hemisphere is wrong. These three failure signatures cover nearly every real-world UTM conversion error, and all three are checked in seconds by converting back the other way and comparing against the original.

References

Related guides