The Universal Transverse Mercator (UTM) system is a family of projected coordinate systems that divides the Earth between 80°S and 84°N into 60 longitudinal zones, each 6° of longitude wide. Each zone uses its own transverse Mercator projection centered on the zone's central meridian, expressing positions in meters of easting and northing rather than degrees.
Why it matters
Because UTM is metric and locally conformal with low distortion within a zone, it is the default choice for terrain analysis, distance and area measurement, slope calculation, and most engineering-scale GIS work. Working in meters avoids the well-known errors that arise when you measure distances or buffers in geographic (degree-based) coordinates.
How it works in practice
Each zone is identified by number (1–60) and hemisphere. Coordinates are given as a false easting (the central meridian is fixed at 500,000 m to keep eastings positive) and a northing (0 at the equator for the northern hemisphere; 10,000,000 m at the equator for the southern hemisphere). EPSG codes encode the zone and datum, for example EPSG:32633 for WGS84 / UTM zone 33N and EPSG:32733 for zone 33S. NAD83 UTM zones use the EPSG 269xx range in North America.
A site near Munich (about 11.5°E) falls in zone 32N (EPSG:32632); a project that spans both zone 32 and zone 33 forces a choice of a single working zone or a different CRS entirely.
Common pitfall
UTM distortion grows toward zone edges and is unsuitable for areas that cross several zones — a country-wide or multi-country dataset measured in one UTM zone will accumulate scale error far from its central meridian. For wide projects choose a national grid or a custom projection instead of stretching a single UTM zone.