Lat/Long to UTM Converter

Convert WGS84 geographic coordinates to UTM (Universal Transverse Mercator).

Convert WGS84 Snyder TM MGRS zone
Rate this calculator

Latitude/Longitude → UTM

WGS84 ellipsoid · sub-meter accuracy · 60 zones

Instructions — Lat/Long to UTM Converter

1

Enter coordinates

Type latitude and longitude in decimal degrees. Latitude must be between -80 and +84 (UTM coverage). Longitude between -180 and +180.

2

Read UTM values

Output shows zone (1–60), hemisphere (N/S), easting (m, false-origin 500,000), and northing (m, equator-relative or 10,000,000 offset for South).

3

Use city presets

Quick picks for New York, London, Sydney, Tokyo, Warsaw. Useful for sanity-checking your input or learning the zone system.

Zone formula: zone = floor((lon + 180) / 6) + 1. So NYC (lon -73.99) is in zone 18. Each zone is 6° wide.
South hemisphere: northing has a 10,000,000 m offset added to keep values positive. Sydney is at ~6,250,000 N in zone 56S.

Formulas

The UTM projection is a series of 60 Transverse Mercator strips, each 6° wide. The math uses the WGS84 reference ellipsoid (a = 6,378,137 m; e² = 0.00669438) and a scale factor of k₀ = 0.9996 at the central meridian.

UTM zone
$$ \text{zone} = \lfloor \frac{\lambda + 180}{6} \rfloor + 1 $$
λ is longitude in degrees. Each zone is 6° wide; zone 1 spans -180° to -174°, zone 60 spans 174° to 180°.
Central meridian
$$ \lambda_0 = 6 \cdot \text{zone} - 183 $$
Each zone has a central meridian at 3° offset from its boundaries. Zone 18: λ₀ = -75°. Zone 33 (Warsaw): λ₀ = +15°.
Easting (false origin)
$$ E = k_0 N\left[A + \frac{(1-T+C)A^3}{6} + \frac{(5-18T+T^2)A^5}{120}\right] + 500{,}000 $$
N is the radius of curvature in the prime vertical, A = cos(φ)(λ−λ₀), T = tan²φ, C = e′²cos²φ. The 500,000 m offset is added to avoid negative easting values.
Northing
$$ N_{\text{utm}} = k_0 \left[M + N\tan\phi \left(\frac{A^2}{2} + \frac{(5-T+9C)A^4}{24} + \dots\right)\right] $$
M is the meridian distance from the equator. Southern hemisphere adds a 10,000,000 m false-origin offset.
WGS84 ellipsoid
$$ a = 6{,}378{,}137\,\text{m},\;\; 1/f = 298.257223563 $$
The WGS84 ellipsoid is the global standard since 1984. Used by GPS, military surveys, and most civilian mapping.
MGRS letter band
$$ \text{band} = \text{letters C-X (skip I, O)} $$
MGRS adds a latitude band letter for finer location. Each band is 8° tall, from C (80°S) to X (84°N). The output here includes the MGRS zone+band.

Reference

UTM Zones for Major Cities
CityLat/LongUTM zoneEasting/Northing
New York40.75°N, 74.00°W18N583,960 E, 4,507,520 N
London51.50°N, 0.12°W30U699,320 E, 5,710,159 N
Berlin52.52°N, 13.41°E33U391,538 E, 5,819,886 N
Tokyo35.69°N, 139.69°E54S381,704 E, 3,949,469 N
Sydney33.87°S, 151.22°E56H334,892 E, 6,251,994 N
Cape Town33.92°S, 18.42°E34H261,400 E, 6,243,300 N
Mumbai19.08°N, 72.88°E43Q277,750 E, 2,110,920 N
São Paulo23.55°S, 46.63°W23K333,400 E, 7,394,000 N

UTM zone width and limits

Each UTM zone is 6° wide. At the equator, that is roughly 670 km; near the poles, it narrows. UTM is undefined above 84°N or below 80°S — UPS (Universal Polar Stereographic) covers the poles.

Zone reference
LongitudeZone
180° W to 174° W1
120° W to 114° W11 (W USA)
78° W to 72° W18 (E USA)
6° W to 0°30 (UK)
12° E to 18° E33 (C Europe)
138° E to 144° E54 (Japan)
150° E to 156° E56 (E Australia)
Accuracy & limits
ParameterValue
Lat range80°S – 84°N
Zone width6° longitude
Scale at central meridian0.9996
Max distortion~1 part in 2,500
False easting500,000 m
False northing (S)10,000,000 m
DatumWGS84 (this tool)

