Decimal to DMS Converter

🌐 Decimal Degrees to DMS Converter

Enter your decimal coordinates below to instantly convert them to Degrees°, Minutes', Seconds" format.

⚠️ Please enter valid decimal coordinates. Latitude: −90 to 90, Longitude: −180 to 180.

✅ Conversion Result

Latitude

Longitude

What Is a Decimal to DMS Converter and Why Do You Need One?

If you've spent any time working with maps, GPS devices, or geographic data, you've probably noticed that coordinates show up in two completely different-looking formats. Sometimes a location is written as 28.6139° N, 77.2090° E — that's decimal degrees. Other times you'll see it written as 28° 36' 50.04" N, 77° 12' 32.40" E — that's DMS, short for Degrees, Minutes, Seconds. Both are saying the exact same thing, just written in different notation systems.

The problem is that modern digital tools — Google Maps, mapping APIs, web GIS platforms — mostly prefer decimal degrees, while older GPS devices, survey documents, nautical charts, aviation waypoints, and scientific publications often use DMS. So if you get coordinates from one type of source and need to use them in the other type of system, you need to convert.

That's exactly what this tool does. Enter your decimal latitude and longitude, click the button, and you instantly see the DMS equivalent broken down into degrees, minutes, seconds, and direction — all clearly labeled and ready to copy.

What Are Decimal Degrees?

Decimal degrees (DD) is the modern standard for expressing geographic coordinates. Instead of breaking a degree into minutes and seconds, everything is expressed as a single decimal number. Positive values indicate North (latitude) or East (longitude); negative values indicate South or West.

  • New Delhi, India: 28.6139° N, 77.2090° E
  • London, UK: 51.5074° N, −0.1278° E
  • Sydney, Australia: −33.8688° N, 151.2093° E
  • New York, USA: 40.7128° N, −74.0060° E

This format is what most modern software, APIs, and databases prefer. It's easier to do math with, simpler to store, and faster to type. If you've ever copied coordinates from Google Maps or a weather app, they were almost certainly in decimal degrees.

What Is DMS (Degrees, Minutes, Seconds)?

