Enter DMS values or radians, then get clean decimal degrees quickly here. See normalized DMS, radians, gradians, and save outputs for reports with ease.
For degrees-minutes-seconds (DMS), decimal degrees are computed as:
decimal = sign(deg) × (|deg| + |min|/60 + |sec|/3600)
Conversions from other units use standard relationships:
| Input | Mode | Decimal degrees | Radians |
|---|---|---|---|
| 12° 30′ 0″ | DMS | 12.500000 | 0.218166 |
| -73:59:11 | DMS string | -73.986389 | -1.291712 |
| 1.570796 | Radians | 90.000000 | 1.570796 |
| 100 | Gradians | 90.000000 | 1.570796 |
Values are shown with six decimal places for illustration.
Many technical systems store angles as decimal degrees because they are compact, easy to sort, and convenient for calculations. Mapping platforms, survey software, robotics controllers, and CAD tools commonly accept decimal degrees. Converting from degrees-minutes-seconds (DMS) prevents entry errors when transferring coordinates and measured bearings between instruments and datasets.
DMS splits one degree into 60 minutes and one minute into 60 seconds. That means one second equals 1/3600 of a degree. A typical coordinate such as 73° 59′ 11″ represents 73 degrees plus a fractional remainder. This calculator normalizes minutes and seconds so values like 61 minutes roll correctly into degrees.
The conversion is straightforward: decimal degrees = degrees + minutes/60 + seconds/3600, with the sign handled consistently. A negative degree indicates a negative total angle. When using compass directions, S or W forces a negative sign, while N or E forces a positive sign, matching latitude and longitude conventions.
Science and engineering often use radians because trigonometric functions are naturally defined in radians. Since π radians equals 180 degrees, multiplying radians by 180/π yields degrees. Surveying sometimes uses gradians (gon), where 400 gon equals a full circle. Turns are rotations, where one turn equals 360 degrees.
Angles may be expressed in different ranges depending on the task. Navigation often prefers 0–360° bearings, while many analyses prefer −180° to 180° for continuity. Wrapping applies modular arithmetic so your output stays within the chosen range without changing the physical direction represented by the angle.
Precision controls how many decimal places are displayed and exported. For rough bearings, 3–4 decimals are usually enough. High-accuracy surveying can justify 6 or more decimals, depending on measurement quality. The CSV and PDF outputs help attach consistent, auditable results to reports and field notes.
12° 30′ 0″ becomes 12.5°. A longitude such as 73° 59′ 11″ W becomes −73.986389° after applying the west direction. A right angle is π/2 radians, which converts to 90°. These examples illustrate how the same direction can be represented in multiple unit systems.
Typical mistakes include swapping minutes and seconds, typing seconds larger than 60, or mixing signs with direction letters. This calculator reduces risk by normalizing DMS, accepting flexible DMS strings, and showing equivalent radians, gradians, and turns. Always verify hemisphere or bearing conventions before publishing coordinates.
DMS means degrees, minutes, and seconds. It expresses angles using 60 minutes per degree and 60 seconds per minute, commonly used in navigation, mapping, and surveying.
Select W or S in the direction override. The calculator will force a negative decimal result, aligning with longitude-west and latitude-south sign conventions.
The calculator normalizes them. For example, 10° 61′ 0″ becomes 11° 1′ 0″ before conversion, so the decimal output remains consistent.
Yes. Choose “DMS string” and paste formats with colons, symbols, or spaces. The parser extracts the numeric parts and converts them to decimal degrees.
Use 0–360° for bearings and headings. Use −180° to 180° for many math and plotting workflows. Choose none when you want the raw signed result.
It uses the standard factor 180/π with double-precision arithmetic. Your displayed accuracy depends on the precision setting and the quality of the original measurement.
Gradians (gon) divide a circle into 400 units. They are common in some surveying contexts. This tool converts gon to degrees by multiplying by 0.9.
Accurate conversions help maps, engineering, navigation, and surveys today.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.