Two grid coordinates land in your inbox. One reads 13S 517391E 4283505N; the other reads 13S EC 17391 83505. They point to the same spot on Earth, yet look nothing alike. The first is UTM, the second is MGRS, and the difference is this: MGRS isn't a rival to UTM, it's UTM in a more compact uniform. Here's how the two relate, how to read each, who uses which, and how to translate between them without losing a meter.
The short answer: MGRS is built on top of UTM
UTM (Universal Transverse Mercator) and MGRS (Military Grid Reference System) describe position the same way underneath — both flatten the globe into 6°-wide zones and measure your spot in meters east and meters north. The difference is purely in how those meters are packaged for a human to read and say out loud.
UTM hands you the raw, full-length numbers: a zone, a six-figure easting, and a seven-figure northing. MGRS takes those same numbers and chops off the predictable leading digits, replacing them with a two-letter code for a 100 km square. The result is a shorter, gridded label that is faster to read on a map and far safer to call over a crackly radio. So when people ask which system is "more accurate," the answer is neither — they carry identical precision because they are the same projection. They just differ in presentation.
If UTM is a full street address with the country, city, and street spelled out every time, MGRS is the same address once everyone already agrees which city you are in: you only need the street and house number.
How to read a UTM coordinate
A UTM coordinate always has three parts, and all three are mandatory:
- Zone — the vertical strip of the world you are in, written as a number 1–60 plus a latitude-band letter, for example 13S.
- Easting — how far east you are, in meters, typically a six-digit value.
- Northing — how far north you are, in meters, typically up to seven digits in the northern hemisphere.
So 13S 517391E 4283505N reads as: zone 13S, 517,391 meters east, 4,283,505 meters north. The easting is measured from the zone's central meridian (which is pinned at 500,000 m so values never go negative), and the northing is measured up from the equator. Because the numbers are written in full, a UTM coordinate is completely self-contained — drop it into any GIS program and it knows exactly where you mean. If you want the full mechanics, our companion post on what UTM coordinates are walks through zones, false eastings, and a worked example in detail.
How to read an MGRS coordinate
MGRS takes that same point and squeezes it into one continuous string with three pieces:
- Grid Zone Designator (GZD) — the same zone-plus-band you already know from UTM, such as 13S.
- 100 km square ID — two letters (for example DA) that name one 100-kilometer square inside that zone. This is the clever bit: it stands in for the big, predictable leading digits of the UTM easting and northing.
- Numeric easting and northing — the leftover meters within that 100 km square, always given as an equal-length pair.
So 13S EC 17391 83505 reads as: zone 13S, inside the 100 km square "EC," then 17391 meters east and 83505 meters north within that square. Notice what happened to the UTM numbers: the easting 517391 kept its last five digits, and the northing 4283505 kept its last five too. The discarded leading digits (the "5" and the "42") are exactly what the letters EC encode. Nothing was lost — it was just relocated from digits into letters.
MGRS is conventionally written with no spaces in formal use — 13SEC1739183505 — but spaces are added freely when reading it aloud or writing it on a map. The string is always grouped as GZD, then the letter pair, then equal halves of digits.
Digit count equals precision: the one rule to remember
The single most practical thing to know about MGRS is that the number of digits tells you the precision. The numeric part is always split into two equal halves — half for easting, half for northing — and the more digits in each half, the tighter the box you are describing.
| Digits per axis | Total digits | Precision | Example |
|---|---|---|---|
| 1 | 2 | 10 km | 13S EC 1 8 |
| 2 | 4 | 1 km | 13S EC 17 83 |
| 3 | 6 | 100 m | 13S EC 173 835 |
| 4 | 8 | 10 m | 13S EC 1739 8350 |
| 5 | 10 | 1 m | 13S EC 17391 83505 |
This is genuinely useful in the field. A search-and-rescue team can shout a four-digit (1 km) grid to get crews into the right valley fast, then refine to a ten-digit (1 m) grid once they have a precise fix. UTM can do the same thing by rounding its meter values, but MGRS makes the precision visible at a glance — you literally count the digits. There is one rule that trips people up: never split the pair unevenly. 1739183505 is not "1739 / 183505"; it is "17391 / 83505." Always cut it exactly in half.
Civilian UTM vs NATO MGRS: who uses which, and why
Both formats are open standards and anyone can use either, but they grew up in different worlds, and that shapes where you meet them.
| UTM | MGRS | |
|---|---|---|
| Typical users | Surveyors, civil engineers, GIS analysts, scientists | NATO and allied militaries, SAR teams, some emergency services |
| Format style | Full numeric easting/northing, labeled E and N | Compact alphanumeric string, no labels needed |
| Best for | Calculations, software, areas and distances on a map | Speaking aloud, radio, quick map plotting by hand |
| Strength | Numbers feed straight into math and GIS tools | Short, hard to mishear, precision shown by digit count |
| Watch out for | Longer to read aloud; easy to swap E and N | The letter pair must be exactly right or you jump 100 km |
The practical takeaway: if your numbers are going into a spreadsheet, a surveying calculation, or a GIS layer, UTM is the friendlier shape because everything is already a plain number. If your coordinate is going to be spoken, written on a paper map under pressure, or passed between teams who need to plot it by hand, MGRS wins because it is short and its built-in grid squares make hand-plotting fast and error-resistant.
Choosing — and translating — between them
Because they share a projection, converting between UTM and MGRS is lossless and reversible. You are not re-projecting anything; you are just rewriting the same meters in a different style. Here is how to decide and switch:
- Pick UTM when the destination is software, a calculation, or any workflow where the numbers will be processed rather than spoken.
- Pick MGRS when a human has to read, say, or hand-plot the coordinate, especially in the field or over a radio.
- Match the precision to the job. Don't broadcast a ten-digit grid when a four-digit one gets the team to the right square — and don't round away meters you actually need.
- Keep the zone and letters intact. A UTM easting/northing without its zone, or an MGRS string with a wrong letter pair, points to the wrong place entirely.
You almost never convert these by hand. To turn your current position into either format, use the lat/long to UTM converter or the lat/long to MGRS converter. To swap a value directly between UTM, MGRS, decimal degrees, DMS, and Plus Codes in one place, the all-in-one coordinate converter handles every direction at once. And if you just need to grab where you are standing right now, start from your current coordinates and convert from there.
Once the relationship clicks — MGRS is simply UTM with its predictable digits folded into a pair of letters — the two formats stop competing and start cooperating. Use UTM when a machine is reading and MGRS when a person is. To move between them, let the coordinate converter do the arithmetic so every digit and letter lines up.