MGRS Explained: How to Read and Convert Military Grid Coordinates
What is MGRS?
The Military Grid Reference System (MGRS) is the point-referencing standard used by NATO militaries to describe any location on Earth with a single, compact alphanumeric string — for example 11SQR3167577686. It is derived from the Universal Transverse Mercator (UTM) grid: MGRS takes UTM's metric zone grid and layers a lettering scheme on top of it, so a full reference identifies a grid zone, a 100 km square within that zone, and a metric position within that square. Because the reference is one unambiguous string rather than a pair of numbers, it is faster to say over a radio and harder to garble than latitude/longitude. MGRS is maintained by the U.S. National Geospatial-Intelligence Agency (NGA), and the civilian United States National Grid (USNG) used by FEMA and search-and-rescue teams is functionally identical to MGRS on the WGS84 datum. If you can read one, you can read the other.
How is an MGRS coordinate structured?
Every MGRS reference has three parts, always in the same order. Using 11SQR3167577686:
| Part | Example | Meaning |
|---|---|---|
| Grid Zone Designator | 11S | UTM zone 11 (a 6°-wide longitude band) plus latitude band letter S. Together they name a roughly 6° × 8° area of Earth. |
| 100 km Square ID | QR | Two letters naming one 100 km × 100 km square inside the grid zone. |
| Numeric location | 31675 77686 | An even number of digits, split in half: the first half is the easting, the second half the northing, both measured in meters inside the 100 km square. |
One trap worth knowing: the latitude band letter in the Grid Zone Designator (the S in 11S) does not mean "southern hemisphere." Band letters run from C in the far south to X in the far north; S happens to cover roughly 32°–40° north — the southwestern United States.
What do the digits in an MGRS reference mean?
The number of digits sets the precision. Digits always come in pairs — half easting, half northing — and each additional pair multiplies precision by ten:
| Digits | Example | Square size | Typical use |
|---|---|---|---|
| 2 | 11SQR37 | 10 km | Naming a general area |
| 4 | 11SQR3177 | 1 km | Map-sheet level planning |
| 6 | 11SQR316776 | 100 m | Land navigation, calling in a position |
| 8 | 11SQR31677768 | 10 m | Targeting a building or clearing |
| 10 | 11SQR3167577686 | 1 m | Survey-grade / GPS-precise points |
Note that fewer digits means a larger square, not a rounded point: 11SQR37 names the entire 10 km square whose southwest corner is at easting 30000, northing 70000.
How do you convert MGRS to latitude and longitude?
Converting MGRS to latitude/longitude by hand requires rebuilding the full UTM easting and northing from the lettered square, then running an inverse transverse Mercator projection — practical only with software. The reliable field procedure is: confirm the reference's datum (modern MGRS/USNG data is WGS84; some older maps use NAD27 grids that can differ by up to a few hundred meters), enter the full string into a converter, and sanity-check the result against a map. As a worked example, 11SQR3167577686 converts to UTM 11S 731675mE 3577686mN, which is latitude/longitude 32.312064, -114.539201 (DD) or 32°18′43.4″N 114°32′21.1″W (DMS) — a point in the desert of the U.S. Southwest. MyGPSConverter performs this conversion instantly on an iPhone with no signal, and its smart input recognizes a pasted MGRS string automatically, including ones with spaces.
Convert MGRS in the field — no signal required. MyGPSConverter converts between MGRS, UTM, DD, DMS, DDM, and GARS entirely on your phone. Free, ad-free, and private.
MGRS vs UTM: what's the difference?
MGRS and UTM describe the same underlying grid, in different notations. UTM states a zone plus raw metric easting and northing values (11S 731675mE 3577686mN); MGRS replaces the leading digits of those values with a two-letter 100 km square ID and concatenates everything into one string (11SQR3167577686). UTM is what surveyors and GIS software usually work in; MGRS is what gets printed on military and SAR map grids and read over the radio. Converting between the two is lossless — it is purely a change of notation. See the UTM conversion guide for how the underlying grid works.
Who uses MGRS?
NATO and allied militaries use MGRS as their standard ground-reference format in orders, reports, and fire coordination. In the civilian world, the same notation (as USNG) is the Federal Geographic Data Committee's standard for U.S. search-and-rescue and disaster response — FEMA field operations, CERT teams, and many county SAR units navigate and report positions in it. Hikers and hunters who carry military-style paper maps, and anyone communicating positions with those services, benefit from being able to read and produce an MGRS reference.
References
- NGA Office of Geomatics — coordinate systems and MGRS resources: earth-info.nga.mil
- Federal Geographic Data Committee — United States National Grid standard: fgdc.gov/usng
- J. P. Snyder, Map Projections: A Working Manual (USGS Professional Paper 1395) — the transverse Mercator math behind UTM/MGRS: pubs.usgs.gov