Article — Lat/Long to UTM Converter

Lat/long to UTM converter: geographic to projected coordinates

A lat/long to UTM converter transforms geographic coordinates (latitude/longitude on the WGS84 ellipsoid) into UTM coordinates (easting/northing on a flat Transverse Mercator grid). UTM divides Earth into 60 zones, each 6° of longitude wide. Inside a zone, location is given in meters — easting (E, false-origin 500,000) and northing (N, equator-relative).

UTM is the dominant projected coordinate system for surveying, GIS, military mapping, and field GPS work. Distances in UTM are Euclidean to within a fraction of a percent, which makes calculations far simpler than on the curved lat/long graticule.

What is lat/long to UTM conversion?

Lat/long to UTM conversion projects spherical geographic coordinates onto a 2D plane, dividing the world into 60 strips so that each strip has acceptable distortion. The converter on this page uses the WGS84 reference ellipsoid (the GPS standard) and the Snyder Transverse Mercator series. Accuracy is sub-meter for inputs within UTM coverage (latitude −80° to +84°).

UTM coordinates are easier to work with than lat/long for most engineering and GIS tasks. Distances between two UTM points (within the same zone) are computed by simple Pythagorean math. Lat/long distances require haversine or geodesic algorithms, which add complexity for no gain at the scales most users care about.

Did you know

UTM was developed by the US Army in the 1940s, building on earlier Transverse Mercator work by Carl Friedrich Gauss in 1825 and Johann Heinrich Lambert in 1772. The current civilian definition uses the WGS84 ellipsoid, the same one GPS satellites broadcast from.

UTM zones explained

UTM divides Earth's longitude range into 60 zones, each 6° wide, numbered 1 to 60 starting from 180°W. Zone 1 covers -180° to -174°. Zone 18 covers -78° to -72° (the US east coast). Zone 30 covers -6° to 0° (UK). Zone 33 covers +12° to +18° (Berlin, Rome, Vienna). Zone 56 covers +150° to +156° (Sydney, eastern Australia).

Latitude is split into a "north" set (equator to 84°N) and a "south" set (equator to 80°S). The two sets share the zone numbers; you add N or S as a suffix. Sydney is in zone 56S; Tokyo in zone 54N; New York in zone 18N. Above 84°N or below 80°S, UTM is undefined — the Universal Polar Stereographic (UPS) projection covers the poles.

Lat/long to UTM formulas

The math comes from the Transverse Mercator projection, originally written down by Gauss. The zone number from longitude: zone = floor((λ + 180) / 6) + 1. The central meridian for the zone: λ₀ = 6 × zone − 183. The easting and northing are computed from a series expansion using the latitude, the longitude offset from the central meridian, and the WGS84 ellipsoid parameters.

The full series uses terms up to A⁶ (sixth-power deviation from the central meridian) to keep accuracy under 1 meter out to the zone edges. Snyder's USGS Professional Paper 1395 gives the canonical formulation; the JavaScript here implements that. Polynomial truncation at A⁶ is the standard choice for civilian UTM.

UTM easting and northing

Easting is the east-west coordinate in meters, measured from a "false origin" west of the central meridian. The false origin is set at easting 500,000 m so that all locations in the zone have positive easting. At the equator, the zone is about 670 km wide, so easting values run from roughly 166,000 to 834,000.

Northing is the north-south coordinate in meters, measured from the equator. In the northern hemisphere, the equator is at northing 0. In the southern hemisphere, the equator is at northing 10,000,000 m — this "false northing" keeps southern hemisphere values positive. Cape Town (33.9°S) lands at northing 6,243,000 m in zone 34S.

NYC (zone 18N)
584k E
4,508k N
Sydney (56S)
335k E
6,252k N (false offset)

UTM vs MGRS

MGRS (Military Grid Reference System) is a layer added on top of UTM by NATO and the US military. It replaces the 7-digit easting and 7-digit northing with a more compact, alphanumeric grid reference. MGRS adds a latitude band letter (C through X, skipping I and O), a 100,000-meter square identifier, and a shortened numeric grid.

A typical MGRS reference looks like "18TWL8429707527" — zone 18, latitude band T, 100-km square WL, easting 84297 within the square, northing 07527. For most civilian use, plain UTM is enough; for military operations and SAR (search and rescue), MGRS is the standard.

Tip

The latitude band letters skip I and O to avoid confusion with the digits 1 and 0. Each band is 8° tall except band X, which is 12° tall (84°N down to 72°N). All other bands run 8°.

