Lat/Long to UTM Converter

Convert latitude and longitude coordinates to UTM (Universal Transverse Mercator) including easting, northing, zone, grid convergence, and scale factor.

Lat/Long to UTM Converter

UTM Easting
583,959.37 m E
Zone 18N
UTM Northing
4,507,351.00 m N
Hemisphere: N
UTM Zone
18N
6° wide longitude band
Decimal Lat
40.7128°
40° 42′ 46.08″ N
Decimal Lon
-74.006°
74° 0′ 21.6″ W
Grid Convergence
0.648392°
Angle between grid north and true north
Scale Factor
0.99975101
Point scale factor at location

UTM Zone Reference

ZoneW LongitudeCentralE Longitude
15-96°-93°-90°
16-90°-87°-84°
17-84°-81°-78°
18-78°-75°-72°
19-72°-69°-66°
20-66°-63°-60°
Planning notes, formulas, and examples

About the Lat/Long to UTM Converter

The Universal Transverse Mercator (UTM) coordinate system divides the Earth into 60 longitudinal zones, each 6 degrees wide, and uses a Transverse Mercator projection to represent locations as easting and northing distances in meters. UTM is the standard for military maps, topographic surveys, GIS analysis, and engineering projects because it provides a flat-map coordinate system with minimal distortion within each zone.

This Lat/Long to UTM Converter transforms geographic coordinates (latitude and longitude) in either decimal degrees or degrees-minutes-seconds format into UTM easting, northing, zone number, and hemisphere. It also calculates grid convergence (the angle between true north and grid north) and the point scale factor—both essential for precision surveying.

Preset locations for major world cities let you explore the conversion quickly. The UTM zone reference table shows neighboring zones for context. Whether you're geocoding field data, programming a GIS application, or translating GPS coordinates for a topographic map, it gives all the UTM parameters you need.

When This Page Helps

UTM coordinates are essential for anyone working with maps, GIS, surveying, or field data collection. Converting between latitude/longitude and UTM is a daily task for geographers, engineers, military personnel, and outdoor professionals. Doing it by hand requires complex trigonometric calculations.

This calculator handles the full transformation including grid convergence and scale factor, parameters that most simple converters omit but that surveyors and GIS professionals need.

How to Use the Inputs

  1. Select the coordinate input format: decimal degrees or degrees-minutes-seconds (DMS).
  2. Enter latitude and longitude in the chosen format, or use a city preset button.
  3. For DMS input, enter degrees, minutes, seconds, and direction (N/S for latitude, E/W for longitude).
  4. The datum is WGS 84, which matches GPS coordinates.
  5. Read the UTM easting, northing, zone, hemisphere, grid convergence, and scale factor.
  6. Check the UTM zone reference table for neighboring zone boundaries.
Formula used
UTM uses a Transverse Mercator projection with k₀ = 0.9996, false easting = 500,000 m, false northing = 10,000,000 m (south hemisphere). Easting = k₀ × N × [A + (1−T+C)A³/6 +...] + 500000 Northing = k₀ × [M + N×tan(φ) × (A²/2 +...)]

Example Calculation

Result: Zone 18N, Easting: 583,960.332 m, Northing: 4,507,523.222 m

New York City at 40.7128°N, 74.006°W falls in UTM Zone 18N. The easting of ~584 km east of the zone origin and northing of ~4,508 km north of the equator precisely locate the point on a UTM grid.

Tips & Best Practices

  • Ensure your latitude is between −84° and +84°; UTM does not cover the polar regions.
  • GPS coordinates are in WGS 84 datum by default, which matches this converter.
  • Grid convergence is zero at the central meridian and increases toward zone edges.
  • The scale factor at the central meridian is 0.9996 (not 1.0) to distribute distortion evenly.
  • When working across UTM zone boundaries, project both zones and choose the better fit.
  • For DMS input, seconds can include decimals for sub-arcsecond precision.

How UTM Projection Works

UTM uses a Transverse Mercator projection cylinder tangent to a central meridian within each zone. The projection is conformal, meaning angles are preserved locally, and shapes are maintained at small scales. A scale factor of 0.9996 at the central meridian compresses the map slightly there so that distortion is more evenly distributed across the entire zone width.

UTM vs Latitude/Longitude

Lat/long coordinates are angular measurements on a sphere. They're excellent for global positioning but poor for calculating distances and areas because one degree of longitude changes in distance from equator to pole. UTM provides flat Cartesian coordinates in meters, making distance and area calculations trivial using the Pythagorean theorem—at least within a single zone.

Practical Applications

Military operations use UTM grid references for all terrain communication. Search and rescue teams report locations in UTM because rescuers can measure straight-line distances on a map with a ruler. Environmental field researchers record UTM coordinates for consistent spatial data. Engineering projects use UTM for construction layout since the meter-based grid aligns with metric building plans.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • UTM is used for topographic maps, military navigation, surveying, GIS analysis, and engineering. It provides metric coordinates in a Cartesian grid with minimal distortion within each zone.