Lat Long to UTM Converter

Convert latitude and longitude coordinates into UTM format quickly and accurately.

What This Converter Does

This tool converts geographic coordinates from the latitude/longitude system (decimal degrees) into Universal Transverse Mercator (UTM) coordinates. UTM divides the Earth into 60 zones, each 6 degrees of longitude wide, and expresses positions as easting (meters east within a zone) and northing (meters north from the equator).

If you work with GPS data, survey maps, or GIS software, you'll often need to switch between these two coordinate systems. This converter handles the math so you don't have to.

How the Conversion Works

The conversion uses the standard transverse Mercator projection formulas. Here's what happens under the hood:

The tool assumes WGS84 datum, which is the standard for most consumer GPS devices and online mapping services.

How to Use the Converter

  1. Enter a latitude value in decimal degrees (e.g., 40.7128). Use negative values for southern latitudes.
  2. Enter a longitude value in decimal degrees (e.g., -74.0060). Use negative values for western longitudes.
  3. Click the convert button. The tool displays the UTM zone, easting, and northing.

Latitude must be between -90 and 90. Longitude must be between -180 and 180. Values outside these ranges will not produce valid results.

Example Conversion

Input: Latitude 40.7128, Longitude -74.0060 (New York City)

Output:

This means New York City is located in UTM zone 18 (northern hemisphere), approximately 583,960 meters east of the zone's central meridian and 4,507,700 meters north of the equator.

Understanding the Results

UTM coordinates consist of three parts:

UTM coordinates are always positive numbers. The false easting and northing offsets ensure this, even for locations west of a zone's central meridian or south of the equator.

Common Mistakes

Limitations

Practical Use Cases

FAQ

What is the difference between lat/long and UTM?

Latitude and longitude are angular measurements on a spherical Earth model. UTM is a projected coordinate system that flattens the Earth into a grid of meters. UTM is easier for distance and area calculations, while lat/long is more intuitive for global positioning.

Why does UTM use zones?

No map projection can perfectly represent the Earth's curved surface on a flat plane without distortion. By dividing the Earth into 60 narrow zones, UTM minimizes distortion within each zone, making it practical for local and regional mapping.

Can I convert UTM back to lat/long with this tool?

This tool converts lat/long to UTM only. For the reverse conversion, you would need a UTM to lat/long converter.

Why does my UTM easting have 6 digits?

Easting values typically range from about 100,000 to 900,000 meters. The 500,000-meter false easting ensures all values are positive and have a consistent number of digits within a zone.

What does the hemisphere letter (N or S) mean in the zone?

The letter indicates whether the coordinate is in the northern (N) or southern (S) hemisphere. This affects the northing value: northern hemisphere northing is measured from the equator northward, while southern hemisphere northing includes a 10,000,000-meter offset measured from the equator southward.