northing easting to lat long calculator

UTM Northing/Easting to Latitude/Longitude

Use this free converter to transform UTM coordinates (northing and easting) into geographic coordinates (latitude and longitude) in decimal degrees and DMS format.

Assumes WGS84 datum (EPSG:4326 output). Make sure your input coordinates are UTM meters, not local grid values.

If you’ve ever received coordinates from a survey drawing, drone mapping workflow, or GIS export, chances are you’ve seen northing and easting values instead of latitude and longitude. This calculator helps you quickly convert those UTM numbers into familiar GPS-style lat/long coordinates you can use in Google Maps, field apps, and navigation tools.

How to use this northing easting to lat long calculator

Step-by-step

  • Enter your northing value in meters.
  • Enter your easting value in meters.
  • Choose the correct UTM zone (1 through 60).
  • Select the hemisphere (N or S).
  • Click Convert to Lat/Long.

You’ll get both decimal-degree output and DMS (degrees, minutes, seconds), plus a direct map link.

What are northing and easting?

Northing and easting are projected coordinates, usually from the UTM (Universal Transverse Mercator) system. Unlike latitude and longitude (which are angular measurements), these are linear distances in meters:

  • Easting: distance east from a zone’s central meridian (with a false easting offset).
  • Northing: distance north from the equator (or false northing in the southern hemisphere).

This makes UTM extremely practical for engineering, surveying, and local mapping because meter-based distances are easier to work with.

Why UTM-to-lat/long conversion can go wrong

The biggest errors usually come from metadata issues, not math. Always verify:

  • Zone mismatch (wrong zone can shift points by hundreds of kilometers).
  • Wrong hemisphere (north vs south creates major displacement).
  • Wrong coordinate reference system (UTM vs local state plane or national grids).
  • Datum mismatch (WGS84 vs NAD83 or regional datums).

Behind the scenes: conversion method

This page uses standard Transverse Mercator inverse equations with WGS84 ellipsoid parameters. Internally it applies:

  • False easting correction (500,000 m)
  • Southern hemisphere false northing correction (10,000,000 m)
  • Scale factor at central meridian (k0 = 0.9996)
  • Ellipsoidal calculations for accurate latitude/longitude output

For most GIS and field uses, this method provides reliable precision for converting UTM coordinates to geodetic latitude and longitude.

Example use case

Suppose you receive a point from a map export:

  • Northing: 4649776.22482
  • Easting: 500000
  • Zone: 33N

Drop those into the form and you’ll get the corresponding lat/long coordinates instantly. Use the generated map link to verify visually.

FAQ

Is this the same as converting grid coordinates to GPS?

Yes, when your grid is UTM. GPS commonly uses latitude/longitude (WGS84), so this tool bridges UTM grid values to GPS format.

Can I use this for all countries?

Yes for UTM-based coordinates globally (within normal UTM latitude limits). If your coordinates come from a local national grid, you need a CRS-specific converter.

Do I need both northing and easting?

Absolutely. A single value is not enough to define position. You also need the zone and hemisphere for accurate conversion.

Final tip

When coordinates look “wrong,” check the zone first, then hemisphere, then datum. Those three settings solve most location errors in GIS and survey workflows.

🔗 Related Calculators