Convert between Degrees-Minutes-Seconds and Decimal Degrees formats
This tool converts geographic coordinates between Degrees, Minutes, Seconds (DMS) and Decimal Degrees (DD) formats. DMS format (like 40° 26' 46" N) is traditional and human-readable, while Decimal Degrees (like 40.4461) is modern and machine-friendly. Our converter handles both latitude (N/S) and longitude (E/W) coordinates with automatic direction sign handling. For those working with different angular measurements, our angle conversion tool offers additional flexibility for various units.
The conversion is based on the fact that 1 degree = 60 minutes = 3600 seconds. Think of it like time: just as 1 hour has 60 minutes, 1 degree has 60 minutes of arc.
Simple Analogy: Converting 2 hours, 30 minutes to decimal hours:
2 hours + (30 minutes ÷ 60) = 2.5 hours
Similarly: 40° + (26' ÷ 60) + (46" ÷ 3600) = 40.4461°
Direction Handling: North and East coordinates are positive (+), while South and West are negative (-). The converter automatically applies correct signs based on your direction selection. This same principle applies when working with the unit circle angle converter for trigonometric applications.
Calculation Method: Uses double-precision floating point arithmetic with the standard formula: DD = Degrees + (Minutes/60) + (Seconds/3600). South and West directions are converted to negative values.
Statue of Liberty:
DMS: 40° 41' 21" N, 74° 2' 40" W
Decimal: 40.6892, -74.0445
Useful for travel planning and mapping apps
Property Corner:
DMS: 34° 3' 47.5" N, 118° 14' 34" W
Decimal: 34.063194, -118.242778
6 decimals needed for legal property descriptions
Classroom Problem:
Convert: 23° 27' 30" S
Answer: -23.4583°
Note the negative sign for Southern hemisphere
Note: This converter doesn't handle datum transformations or coordinate system conversions (UTM, State Plane, etc.)
DMS (Degrees, Minutes, Seconds) is the traditional format that splits coordinates into three parts. It's easier for humans to read and is common on paper maps, nautical charts, and historical documents.
Decimal Degrees is a single decimal number representing the entire coordinate. It's preferred by computers, GPS devices, mapping software, and APIs because it's easier to store, calculate with, and transmit digitally.
Negative coordinates indicate locations in the Southern (for latitude) or Western (for longitude) hemispheres. This follows the standard mathematical convention:
If you enter coordinates for Sydney, Australia (South, East), the latitude will be negative and longitude positive.
The conversions are mathematically exact when using the formula. However, practical accuracy depends on:
For most applications, 6 decimal places (0.000001°) provides sub-meter accuracy, which is sufficient for all but the most precise surveying work.
No, this converter only handles DMS and Decimal Degrees formats. These are angular coordinates on the Earth's sphere.
UTM (Universal Transverse Mercator), State Plane, and other systems are projected coordinates that represent locations on a flat surface (map projection). Converting between angular and projected coordinates requires:
For UTM conversions, you would need a dedicated UTM converter tool.
Choose precision based on your needs:
| Decimals | Accuracy | Typical Use |
|---|---|---|
| 2 | ~1.1 km | Country/region level |
| 4 | ~11 m | Street address, most GPS |
| 6 | ~0.11 m | Property boundaries, surveying |
| 8 | ~1.1 mm | Scientific research |
Default (4 decimals) is suitable for most everyday uses including Google Maps and GPS navigation.
Current Version: 2.1.4 (November 2025)
Note: This tool is designed for educational, professional, and personal use. While we strive for accuracy, always verify critical coordinates with official sources or specialized surveying equipment.
Degrees, Minutes, Seconds (DMS) is a format for expressing geographic coordinates that divides each degree into 60 minutes and each minute into 60 seconds.
Decimal Degrees (DD) is an alternative format that represents coordinates as simple decimal numbers, which are more compatible with most digital mapping systems and GPS devices.
| DMS Input | Direction | Decimal Degrees |
|---|---|---|
| 30° 15′ 50″ | N | 30.2639 |
| 75° 30′ 0″ | W | -75.5000 |
| 0° 0′ 1″ | E | 0.0003 |
Decimal Degrees = Degrees + (Minutes/60) + (Seconds/3600)
For S/W directions, the result is negative.