Decimal Degrees to DMS Calculator
Convert a decimal-degree coordinate into degrees, minutes and seconds — the traditional coordinate format used on nautical charts, surveys, and older maps.
Inputs
- Decimal Degrees
Paste this into any page — the widget stays live and updates automatically as this calculator improves. Using WordPress or Notion? See the embed guide.
Saved Scenarios
— select 2+ to compare| Metric | |
|---|---|
Degrees
40
Minutes
44
Seconds
54.00
Spark says
How it's calculated
Formula
- D, M, S
- — Degrees, minutes, seconds
What is the Decimal Degrees to DMS Calculator?
This is the inverse of DMS-to-decimal conversion — it peels off the whole-degree part, then converts the fractional remainder into minutes and seconds.
Use this when entering coordinates into a system or document that requires DMS format, cross-checking a GPS reading against a printed nautical or topographic chart, or converting a decimal coordinate copied from a mapping app for a surveying or legal description.
How to use it
- 1 Enter a coordinate in decimal degrees.
Understanding Decimal Degrees to DMS Calculator
Coordinate notation has a longer and more layered history than most people realize, and understanding why decimal degrees and DMS both still coexist helps explain why this conversion is still a genuinely common need rather than a historical curiosity.
Degrees-minutes-seconds notation descends directly from how angles have been measured for centuries — a degree divided into 60 minutes of arc, each minute divided into 60 seconds of arc, mirroring the same base-60 (sexagesimal) system used for measuring time. This wasn't an arbitrary choice; base-60 divides evenly by many small numbers (2, 3, 4, 5, 6, 10, 12, 15, 20, 30), which made manual calculation and subdivision more practical in an era before digital tools existed. Nautical charts, land surveys, and early aviation navigation all standardized on DMS, and that legacy infrastructure — printed charts, historical land records, some cockpit instrumentation — still uses the format today.
Decimal degrees, by contrast, became dominant with the arrival of digital mapping and GPS. A single decimal number is trivial for software to store, compare, sort, and perform arithmetic on directly — computing the distance between two decimal-degree coordinates is a straightforward formula, while doing the same arithmetic in DMS notation requires converting to decimal internally anyway. This is why virtually every modern digital mapping API, GeoJSON file, and consumer GPS app defaults to decimal degrees under the hood, even when it displays DMS to the user for readability.
The practical need to convert between the two persists specifically because the systems that produce and consume coordinates haven't fully converged on one format. A coordinate copied from a digital mapping tool is virtually always in decimal degrees; a coordinate transcribed from a historical land survey, an older nautical chart, or certain legal property descriptions is very often in DMS. Converting correctly requires getting the sign handling right — the entire coordinate's hemisphere (north versus south, east versus west) is conventionally represented by a single sign on the whole-degree value, with minutes and seconds always expressed as positive magnitudes, matching the same convention used for expressing time as hours, minutes, and seconds (nobody says '3 hours, negative 20 minutes' to express 2 hours and 40 minutes — the borrow happens at the largest unit, and DMS coordinates follow the identical logic).
Worked examples
Advantages
- •Handles the full decimal-degree range, including negative (southern/western) coordinates, correctly.
- •Produces standard DMS notation matching what's used on charts, surveys, and legal land descriptions.
- •Instant conversion, avoiding manual arithmetic errors when splitting a decimal into degrees, minutes, and seconds.
- •Pairs directly with the DMS-to-decimal calculator for converting back and forth as needed.
Limitations
- •For negative (southern/western) coordinates, the sign applies to the whole degrees value — minutes and seconds are always shown as positive magnitudes, matching standard DMS notation.
- •Rounding to two decimal places on seconds means very high-precision decimal coordinates (beyond about 0.00001° precision) may lose a small amount of resolution in the conversion.
Common mistakes
- ⚠️ Applying a negative sign to minutes or seconds individually — standard DMS notation keeps minutes and seconds as positive, with only degrees carrying the sign (or a direction letter used instead).
- ⚠️ Confusing decimal minutes (a hybrid format like 40°44.9') with full DMS (degrees, minutes, and seconds all separate) — they look similar but aren't the same format.
- ⚠️ Forgetting that a coordinate's hemisphere (N/S, E/W) needs to be tracked separately from the numeric sign when communicating a DMS coordinate to someone else.
Tips
- 💡 When sharing a DMS coordinate, always include the direction letter (N/S/E/W) explicitly rather than relying on the reader to correctly infer it from a sign.
- 💡 Double-check whether your target system wants full DMS or the hybrid 'degrees and decimal minutes' format, since GPS devices and mapping software vary in which they use by default.
- 💡 For legal land descriptions or survey documents, verify the required precision (often to the nearest second or fraction of a second) rather than assuming rounded values are acceptable.
- 💡 If converting a coordinate for aviation or marine use, confirm whether the destination system expects seconds to one or two decimal places, since conventions vary by industry.
Real-life uses
- Entering a GPS coordinate into a system or form that requires DMS format
- Cross-referencing a digital coordinate against a printed nautical or topographic chart
- Preparing a legal land description or survey document that uses traditional DMS notation
- Converting coordinates for aviation or marine navigation systems that use DMS
Frequently asked questions
Why do minutes and seconds never show a negative sign?
By convention, DMS notation keeps minutes and seconds as positive magnitudes and puts the direction (or a single negative sign on degrees) to indicate hemisphere.
What's the difference between DMS and 'decimal minutes' format?
Full DMS splits the fractional degree into whole minutes and whole seconds; 'decimal minutes' format (like 40°44.9') keeps minutes as a decimal instead of further splitting into seconds — they look similar but aren't interchangeable without conversion.
How precise is a DMS coordinate compared to decimal degrees?
One second of latitude is about 30 meters (roughly 100 feet), so DMS to two decimal places on seconds is precise to well under a meter — more than sufficient for virtually any practical navigation or survey use.
Why do GPS devices and mapping apps often default to decimal degrees?
Decimal degrees are far easier for software to store, compare, and use directly in distance and bearing formulas — DMS requires converting to decimal internally anyway for any real calculation.
calixo.cloud/geo-map/decimal-to-dms-calculator/ — free calculator, no signup required.