Skip to main content

Lat/Long to UTM Converter

Convert lat longto utmconverter between units instantly. Includes conversion tables, common equivalents, and calculation formulas.

Share this calculator

Formula

Easting = k0 x N x (A + (1-T+C) x A^3/6 + ...) + 500000

UTM conversion uses the Transverse Mercator projection equations applied to the WGS84 ellipsoid. The latitude and longitude are transformed to easting and northing coordinates in meters using series expansions involving the ellipsoid eccentricity, scale factor (0.9996), and the angular distance from the zone central meridian.

Worked Examples

Example 1: New York City

Problem: Convert New York (40.7128 N, 74.006 W) to UTM coordinates.

Solution: Zone = floor((-74.006 + 180) / 6) + 1 = 18\nZone letter for 40.71 = T\nCentral meridian = -75 degrees\nApply Transverse Mercator projection formulas\nEasting = ~583,960 m, Northing = ~4,507,523 m

Result: UTM Zone 18T, E 583960.45 m, N 4507523.32 m

Example 2: Southern Hemisphere

Problem: Convert Sydney (-33.8688 S, 151.2093 E) to UTM.

Solution: Zone = floor((151.2093 + 180) / 6) + 1 = 56\nZone letter for -33.87 = H\nCentral meridian = 153 degrees\nNorthing gets 10,000,000 m false northing for southern hemisphere

Result: UTM Zone 56H, E ~334,786 m, N ~6,251,930 m

Frequently Asked Questions

Why does UTM use a false easting of 500,000 meters?

The false easting of 500,000 meters is added to all UTM easting values to ensure that every coordinate within a zone is positive. Without it, points west of the central meridian would have negative easting values. The central meridian of each zone has a true easting of zero, but with the false easting it appears as 500,000 m. This convention simplifies calculations and eliminates the need for directional signs, reducing the chance of errors in coordinate handling.

What are the limitations of the UTM system?

UTM does not cover the polar regions above 84 degrees N or below 80 degrees S, which use the UPS (Universal Polar Stereographic) system instead. Coordinates are only valid within their designated zone; using them across zone boundaries requires careful conversion. Distortion increases toward zone edges, though it stays under 0.04% within any zone. Special wider zones exist for Norway and Svalbard to avoid splitting those regions. UTM is not suitable for global-scale mapping where a single continuous coordinate system is needed.

What is the scale factor in UTM?

The UTM scale factor (k) describes how much a measurement on the map differs from the true distance on the ellipsoid at a given point. At the central meridian of each zone, k is exactly 0.9996, meaning distances are reduced by 0.04%. Moving toward the zone edges, the scale factor increases past 1.0, where distances on the map are slightly larger than reality. The scale factor equals 1.0 along two lines about 180 km east and west of the central meridian, where the map is perfectly true to scale.

Is my data stored or sent to a server?

No. All calculations run entirely in your browser using JavaScript. No data you enter is ever transmitted to any server or stored anywhere. Your inputs remain completely private.

Is Lat/Long to UTM Converter free to use?

Yes, completely free with no sign-up required. All calculators on NovaCalculator are free to use without registration, subscription, or payment.

How accurate are the results from Lat/Long to UTM Converter?

All calculations use established mathematical formulas and are performed with high-precision arithmetic. Results are accurate to the precision shown. For critical decisions in finance, medicine, or engineering, always verify results with a qualified professional.

References