Degrees Minutes Seconds Calculator

Degrees Minutes Seconds Calculator

Convert between DMS (Degrees, Minutes, Seconds) and decimal degrees format. Essential for navigation, surveying, and geographic coordinates.

Last updated: March 2026 | By Patchworkr Team

Result will appear here...

What is DMS Format?

DMS (Degrees, Minutes, Seconds) is a coordinate notation system used to express angular measurements. It divides each degree into 60 minutes, and each minute into 60 seconds, similar to how we measure time.

For example, the latitude coordinate 40° 26' 46" N represents 40 degrees, 26 minutes, and 46 seconds North. This format is commonly used in navigation, surveying, astronomy, and geographic information systems (GIS).

Decimal degrees, on the other hand, express the same angle as a single decimal number (e.g., 40.446111°). This format is often preferred in modern digital systems and calculations because it's easier to work with mathematically.

How to Convert Between DMS and Decimal Degrees

DMS to Decimal Degrees

To convert from DMS to decimal degrees, use this formula:

DD = D + (M / 60) + (S / 3600)

Example: 40° 26' 46" = 40 + (26 / 60) + (46 / 3600) = 40.446111°

Decimal Degrees to DMS

To convert from decimal degrees to DMS:

1. Degrees (D) = Integer part of decimal degrees
2. Minutes (M) = Integer part of [(decimal - D) × 60]
3. Seconds (S) = [(decimal - D) × 60 - M] × 60

Example: 40.446111° = 40° + 0.446111° = 40° + 26.76666' = 40° 26' 46"

Key Relationships

1 degree (°) = 60 minutes (')
1 minute (') = 60 seconds (")
1 degree (°) = 3600 seconds (")
1 minute (') = 0.0166667 degrees
1 second (") = 0.000277778 degrees

Real-World Example

Converting GPS Coordinates: Statue of Liberty

Given:
Latitude: 40° 41' 21" N
Conversion:
DD = 40 + (41/60) + (21/3600)
DD = 40 + 0.683333 + 0.005833
DD = 40.689167°
Result:
40.689167° N

This decimal format can be directly entered into most GPS devices and mapping applications.

Frequently Asked Questions

Why use DMS instead of decimal degrees?

DMS is traditional in navigation and surveying, making it easier to visualize subdivisions. It's also the standard in many nautical charts and aviation maps.

Can DMS have negative values?

Yes, the degrees value can be negative to indicate direction (e.g., -40° 26' 46" represents south or west). Typically, only the degrees are negative, not minutes or seconds.

How accurate is DMS notation?

One second of arc represents about 30 meters (100 feet) at the equator. For higher precision, decimal seconds can be used (e.g., 46.123").

What do N, S, E, W mean in coordinates?

N = North latitude, S = South latitude, E = East longitude, W = West longitude. These replace negative signs for direction.

How do I convert to radians?

First convert to decimal degrees, then multiply by π/180. Example: 40.446111° × (π/180) = 0.706 radians.

Is there a limit to DMS values?

Minutes and seconds must be between 0-59. Degrees range from 0-90 for latitude and 0-180 for longitude.

Which format do GPS devices use?

Most modern GPS devices can display both formats and allow you to choose your preference in the settings.

How do I handle decimal seconds?

Decimal seconds (e.g., 46.23") are treated the same way - just include the decimal portion in your calculation.

Related Tools