Terramark

Reference

UTM vs Decimal Degrees vs MGRS: Which Coordinate Format Should You Use?

Published August 6, 2026 · 7 min read

The same point on Earth can be written as 39.9334, 32.8597, 39°56'00.2"N 32°51'34.9"E, 36N 447789 4421946, or 36S XA 47789 21946 — decimal degrees, DMS, UTM and MGRS respectively. They're not competing standards so much as different tools for different jobs. Here's what each one is actually for.

Decimal degrees (e.g. 39.9334, 32.8597)

The default format for consumer GPS, Google Maps links, and most APIs. It's compact, universally understood by software, and easy to paste into a search box. The downside: two nearby points look like a wall of similar digits, which makes it hard to sanity-check distances or errors at a glance in the field.

Use it for: sharing a location quickly, pasting into Maps or a spreadsheet, anything API-facing.

DMS — Degrees, Minutes, Seconds (e.g. 39°56'00.2"N)

The traditional format for navigation and surveying, and still what many legal descriptions and older maps use. It's more human-parseable than decimal degrees once you're used to reading it, but does no favors for quick mental distance estimates either.

Use it for: matching legal or historical land documents, marine and aviation contexts, older reference maps.

UTM — Universal Transverse Mercator (e.g. 36N 447789 4421946)

UTM projects the globe into 60 flat zones and gives coordinates in meters (easting/northing) within a zone. Because it's metric and locally flat, it's the format of choice for anything involving real-world distance measurement — laying out a site plan, computing areas, or checking how far apart two points actually are without a projection calculation.

Use it for: construction layout, GIS analysis, anywhere you need to measure distance or area directly from coordinates. Just remember the zone number (e.g. "36N") — a UTM coordinate is meaningless without it, and points near a zone boundary need care.

MGRS — Military Grid Reference System (e.g. 36S XA 47789 21946)

Built on the same UTM grid but broken into lettered 100km squares, so a full reference is more compact and self-contained than raw UTM for a given precision. Common in military, emergency response, and some land survey contexts where a short, precise alphanumeric string beats a long coordinate pair.

Use it for: emergency/SAR coordination, military and some cadastral work, anywhere a compact grid reference is the local convention.

Quick comparison

FormatBest forWeakness
Decimal degreesSharing, APIs, mapping appsHard to eyeball distances
DMSLegal descriptions, navigationVerbose, easy to mistype
UTMDistance/area measurement, GIS layoutNeeds the zone number to mean anything
MGRSCompact grid reference, emergency coordinationLess familiar outside military/SAR contexts

How to decide

  1. Check what your deliverable expects. If you're handing data to a GIS analyst, ask which format and EPSG code they want before you export — it's usually UTM for anything involving measurement.
  2. Match your organization's convention where one already exists — consistency across a project matters more than which format is "better" in the abstract.
  3. When in doubt, keep more than one. A field record that stores the underlying coordinate precisely can usually be displayed or exported in any of the four formats without re-measuring anything.

Terramark stamps and exports every record in Decimal, DMS, UTM or MGRS — switch formats anytime without re-shooting, and Pro exports (CSV, GeoJSON) include the UTM zone and EPSG code automatically.

See Terramark for Surveyors

Once your coordinates are in the right format, the next question is usually which file format to hand off — see KML vs GeoJSON vs CSV for choosing an export format your office's GIS software will actually want.