When to use UTM coordinates

Use UTM for any project where you need to measure distances or areas in meters within a region a few hundred kilometres across. Examples: land surveying, construction layout, environmental monitoring, archaeological dig records, search-and-rescue mapping, drone flight planning, and GIS analysis of municipal or regional data.

Stick with lat/long when your data spans continents or the whole globe (e.g., shipping routes, climate models, satellite imagery), when you need to share data with non-technical audiences who don't know UTM, or when the underlying tool (Google Maps, MapQuest, most GPS apps) defaults to lat/long.

  • UTM zone = 6° of longitude, numbered 1–60
  • Easting = m east of false origin (500,000 west of central meridian)
  • Northing = m north of equator (or 10,000,000 m south)
  • WGS84 = global reference ellipsoid (a = 6,378,137 m)
  • Scale factor = 0.9996 at central meridian, ~1.0010 at edges
  • Latitude range = 80°S to 84°N (UPS handles poles)
  • MGRS = grid extension with latitude band + 100-km square

UTM conversion accuracy

The Snyder TM series truncated at A⁶ delivers sub-meter accuracy for inputs within UTM coverage. The fundamental limit is the projection itself: 0.04% scale shortening at the central meridian, growing to 0.10% at the zone edges. This is irreducible without using a different projection (e.g., a custom local TM).

For sub-millimetre work (geodesy, tectonic monitoring), this converter is not enough — you would use full ellipsoidal computation or the JHS-184 algorithm. For surveying, GIS, mapping, and field GPS, the sub-meter accuracy here is more than sufficient. Compare two UTM points within the same zone and you can use straight Euclidean distance for any reasonable purpose.

Don't cross zones for distance

UTM easting/northing pairs are only meaningful within one zone. Computing the Pythagorean distance between two points in different zones gives nonsense — the coordinates restart at the zone boundary. For cross-zone distances, project both points into a common zone (one will be slightly distorted) or use ellipsoidal geodesy.

A short history of UTM

The Transverse Mercator projection dates to 1772 (Lambert) and 1825 (Gauss). The "Universal" prefix was added by the US Army in the 1940s, who systematised the 60-zone grid for global military mapping. After WWII, civilian agencies adopted the system; today nearly every national mapping agency outside the US uses some flavour of TM-based national grid.

The original UTM used the Clarke 1866 ellipsoid for the Americas and Bessel 1841 for Europe. WGS84, introduced in 1984, replaced both with a single global ellipsoid. GPS satellites broadcast WGS84 coordinates, which feed straight into the modern UTM transformation without intermediate datum shifts.

FAQ

UTM (Universal Transverse Mercator) is a projected coordinate system that divides Earth into 60 zones, each 6° of longitude wide. Coordinates are expressed in meters as easting (E) and northing (N) within a zone. UTM is used by military, surveyors, and mappers.
Zone = floor((longitude + 180) / 6) + 1. For longitude -73.99 (NYC), zone = floor(106.01/6)+1 = 18. The zone number is unique to longitude; latitude adds N (north) or S (south) suffix.
Lat/long uses angular degrees on the spheroid surface — non-uniform metric scale, awkward for distance calculations. UTM uses meters on a flat plane — distance is just Euclidean. Most surveying and engineering work uses UTM for that reason.
Each UTM zone is 6° wide, about 670 km at the equator. The central meridian is set to easting 500,000 m so that everywhere inside the zone has positive easting (no minus signs to track). The 500,000 m offset places the western edge at about 166,000 m and the eastern edge at 834,000 m.
In the southern hemisphere, the equator is set to northing 10,000,000 m (instead of zero). This keeps all UTM northing values positive throughout the southern hemisphere. The South Pole would land at about 0 m northing — but UTM does not cover beyond 80°S.
Yes, within each zone. The scale factor at the central meridian is 0.9996 (0.04% short), reaching 1.0010 (0.10% long) at the zone edges. For most surveying and GIS, this is acceptable. High-precision geodesy uses local projections or the full ellipsoidal computation.
MGRS (Military Grid Reference System) is a layer on top of UTM. It adds a latitude-band letter (C through X, skipping I and O) and a 100,000-m square ID, then a numeric grid. The MGRS zone for NYC is 18T. MGRS is the US/NATO military standard for ground location.
Yes — the Transverse Mercator projection is invertible, with the same WGS84 parameters and accuracy. This tool does forward (lat/long → UTM) only; the reverse direction needs a separate inverse implementation.