terican

BIPM-ratified constants · v1.0

Converter

Decimal, degrees to degrees/minutes/seconds converter calculator.

Convert any decimal degree value to degrees, minutes, and seconds (DMS) instantly. Enter a decimal angle to get the exact D°M′S″ breakdown.

From

minutes

minutes

45.5 minutes =30Converted Value

Equivalents

Precision: 6 dp · Notation: Decimal · 5 units

whole degrees part

Degreesdegrees45

DMS minutes part

Minutesminutes30

DMS seconds part

Secondsseconds0

decimal × 60

Total Minutestotal_minutes2,730

decimal × 3600

Total Secondstotal_seconds163,800

Common pairings

1 degreesequals0 minutes
1 degreesequals0 seconds
1 degreesequals60 total_minutes
1 minutesequals1 degrees
1 minutesequals0 seconds
1 minutesequals60 total_minutes
1 secondsequals1 degrees
1 secondsequals0 minutes

The conversion

How the value
is computed.

What Is the Decimal Degrees to DMS Conversion?

Geographic coordinates and angular measurements appear in two common formats: decimal degrees (DD) — a single floating-point number such as 40.4469° — and degrees, minutes, seconds (DMS) — the classic sexagesimal notation written as 40°26′49″. Converting between these formats is essential in surveying, cartography, GPS navigation, and astronomy. The decimal to minutes degrees converter on this page applies a precise three-step mathematical formula to extract each component accurately. Understanding both formats and when to use each is crucial for anyone working with geographic data, spatial systems, or angular measurements across different platforms and applications.

The Conversion Formula

Given a decimal degree value x, the three DMS components are calculated as follows:

  • Degrees (D) = ⌊x⌋ — the integer (whole-number) portion of the decimal value, obtained via the floor function
  • Minutes (M) = ⌊(x − D) × 60⌋ — the integer portion of the fractional degree multiplied by 60
  • Seconds (S) = ((x − D) × 60 − M) × 60 — the remaining fractional minute multiplied by 60

In mathematical notation: D = ⌊x⌋, M = ⌊(x − D) · 60⌋, S = ((x − D) · 60 − M) · 60. This stepwise decomposition ensures integer components are extracted cleanly before computing the next level of precision.

Why the Sexagesimal System?

The DMS system originates from the ancient Babylonian base-60 (sexagesimal) number system, which early astronomers and cartographers adopted because 60 divides evenly by 2, 3, 4, 5, 6, 10, 12, 15, 20, and 30 — making fractional subdivisions far more convenient than a decimal base. Under this system, one degree equals exactly 60 arcminutes, and one arcminute equals exactly 60 arcseconds. A full 360° circle therefore contains 1,296,000 arcseconds. The FCC DMS-to-Decimal reference relies on this notation for broadcast station license coordinates, while the Polar Geospatial Center Coordinate Converter uses it extensively for polar and Antarctic mapping projects.

Step-by-Step Worked Examples

Example 1: Converting 40.4469° to DMS

  • D = ⌊40.4469⌋ = 40°
  • Fractional remainder = 40.4469 − 40 = 0.4469
  • 0.4469 × 60 = 26.814
  • M = ⌊26.814⌋ = 26′
  • Fractional remainder = 26.814 − 26 = 0.814
  • S = 0.814 × 60 = 48.84″
  • Final result: 40° 26′ 48.84″

Example 2: Converting 151.1955° to DMS

  • D = ⌊151.1955⌋ = 151°
  • Fractional remainder = 0.1955
  • 0.1955 × 60 = 11.73
  • M = ⌊11.73⌋ = 11′
  • Fractional remainder = 0.73
  • S = 0.73 × 60 = 43.8″
  • Final result: 151° 11′ 43.8″

Handling Negative Coordinates

In geographic notation, negative decimal degrees indicate South latitudes or West longitudes. Apply the formula to the absolute value of the coordinate, then append the appropriate cardinal direction. For example, −33.8688° converts to 33° 52′ 7.68″ S. This approach aligns with standard WGS-84 geographic coordinate conventions used in global GPS systems.

Precision Considerations

