UTM Zone Finder
Find the UTM (Universal Transverse Mercator) zone for any location. Enter coordinates or use your current location to get zone information and EPSG codes.
Enter Coordinates
Quick Locations
Coordinate Formats
Understanding UTM Zones
The Universal Transverse Mercator (UTM) coordinate system divides the Earth into 60 zones, each 6° of longitude wide. UTM provides a way to identify locations using Easting and Northing coordinates in meters, making it ideal for surveying, mapping, and GIS applications.
UTM Zone Numbering
- Zones 1-60: Starting at 180°W, zones increase eastward
- N/S suffix: Indicates Northern or Southern hemisphere
- Zone width: Each zone spans 6° of longitude
- Latitude limits: UTM is valid between 80°S and 84°N
Why Use UTM?
- Metric units: Coordinates are in meters, easy for distance calculations
- Low distortion: Within a zone, distortion is minimal (less than 0.1%)
- Universal: Standard system used worldwide for mapping
- Compatible: Works with all GIS software and GPS devices
Special Cases
Some zones have irregular boundaries to accommodate countries:
- Zone 32: Extended to cover Norway (56°N to 64°N)
- Svalbard: Uses zones 31, 33, 35, 37 (irregular boundaries)
UTM Zone Reference Table
| Zone Range | Longitude | Central Meridian | EPSG (North) |
|---|---|---|---|
| Zone 1 | 180°W - 174°W | 177°W | EPSG:32601 |
| Zone 10 | 126°W - 120°W | 123°W | EPSG:32610 |
| Zone 30 | 6°W - 0° | 3°W | EPSG:32630 |
| Zone 43 | 72°E - 78°E | 75°E | EPSG:32643 |
| Zone 60 | 174°E - 180°E | 177°E | EPSG:32660 |
UTM Zones by Region
| Region | UTM Zones | EPSG Codes | Major Cities |
|---|---|---|---|
| USA - California | 10N, 11N | 32610, 32611 | Los Angeles, San Francisco |
| USA - Texas | 13N, 14N, 15N | 32613-32615 | Houston, Dallas, Austin |
| UK | 30N, 31N | 32630, 32631 | London, Manchester |
| India - North | 43N, 44N | 32643, 32644 | Delhi, Mumbai |
| India - South | 43N, 44N | 32643, 32644 | Bangalore, Chennai |
| Australia | 49S-56S | 32749-32756 | Sydney, Melbourne |
| Brazil | 21S-25S | 32721-32725 | São Paulo, Rio de Janeiro |
Frequently Asked Questions About UTM Zones
UTM zones are 6° wide longitude bands numbered 1-60 from west to east. The simplest method: take your longitude, add 180, divide by 6, and round up. Or use our interactive map to click your location for instant zone identification with EPSG code.
EPSG codes uniquely identify coordinate reference systems (CRS) used in GIS software. Using the wrong EPSG causes data misalignment - your map layers won't overlay correctly. For UTM Zone 43N (WGS84 datum), use EPSG:32643. Northern hemisphere zones use 326XX, southern use 327XX.
WGS84 is a geographic coordinate system using latitude/longitude in degrees - it's what GPS uses. UTM is a projected coordinate system using meters on a flat grid. UTM is better for local measurements and surveying because distances and areas are in meters, while WGS84 is better for global applications.
Misaligned layers usually mean CRS mismatch. Check that all layers use the same EPSG code. Common mistake: mixing WGS84 (EPSG:4326) with Web Mercator (EPSG:3857) or UTM zones. Use our tool to identify the correct EPSG code for your project area.
Use the UTM zone where your project is located. If your project spans two zones, choose the zone containing most of the area, or use a local projected CRS. For global projects, consider Web Mercator (EPSG:3857) but be aware of area distortion at high latitudes.