← All articles
Reference

MGRS vs UTM vs Lat/Long: The Difference, Explained

June 7, 2026

Latitude/longitude, UTM, and MGRS are three ways to write the same point. Lat/long gives an angle on the globe in degrees. UTM flattens the world into zones and measures meters east and north. MGRS takes those UTM meters and packs them into a short grid reference. Same location, different handwriting.

The Washington Monument makes the point. Here it is, one spot, written all three ways:

one pointLat / Long (degrees)38.8895, -77.0353UTM (meters)18N 323478 4306483MGRS (grid)18S UJ 23478 06483
The same spot, three notations. Only the way of writing it changes.

Side by side

 Lat / LongUTMMGRS
MeasuresAngles (degrees)Meters E / NMeters E / N
Looks like38.8895, -77.035318N 323478 430648318S UJ 23478 06483
Covers the globe asOne continuous grid60 zones, 6° wideZones + 100 km squares
Easy to call outHard (long decimals)MediumEasy (short reference)
Measure distance directlyNo (degrees vary)Yes (meters)Yes (meters)
Best forWeb maps, global dataSurveying, GIS analysisGround navigation, callouts

Latitude and longitude: angles on a sphere

Latitude and longitude are the oldest of the three. They treat the Earth as a globe and give two angles: latitude is degrees north or south of the equator, longitude is degrees east or west of the prime meridian. The Washington Monument is 38.8895° N, 77.0353° W, usually written 38.8895, -77.0353 with a minus sign for west.

The strength is universality: one seamless system for the whole planet, which is why it is the native language of web maps and global datasets. The weakness is that a degree is not a fixed distance (a degree of longitude shrinks toward the poles), so you cannot eyeball distance from the numbers, and long decimals are clumsy to read over a radio.

UTM: meters on a flattened world

Universal Transverse Mercator (UTM) fixes the distance problem by giving up on one seamless grid. It slices the world into 60 zones, each 6 degrees of longitude wide, and flattens each zone on its own. Inside a zone, position is plain meters: an easting (meters east of the zone's center line) and a northing (meters north of the equator).

180° W180° Ezone 18
UTM slices the globe into 60 zones, each 6° of longitude wide. Washington sits in zone 18.

So the Washington Monument is 18N 323478 4306483: zone 18, northern hemisphere, 323,478 meters east and 4,306,483 meters north. Because it is meters, you can subtract two coordinates and get a distance straight away. The catch is the numbers are long, and they reset at every zone boundary, so data crossing a zone needs care.

MGRS: UTM, packed into a grid reference

The Military Grid Reference System (MGRS) keeps UTM's meters but trims the fat. Those long easting and northing values share leading digits with everything else in the area, so MGRS replaces them with a two-letter 100,000 meter square and keeps only the digits that actually change. Watch the UTM coordinate collapse:

UTM  18N 323478 406483
MGRS 18S UJ 23478 06483

The dimmed leading digits become the letters UJ; the band letter S replaces the hemisphere. The meaningful digits carry over unchanged.

The result, 18S UJ 23478 06483, is short enough to read aloud cleanly and still pins a 1 meter square. That is exactly why ground forces, search and rescue, and orienteers favor it: it is fast to say, hard to mishear, and you can shorten it to the precision you need (see how to read a 6, 8, or 10-figure reference).

Which one should you use?

  • Lat/long when you are working with web maps, sharing a pin, or handling data that spans the globe or many UTM zones.
  • UTM when you are surveying or doing measurement-heavy GIS work inside one region and want plain meters to compute with.
  • MGRS when people have to say positions out loud or write them down fast: land navigation, fire support, search grids, field exercises.

Because they describe the same point, you can convert freely between them. Paste any of the three into a converter and read back the others.

Three landmarks, all three ways

PlaceLat / LongUTMMGRS
Washington Monument38.8895, -77.035318N 323478 430648318S UJ 23478 06483
Eiffel Tower48.8584, 2.294531N 448252 541195431U DQ 48252 11954
Sydney Opera House-33.8568, 151.215356S 334900 625228856H LH 34900 52288

See it on a live map

The fastest way to understand the three systems is to watch them update together. Open the MGRS grid, move the map, and read the same point as a grid reference while a converter shows you the lat/long and UTM behind it.

Frequently asked questions

What is the difference between MGRS, UTM, and lat/long?

Lat/long gives an angle in degrees, UTM gives meters east and north within a zone, and MGRS writes those UTM meters as a short alphanumeric grid reference. They describe the same point in different units and formats.

Is MGRS the same as UTM?

MGRS is built on UTM and shares its projection and zones, but it relabels the position: a two-letter 100,000 meter square replaces the leading digits, leaving a shorter reference that is easier to read aloud.

Why not just use latitude and longitude for everything?

Degrees are not a fixed distance and long decimals are awkward to communicate. UTM and MGRS use meters, so you can measure distance directly and call out a position quickly with less chance of error.

How do I convert between them?

Use a converter: paste lat/long and get MGRS, or paste an MGRS reference and read back lat/long and UTM. Try the lat/long to MGRS and MGRS to lat/long converters.


Ready to read a grid reference for yourself? See how to read a military grid reference, or open the grid on a live map.