UTM and Latitude/Longitude Explained

Understand what UTM coordinates actually mean, why they exist, and how to convert them to and from latitude and longitude without making the classic mistakes.

If you work with GPS data, survey files or drone imagery for long enough, you will eventually receive a coordinate that looks nothing like a latitude and longitude. Instead of 48.8584, 2.2945 you get something like Zone 31N 448250 E, 5411932 N. That is a UTM coordinate, and this guide explains exactly what it means and how to move between UTM and lat/long.

Why UTM exists

Latitude and longitude describe a position on a sphere using angles measured in degrees. That is perfect for pinpointing a location anywhere on Earth, but it is awkward for measuring. A degree of longitude is about 111 km at the equator but shrinks to zero at the poles, so you cannot simply treat degrees as a flat grid and measure distances with a ruler.

The Universal Transverse Mercator (UTM) system solves this by projecting the curved Earth onto a flat grid measured in metres. On that grid, moving 1000 units east really does mean moving 1000 metres east. Surveyors, engineers and the military prefer it because you can do straightforward arithmetic on the numbers.

Zones: slicing the world into strips

You cannot flatten the whole globe onto one grid without huge distortion, so UTM divides the world into 60 zones, each 6 degrees of longitude wide. Zone 1 starts at 180° W; zone 31 covers 0° to 6° E, which is why Paris sits in zone 31. A coordinate is only meaningful together with its zone, and a hemisphere letter (N or S) tells you whether it is north or south of the equator.

Easting and northing

Within a zone, a position is given as two numbers:

So 448250 E means the point is 51750 m west of its zone's central meridian, and 5411932 N means it is about 5412 km north of the equator.

Converting UTM to latitude and longitude

The conversion is a well-defined mathematical transformation on the WGS84 ellipsoid (the same reference shape GPS uses). It is not something you want to do by hand, but the important things to get right are:

  1. Keep the zone with the numbers. An easting and northing without a zone is ambiguous; the same pair repeats in all 60 zones.
  2. Get the hemisphere right. Mixing up N and S puts you on the wrong side of the equator.
  3. Match the datum. Most modern data is WGS84, but older survey data may use NAD27, ED50 or a national datum, which can shift a position by hundreds of metres.

Our coordinate converter handles this automatically: enter a latitude and longitude and it returns the matching UTM zone, easting and northing, along with DMS and MGRS.

Common mistakes

When to use UTM versus lat/long

Use latitude and longitude for storing and sharing locations, web maps and anything global. Use UTM when you need to measure distances and areas on the ground within a limited region, such as a survey site or a drone mapping project. Because UTM is metric and locally flat, it is far easier to work with for engineering calculations.

Try it: convert any location between lat/long, DMS, UTM and MGRS with the free Coordinate Converter.