Universal Transverse Mercator coordinate system
Universal Transverse Mercator (UTM) is a way to map the Earth into flat coordinates that are easy to measure on a map or in a GIS. It uses the transverse Mercator projection and only represents horizontal position (latitude and longitude are converted to x and y in meters); height is not part of the system. The world is divided into 60 zones, each 6 degrees of longitude wide. Each zone is projected separately to minimize distortion, so you locate a point by its zone, hemisphere, and its easting (x) and northing (y) within that zone.
Key features:
- Each zone has a central meridian. To avoid negative eastings, a false easting of 500,000 meters is added. The scale factor at the central meridian is 0.9996, which helps keep distortion low across the zone.
- Distortion is small inside a zone (less than about 1 in 1000). Distortion grows toward zone edges; at the equator near the edge it can be around 1.0010. To balance accuracy, maps use narrow zones and standard lines near the central meridian.
- The system covers the globe except for the polar regions, which are handled by a separate UPS system.
- The 60 zones are numbered 1 to 60 from west to east. In most practical uses, you specify the zone number, the hemisphere (N or S), and the easting and northing in that zone. Latitudinal bands are not part of UTM notation because they can be ambiguous.
How coordinates work:
- The central meridian of each zone is used as a reference. Eastings are measured from 500,000 meters west of the central meridian, so typical eastings range roughly from 166,000 to 834,000 meters at the equator.
- Northings are measured from the equator. In the Northern Hemisphere, northing starts at 0 at the equator and increases northward. In the Southern Hemisphere, northing at the equator is set at 10,000,000 meters and decreases southward, so no value is negative.
- An example: a point in Zone 17 with coordinates 630,084 meters east (easting) and 4,833,438 meters north (northing) lies in the Northern Hemisphere. The full notation would include the zone and hemisphere, e.g., “17N 630084 4833438.”
Datums and accuracy:
- UTM coordinates are tied to a geodetic datum. Today, the default is the World Geodetic System WGS84, which aligns with most GPS data. Older datums (like NAD27) can yield differences of tens to a few hundred meters.
- The math behind UTM is based on precise formulas (originating from Krüger’s work in 1912) that convert latitude and longitude to easting, northing, scale factor, and grid convergence. In practice, the key ideas are to keep scale distortion small within a zone and to provide a straightforward, distance-friendly grid for field work.
Practical notes:
- UTM is widely used for topographic mapping, surveying, and navigation because it provides a consistent grid with easy distance estimates within each zone.
- When working across zone boundaries, it can be helpful to reference coordinates in the neighboring zone for points near the edge, since distortion increases near boundaries.
- If you need precise measurements across large areas or across zones, you may need to account for the varying scale factor and grid convergence between zones.
This page was last edited on 3 February 2026, at 15:54 (CET).