Decimal Degrees to Degrees Minutes Seconds Converter
Convert between DD, DMS, and DMM coordinate formats
How to Use This Converter
- Decimal Degrees (DD): Enter a decimal number like 40.446 or -73.982
- Degrees Minutes Seconds (DMS): Enter coordinates in format like 40° 26′ 46″ N or 40 26 46
- Degrees Decimal Minutes (DMM): Enter coordinates like 40° 26.767′ N or 40 26.767
Example: Convert 156.742 Decimal Degrees to DMS
Minutes: 0.742 × 60 = 44.52 → 44′
Seconds: 0.52 × 60 = 31.2 → 31″
Result: 156° 44′ 31″
Decimal Degrees to Degrees Minutes Seconds (DMS) Conversion
Decimal Degrees to Degrees Minutes Seconds conversion is essential when working with GPS coordinates, mapping, or any geographic data. Whether you’re plotting a route, programming a navigation app, or interpreting survey results, understanding how to convert decimal degrees to the DMS format helps ensure accuracy in every location-based task.
What Are Decimal Degrees (DD)?
Decimal degrees represent geographic coordinates using base-10 notation. Instead of writing degrees, minutes, and seconds separately, DD combines them into a single decimal number.
For example, a latitude of 45.762° is in decimal degrees. It means 45 full degrees plus 0.762 of another degree.
This format is often used by modern GPS systems, online maps, and computer-based tools because it’s easy for software to calculate with decimals.
What Are Degrees, Minutes, and Seconds (DMS)?
Degrees, Minutes, and Seconds (DMS) express the same location but break it down more traditionally:
- 1 degree (°) = 60 minutes (′)
- 1 minute (′) = 60 seconds (″)
So, a coordinate like 45° 45′ 45″ means 45 degrees, 45 minutes, and 45 seconds north or south (for latitude) or east or west (for longitude).
This notation is still common in surveying, aviation, and marine navigation.
Why Convert Decimal Degrees to DMS?
Different systems and disciplines prefer different formats. You might need to convert between them when:
- Submitting coordinates for a survey or legal document that requires DMS format.
- Interpreting GPS readings that use decimal degrees.
- Using older nautical or aviation charts that show DMS coordinates.
- Integrating coordinates into tools or calculators that only accept one format.
To simplify conversions and prevent calculation errors, use an online tool like the Decimal Degrees to DMS Converter — it automatically converts DD to DMS and DMM in seconds.
How to Convert Decimal Degrees to Degrees Minutes Seconds
Let’s go step-by-step.
There are 60 minutes in one degree and 60 seconds in one minute. That’s the key to the whole conversion.
Formula:
Degrees = Whole number of decimal degrees
Minutes = (Decimal part of degrees × 60)
Seconds = (Decimal part of minutes × 60)
Example 1: Convert 156.742° to DMS
- Degrees = 156 (the whole number)
- Minutes = 0.742 × 60 = 44.52
→ Whole number 44 = minutes - Seconds = 0.52 × 60 = 31.2
→ Round 31.2 to 31 seconds
Result:
156.742° = 156° 44′ 31″
How to Convert Decimal Degrees to DMM
Sometimes you’ll need Degrees and Decimal Minutes (DMM) instead of DMS.
Formula:
Degrees = Whole number of decimal degrees
Decimal Minutes = (Decimal part × 60)
Example:
156.742° = 156 degrees + (0.742 × 60) = 156° 44.52′
So in DMM format, it’s 156° 44.52′
How to Convert DMS Back to Decimal Degrees
If you have coordinates in DMS and want to return to decimal degrees, reverse the formula.
Formula:
Decimal Degrees = Degrees + (Minutes / 60) + (Seconds / 3600)
Example:
156° 44′ 31″ = 156 + (44 / 60) + (31 / 3600)
= 156.74194°
This matches the original 156.742° value, proving the formula works both ways.
Quick Conversion Table: Decimal Degrees to DMS
| Decimal Degrees (DD) | Degrees (°) | Minutes (′) | Seconds (″) | DMS Representation |
|---|---|---|---|---|
| 10.25° | 10° | 15′ | 0″ | 10° 15′ 0″ |
| 45.75° | 45° | 45′ | 0″ | 45° 45′ 0″ |
| 91.456° | 91° | 27′ | 22″ | 91° 27′ 22″ |
| 156.742° | 156° | 44′ | 31″ | 156° 44′ 31″ |
| 275.125° | 275° | 7′ | 30″ | 275° 7′ 30″ |
Rounding in DMS Conversions
When converting to seconds, you’ll often get decimals. You can round up or down depending on accuracy needed:
- If seconds ≥ 0.5, round up
- If seconds < 0.5, round down
For example:
0.36 minutes × 60 = 21.6 seconds → round to 22 seconds
Precise rounding ensures GPS and mapping data stay consistent.
Understanding the Math Behind 60 Multipliers
You may wonder why we multiply by 60 each time. The reason goes back to ancient Babylonian astronomy — they used base-60 notation (sexagesimal) for dividing circles and time.
A full circle has 360 degrees, each degree has 60 minutes, and each minute has 60 seconds. That’s why time and angle measurement systems share the same logic.
Common Coordinate Conversion Scenarios
| Conversion Type | Description | Formula (Plain Text) |
|---|---|---|
| DD → DMS | Decimal to degrees-minutes-seconds | Degrees = int(DD); Minutes = int((DD – Degrees) × 60); Seconds = ((DD – Degrees) × 60 – Minutes) × 60 |
| DD → DMM | Decimal to degrees-decimal-minutes | Degrees = int(DD); Decimal Minutes = (DD – Degrees) × 60 |
| DMS → DD | Degrees-minutes-seconds to decimal | DD = Degrees + (Minutes / 60) + (Seconds / 3600) |
| DMM → DD | Degrees-decimal-minutes to decimal | DD = Degrees + (Minutes / 60) |
| DMS → DMM | DMS to degrees-decimal-minutes | Decimal Minutes = Minutes + (Seconds / 60) |
Real-World Use Cases for DD ↔ DMS Conversion
- Mapping & GIS Applications: Many mapping platforms require DMS inputs for accurate point plotting.
- Drone and Aviation Systems: Coordinates in DMS ensure consistent communication across international aviation charts.
- Marine Navigation: Traditional systems and nautical charts still rely on DMS for waypoint data.
- Surveying and Land Measurement: Legal land descriptions often demand DMS accuracy down to the second.
Easier Conversion with Online Tools
Manual calculations can be time-consuming. Tools like the Angle Conversion Calculator help you easily convert and compare angles across different formats.
If you work with physical measurements, the Distance Conversion Calculator ensures your coordinate calculations stay consistent when converting between units like meters and miles.
For any technical data conversions — from storage units to geometry — the Conversions Hub offers a comprehensive collection of online calculators to simplify your workflow.
Common Mistakes to Avoid
- Mixing latitude and longitude signs:
North and East are positive; South and West are negative.
Example: -45.762° means 45.762° South. - Incorrect rounding:
Always round seconds carefully to avoid spatial errors. - Ignoring hemisphere:
Coordinates without N/S or E/W markers can be misinterpreted by several thousand kilometers.
Converting Decimal Degrees to Degrees Minutes Seconds may seem complex at first, but once you understand the 60-based system, it becomes second nature. The conversion formulas are simple, and using an online DD to DMS calculator ensures precision for GPS, mapping, and navigation projects.
Whether you’re charting a marine route, setting up a drone flight, or analyzing geographic data, mastering these conversions guarantees your coordinates always land exactly where they should.
