The UTM Coordinate System: 60 Zones, Transverse Mercator, Sub-Metre Accuracy
The UTM grid system explained — 60 zones, 6° wide, transverse Mercator math, the 0.9996 scale factor, Norway/Svalbard exceptions, and the UPS polar handover.
By Steve K.. Published . Last updated .
UTM is a projected coordinate system that divides Earth into 60 zones — each 6° of longitude wide — and projects each zone using the Transverse Mercator projection. Positions are given as easting and northing in metres from a synthetic origin, with the defining central-meridian scale factor 0.9996.
Universal Transverse Mercator is the dominant projected coordinate system in regional engineering and military operations. Within any single zone, distance and area arithmetic is metric and linear — exactly the property that geographic coordinates do not provide. This article runs the full UTM specification: the 60-zone structure, the 20 latitude bands, the central-meridian math behind the 0.9996 scale factor, the Norway and Svalbard zone exceptions, the polar UPS handoff, and a step-by-step worked example for the Empire State Building. The companion pillar /learn/coordinate-systems-overview covers UTM in the broader CRS context; /learn/coordinate-formats-explained covers the MGRS notation that sits on top of UTM.
The 60-zone structure
UTM divides Earth's surface into 60 north-south zones, each 6° of longitude wide. Zones are numbered 1 to 60, west to east, starting at the antimeridian (180° longitude).
| Zone | Longitude range | Central meridian | Example coverage |
|---|---|---|---|
| 1 | 180° W to 174° W | 177° W | Aleutians (western edge) |
| 10 | 126° W to 120° W | 123° W | US Pacific Northwest |
| 18 | 78° W to 72° W | 75° W | New York, Toronto, eastern US |
| 30 | 6° W to 0° | 3° W | UK west of Greenwich |
| 31 | 0° to 6° E | 3° E | Paris, western Europe |
| 33 | 12° E to 18° E | 15° E | Berlin, Rome, central Africa |
| 60 | 174° E to 180° | 177° E | New Zealand, Fiji |
The central meridian of zone N is given by λ₀ = −177° + 6°(N−1) — an arithmetic relation worth memorising. Zone 18's central meridian sits at 75° W, which puts the Empire State Building (at 73.9857° W) just 1.0143° east of the zone's central meridian.
Latitude bands and the Grid Zone Designator
Each zone is further subdivided into 20 latitude bands, lettered C to X (omitting I and O to avoid confusion with the digits 1 and 0). Bands are 8° tall each, except band X which is 12° tall (72° N to 84° N).
| Bands C-M | Southern hemisphere (80° S to 0°) |
|---|---|
| C | 80° S - 72° S |
| H | 32° S - 24° S |
| M | 8° S - 0° |
| Bands N-X | Northern hemisphere (0° to 84° N) |
|---|---|
| N | 0° - 8° N |
| Q | 16° N - 24° N (e.g. Cuba) |
| T | 40° N - 48° N (e.g. New York, Madrid) |
| W | 64° N - 72° N (e.g. Iceland, central Sweden) |
| X | 72° N - 84° N (e.g. Svalbard, Wrangel Island) |
The zone number combined with the band letter is the Grid Zone
Designator (GZD): the Empire State Building's GZD is 18T. Two
notations coexist in practice — the GZD form (18T) and a
hemisphere-letter shorthand (18N for northern, 18S for southern).
Tools should accept both; GZD is more specific and is the form used by
MGRS.
Anatomy of a UTM coordinate
| Component | Empire State Building | Meaning |
|---|---|---|
| Zone number | 18 | Determines the central meridian (75° W) |
| Band letter | T | Determines the latitude (40°-48° N) and hemisphere |
| Easting | 585,628 m | Distance east of synthetic origin (= central meridian + 500,000 m) |
| Northing | 4,511,322 m | Distance north of the equator |
The Empire State Building's easting of 585,628 m says it is 85,628 m east of zone 18's central meridian (75° W) — the false-easting offset of 500,000 m has already been added so that coordinates remain positive across the entire 6° zone. Within a standard zone, eastings range from roughly 167,000 to 833,000 m. Northings in the northern hemisphere run from 0 m (at the equator) to 9,328,000 m (at 84° N); southern hemisphere northings carry the 10,000,000 m false northing so they stay positive too.
The Transverse Mercator projection
UTM uses the Transverse Mercator projection — mathematically a standard Mercator rotated 90° so the cylinder wraps around a meridian instead of the equator. The contact line of the cylinder is the zone's central meridian, and the cylinder is set secant to the ellipsoid (intersecting along two parallels of the central meridian) so that scale errors balance across the zone.
| Parameter | Value | Source |
|---|---|---|
| Central-meridian scale factor (k₀) | 0.9996 (defining) | NGA TM 8358.1 |
| Scale at the secant lines (~1° 37′ off the CM) | 1.0000 | Geometric |
| Scale at the zone edge (~3° off the CM) | ~1.0010 | Geometric |
| Maximum within-zone scale error | ~0.04% (~50 cm/km) | Geometric |
| Forward projection equations | Snyder PP 1395 §8 | USGS |
The 0.9996 number is not arbitrary: it is the scale factor at which the maximum negative error at the central meridian (−0.04%) and the maximum positive error at the zone edge (+0.10%) balance for an optimal worst-case distortion across the zone. The geometric trick of a secant rather than tangent cylinder is an old surveyor's move — the same idea behind the Lambert Conformal Conic projection used in many national grids.
| Datum | EPSG range | Example | Where used |
|---|---|---|---|
| WGS-84 (north) | EPSG:32601-32660 | EPSG:32618 = WGS-84 / UTM 18N | Global default |
| WGS-84 (south) | EPSG:32701-32760 | EPSG:32733 = WGS-84 / UTM 33S | Southern hemisphere |
| ETRS89 | EPSG:25828-25838 | EPSG:25832 = ETRS89 / UTM 32N | European Union (INSPIRE) |
| NAD83 | EPSG:26901-26923 | EPSG:26918 = NAD83 / UTM 18N | US federal |
| NAD27 | EPSG:26701-26723 | EPSG:26718 = NAD27 / UTM 18N | Legacy US data |
The zone math is identical across datums; only the underlying
ellipsoid's a and 1/f differ. WGS-84 UTM and NAD83 UTM zone-18
coordinates of the same physical point in CONUS differ by 1-2 m on the
ground — small, but not zero, per
NGS NCAT.
Worked example: Empire State Building
Convert (40.7484° N, 73.9857° W) to UTM:
| Step | Calculation | Value |
|---|---|---|
| 1. Zone number | floor((−73.9857 + 180) / 6) + 1 | 18 |
| 2. Band letter | 40.7484° N is in 40-48° N | T |
| 3. Central meridian | −177 + 6(18-1) | −75° (75° W) |
| 4. Apply TM forward projection on WGS-84 | Snyder PP 1395 §8 | ΔE = 85,628 m; ΔN = 4,511,322 m |
| 5. False easting + 500,000 | 85,628 + 500,000 | 585,628 m E |
| 6. False northing (north hemisphere = 0) | 4,511,322 + 0 | 4,511,322 m N |
Result: 18T 585628 mE 4511322 mN — or, in the
hemisphere-shorthand notation, 18N 585628 4511322.
The Coordinately UTM converter returns the same value and provides the inverse projection back to lat/lon. The homepage tool emits this UTM form alongside DD, DMS, DDM, MGRS and Plus Code when you click any pin.
Norway and Svalbard exceptions
Two regions of strategic importance pushed UTM to adopt explicit exceptions to the 6° zone width.
| Region | Default zones | Exception | Result |
|---|---|---|---|
| Southwest Norway (mainland) | split between 31V and 32V | 32V widened westward from 6° E to 3° E | Mainland Norway sits in 32V or 33V |
| Svalbard (north of 72° N) | would span 31X-37X (7 zones) | Zones 32X, 34X, 36X eliminated; 31X widened to 0-9° E, 33X to 9-21° E, 35X to 21-33° E, 37X to 33-42° E | Svalbard sits in 4 zones rather than 7 |
Both exceptions are mandatory for UTM conformance — ad-hoc
implementations that ignore them produce wrong-zone results in those
regions. The exception list is fixed in NGA TM 8358.1 and is implemented
by every reference library, including PROJ, GDAL, ArcGIS, GeoTools, and
Coordinately's src/lib/coords/utm.ts.
Polar caps: UPS
UTM is defined between 80° S and 84° N. Beyond that range, the zone geometry breaks down: zones converge toward the poles fast enough that zone identification becomes ambiguous, and easting / northing distances stop being meaningful.
| Polar region | UPS zone(s) | Coverage |
|---|---|---|
| North polar cap, λ < 0° | Z | West half (Greenwich westward) |
| North polar cap, λ > 0° | Y | East half |
| South polar cap, λ < 0° | A | West half |
| South polar cap, λ > 0° | B | East half |
UPS uses the polar stereographic projection — tangent to the pole rather than to a meridian — with its own false easting and northing of 2,000,000 m each. Together, UTM and UPS cover the whole globe without overlap; the handoff at 80° S and 84° N is sharp.
Grid convergence
Within a UTM zone, true north (toward the geographic pole) and grid north (along the UTM northing axis) coincide only at the central meridian. Elsewhere, the angle between the two is called grid convergence (γ).
The closed-form approximation is:
γ ≈ (λ − λ₀) × sin(φ)
where λ is the point's longitude, λ₀ is the zone's central meridian, and φ is the latitude.
| Location | Longitude | Central meridian | Latitude | Grid convergence (γ) |
|---|---|---|---|---|
| Empire State Building | 73.9857° W | 75° W | 40.7484° N | ~0.66° |
| Western edge zone 18 | 78° W | 75° W | 40° N | ~1.93° |
| Eastern edge zone 18 | 72° W | 75° W | 40° N | ~1.93° |
| Reykjavik (zone 27W) | 21.94° W | 21° W | 64.13° N | ~0.85° |
For navigation with a magnetic compass, grid convergence is small compared with magnetic declination (about 13° W in New York City as of 2026 per WMM 2025). But for survey work that compares grid azimuths against astronomically-determined directions, grid convergence is the correction that matters.
When UTM is the right (and wrong) choice
| Right choice for | Wrong choice for |
|---|---|
| Regional surveying inside one zone | Global data exchange (use WGS-84 geographic) |
| National topographic mapping | Web map tile rendering (use Web Mercator EPSG:3857) |
| Military / SAR operations (via MGRS) | Polar work (use UPS) |
| Engineering inside one project area | Cross-zone projects (use a single CRS or convert through geographic) |
A typical surveying workflow operates in UTM within a single zone for field measurements and exports to WGS-84 geographic for archive and exchange. A typical military workflow operates in MGRS for voice and printed communication, with UTM (and underlying lat/lon) as the computational store. A typical web mapping workflow doesn't use UTM at all — it uses geographic for transport and Web Mercator for tiles.
Common misconceptions
Related
- Coordinate Systems Overview— The pillar — the four families of coordinate system
- Projected Coordinate Systems— The family UTM belongs to
- Coordinate Formats Explained— How UTM compares with DD, DMS, MGRS, Plus Code, Geohash
- Distance Calculator— Vincenty distance on geographic coordinates; UTM distance is direct Cartesian
- Methodology— How content is sourced and verified
Frequently asked questions
What is UTM?
Universal Transverse Mercator (UTM) is a projected coordinate system that divides the Earth into 60 zones, each 6° wide in longitude. Each zone uses its own Transverse Mercator projection, with the cylinder oriented so the contact line runs along the zone’s central meridian. Coordinates within a zone are recorded as eastings and northings in metres, with a false easting of 500,000 m and (in the southern hemisphere) a false northing of 10,000,000 m. UTM is the dominant system for regional surveying, military mapping, and engineering worldwide.
How are UTM zones numbered?
Zones are numbered 1 to 60, west to east, starting at the antimeridian (180°W). Zone 1 covers longitude 180°W to 174°W; zone 31 covers 0° to 6°E (the prime meridian falls on the boundary between zones 30 and 31); zone 60 covers 174°E to 180°. Each zone is 6° wide. Within a zone, a latitude band letter (C through X, omitting I and O) indicates the 8°-tall horizontal strip; together they form a Grid Zone Designator like "18T" for New York City.
What is the central meridian of a UTM zone?
The central meridian of zone N is at longitude (−177° + 6°(N − 1)). Zone 1’s central meridian is at 177°W; zone 18’s is at 75°W; zone 31’s is at 3°E; zone 60’s is at 177°E. The central meridian is where the Transverse Mercator cylinder is tangent to the ellipsoid; scale distortion is zero there and grows toward the zone boundaries. The scale factor at the central meridian is intentionally set to 0.9996 (slightly less than 1) so the maximum scale error across the zone is balanced between the centre and the edges.
Why do Norway and Svalbard have special UTM zones?
Standard 6° zone widths put part of southwest Norway in zone 31V and part in zone 32V. To keep Norway in fewer zones, the boundary between 31V and 32V was shifted east; zone 32V is widened westward (to 3°–12°E, a 9° width) so the whole of mainland Norway falls within zone 32V or 33V. Svalbard, which would span zones 31X through 37X, has zones 32X, 34X, and 36X removed entirely and zones 31X, 33X, 35X, 37X widened to fill the gaps. These exceptions are documented in NGA TM 8358.2 and are implemented by every conformant UTM library.
Why does UTM not cover the polar regions?
UTM is defined only between 80°S and 84°N. Beyond those latitudes, the Transverse Mercator projection’s zone geometry breaks down: zones converge to points at the poles, making zone identification ambiguous and easting / northing distances meaningless. The polar caps use a different system — Universal Polar Stereographic (UPS) — which projects each cap onto a plane tangent at the pole. UTM and UPS together cover the entire Earth without overlap.
How do I convert from latitude/longitude to UTM?
For (φ, λ): (1) zone number = floor((λ + 180) / 6) + 1; (2) band letter from latitude (C-X, 8° each except X = 12°); (3) central meridian λ₀ = −177° + 6°(zone − 1); (4) apply the Transverse Mercator forward equations (Snyder PP 1395 §8) on the WGS-84 ellipsoid with k₀ = 0.9996; (5) add false easting 500,000 m (always) and false northing 10,000,000 m (southern hemisphere only). The /tools/utm-converter on Coordinately does this round-trip.
What is the false easting in UTM?
False easting is the offset added to every UTM x-coordinate to keep all eastings positive within a zone. Each zone's central meridian is assigned easting 500,000 m, so easting values within a standard 6°-wide zone range from roughly 167,000 to 833,000 m. Without the false easting, points west of the central meridian would have negative coordinates, which complicates arithmetic. The southern hemisphere also uses a false northing of 10,000,000 m for the same reason.
What is the scale factor in UTM?
The central-meridian scale factor in UTM is exactly 0.9996 by definition (NGA TM 8358.1). This means the cylinder is set *secant* to the ellipsoid rather than tangent — it intersects along two lines parallel to the central meridian. The scale is 0.9996 at the central meridian, 1.0000 at the secant lines (~1° 37′ off-CM), and ~1.0010 at the zone edges. Maximum within-zone error is ~0.04% (~50 cm per km).
Sources
- NGA TM 8358.1 — The Universal Grids and the Transverse Mercator and Polar Stereographic Projections — 60 zones × 6°, k₀ = 0.9996, exceptions · https://earth-info.nga.mil/ · Accessed .
- USGS — Snyder J.P. (1987) "Map Projections — A Working Manual," Prof. Paper 1395 §8 — Transverse Mercator equations · https://pubs.usgs.gov/pp/1395/report.pdf · Accessed .
- NGA STND 0036 — WGS 84 ellipsoid parameters used in the UTM projection · https://earth-info.nga.mil/index.php?dir=wgs84 · Accessed .
- NOAA NGS — Forward/Inverse computations — Empire State Building 18T 585628 mE 4511322 mN · https://www.ngs.noaa.gov/PC_PROD/Inv_Fwd/ · Accessed .
- IOGP / EPSG — EPSG Geodetic Parameter Dataset — UTM Zone CRSs (32601-32660, 32701-32760, 25828-25838, 26901-26923) · https://epsg.org/ · Accessed .
- NOAA NCEI — World Magnetic Model 2025 — NYC declination ≈ -13°W (used in grid-convergence vs declination comparison) · https://www.ncei.noaa.gov/products/world-magnetic-model · Accessed .
- ISO — ISO 19111:2019 — Referencing by coordinates (CS + Datum = CRS) · https://www.iso.org/standard/74039.html · Accessed .
Cite this article
APA format:
Steve K. (2026). The UTM Coordinate System: 60 Zones, Transverse Mercator, Sub-Metre Accuracy. Coordinately. https://coordinately.org/learn/utm-coordinate-system
BibTeX:
@misc{coordinately_theutmcoordinate_2026,
author = {K., Steve},
title = {The UTM Coordinate System: 60 Zones, Transverse Mercator, Sub-Metre Accuracy},
year = {2026},
publisher = {Coordinately},
url = {https://coordinately.org/learn/utm-coordinate-system},
note = {Accessed: 2026-06-05}
}