One arcsecond of latitude corresponds to approximately 30.9 meters at the equator. Rounding seconds to two decimal places (0.01″ ≈ 0.31 m) satisfies most GPS and mapping requirements. Precision surveying may require four decimal places in seconds (0.0001″ ≈ 3 mm). Always carry sufficient decimal places through intermediate calculations to prevent accumulated floating-point error from affecting the final seconds value. When converting high-precision survey data, maintain at least six decimal places in intermediate calculations to ensure the accuracy of the final seconds component.

Practical Applications

  • GPS and navigation: Marine charts, aviation waypoints, and handheld GPS receivers widely display coordinates in DMS format. Many recreational and professional GPS devices toggle seamlessly between decimal and DMS notation depending on user preference.
  • Land surveying: Property boundary descriptions in legal documents traditionally use degrees, minutes, and seconds notation. Surveyors rely on this format for precision and historical consistency with existing property records and land patents.
  • Astronomy: Telescope pointing systems and star catalogs use a related hours-minutes-seconds (HMS) format derived from the same base-60 logic. Observatory databases catalog celestial objects using coordinates in this specialized format.
  • Geographic Information Systems (GIS): Many GIS platforms accept both formats; knowing the conversion prevents data import errors and coordinate mismatches. QGIS, ArcGIS, and other professional spatial software tools commonly require conversion between formats during data integration workflows.

Reference

Frequently asked questions

What is the formula for converting decimal degrees to degrees minutes seconds?
The conversion uses three sequential steps: Degrees (D) equals the floor of the decimal value x, capturing the whole-number portion. Minutes (M) equals the floor of (x minus D) multiplied by 60, extracting the integer minute component. Seconds (S) equals the remaining fractional minute multiplied by 60. For example, 45.5° yields D=45, M=30, S=0, producing the result 45°30′00″.
How accurate is the decimal degrees to DMS conversion?
The conversion is mathematically exact for any valid input within ±360°. One arcsecond equals approximately 30.9 meters at the equator, meaning two decimal places of seconds (0.01″ ≈ 0.31 m) provides sub-meter accuracy suitable for GPS navigation, land surveying, and most GIS applications. Professional geodetic and cadastral work may require four decimal places in the seconds component for millimeter-level positional precision.
How do I convert negative decimal degrees to degrees minutes seconds?
Apply the standard DMS formula to the absolute value of the coordinate, then append the appropriate hemisphere indicator. For example, −118.2437° converts to 118° 14′ 37.32″ W. Negative latitude values indicate the Southern Hemisphere (append S), while negative longitude values indicate the Western Hemisphere (append W), consistent with standard WGS-84 geographic coordinate conventions used by GPS satellites and mapping systems worldwide.
What is the difference between decimal degrees and degrees minutes seconds?
Decimal degrees express an angle as a single floating-point number such as 40.4469°, which is compact and ideal for computational calculations, database storage, and API inputs. Degrees minutes seconds (DMS) divides the same angle into three components using the base-60 sexagesimal system: 40°26′48.84″. DMS is the traditional format found on printed nautical charts, aviation publications, and legal land survey descriptions, while decimal degrees are preferred in modern programming and GIS software environments.
How many arcseconds are in one degree?
One degree contains exactly 3,600 arcseconds (60 arcminutes × 60 arcseconds per arcminute). A complete 360° circle therefore contains 1,296,000 arcseconds. At the Earth's equator, one arcsecond of latitude equals approximately 30.9 meters, one arcminute equals roughly 1,855 meters (approximately 1 nautical mile), and one full degree spans approximately 111.3 kilometers along the Earth's surface.
When should I use DMS format instead of decimal degrees?
Use DMS format when entering coordinates into traditional marine navigation charts, aviation GPS units, nautical publications, or legal survey documents, since those systems were originally designed around the sexagesimal convention. Use decimal degrees when writing code, working in GIS platforms such as QGIS or ArcGIS, querying spatial databases, or feeding values into trigonometric functions, since most math libraries and web mapping APIs expect decimal input. Many modern GPS receivers display both formats simultaneously, letting users choose based on context.