Lat Long to Utm Calculator - Zone, Easting, Northing
Use this lat long to utm calculator to turn WGS84 latitude and longitude into the matching UTM zone, easting, and northing in meters for GIS and GPS work.
Lat Long to Utm Calculator
Results
What Is Lat Long to UTM?
A lat long to utm calculator turns a decimal-degree latitude and longitude pair into the UTM zone, hemisphere letter, easting, and northing that GPS receivers, GIS datasets, and survey maps use to record the same point. The UTM grid is a flat, meter-based system that splits the world into 60 narrow zones, so the output is the form most field teams store in their CSV files, shapefiles, and waypoint lists.
- • Field-survey and GIS waypoints: Drop a hand-recorded lat/long straight into a GIS layer that expects UTM zone, easting, and northing in meters.
- • Hiking and outdoor waypoint logs: Reformat GPS tracks into the UTM grid used by USGS topo maps.
- • Drone and remote-sensing work: Match the project's existing coordinate system so drone imagery lines up with the base map.
- • At-sea and inland-water coordinates: Convert chartplotter waypoints to UTM when an engineering dataset prefers metric grid coordinates.
Both lat/long and UTM describe the same place, but they are written for different audiences. Lat/long is an angular system in degrees; UTM is a planar system in meters. The UTM grid is the de facto standard for any dataset that needs distances, areas, or speed values that do not change with latitude. A point is identified by three numbers - zone, easting, northing - that drop cleanly into ArcGIS, QGIS, or Google Earth Pro without a datum change.
If the source coordinates are written in degrees-minutes-seconds or degrees-decimal-minutes, the Coordinates Converter reformats the same point in any of those notations before this step.
How the UTM Calculation Works
The lat long to utm calculator applies the standard Transverse Mercator series from Snyder's USGS working manual to the WGS84 ellipsoid, with a central-meridian scale factor of 0.9996 and a false easting of 500,000 m.
- lat: Latitude in decimal degrees (valid: -90 to +90)
- lon: Longitude in decimal degrees (valid: -180 to +180)
- zone: UTM zone 1 to 60, from longitude using 6 degree bands
- k0: Central-meridian scale factor of 0.9996
- A: (longitude - central meridian) * cos(latitude)
The conversion runs in three steps: turn the longitude into a zone number, convert latitude and longitude from degrees to radians, and run the Transverse Mercator series to get a flat, meter-based easting and northing. The 500,000 m false easting and the 10,000,000 m southern false northing keep both values positive inside the zone.
Worked example: New York City on UTM Zone 18N
Start with latitude 40.7128 N, longitude -74.0060 (Manhattan).
Zone = floor((-74.0060 + 180)/6) + 1 = 18, central meridian = -75 degrees. Convert to radians and run the Transverse Mercator series.
Easting ~ 583,959 m, northing ~ 4,507,351 m in UTM Zone 18N.
Use those two meter values plus the zone label in any GIS layer that already uses UTM Zone 18 on WGS84.
According to Snyder's USGS Professional Paper 1395, UTM divides the world into 60 zones of 6 degrees of longitude, uses a central-meridian scale factor of 0.9996, and applies a 500,000 m false easting plus a 10,000,000 m false northing in the southern hemisphere.
For readers who prefer to follow the series in the units it is actually written in, a Radians to Degrees Calculator shows the same angle conversion in the opposite direction.
Key UTM Concepts
Four ideas explain why this conversion works the way it does: the WGS84 ellipsoid, the 6 degree zone band, the central-meridian scale factor, and the false offsets that keep coordinates positive.
The WGS84 ellipsoid
WGS84 models the Earth as an oblate spheroid with a semi-major axis of 6,378,137 m and inverse flattening of 298.257223563. Modern GPS devices and most GIS datasets use the same constants, so a result on WGS84 lines up with other tools and basemaps.
The 6 degree zone band
Zone 1 covers longitude 180 W to 174 W, zone 2 covers 174 W to 168 W, and so on through zone 60 at 180 E. Zone = floor((longitude + 180) / 6) + 1, which the calculator runs for you. Each zone has its own central meridian 3 degrees east of its western edge.
The 0.9996 scale factor
UTM is a secant projection, not a tangent one. The 0.9996 scale factor at the central meridian shrinks the cylinder slightly so distortion stays under about 1 part in 1,000 across the 3 degrees east and west of the meridian.
False easting and false northing
Adding 500,000 m to easting and 10,000,000 m to southern-hemisphere northing means neither value is ever negative inside its zone. The hemisphere letter (N or S) and the zone number are what keep the false offsets straight.
The WGS84 constants were set by the U.S. National Geospatial-Intelligence Agency and updated as recently as the 2014 NGA Technical Report 8350.2, so the result matches the ellipsoid that aircraft flight management systems and consumer GPS units use by default. The 0.9996 scale factor and the 500,000 m / 10,000,000 m false offsets are part of the UTM specification itself.
Surveyors often read the same UTM grid back into the older degree-minute-second format for legal records, and a Degrees Minutes Seconds Calculator handles that side of the workflow once the easting and northing are already on hand.
How to Use This Calculator
Type a decimal-degree latitude and longitude, pick the decimal precision, and read the zone, hemisphere letter, easting, and northing from the right-hand panel.
- 1 Enter the latitude: Type the latitude in decimal degrees. Use a positive value for north and a negative value for south. The default 40.7128 is Manhattan.
- 2 Enter the longitude: Type the longitude in decimal degrees. Use a positive value for east and a negative value for west. The default -74.0060 pairs with the default latitude.
- 3 Pick the decimal precision: Select 0, 1, 2, 3, or 4 decimal places on the easting and northing. Use 0 for a quick check, 2 for most GIS work, 4 for a survey-grade dataset.
- 4 Read the zone and hemisphere: The first result row shows the UTM zone (1 to 60) and the second shows the hemisphere letter (N or S). Use that pair as the UTM identifier prefix.
- 5 Use the easting and northing: Easting grows west to east, northing grows south to north, and both stay positive inside their zone by construction.
A field workflow: your phone records a waypoint at latitude 40.7128, longitude -74.0060. Type both values into the calculator, keep precision at 2, and read Zone 18, hemisphere N, easting 583,959.41 m, northing 4,507,350.99 m. Paste those three numbers into your GIS attribute table.
When the input was recorded in degree-minute-second form, a Degrees to Minutes Calculator gives a quick conversion that drops into the latitude or longitude box without retyping the angle.
Benefits of the Conversion
A one-step conversion puts the result on the same metric grid as the rest of the mapping workflow, so distances, areas, and grid alignments are immediately usable without a separate projection step.
- • Direct match to GIS layers: The zone, easting, and northing values match the EPSG codes for UTM zones on WGS84, so they import into ArcGIS, QGIS, and Google Earth Pro without reprojection.
- • Real-time zone detection: The zone number updates as soon as the longitude changes. There is no need to remember which 6 degree band a coordinate falls in, and the central meridian of that zone is shown for cross-checking.
- • Hemisphere letter from latitude sign: A negative latitude automatically becomes a southern-hemisphere zone and a 10,000,000 m false northing is added. The N or S letter keeps the result unambiguous when pasted into a record.
- • Decimal-degree input: Most GPS units, smartphone apps, and field software report latitude and longitude in decimal degrees, which is what the calculator takes - no need to convert to DMS or radians first.
- • Tunable precision: Pick 0 to 4 decimal places on the result. Use 0 for a quick reference, 2 for typical GIS work, and 4 for matching the precision of a published survey-grade UTM grid.
For survey and mapping teams, one conversion replaces a multi-step workflow that used to involve a separate projection tool, a manual false-northing lookup, and a separate cross-check against the central meridian. The calculator does all three in a single result panel.
Once two points are both in the same UTM zone, the metric difference between them is the real-world distance, and a Distance Converter handles any other length unit the project happens to use.
Factors That Affect the UTM Result
The lat long to utm calculation is exact for any given ellipsoid, but the output depends on the input's datum, source precision, and position inside its zone.
Datum of the input
The output assumes WGS84. Inputs from NAD 27, NAD 83, or a local-survey dataset can be off by tens to hundreds of meters unless reprojected to WGS84 first.
Original reading precision
A 5 m GPS reading cannot support a 4-decimal easting. Match the displayed precision to the source precision so the result does not imply more accuracy than the original measurement.
Position inside the UTM zone
Points within 3 degrees of the central meridian keep distortion under 1 part in 1,000. Points near the zone edge can drift by about 1 part in 800 - fine for mapping, not for legal-boundary surveying.
Latitude near the poles
UTM is defined for latitudes between 80 S and 84 N. Polar regions use the UPS grid instead, and inputs outside the standard WGS84 range are rejected with a validation message.
- • UTM is not suited to very large east-west extents. Projects crossing more than one 6 degree zone should be split by zone or switched to a single Lambert conformal conic or Mercator projection.
- • The calculator does not change the datum. NAD 27, ED 50, or other non-WGS84 inputs must be datum-transformed first, or the UTM result will be offset by tens to hundreds of meters.
For everyday mapping tasks - phone GPS waypoints, drone flights, hiking tracks, and small survey sketches - the lat long to utm result on WGS84 is good to a meter or better. For legal-boundary and engineering-grade surveying, a licensed surveyor should confirm the datum and projection; the calculator is a fast reference, not a substitute for that review.
According to EPSG Geodetic Parameter Registry (EPSG:32618 for UTM Zone 18N on WGS84), UTM zones on WGS84 are assigned unique EPSG codes (for example 32618 for zone 18N), so a lat long to utm result on WGS84 imports into any GIS tool that uses the EPSG registry without a datum change.
After a polygon has been converted with the lat long to utm calculator, a Area Triangle Coordinates Calculator computes the area in square meters from the same UTM vertices so the GIS attribute table and the area calculation never drift apart.
Frequently Asked Questions
Q: How do I convert lat long to UTM?
A: Type the latitude in decimal degrees into the latitude field, type the longitude in decimal degrees into the longitude field, and the calculator returns the UTM zone number, the hemisphere letter, the easting in meters, and the northing in meters. The result assumes the WGS84 datum, which is the default for modern GPS devices and most GIS layers.
Q: What UTM zone am I in for a given latitude and longitude?
A: The UTM zone number is calculated as floor((longitude + 180) / 6) + 1. For example, longitude -74.0060 sits in zone 18, and longitude 2.2945 sits in zone 31. The zone band runs from 1 to 60, and each zone is 6 degrees of longitude wide.
Q: Does this calculator use the WGS84 datum?
A: Yes. The lat long to utm calculator uses the WGS84 ellipsoid constants a = 6,378,137 m and 1/f = 298.257223563, which is the global reference frame used by GPS, smartphones, and most modern GIS datasets. For NAD 27 or local datums, reproject the input to WGS84 first.
Q: How accurate is the UTM distance from latitude and longitude?
A: Inside a single UTM zone, the planar distance between two points is accurate to about 1 part in 1,000 across the central 3 degrees of the zone, and to about 1 part in 800 at the zone edges. The same lat long to utm output imported into GIS software will give the same accuracy, so distances and areas can be measured in meters directly.
Q: What do the letters after the UTM zone number mean?
A: The hemisphere letter is N for north of the equator and S for south. A full UTM identifier such as 18N 583959E 4507351N means zone 18 in the northern hemisphere, 583,959 m east and 4,507,351 m north of the false origin. The calculator derives the letter from the sign of the latitude automatically.
Q: How is the UTM northing handled in the southern hemisphere?
A: A southern-hemisphere point has a 10,000,000 m false northing added so the displayed value is always positive. The hemisphere letter stays S to flag that the false northing is in use, and most GIS software reads that letter to switch the display convention back when exporting.