UTM Zone Finder

Enter any latitude and longitude to instantly get the UTM zone, EPSG code, and Proj4 string — ready to paste into QGIS, ArcGIS, or any GIS project.

Share this tool

Range: -80 to 84 (positive = North, negative = South)

Range: -180 to 180 (positive = East, negative = West)

Quick Load:

Finding zone...

Enter latitude and longitude above to find the UTM zone, EPSG code, and Proj4 string.

What Is a UTM Zone?

The Universal Transverse Mercator (UTM) coordinate system divides the Earth's surface into 60 vertical zones, each spanning 6° of longitude. Every UTM zone has its own flat projection centred on a central meridian, which minimises distortion within that strip. This makes UTM the go-to system for large-scale mapping, drone surveys, and construction layout where accurate distance and area measurements are critical.

UTM System — Visual Reference

60 Zones × 6° Each — Zone 32 Highlighted

10 20 30 40 50 6032N S0°Svalbard (irregular zones) Zone 32 · 6°E–12°E Central meridian: 9°E · EPSG 32632 Norway 32V

Anatomy of a UTM Zone String

32N Zone 1–60 Number Hemi- sphere 6° of longitude wide
32

Zone number · 1 to 60

floor((lon + 180) / 6) + 1

N

Hemisphere

N = lat ≥ 0° · S = lat < 0°

9°E

Central meridian

(32 × 6) − 183 = 9°E

EPSG 32632

Zone 32N shown as example. Norway and Svalbard exceptions shown as shaded regions on the map.

How to Find Your UTM Zone from Latitude and Longitude

The zone number is calculated with a single formula: divide the longitude by 6, add 180 first to shift negative values, take the floor, then add 1. For example, Paris at 2.35°E sits in zone 32. The hemisphere letter — N or S — is determined by whether the latitude is positive or negative. Together they give you the full zone string, such as 32N.

Our UTM zone finder does this instantly, and also handles two real-world exceptions automatically: the Norway zone 32V extension and the irregular Svalbard zones in the Arctic — both of which deviate from the standard 6° formula and are required for accurate work in those regions.

What Is an EPSG Code and Why Do You Need One?

Every standard coordinate reference system (CRS) has a numeric identifier maintained by the EPSG Geodetic Parameter Dataset. For UTM zones, the pattern is straightforward: Northern hemisphere zones use codes 32601–32660, and Southern hemisphere zones use 32701–32760. Zone 32N is therefore EPSG:32632, and zone 55S is EPSG:32755.

In QGIS, you set the project CRS by entering the EPSG code in the CRS dialog. In ArcGIS, you search the Spatial Reference browser with the same number. Getting this code right from the start prevents reprojection errors that silently shift coordinates by hundreds of metres.

UTM Zones in QGIS and ArcGIS

When you load a raster or vector layer in QGIS, the software will ask for the layer's CRS if it is not embedded. Entering the EPSG code from this tool sets the correct UTM projection immediately. For drone mapping in particular — where GCPs (ground control points) are recorded in decimal degrees and must be projected for photogrammetry software like Agisoft Metashape or DroneDeploy — knowing the exact UTM zone is the first step before any point cloud processing.

ArcGIS users can paste the Proj4 string directly into the "Import from WKT/Proj4" field when creating a custom coordinate system, saving time compared to navigating the full spatial reference tree.

Common UTM Zones and EPSG Codes

ZoneCoverageEPSG (North)EPSG (South)
29West Africa (12°W–6°W)3262932729
32Central Europe (6°E–12°E)3263232732
33Eastern Europe (12°E–18°E)3263332733
36East Africa (30°E–36°E)3263632736
54Japan (138°E–144°E)3265432754
55Eastern Australia (144°E–150°E)3265532755

Special UTM Zone Exceptions (Norway and Svalbard)

Two regions break the standard 6° rule. In southwestern Norway (latitude band V, roughly 56°N–64°N), zone 32 is extended westward to 3°E to avoid splitting Norway's coastline across two zones. This exception was defined when the UTM system was standardised by NATO and affects GIS projects covering the North Sea.

In the Svalbard archipelago (72°N–84°N), the zones are reorganised into wider irregular bands — 31X, 33X, 35X, and 37X — covering 9° or 12° instead of the usual 6°. This ensures that the largest islands are covered by a single zone rather than split at an awkward meridian. Our calculator detects both exceptions automatically and displays an explanatory note when your coordinates fall into one of them.

Frequently Asked Questions

What UTM zone is the UK in?

Most of Great Britain falls in zone 30N (EPSG:32630), covering 6°W to 0°. Eastern England and the North Sea coast may cross into zone 31N at 0° longitude. Scotland and Northern Ireland are entirely in zone 30N. Note that the Norway exception does not apply to the UK — zone 30N boundaries follow standard rules here.

How do I set the coordinate system in QGIS using an EPSG code?

Go to Project → Properties → CRS, then type the EPSG code (e.g. 32632) into the filter box and select the matching entry. You can also right-click a layer → Set CRS → Set Project CRS from Layer if you already have a correctly projected dataset. The EPSG code from this tool is the exact value QGIS expects.

What is the difference between UTM and WGS84?

WGS84 is a datum — a mathematical model of Earth's shape that GPS coordinates are measured relative to. UTM is a projection system that converts those spherical coordinates into flat metres on a map. They are used together: UTM zones use the WGS84 datum, which is reflected in the Proj4 string as +datum=WGS84.

Why does my UTM zone have a letter after the number?

The letter is the MGRS (Military Grid Reference System) latitude band, which divides each UTM zone into 8° north–south strips labelled C through X (skipping I and O to avoid confusion with digits). It is optional for most GIS work — you only need the zone number and hemisphere (N or S) for EPSG codes and Proj4 strings.

Can I use UTM coordinates outside the zone boundaries?

Technically yes, but accuracy degrades the further you move from the central meridian. Most GIS standards recommend staying within the 3° strip on either side of the central meridian, giving a total of 6° of reliable coverage per zone. Coordinates more than 3° from the central meridian should be reprojected into the adjacent zone for measurements that require sub-metre accuracy.

What are the UTM exceptions for Norway and Svalbard?

Norway's zone 32V extends westward from 6°E to 3°E to keep the country's coast in a single zone. In Svalbard (above 72°N), zones 31X, 33X, 35X, and 37X each cover 9° or 12° of longitude instead of 6°, and the even-numbered zones in that band are omitted entirely. Both exceptions are handled automatically by this tool.