Red Grid MGRS

How to Read an MGRS Grid Coordinate (Step by Step)

June 2026 · 7 min read

An MGRS coordinate is read left to right as four parts: the grid zone designation, the 100 km square identifier, the easting, and the northing. To locate the point those parts describe, you apply one rule: read right, then up. That means you always handle the easting (how far east) before the northing (how far north). Get the order and the four parts right, and you can read any MGRS coordinate in seconds.

This guide walks through each part with a worked example, shows how precision changes with the number of digits, and explains how to pull a coordinate off a topographic map. If you would rather skip the manual work, you can paste any coordinate into the free web MGRS converter and read it back instantly, but it is worth understanding the structure first.

The Anatomy of an MGRS Coordinate

Take this coordinate at 1-meter precision:

18S UJ 23480 06473

It looks like a wall of characters until you split it into four parts. Reading left to right:

  1. Grid Zone Designation (18S): A UTM zone number (18) plus a latitude band letter (S). This points to a 6° wide by 8° tall chunk of the planet. It is the coarse "which part of the world" component.
  2. 100 km Square ID (UJ): Two letters that name a 100 km × 100 km square inside that zone. The first letter is the column, the second is the row.
  3. Easting (23480): How far east, in meters, your point sits from the western edge of that 100 km square.
  4. Northing (06473): How far north, in meters, your point sits from the southern edge of that 100 km square.

The easting and northing always carry the same number of digits and are always read in that order. In 18S UJ 23480 06473, the easting is 23480 (23,480 meters east) and the northing is 06473 (6,473 meters north). Together they pin the point to a single 1-meter square.

One thing to remember about the point itself An MGRS coordinate does not mark the center of a square. It designates the southwest corner of the square it describes. The coordinate 18S UJ 234 064 refers to the southwest corner of a 100 m box, and everything from there up to the next grid line belongs to that box.

The "Read Right, Then Up" Rule

Every grid system has a built-in trap: it is just as easy to read up-then-right as right-then-up, and the two give you completely different points. MGRS removes the guesswork with a fixed convention. Easting first, northing second. Right, then up.

Here is the rule applied to our example. Start at the southwest corner of square UJ, the origin (0 east, 0 north) for that 100 km block.

  1. Read right (easting = 23480): Move 23,480 meters east from the western edge. You are now on a vertical line about 23.5 km in from the left.
  2. Read up (northing = 06473): From that line, move 6,473 meters north from the southern edge. You are now about 6.5 km up from the bottom.

Where those two measurements meet is your point. Reverse the order, reading 06473 as the easting, and you land roughly 17 km away in the wrong direction. The order is part of the standard, not a stylistic choice.

How Precision Scales with Digit Count

One of the most useful properties of MGRS is that you control precision by adding or dropping digits. Each axis carries the same number of digits, and that count sets the size of the square. Fewer digits means a bigger box and a coarser fix; more digits means a tighter one.

Digits per axisGrid resolutionExample
110 km18S UJ 2 0
21 km18S UJ 23 06
3100 m18S UJ 234 064
410 m18S UJ 2348 0647
51 m18S UJ 23480 06473

Each row is simply the previous one with one more digit appended to each axis, never rearranged. The fix 23 06 sits inside 234 064, which sits inside 23480 06473. So you can shorten a coordinate to describe a wider area without recomputing anything: drop a digit off each axis and you have zoomed out by a factor of ten. Field shorthand counts the whole numeric tail, so a "6-digit grid" means 3 digits per axis, or 100 m resolution.

Reading a Coordinate off a Topographic Map

Standard topographic maps from the USGS, the British Ordnance Survey, and military mapping agencies carry a UTM grid overlay: the thin blue or black lines that form 1 km squares across the sheet. The numbers along the edges are truncated grid labels showing only the meaningful digits. The procedure follows the same right-then-up rule.

  1. Identify the grid zone designation from the map marginalia, usually printed in the collar (for example, "Zone 18S").
  2. Identify the 100 km square from the two large reference letters shown in the grid reference box or printed faintly across the map face (for example, "UJ").
  3. Read the easting (right): find the vertical grid line just to the left of your point and note its printed label. Then measure or estimate how far east your point lies between that line and the next one.
  4. Read the northing (up): find the horizontal grid line just below your point and note its label. Then measure or estimate how far north your point lies between that line and the next one.
  5. Assemble the coordinate in order: zone + square letters + easting + northing, keeping the easting and northing digit counts equal.

To split the distance inside a 1 km square down to 100 m or 10 m, field navigators use a plotting tool (a protractor or coordinate scale) with graduated edges sized to the map's scale. Line it up against the bottom-left grid line, read across for the easting, then up for the northing.

The mnemonic drilled into every land navigation course is "read right, then up." Easting before northing, every time.

Four Common Mistakes (and How to Avoid Them)

Most MGRS reading errors come from a handful of predictable slips. Watch for these.

That last point matters when cross-checking results. A standards-compliant engine, including the one in Red Grid MGRS, follows DMA Technical Manual 8358.1 and truncates intermediate UTM values rather than rounding them. That is what makes its output agree with military receivers like the DAGR and PLGR and with NGA GeoTrans. If a handheld GPS and a phone disagree by a meter, rounding versus truncation is usually the reason.

Or Just Paste It Into the Converter

Doing this by hand is a genuinely useful skill when the batteries die. But when you just need a quick check, the fastest way to read an MGRS string is to drop it into the free web MGRS converter. It parses the four parts, shows the latitude and longitude, and confirms the precision, so you can sanity-check a coordinate someone read to you over the radio. It runs in the browser with no account and no upload.

Get Red Grid MGRS A DAGR-class MGRS navigator that implements the DMA TM 8358.1 algorithm with live MGRS coordinates, magnetic declination, waypoints, and 10 tactical tools, all with no accounts and no tracking. Free on the App Store and Google Play. Or read and convert a coordinate right now in the free web MGRS converter. Source code on GitHub.