All tools
HomeCoordinate converter › DMS → Decimal Degrees

DMS to decimal degrees converter

Convert coordinates from degrees, minutes, seconds (DMS) to decimal degrees (DD). Enter your DMS latitude and longitude and read the decimal-degrees value instantly — free, in your browser.

Decimal degrees (DD)
Degrees minutes seconds (DMS)
Degrees decimal minutes (DDM)
Web Mercator (EPSG:3857)
UTM (WGS84)
No uploadInstantWorks offlineproj4 for reprojection
Advertisement

About this conversion

DMS (e.g. 48°51'30"N) is how coordinates traditionally appear on maps and in surveying. Decimal degrees (48.8584) is the single-number form GPS units, GeoJSON and most software expect.

Formula: DD = degrees + minutes ÷ 60 + seconds ÷ 3600, made negative for South or West.

How to use it

  1. Enter your latitude and longitude above (any of decimal degrees, DMS or DDM — auto-detected).
  2. Read the highlighted result and click Copy. Every other format is shown too.
  3. Nothing is uploaded — it all runs in your browser.

Frequently asked questions

What is the formula to convert DMS to decimal degrees?

DD = degrees + minutes/60 + seconds/3600, negated for S or W. Example: 48°51'30"N = 48 + 51/60 + 30/3600 = 48.8583°.

What formats are supported?

Input can be decimal degrees (48.8584), DMS (48°51'30"N or 48 51 30 N), or DDM (48°51.5'N). The tool outputs DD, DMS, DDM, Web Mercator (EPSG:3857) and UTM at once.

Which is latitude and which is longitude?

Latitude runs −90 to 90 (N/S); longitude runs −180 to 180 (E/W). Mixing them up is the most common mistake — enter each in its own box.

Does this work offline?

The DD/DMS/DDM conversion is pure math and works offline. Web Mercator and UTM use a small projection library that downloads once and is then cached.

Are my coordinates sent anywhere?

No. Everything is computed in your browser — nothing is uploaded.

Other coordinate conversions

Advertisement