convert decimal degrees to degrees minutes seconds calculator

Enter any positive or negative decimal degree value.

Why convert decimal degrees to degrees, minutes, and seconds?

Decimal degrees are excellent for software, APIs, GIS tools, and spreadsheet workflows. But in many navigation, surveying, and field-reporting situations, people still prefer the traditional DMS format (degrees-minutes-seconds). This calculator helps you quickly move between machine-friendly coordinates and human-friendly notation.

For example, a decimal value like -73.985656 becomes a DMS value like 73° 59' 08.36" W (when treated as longitude). That format is easier to read on paper maps, in aviation references, and in legacy coordinate systems used by many institutions.

How this calculator works

The conversion process is straightforward. The whole-number part of the decimal is the degree value. The fractional part is multiplied by 60 to get minutes. The new fractional part is multiplied by 60 again to get seconds.

Conversion formula:
Degrees = integer part of absolute decimal degree
Minutes = integer part of ((absolute decimal - degrees) × 60)
Seconds = ((((absolute decimal - degrees) × 60) - minutes) × 60)

Handling negative values

Negative input values are common. In a generic angle context, the negative sign is preserved directly. In geographic contexts, the sign is translated to hemisphere notation:

  • Latitude: negative = South (S), positive = North (N)
  • Longitude: negative = West (W), positive = East (E)

Quick examples

Example 1: Latitude conversion

Decimal latitude: 40.748433
DMS latitude: 40° 44' 54.36" N

Example 2: Longitude conversion

Decimal longitude: -73.985656
DMS longitude: 73° 59' 08.36" W

Example 3: Generic angle

Decimal angle: -15.125
DMS angle: -15° 07' 30.00"

Where this conversion is used

  • GPS data entry and map annotation
  • Drone flight planning and mission logs
  • Marine and aviation navigation documents
  • Geology, environmental surveys, and land records
  • Academic assignments requiring traditional coordinate notation

Common mistakes to avoid

  • Mixing latitude and longitude rules: always assign N/S only to latitude and E/W only to longitude.
  • Forgetting rounding carry-over: when seconds round to 60, minutes must increase by one.
  • Using inconsistent precision: decide how many decimal places you need for seconds and keep it consistent.
  • Dropping the sign accidentally: especially when exporting to reports or manually retyping coordinates.

FAQ

Is DMS more accurate than decimal degrees?

Neither format is inherently more accurate. Accuracy depends on how many digits are preserved. Both can represent the same point exactly if enough precision is included.

What precision should I use for seconds?

For everyday mapping, 1-2 decimal places in seconds is often sufficient. For higher-precision field work, 3 or more may be appropriate depending on your equipment and reporting standards.

Can I use this for both positive and negative inputs?

Yes. Enter any valid decimal degree value. The calculator automatically handles sign, hemisphere conversion, and proper DMS formatting.

🔗 Related Calculators