All tools
HomeCoordinate converter › Lat/Long → UTM

Latitude/Longitude to UTM converter

Convert latitude and longitude (WGS84) to UTM easting, northing and zone. Enter your coordinates in decimal degrees or DMS and read the UTM values — free, in your browser, using proj4.

Decimal degrees (DD)
Degrees minutes seconds (DMS)
Degrees decimal minutes (DDM)
Web Mercator (EPSG:3857)
UTM (WGS84)
No uploadInstantWorks offlineproj4 for reprojection
Advertisement

About this conversion

UTM (Universal Transverse Mercator) divides the world into 60 zones and gives positions as easting/northing in metres — the system surveyors, the military and engineers use for local accuracy.

The tool picks the correct UTM zone from your longitude automatically and reprojects from WGS84.

How to use it

  1. Enter your latitude and longitude above (any of decimal degrees, DMS or DDM — auto-detected).
  2. Read the highlighted result and click Copy. Every other format is shown too.
  3. Nothing is uploaded — it all runs in your browser.

Frequently asked questions

How is the UTM zone chosen?

The zone is computed from longitude: zone = floor((longitude + 180) / 6) + 1. The hemisphere (N/S) comes from the latitude's sign. The tool does this for you.

What formats are supported?

Input can be decimal degrees (48.8584), DMS (48°51'30"N or 48 51 30 N), or DDM (48°51.5'N). The tool outputs DD, DMS, DDM, Web Mercator (EPSG:3857) and UTM at once.

Which is latitude and which is longitude?

Latitude runs −90 to 90 (N/S); longitude runs −180 to 180 (E/W). Mixing them up is the most common mistake — enter each in its own box.

Does this work offline?

The DD/DMS/DDM conversion is pure math and works offline. Web Mercator and UTM use a small projection library that downloads once and is then cached.

Are my coordinates sent anywhere?

No. Everything is computed in your browser — nothing is uploaded.

Other coordinate conversions

Advertisement