Cal11 calculator

How to Calculate Dmm From Degrees Miutes and Seconds

Reviewed by Calculator Editorial Team

Decimal Degrees (DMM) is a common format for representing geographic coordinates and angles. This guide explains how to convert degrees, minutes, and seconds to decimal degrees using our interactive calculator.

What is DMM?

Decimal Degrees (DMM) is a coordinate system that represents geographic positions as decimal numbers. Unlike degrees-minutes-seconds (DMS) format, which uses separate values for degrees, minutes, and seconds, DMM combines these into a single decimal value.

This format is widely used in modern GPS devices, mapping software, and scientific calculations because it simplifies arithmetic operations and makes it easier to work with coordinates in programming and databases.

How to Convert Degrees, Minutes, and Seconds to DMM

Converting degrees-minutes-seconds (DMS) to decimal degrees (DMM) involves a straightforward mathematical process. Here's how to do it manually:

  1. Take the minutes value and divide it by 60 to convert it to a fraction of a degree.
  2. Take the seconds value and divide it by 3600 to convert it to a fraction of a degree.
  3. Add all three values together: degrees + (minutes/60) + (seconds/3600).

For example, to convert 45°30'15" to DMM:

  • 30 minutes ÷ 60 = 0.5 degrees
  • 15 seconds ÷ 3600 = 0.0041667 degrees
  • 45 + 0.5 + 0.0041667 = 45.5041667°

The Conversion Formula

The mathematical formula for converting degrees-minutes-seconds to decimal degrees is:

DMM = degrees + (minutes / 60) + (seconds / 3600)

Where:

  • DMM = Decimal Degrees
  • degrees = the whole degrees value
  • minutes = the minutes value
  • seconds = the seconds value

This formula accounts for the fact that there are 60 minutes in a degree and 60 seconds in a minute, making the conversion factor for seconds 3600 (60 × 60).

Worked Example

Let's convert 38°53'24" to decimal degrees:

  1. Divide the minutes by 60: 53 ÷ 60 = 0.883333
  2. Divide the seconds by 3600: 24 ÷ 3600 = 0.0066667
  3. Add all values: 38 + 0.883333 + 0.0066667 = 38.89 degrees

The result is 38.89° in decimal degrees format.

Note: For negative coordinates (south or west), you would subtract the converted values from the degrees.

FAQ

Why convert to decimal degrees?

Decimal degrees are easier to work with in calculations, databases, and programming compared to degrees-minutes-seconds format. They provide a more precise and compact representation of geographic coordinates.

Can I convert decimal degrees back to DMS?

Yes, you can reverse the process by taking the decimal part of the degrees, multiplying by 60 to get minutes, and then taking the decimal part of the minutes, multiplying by 60 to get seconds.

What's the difference between DMM and DMS?

DMM (Decimal Degrees) combines degrees, minutes, and seconds into a single decimal number, while DMS (Degrees-Minutes-Seconds) keeps them as separate values. DMM is more compact and easier to use in calculations.