What Is MGRS? The Military Grid Reference System

MGRS turns a location into a single compact string like 31UDQ4825011932. This guide breaks down what each part means and how to read one at a glance.

The Military Grid Reference System (MGRS) is the coordinate standard used by NATO militaries and, increasingly, by search-and-rescue teams, foresters and field crews who want a single short string instead of two long numbers. It is built directly on top of UTM, so if you understand UTM, MGRS is a small step further.

Anatomy of an MGRS string

Take the reference 31U DQ 48250 11932. It has three parts:

  1. Grid zone designator (31U). The number is the UTM zone (1 to 60). The letter is a latitude band (C to X, skipping I and O) covering 8 degrees of latitude each. Together they identify a patch of the world.
  2. 100 km square identifier (DQ). Two letters that name a 100 km × 100 km square inside that zone. The first letter runs west to east, the second south to north.
  3. Numerical location (48250 11932). An easting and northing within that 100 km square, given to equal numbers of digits.

Precision is set by the number of digits

The clever part of MGRS is that precision is controlled simply by how many digits you write. Each side of the numeric part uses the same digit count:

This is why MGRS is popular in the field: you can quote a rough location with a short string and a precise one with a longer string, and everyone knows exactly how precise you are being.

Reading a reference the easy way

Split the numeric block in half. The first half is the easting within the square, the second half is the northing. So in 48250 11932, the easting is 48250 and the northing is 11932, both in metres from the south-west corner of the DQ square.

Why use MGRS instead of lat/long?

Limitations

MGRS, like UTM, is undefined in the polar regions beyond about 80ยฐ S and 84ยฐ N, where the Universal Polar Stereographic (UPS) grid takes over. It also assumes a datum; almost all modern MGRS is WGS84, but always confirm when working with historical data.

Try it: convert any latitude and longitude to an MGRS grid reference with the free Coordinate Converter.