More games at WuGames.ioSponsoredDiscover free browser games — play instantly, no download, no sign-up.Play

UTM / MGRS Converter - Coordinate System

Free UTM MGRS converter: convert between Latitude/Longitude, UTM, and MGRS coordinates. Batch conversion from CSV/TXT files. Military grid reference system.

clearClearpastePaste
Format: lat,lon (one per line) or paste CSV data

What is UTM and MGRS?

UTM (Universal Transverse Mercator) and MGRS (Military Grid Reference System) are coordinate systems used for precise location referencing on Earth's surface. Unlike latitude/longitude, these systems use rectangular coordinates that make distance calculations and navigation easier.

UTM divides the world into 60 zones, each 6 degrees of longitude wide. Coordinates are expressed as zone number, easting (distance east from zone center), and northing (distance north from equator). This system is widely used in surveying, engineering, and GIS applications.

MGRS is a military variant of UTM that uses letter codes to identify 100,000-meter grid squares, followed by numerical coordinates. It's the standard for military operations, emergency services, and search-and-rescue missions.

Key features:

  • UTM uses meters as units, making measurements intuitive and calculations straightforward
  • MGRS provides compact coordinate representation ideal for radio communication
  • Both systems minimize distortion within their respective zones
  • Commonly used in topographic maps, GPS devices, and navigation software
  • Essential for military operations, land surveys, and outdoor recreation

How to Convert Between Coordinate Systems

Converting between Lat/Lon, UTM, and MGRS involves complex mathematical transformations based on map projections. Our converter handles these calculations automatically:

Conversion process:

  • Lat/Lon to UTM: Determine UTM zone from longitude, apply Transverse Mercator projection formulas
  • UTM to Lat/Lon: Use zone information and reverse Transverse Mercator equations
  • UTM to MGRS: Add 100km grid square designators and format coordinates
  • MGRS to UTM: Parse grid letters, extract zone and coordinates
  • Batch conversion: Process multiple coordinates from CSV/TXT files efficiently

Understanding coordinate components:

UTM Zone: Ranges from 1 to 60, calculated as floor((longitude + 180) / 6) + 1

Easting: Distance in meters from the zone's central meridian (false easting: 500,000m)

Northing: Distance in meters from the equator (0m North, 10,000,000m South hemisphere)

MGRS Format: ZoneBand GridSquare Easting Northing (e.g., 48QXG9120024500)

Use Cases for UTM and MGRS

These coordinate systems are essential in various professional and recreational fields:

  • Military Operations: MGRS is NATO standard for position reporting and target designation
  • Land Surveying: UTM provides accurate measurements for property boundaries and construction
  • Emergency Services: Quick coordinate communication for search and rescue
  • GIS Analysis: UTM enables precise area and distance calculations
  • Outdoor Recreation: Hiking, geocaching, and orienteering with topographic maps
  • Scientific Research: Field studies requiring precise location documentation

Batch Conversion Features

Our tool supports batch conversion for processing multiple coordinates efficiently:

  • CSV Import: Paste CSV data or upload files with lat,lon format
  • Multiple Formats: Convert between any combination of Lat/Lon, UTM, and MGRS
  • CSV Export: Download results as CSV for use in spreadsheets or GIS software
  • Error Handling: Invalid coordinates are flagged with error messages

Perfect for converting waypoint lists, survey data, or location databases between coordinate systems.

Frequently Asked Questions

UTM (Universal Transverse Mercator) is a metric grid coordinate system that divides Earth into 60 longitudinal zones of 6° width each, projecting each zone onto a transverse Mercator cylinder. Within a zone, locations are expressed as Easting (meters east of the false origin) and Northing (meters north of the equator for northern hemisphere, or north of 10,000,000 m false origin for southern). Why not just lat/lng? Because UTM coordinates are in meters, so you can compute distances and areas with simple Euclidean geometry instead of haversine — extremely useful for surveying, military operations, mining, and field GIS. Distortion inside a zone is bounded to ±0.04% (a scale factor 0.9996 at the central meridian), making it accurate enough for engineering and cadastral work. The trade-off: a single UTM coordinate is meaningless without its zone.

MGRS (Military Grid Reference System) is a compact, alphanumeric alias for UTM coordinates, designed by NATO for radio voice transmission and paper-map lookup. An MGRS reference like "32U PU 12345 67890" decomposes as: 32U = grid zone designator (UTM zone 32, latitude band U), PU = 100,000-meter square identifier, 12345 = easting within that square (5-digit = 1 m precision), 67890 = northing. You can truncate precision: "32U PU 12 67" is 1 km accuracy, "32U PU 1234 6789" is 10 m. MGRS covers latitudes 80° S to 84° N; polar regions use UPS (Universal Polar Stereographic) with prefixes A, B, Y, Z. The system is mathematically identical to UTM — same projection, same datum (WGS84 for modern use) — but the alphanumeric grid squares are designed to be easy to call over a noisy radio.

