Decimal to DMS Converter

Convert geographic coordinates between Decimal Degrees (DD), Degrees-Minutes-Seconds (DMS), and Degrees Decimal Minutes (DDM) formats — with a Google Maps link.

Decimal Degrees Input

Copied!

Summary

Convert geographic coordinates between Decimal Degrees (DD), Degrees-Minutes-Seconds (DMS), and Degrees Decimal Minutes (DDM) formats — with a Google Maps link.

How it works

  1. Enter latitude and longitude in Decimal Degrees (e.g. 40.7128, -74.0060).
  2. The tool converts each value using the formula: degrees = floor(|dd|), minutes = floor((|dd| - degrees) * 60), seconds = ((|dd| - degrees) * 60 - minutes) * 60.
  3. Negative latitude becomes S (South); negative longitude becomes W (West).
  4. DDM format keeps degrees whole and expresses the remainder as decimal minutes.
  5. Switch to DMS-to-DD mode to go in reverse.
  6. Click the Google Maps link to open the coordinates on the map.

Use cases

Frequently Asked Questions

Related tools

Last updated: 2026-05-29 · Reviewed by Nham Vu