UTM Zone Finder
Find the Universal Transverse Mercator (UTM) zone, latitude band and hemisphere for any latitude/longitude — including the Norway and Svalbard grid exceptions most simple zone finders miss. Coordinates accept decimal degrees or DMS.
Input
Decimal degrees or DMS/DDM (e.g. 59 54 50 N) — auto-detected.
Decimal degrees or DMS/DDM — auto-detected.
Output
| Metric | Value |
|---|---|
| No data yet | |
Guides
The UTM Zone Finder resolves the Universal Transverse Mercator (UTM) grid zone for any point on Earth. Enter a latitude and longitude and get the zone number, latitude band letter, hemisphere, the combined zone designation (e.g. 32V), and the zone's central meridian — the reference longitude the projection is centered on.
How to use it
- Enter the latitude of the point.
- Enter the longitude of the point.
- Read the zone details. Results update as you type; copy or download them as CSV.
Each coordinate box accepts either decimal degrees (59.9139, 10.7522) or degrees-minutes-seconds (59°54'50"N, 10 45 8 E). The format is detected automatically, and a N/S/E/W hemisphere letter or a leading minus sign sets the direction, so you can paste coordinates straight from Google Maps, a GPS device or a survey record.
How UTM zones work
UTM divides the world into 60 north-south zones, each spanning 6° of longitude, and 20 latitude bands lettered C through X (skipping I and O to avoid confusion with 1 and 0), each spanning 8° of latitude except the northernmost band X, which spans 12°. A point's full zone designation — like 32V or 18T — pins it to one of the 1,200 resulting grid cells. UTM covers 80°S to 84°N; the poles use a separate Universal Polar Stereographic (UPS) grid instead.
The Norway and Svalbard exceptions
Two regions bend the regular 6°-wide grid to keep local landmasses inside a single zone instead of splitting them across a boundary:
- Norway: in latitude band V (56°–64°N), zone 32 is widened to cover 3°E–12°E instead of the usual 6°–12°E, so all of southern Norway falls in one zone. Zone 31 is correspondingly narrowed to 0°E–3°E.
- Svalbard: in latitude band X (72°–84°N), the grid uses only four zones — 31, 33, 35 and 37 — each 12° wide, instead of the usual six 6°-wide zones. Zones 32, 34 and 36 are unused there.
This tool detects both exceptions automatically and flags them in the result, instead of returning the naive longitude ÷ 6 zone that most simple calculators do — which is wrong for any point in these two regions.
Is my data private?
Yes. The entire calculation runs locally in your browser — coordinates are never uploaded to a server, so you can use it with sensitive location data with confidence.
Common uses
Setting up a GPS device or GIS software for UTM/MGRS coordinates, converting between geographic and projected coordinate systems, land surveying and cadastral mapping, and looking up which projected coordinate reference system (CRS) applies to a given site.
Use it from code
REST API
curl -X POST https://api.iotools.cloud/v1/tool/utm-zone-finder \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"latitude": "59.9139",
"longitude": "10.7522"
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `utm-zone-finder` tool (UTM Zone Finder) on this input:
YOUR_INPUT_HEREPaste this at any agent connected to the IOTools MCP server, then add your input.
| Cost per call | From 5 credits |
|---|