DMS to Decimal Degrees Converter

Convert DMS (degrees, minutes, seconds) to decimal degrees and back instantly. Free online DMS to decimal degrees converter for GPS, maps, and geographic coordinates.

843.0K usesUpdated · 2026-04-29Runs locally · zero upload

How to Use DMS to Decimal Degrees Converter

The DMS to Decimal Degrees Converter makes coordinate format conversion effortless. To convert DMS to decimal degrees, enter the degrees, minutes, and seconds values, then select the cardinal direction (N, S, E, or W). Click Convert to get the decimal degrees result instantly.

To go the other way — decimal degrees to DMS — select your coordinate type (latitude or longitude), type the decimal value, and the converter outputs the full degree-minute-second breakdown along with the correct direction letter.

Formula & Theory — DMS to Decimal Degrees Converter

The DMS to decimal degrees conversion follows a simple formula:

$$\text{Decimal Degrees} = \text{Degrees} + \frac{\text{Minutes}}{60} + \frac{\text{Seconds}}{3600}$$

For southern latitudes or western longitudes, multiply the result by −1.

The reverse decimal degrees to DMS formula:

  1. Degrees = integer part of |decimal|
  2. Minutes = integer part of (fractional part × 60)
  3. Seconds = fractional part of minutes × 60

The DMS to decimal degrees converter displays the step-by-step formula for each conversion so you can verify the result manually.

Use Cases for DMS to Decimal Degrees Converter

The DMS to decimal degrees converter is useful in a wide range of scenarios:

  • GPS Coordinates — Most GPS devices output DMS format. Converting to decimal degrees is needed for APIs, spreadsheets, and web maps.
  • GIS & Mapping — Software like QGIS, ArcGIS, and Google Maps accepts decimal degrees. The converter bridges the format gap quickly.
  • Surveying & Navigation — Field measurements are often recorded in DMS. The DMS to decimal degrees tool streamlines post-processing.
  • Astronomy — Right ascension and declination are expressed in a similar sexagesimal system; the same DMS conversion logic applies.
  • Education — Students learning geographic coordinate systems can use the DMS to decimal degrees converter to cross-check their manual calculations.

The converter also handles edge cases: west longitude and south latitude are correctly expressed as negative decimal values, and the step-by-step formula display makes the DMS to decimal degrees conversion transparent and verifiable.

Frequently asked questions about DMS to Decimal Degrees Converter

What is the formula to convert DMS to decimal degrees?

Decimal Degrees = Degrees + Minutes / 60 + Seconds / 3600. For south latitude or west longitude, multiply the result by −1.

How do I convert decimal degrees back to DMS?

Take the integer part as degrees. Multiply the decimal part by 60 to get minutes. Multiply the remaining decimal of minutes by 60 to get seconds.

Why is 40°26'46"N equal to 40.446111°?

40 + 26/60 + 46/3600 = 40 + 0.4333 + 0.01278 ≈ 40.446111. The N direction keeps the value positive.

What does a negative decimal degree mean?

A negative latitude means south of the equator (S). A negative longitude means west of the prime meridian (W).

Is my data stored?

No. All calculations happen in your browser; nothing is sent to a server.