Degrees, Minutes, Seconds to Decimal Degrees Converter

Convert angles from degrees, minutes, seconds to decimal degrees with this interactive, accessible calculator.

Angle components

Minutes and seconds are normalized before applying the sign of the degrees field.

How to use this converter

Enter the degrees, minutes, and seconds of any angle. Click Calculate or wait for the auto-updating pipeline to display the decimal-degree equivalent. Minutes and seconds remain inside the 0–60 range so geographic coordinates stay well-formed.

Methodology

The engine converts minutes to 1/60 of a degree and seconds to 1/3600, sums those fractions alongside the absolute degree magnitude, and finally reapplies the sign of the degree field to deliver the signed decimal degrees.

Results are estimates for planning and educational use; consult authoritative sources before acting on critical coordinates.

Full original guide (expanded)

This calculator was originally introduced as a DMS to decimal-degree helper tailored to geographers, astronomers, and engineers needing precise angle conversions. The prior layout reiterated the three numerical inputs and highlighted that the result remained accurate to several decimal places.

The earlier audit notes reinforced the need to document the formula, verify the data sources, and keep the verified status visible. Those instructions remain embedded here with the same emphasis on formula accuracy and authoritative citations.

Formulas

DMS to Decimal Degrees:

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

  • Degrees (°): Signed whole-degree component.
  • Minutes (′): Fractional degrees in 1/60 increments added before sign.
  • Seconds (″): Smaller fractions in 1/3600 increments added before sign.
Citations

NIST — Weights and measures overview of angular units: https://www.nist.gov/pml/weights-and-measures

NIST — SI units detailing degrees and related conventions: https://www.nist.gov/pml/owm/metric-si/si-units

Changelog
  • v0.1.0-draft — 2026-01-19: Initial draft generated from the audit pipeline with the original formula and sources that still need verification.
  • Audit guidance asked to confirm formula fidelity, keep citations aligned, and clearly surface the verified status on the page.
Verified by Ugo Candido Last Updated: 2026-01-19 Version 0.1.0-draft
Version 1.5.0