Convert decimal latitude and longitude to Degrees, Minutes, and Seconds (DMS) online for free with this lat long to DMS converter. Built for GIS professionals, surveyors, and navigators, it automatically detects N/S and E/W directions and delivers precise coordinates. Enter your decimal values and get accurate DMS results in seconds.
Decimal degrees (DD) are compact and easy for computers, but the traditional DMS notation (like 48°51'30"N) is still standard on charts, plats, and in aviation and marine navigation. This converter bridges the two. To convert in the other direction, use the DMS to Decimal Degrees tool.
A decimal to DMS converter is essential whenever human-readable coordinates matter. Mapping APIs, GPS firmware, and geocoding services all speak decimal degrees internally, but aviation charts, marine navigation, survey plats, legal property descriptions, and most printed maps still use the traditional degrees–minutes–seconds notation. Converting between them by hand is error-prone, especially with negative values that encode south and west hemispheres.
This lat long to DMS tool handles every edge case automatically: it splits the decimal value into whole degrees, minutes, and seconds, applies the correct N/S/E/W suffix, and preserves full precision. Because the conversion runs entirely in your browser, you can batch-convert thousands of coordinates from a spreadsheet paste without sending any location data to a third-party server.
A decimal coordinate splits into whole degrees, minutes, and seconds with the correct hemisphere:
Latitude: 48.8584
Longitude: 2.294548° 51' 30.24" N
2° 17' 40.20" ELatitude and longitude pinpoint a spot on Earth. Decimal degrees (DD) express a coordinate as a single signed number — latitude runs from −90 at the South Pole to +90 at the North Pole, longitude from −180 to +180 west to east. DMS (degrees, minutes, seconds) breaks each degree into 60 minutes and each minute into 60 seconds, the way we divide an hour, giving the familiar 48°51'30"N form. A third style, degrees and decimal minutes (DM) (48°51.504'N), is common in marine GPS.
To convert decimal degrees to DMS: the whole number is the degrees; multiply the fraction by 60 to get minutes; multiply that fraction by 60 again to get seconds. The hemisphere comes from the sign — positive latitude is north, positive longitude is east. Precision matters: each decimal place of latitude is about 11 metres at the equator, so five decimals (≈1.1 m) is enough for most street-level mapping. The converter carries two decimals of seconds so no meaningful precision is lost.
DMS remains the language of printed charts, legal land descriptions, and aviation, while decimal degrees dominate digital mapping, geocoding APIs, and databases. To reverse the conversion, use the DMS to Decimal Degrees tool.