Skip to content
Calixo

DMS to Decimal Degrees Calculator

Convert a degrees-minutes-seconds coordinate into decimal degrees — the format almost all modern digital mapping tools and GPS systems use internally.

Inputs

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
Inputs updated · Results recalculated · Just now

Decimal Degrees

40.748333

Spark says

How it's calculated
A vintage compass and navigation instrument on an old map, showcasing precision tools for exploration.
Photo by Alex Andrews on Pexels
Smartphone displaying GPS navigation route on Natchez Trace Parkway inside a car.
Photo by Dustin Konrad on Pexels

Formula

Decimal=±(D+M60+S3600)Decimal = \pm\left(D + \dfrac{M}{60} + \dfrac{S}{3600}\right)
D, M, S
— Degrees, minutes, seconds

What is the DMS to Decimal Degrees Calculator?

Coordinates are traditionally expressed in degrees-minutes-seconds (DMS), but most digital mapping tools (GPS, Google Maps, GeoJSON) use decimal degrees — this calculator converts between the two.

Use this when transcribing a coordinate from a nautical chart, historical survey, or older GPS device into a modern mapping tool, entering a location into software that requires decimal degrees, or double-checking a manually converted coordinate for errors.

How to use it

  1. 1 Enter the degrees, minutes and seconds.
  2. 2 Choose the direction (N/E is positive, S/W is negative).

Understanding DMS to Decimal Degrees Calculator

Converting DMS to decimal degrees is arithmetically simple — degrees plus minutes divided by 60 plus seconds divided by 3600, with the whole result signed by hemisphere — but the reason this conversion still comes up regularly is more about where coordinates originate than about the math itself.

A huge amount of geographic data predates the GPS era, or was created by systems and professions that still use DMS by convention today. Property deeds and legal land descriptions, in many jurisdictions, are written in DMS and haven't been retroactively converted en masse. Nautical charts, historical survey markers, and older aviation navigation charts frequently use DMS as their native format. Even some modern GPS receivers and mapping tools let a user display coordinates in DMS for readability, even though decimal degrees are being used internally. Any time information moves from one of these DMS-native contexts into a modern digital system — a legal description into a GIS database, a chart coordinate into a route-planning app — a conversion has to happen somewhere, and doing it correctly by hand is a common source of small but consequential errors.

The most consequential of those errors is usually sign handling. Because DMS conventionally expresses hemisphere with a direction letter (N/S for latitude, E/W for longitude) rather than a numeric sign, converting to decimal degrees requires deliberately applying that sign at the final step — southern latitudes and western longitudes become negative, northern latitudes and eastern longitudes stay positive. It's an easy step to get backwards, especially under the pressure of transcribing data quickly, and the resulting error isn't subtle: a flipped sign on longitude, for instance, can place a coordinate on the opposite side of the globe rather than just slightly off.

A second, quieter source of error is decimal-minutes confusion — some devices and charts express a coordinate as degrees and decimal minutes (40°44.9') rather than full degrees-minutes-seconds (40°44'54"), and the two formats are easy to mistake for each other at a glance since they look structurally similar. Converting a decimal-minutes coordinate as if it were full DMS (treating the '.9' as if it were '9' seconds rather than 0.9 of a minute, i.e., 54 seconds) produces a meaningfully wrong result. Being deliberate about which format a source is actually using — checking whether the smallest unit shown has a decimal point (decimal minutes) or is a whole number followed by a separate seconds value (full DMS) — avoids this entire class of mistake before it happens.

Worked examples

Advantages

  • Handles direction (N/S/E/W) explicitly as a separate input, avoiding sign-convention confusion.
  • Produces the precise decimal format required by virtually all modern mapping APIs and GPS systems.
  • Removes manual base-60 arithmetic, a common source of conversion errors when done by hand.
  • Pairs directly with the decimal-to-DMS calculator for converting in either direction.

Limitations

  • Requires the degrees, minutes, and seconds to already be correctly separated and non-negative — this calculator doesn't parse a combined text string like "40°44'54\"N" automatically.

Common mistakes

  • ⚠️ Entering degrees, minutes, or seconds as negative values instead of using the direction dropdown to indicate hemisphere — DMS components should always be entered as positive magnitudes.
  • ⚠️ Mixing up which points are latitude versus longitude when transcribing from a chart or historical record, especially since both are expressed in the same DMS format.
  • ⚠️ Rounding intermediate values (minutes or seconds) before converting, which compounds small errors — always convert directly from the original recorded values.

Tips

  • 💡 When transcribing from a printed chart or older record, double-check the direction letter (N/S/E/W) carefully — it fundamentally changes which hemisphere the coordinate falls in.
  • 💡 If a source uses 'decimal minutes' format instead of full DMS (like 40°44.9' rather than 40°44'54"), convert the decimal minutes portion to seconds first, or adjust this calculator's inputs accordingly.
  • 💡 For high-precision survey or legal work, keep as many decimal places on seconds as the original source provides, rather than rounding early in the process.
  • 💡 Cross-check a converted coordinate by plotting it on a map and confirming it lands in the expected general location, catching transcription errors early.

Real-life uses

  • Transcribing coordinates from historical nautical charts or land surveys into modern digital mapping tools
  • Entering a location into software or an API that requires decimal-degree input
  • Converting coordinates from older GPS devices or aviation charts that display DMS
  • Verifying a manually calculated DMS-to-decimal conversion for errors

Frequently asked questions

Why do some coordinates use negative decimal degrees?

Decimal degree notation uses sign instead of a direction letter — southern latitudes and western longitudes are negative, northern latitudes and eastern longitudes are positive.

What's the most common mistake when converting DMS to decimal by hand?

Getting the hemisphere sign backwards — since DMS uses a direction letter (N/S/E/W) rather than a numeric sign, it's easy to apply the wrong sign when converting manually, which can place a point on the opposite side of the globe.

Is 'decimal minutes' the same as full DMS?

No — decimal minutes (like 40°44.9') keeps minutes as a decimal instead of splitting further into seconds, and looks structurally similar to full DMS at a glance, which makes the two easy to confuse when transcribing.

Why do legal land descriptions still use DMS?

Many property deeds and survey records predate GPS and decimal-degree conventions, and jurisdictions haven't retroactively converted historical descriptions — DMS remains the standard format in much of that legal and surveying context.

How precise should my DMS input be for an accurate conversion?

As precise as your original source provides — rounding minutes or seconds before converting compounds small errors, so it's best to convert directly from the original recorded values rather than pre-rounding.