Degrees Minutes Seconds Converter

Convert between DMS and decimal degrees with bidirectional modes, radians output, arc-minute/second totals, and world landmarks reference.

Decimal Degrees
45.504167
45° 30' 15" N = 45.504167°
Radians
0.794198
DD × π / 180 = 0.794198 rad
Total Arc-Minutes
2,730.2500
D×60 + M + S/60 = 2,730.2500'
Total Arc-Seconds
163,815.00
D×3600 + M×60 + S = 163,815.00"
DMS String
45° 30' 15.00" N
Formatted DMS notation
GPS Format
N 45.504167
Direction + decimal degrees

World Landmarks Reference

LocationLatitude (DMS)Longitude (DMS)Latitude (DD)
North Pole90° 0' 0" N0° 0' 0"90.0000°
Equator/Prime Meridian0° 0' 0"0° 0' 0"0.0000°
New York City40° 42' 46" N74° 0' 22" W40.7128°
London51° 30' 26" N0° 7' 39" W51.5074°
Tokyo35° 41' 22" N139° 41' 30" E35.6892°
Sydney33° 52' 10" S151° 12' 30" E-33.8688°
Cairo30° 2' 40" N31° 14' 9" E30.0444°
Formulas

DMS → DD: DD = D + M/60 + S/3600

DD → DMS: D = floor(|DD|), M = floor((|DD| − D) × 60), S = ((|DD| − D) × 60 − M) × 60

DD → Radians: rad = DD × π / 180

Planning notes, formulas, and examples

About the Degrees Minutes Seconds Converter

This converter switches between degrees-minutes-seconds notation and decimal degrees. It is useful for GPS coordinates, mapping tools, surveying records, astronomy references, and any workflow where one system uses DMS while another expects a single decimal value. A latitude or longitude may be copied from a chart, a receiver, or a survey note, and the page makes it easy to restate that same angle in the format a digital system expects.

The page handles both directions, including north/south and east/west signs, and also shows radians plus total arc-minutes and arc-seconds. That makes it useful both for geographic coordinates and for general angular work. Because the related angular units appear together, you can check whether a value was entered as a coordinate, a bearing, or a plain angle before using it elsewhere.

Use it when a coordinate or angle needs to move cleanly between the traditional DMS format and the decimal format used by many digital systems. The side-by-side outputs help prevent sign mistakes and make conversion chains easier to verify.

When This Page Helps

DMS is readable and traditional for navigation and coordinates, while decimal degrees are easier for software and calculation. This page bridges those formats directly and keeps the supporting angular units in one place, which makes it easier to move between field notes, maps, and digital tools without re-entering the same coordinate twice.

How to Use the Inputs

  1. Select the conversion mode: DMS to Decimal or Decimal to DMS.
  2. For DMS mode: enter degrees, minutes, seconds, and direction (N/S/E/W).
  3. For decimal mode: enter the decimal degree value (negative for S/W).
  4. Read the converted value in the output cards.
  5. Check radians, arc-minutes, and arc-seconds for additional formats.
  6. Use preset buttons for common coordinates.
  7. Reference the world landmarks table to verify results.
Formula used
DMS to DD: DD = Degrees + Minutes/60 + Seconds/3600 (negative for S/W). DD to DMS: D = floor(|DD|), M = floor((|DD| − D) × 60), S = ((|DD| − D) × 60 − M) × 60. Radians = DD × π / 180.

Example Calculation

Result: 40° 26' 46" N = 40.446111° = 0.706145 rad

Converting 40 degrees, 26 minutes, 46 seconds North gives decimal degrees 40.446111 (approximately New York City latitude).

Tips & Best Practices

  • Remember: 1 degree = 60 arc-minutes = 3600 arc-seconds.
  • At the equator, 1 arc-second of latitude ≈ 30.87 meters.
  • GPS coordinates are typically expressed in decimal degrees (DD) format.
  • South latitudes and west longitudes are negative in decimal degree format.
  • For high precision, use 6+ decimal places in DD (≈ 0.11m accuracy).
  • Aviation and marine navigation traditionally use DMS notation.

Understanding Coordinate Formats

Three main formats exist for expressing geographic coordinates: Decimal Degrees (DD), Degrees and Decimal Minutes (DDM), and Degrees, Minutes, and Seconds (DMS). Each has its use cases — DMS for navigation charts, DD for GIS software, and DDM for some marine applications.

Precision in Coordinate Systems

Decimal degree precision maps directly to ground distance: 1 decimal place ≈ 11.1 km, 2 ≈ 1.1 km, 3 ≈ 111 m, 4 ≈ 11.1 m, 5 ≈ 1.1 m, 6 ≈ 0.11 m. Most mapping applications use 6 decimal places, equivalent to about a hand's width on the ground.

Historical Context

The sexagesimal (base-60) system used for DMS dates back to ancient Babylon. It survives in timekeeping (60 seconds per minute, 60 minutes per hour) and in angle measurement. Despite the metric system's prevalence, DMS remains standard in navigation and astronomy.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • DMS stands for Degrees, Minutes, Seconds, a way to express angles in a base-60 system. One degree contains 60 minutes and one minute contains 60 seconds, so the format is common in navigation and astronomy.