ToolJoltTools

DMS ↔ Decimal Degrees Converter

40°26′46″N to 40.4461 and back — both directions of the coordinate-format conversion every GPS, map and dataset eventually demands.

0
Decimal degrees
0
Degrees decimal minutes
0
Round-trip check (DMS)

Three formats haunt every field project: DMS (charts, legal documents), decimal degrees (GIS, APIs, this century), and the hybrid degrees-decimal-minutes (aviation and marine GPS default). One degree ≈ 111 km, one minute ≈ 1.85 km, one second ≈ 31 m — so quote at least 4 decimals of DD for street-level precision.

Formula

DD = degrees + minutes/60 + seconds/3600 (negative for S/W); 1′ = 1/60°, 1″ = 1/3600°
References: Snyder, J.P., Map Projections — A Working Manual (USGS PP 1395); FGDC / United States National Grid standards (coordinate formats)

⚠️ Great-circle estimates on a spherical Earth (±0.5% vs ellipsoidal) — for surveying, legal boundaries and navigation use geodetic-grade tools and official datums.

40°26′46″N to 40.4461 and back — both directions of the coordinate-format conversion every GPS, map and dataset eventually demands.

About DMS ↔ Decimal Degrees Converter

Coordinates wear three costumes: 40°26′46″N for the chart and the deed, 40.446111 for the database and the API, and 40°26.767′ for the marine GPS that splits the difference. Mixing them up — or pasting one format into a system expecting another — is among the most common ways field data dies. This converter translates all three sexagesimal generations exactly, handles hemisphere signs, and round-trips the answer so you can see the conversion is lossless.

How to use DMS ↔ Decimal Degrees Converter

  1. 1Enter — sensible defaults are pre-filled so you see a worked result immediately.
  2. 2Read the live results: .
  3. 3Check the "With your numbers" line to see the formula DD = degrees + minutes/60 + seconds/3600 (negative for S/W); 1′ = 1/60°, 1″ = 1/3600° substituted step by step.
  4. 4Adjust inputs (or flip the unit toggle) until the scenario matches yours, then copy or share the result.

Why use DMS ↔ Decimal Degrees Converter?

  • Instant, free and private — every calculation runs in your browser, nothing is uploaded
  • Built on the published formula DD = degrees + minutes/60 + seconds/3600 (negative for S/W); 1′ = 1/60°, 1″ = 1/3600° with sources cited on the page
  • Three formats haunt every field project: DMS (charts, legal documents), decimal degrees (GIS, APIs, this century), and the hybrid degrees-decimal-minutes (aviation and marine GPS default). One degree ≈ 111 km, one minute ≈ 1.85 km, one second ≈ 31 m — so quote at least 4 decimals of DD for street-level precision.
  • Switch units, tweak any input and watch every result update live

Frequently asked questions

Why do coordinates use base-60 at all?+

Babylonian inheritance via Greek astronomy: Ptolemy divided circles into 360 degrees, each into 60 partes minutae primae (first small parts — 'minutes'), each into partes minutae secundae ('seconds'). Sixty divides cleanly by 2,3,4,5,6,10,12 — gold for hand calculation. Navigation kept it because charts and sextants were graduated that way, and one arc-minute of latitude became the nautical mile, welding the format to an entire measurement culture. Decimal degrees are simply the same angle with the costume off.

How many decimal places do I actually need?+

Each DD decimal is a 10× zoom: 1 decimal ≈ 11 km (a city), 2 ≈ 1.1 km (a neighborhood), 3 ≈ 110 m (a street), 4 ≈ 11 m (a building), 5 ≈ 1.1 m (a doorway), 6 ≈ 11 cm (survey-adjacent). Publishing 8+ decimals from a phone GPS is false precision theater — consumer receivers honestly deliver 3–5 m. In DMS terms: one arc-second is ~31 m of latitude, so seconds-with-one-decimal matches a good handheld fix.

What's the degrees-decimal-minutes format and who uses it?+

The compromise child: degrees stay whole, minutes carry decimals, seconds are abolished — 40° 26.767′. It's the default display on marine chartplotters and aviation GPS because paper-chart latitude scales are graduated in minutes (each = 1 NM), so a position in DDM reads straight onto the chart edge with dividers. Geocaching adopted it from handheld GPS culture. The double-conversion through DDM is where transcription errors breed; this tool shows all three formats simultaneously to short-circuit that.

Why did my pasted coordinate end up in the wrong hemisphere or the sea?+

The classic failure modes: a dropped minus sign (S/W hemispheres are negative in DD — 'they're for Australia what the N is for Norway'); lat/long swapped (Google Maps URLs are lat,lon; GeoJSON is [lon, lat] — the single most common GIS bug); DMS punctuation parsed as decimals (40.2646 from 40°26′46″ is ~2 km off — note it's not even close to 40.4461); and locale commas read as decimal points. When a point lands in the ocean off West Africa, that's (0,0) — the null island where lost coordinates go to die.

Related tools

Related Field tools

Sponsored