The zone number is computed as floor((longitude + 180) / 6) + 1, giving values from 1 to 60. Zone 1 covers 180° W to 174° W, zone 30 covers 6° W to 0°, zone 31 covers 0° to 6° E, and so on. The latitude band letter (C-X, omitting I and O) is found in 8° bands from 80° S to 84° N. There are five well-known exceptions that throw off naive formulas: Norway's Svalbard region uses extended zones 31V (3°-12° E) and 32V (omitted, merged with 31V and 33V) for historical convenience, and a similar tweak applies near 36°-37° E. If your point is near a zone boundary, this converter follows the standard exceptions automatically. Surveying contracts often specify a fixed zone for the whole project even when sites straddle boundaries — using two zones in one dataset breaks distance and area calculations.

UTM coordinates are discontinuous across zones — the same physical point has different (easting, northing) values in adjacent zones, and Euclidean distance across the boundary is meaningless. For projects spanning a zone edge, surveyors and GIS analysts have three options. (1) Pick one "project zone" and force every coordinate into it, accepting that points outside the zone's natural 6° band will have inflated scale-factor distortion (still fine within ±3° of the boundary). (2) Use a custom Transverse Mercator projection centered on the project's actual centroid (common for highway and pipeline corridors). (3) Convert everything to a single geographic CRS (WGS84 lat/lng or a national grid like NAD83 / Conus Albers, ETRS89 / LAEA, JGD2011 / JPRCS) and do measurements in that. This converter handles single points; for cross-zone analysis use PROJ, QGIS, or PostGIS.

The UTM projection math is the same regardless of datum, but the underlying ellipsoid changes the result by tens to hundreds of meters. WGS84 (1984, refined through G2139 in 2021) uses the GRS80 ellipsoid and is the global modern default — what GPS satellites broadcast and what nearly every web map uses. NAD83 (North American Datum 1983) is plate-fixed to North America; it agreed with WGS84 to within a meter in 1983 but has drifted to about 1.5 m due to plate motion. NAD27 (1927) uses the Clarke 1866 ellipsoid and can differ from WGS84 by 30-200 m in CONUS, with the largest discrepancies in Alaska. Old USGS topo maps and many state cadastral records use NAD27 UTM coordinates. Converting requires a Helmert transformation or NADCON grid shift — not just a projection swap.

MGRS easting and northing each accept 1-5 digits, always paired. Precision: 1 digit = 10 km square (zone-level lookup), 2 digits = 1 km square (operational/tactical map sheet), 3 digits = 100 m (artillery target area), 4 digits = 10 m (individual building, vehicle), 5 digits = 1 m (precise rifle pit, survey monument). NATO standard for tactical use is 6-digit MGRS (3 east + 3 north, 100 m) for general situation reports and 8-digit (4 east + 4 north, 10 m) for fire missions. 10-digit (5 east + 5 north, 1 m) is reserved for surveying, demining, and engineering. This converter accepts any precision; pad shorter codes by appending zeros (PU 12 → PU 12000 67000 etc.) only if you know your real accuracy supports it — otherwise you're claiming precision you don't have.

Northings are measured in meters from a "false origin" chosen to keep all values positive within a zone. In the northern hemisphere, the false origin is the equator (northing = 0), so northings range from 0 at the equator to ~9,328,000 at 84° N — typical mid-latitude values are 4,000,000-6,000,000 m. In the southern hemisphere, the false origin is shifted to 10,000,000 m at the equator, so a point at the equator reads northing 10,000,000 and a point near 80° S reads ~1,116,000. This guarantees positive numbers everywhere but means a raw northing of 9,500,000 could be either ~85° N or ~5° S — you must know the hemisphere. UTM software handles this with a separate hemisphere flag or by using the MGRS latitude-band letter (M and earlier = south, N and later = north).

Technically yes, practically no. UTM was designed for 6° zones; using it beyond ±3° of a zone's central meridian introduces scale distortion that grows quickly (0.04% at the central meridian, 0.1% at the zone edge, and several percent at 12° away). For country-wide mapping, most nations adopt their own national grid: Lambert Conformal Conic (France's Lambert 93, USA's State Plane LCC zones), Albers Equal Area (USGS national maps), Transverse Mercator with custom central meridian (UK's OSGB36 / British National Grid, Germany's Gauss-Krüger), or stereographic for high-latitude countries (Poland's Puwg 1992). Continental and global mapping uses Web Mercator (EPSG:3857) for web tiles — it's terrible for area calculations but matches what users expect from Google/OSM. Pick the projection that matches your latitude range and analysis needs, not just "because UTM is familiar."
UTM / MGRS Converter - Coordinate System — Free UTM MGRS converter: convert between Latitude/Longitude, UTM, and MGRS coordinates. Batch conversion from CSV/TXT fi
UTM / MGRS Converter - Coordinate System