DMS is the older, traditional coordinate system that has been used in cartography and navigation for centuries. It breaks a coordinate into three parts:

  • Degrees (°): The whole number part. Latitude goes 0–90°; longitude goes 0–180°.
  • Minutes ('): Each degree is divided into 60 minutes. Think of it like hours on a clock — 60 minutes per degree.
  • Seconds (''): Each minute is divided into 60 seconds, and seconds can have decimal places for finer precision.
  • Direction: N or S for latitude, E or W for longitude — replacing the positive/negative sign convention.

So 28° 36' 50.04" N means: 28 degrees, 36 minutes, and 50.04 seconds north of the equator. DMS is still widely used in old-school GPS units, nautical and aviation charts, survey reports, academic geology papers, and government legacy databases.

How the Decimal to DMS Conversion Works

Once you see the logic, it's quite intuitive. Here's exactly what happens when you hit the Convert button:

Step 1 — Handle the Sign (Find Direction)

If the decimal value is negative, it represents South (latitude) or West (longitude). The absolute (positive) value is used for the rest of the math, and the direction letter is assigned at the end.

Step 2 — Extract Degrees

The degrees component is simply the whole number part: degrees = Math.floor(|DD|)

For 28.6139: degrees = 28

Step 3 — Calculate Minutes

Multiply the leftover decimal by 60. The whole number part is minutes.
0.6139 × 60 = 36.834 → minutes = 36

Step 4 — Calculate Seconds

Multiply the remaining decimal of minutes by 60 again.
0.834 × 60 = 50.04 → seconds = 50.04"

Result

28.6139° → 28° 36' 50.04" N

Decimal Degrees to DMS – Quick Reference Table

LocationDecimal DegreesDMS Format
New Delhi, India28.6139° N, 77.2090° E28° 36' 50.04" N, 77° 12' 32.4" E
London, UK51.5074° N, −0.1278° E51° 30' 26.64" N, 0° 7' 40.08" W
New York, USA40.7128° N, −74.0060° E40° 42' 46.08" N, 74° 0' 21.6" W
Sydney, Australia−33.8688° N, 151.2093° E33° 52' 7.68" S, 151° 12' 33.48" E
Tokyo, Japan35.6762° N, 139.6503° E35° 40' 34.32" N, 139° 39' 1.08" E
Cape Town, SA−33.9249° N, 18.4241° E33° 55' 29.64" S, 18° 25' 26.76" E

When Do You Actually Need to Convert Decimal to DMS?

Entering Coordinates into Older GPS Devices

Many traditional GPS units — the kind used in field geology, hiking, hunting, and marine navigation — only accept DMS format. If you've found a location on Google Maps in decimal degrees and need to enter it into one of these devices, you have to convert first. This happens all the time in geological fieldwork where teams use modern apps to plan routes but older Garmin units in the field.

Survey Reports and Legal Documents

Land surveys in many countries are legally required to list coordinates in DMS format. If you have GPS-collected coordinates in decimal form and need to include them in an official survey report or property boundary document, this conversion is mandatory.

Nautical and Aviation Navigation

Flight plans, waypoints, and nautical charts all traditionally use DMS. If you're a pilot or sailor working with digital sources and need to file a plan with coordinates in DMS, this tool saves you from doing the math yourself.

Academic and Scientific Publications

Geology, geophysics, environmental science, and oceanography journals frequently require DMS format for geographic coordinates. If you collected field data with a modern GPS app outputting decimal degrees, you'll need to convert for your paper's methodology or appendix.

Cross-Referencing Historical Maps

Old topographic maps, colonial survey records, and historical atlases use DMS. When you need to match a modern GPS location with a point on a historical map, converting to DMS makes the comparison straightforward.

Precision Guide – How Many Decimal Places Do You Need?

Decimal Places (DD)Approx. PrecisionBest For
1 decimal place~11 kmCountry-level
2 decimal places~1.1 kmCity-level
3 decimal places~110 mNeighborhood
4 decimal places~11 mBuilding-level
5 decimal places~1.1 mSurvey work
6 decimal places~11 cmScientific measurement

Decimal vs. DMS – Which One Should You Use?

Use Decimal Degrees when: working with modern mapping software, programming with APIs, storing coordinates in databases, or sharing locations digitally.

Use DMS when: using older GPS devices, working with nautical or aviation charts, filing survey reports, publishing in journals requiring DMS, or cross-referencing historical records.

Most working professionals in geoscience, GIS, and surveying need to move between both formats regularly — which is exactly why having a reliable converter readily available just makes sense.

How to Use This Decimal to DMS Converter

  1. Enter Decimal Latitude — Type the latitude in decimal format. Use a negative number for South (e.g., −33.8688 for Sydney).
  2. Enter Decimal Longitude — Type the longitude. Use negative for West (e.g., −74.006 for New York).
  3. Click "Convert to DMS" — The tool instantly shows all four components (degrees, minutes, seconds, direction) for both lat and lon, plus the full formatted DMS string at the bottom.

Related Tools

  • DMS to Decimal Converter — The reverse: convert DMS coordinates back to decimal degrees.
  • UTM to Lat/Long Converter — Convert UTM grid coordinates (easting, northing) to geographic coordinates.
  • Depth Unit Converter — Convert geological depths between meters, kilometers, and feet.
  • Rock Density Calculator — Calculate rock density from mass and volume for petrophysical work.

Frequently Asked Questions

What does DMS stand for in coordinates? +
DMS stands for Degrees, Minutes, Seconds. It's the traditional geographic coordinate format that breaks a location down into three parts: whole-number degrees, minutes (1/60th of a degree), and seconds (1/60th of a minute, with optional decimal places). A typical DMS latitude looks like: 28° 36' 50.04" N — which means 28 degrees, 36 minutes, and 50.04 seconds north of the equator.
How accurate is the decimal to DMS conversion? +
The conversion is mathematically exact — no information is lost when converting between decimal degrees and DMS. The only limitation is the precision of your input. If your decimal coordinate has 6 decimal places (about 11 cm precision), the resulting DMS will preserve that same precision in the seconds value (shown to 3 decimal places). For most field applications, this is more than sufficient.
Can I convert negative decimal degrees? +
Yes! Just enter the negative value directly. For example, enter −33.8688 for a South latitude (Sydney, Australia) and the converter will automatically output "S" as the direction. Similarly, −74.006 longitude will convert correctly with "W" as the direction indicator.
What is the valid range for decimal degree inputs? +
Latitude must be between −90 and +90 (South Pole to North Pole). Longitude must be between −180 and +180 (going West or East from the Prime Meridian). Any value outside these ranges is not a valid Earth coordinate, and the converter will show an error message if you enter something out of range.
Why are minutes and seconds always between 0 and 59? +
Because DMS uses a sexagesimal (base-60) system, inherited from ancient Babylonian mathematics — the same logic as hours, minutes, and seconds on a clock. One degree = 60 minutes; one minute = 60 seconds. So minutes can be 0–59 and seconds can be 0–59.999…, just like time. Anything at 60 rolls over to the next unit.
Can I use Google Maps coordinates directly in this converter? +
Absolutely. When you right-click on any point in Google Maps, the coordinates shown are in decimal degrees format. Just copy those numbers and paste them into this converter's latitude and longitude fields. This is especially useful for entering Google Maps locations into older GPS units that only accept DMS format.
What's the difference between DMS and Degrees Decimal Minutes (DDM)? +
DDM (also written as DM) is a middle-ground format: it has degrees and decimal minutes, but no separate seconds. Example: 28° 36.834' N. DMS goes one step further, converting the decimal minutes into whole minutes plus seconds: 28° 36' 50.04" N. DDM is common in marine GPS; DMS is more traditional in surveying and academic papers. This tool outputs full DMS format.
Is this tool free to use? +
Yes, completely free. No account, no login, no limits. Just use it as many times as you need.
Does this converter work on mobile? +
Yes! The tool is fully responsive and works on all modern mobile browsers including Chrome, Safari, and Firefox on both Android and iOS devices. The layout adapts for smaller screens automatically.