Degrees Minutes Seconds Calculator

Convert decimal degrees to degrees, minutes, and seconds, or convert DMS values back to decimal degrees.

Conversion direction

Examples: DD → DMS: 45.5 → 45° 30′ 0″ | DMS → DD: 73° 59′ 8.52″ → 73.9857

Understanding the Degrees Minutes Seconds Calculator

This tool performs two-way conversion between decimal degrees and the degrees, minutes, seconds (DMS) format. Geographic coordinates are commonly expressed in both systems, and having a reliable conversion method is essential for mapping, navigation, surveying, and geospatial data work.

Decimal degrees represent coordinates as a single decimal number (e.g., 40.7128°). DMS format breaks the same coordinate into three components: degrees (°), minutes ('), and seconds ("), where 1 degree equals 60 minutes and 1 minute equals 60 seconds (e.g., 40° 42' 46.08").

How the Conversion Works

Decimal Degrees to DMS

The conversion follows a straightforward three-step process:

  1. Extract degrees: The integer part of the decimal degree value becomes the degrees component.
  2. Calculate minutes: Multiply the decimal remainder by 60. The integer part of this result becomes the minutes.
  3. Calculate seconds: Multiply the decimal remainder from the minutes calculation by 60. This result becomes the seconds, typically rounded to a specified decimal place.

DMS to Decimal Degrees

The reverse conversion uses this formula:

Decimal Degrees = Degrees + (Minutes / 60) + (Seconds / 3600)

Each minute contributes 1/60th of a degree, and each second contributes 1/3600th of a degree. The calculator sums these components to produce the decimal equivalent.

How to Use the Calculator

  1. Select conversion direction: Choose whether you are converting from decimal degrees to DMS or from DMS to decimal degrees.
  2. Enter your values: Input the decimal degree value, or enter the degrees, minutes, and seconds separately.
  3. Specify precision (optional): Some versions allow you to set the number of decimal places for seconds or the final decimal degree result.
  4. Get the result: The converted value displays instantly, ready for use in your application or reference.

Example Conversion

Convert 48.8584° to DMS:

Convert 48° 51' 30.24" back to decimal degrees:

Understanding Your Results

The output format depends on the conversion direction:

Note that rounding can introduce minor discrepancies. For most mapping and navigation purposes, rounding seconds to two decimal places provides sufficient accuracy (approximately 30 meters of positional difference per 0.01 second of latitude).

Common Mistakes to Avoid

Practical Use Cases

FAQ

What is the difference between decimal degrees and DMS?

Decimal degrees express coordinates as a single decimal number, while DMS breaks the coordinate into three components: degrees, minutes, and seconds. Both represent the same location, just in different formats. DMS is traditional and commonly used on paper maps, while decimal degrees are more convenient for digital systems and calculations.

Why are there 60 minutes in a degree and 60 seconds in a minute?

This system comes from the sexagesimal (base-60) numbering system used by ancient Babylonian astronomers. It was adopted for geographic coordinates because 60 is divisible by many numbers (2, 3, 4, 5, 6, 10, 12, 15, 20, 30), making fractional calculations simpler before the widespread use of decimal arithmetic.

How many decimal places do I need for accurate coordinates?

For most practical purposes, 4-6 decimal places in decimal degrees or 1-2 decimal places in seconds provides sufficient accuracy. One decimal place in seconds equals approximately 3 meters of positional difference. For high-precision surveying, you may need more decimal places.

Can this calculator handle negative coordinates?

Yes. Negative decimal degree values (indicating southern or western hemispheres) convert correctly to DMS format. The calculator preserves the sign and typically indicates the hemisphere direction in the output.

What does N, S, E, W mean in DMS coordinates?

These letters indicate hemisphere direction: N (North) or S (South) for latitude, and E (East) or W (West) for longitude. They replace the positive or negative sign used in decimal degrees. For example, -40.7128° in decimal degrees becomes 40° 42' 46.08" S in DMS format.