Degrees and Minutes Calculator

Degrees and minutes calculator
Conversion from decimal degrees to minutes/seconds
Enter the angle in degrees:
ANSWER (in degrees/min/sec):
° ' "
Conversion from minutes/seconds to decimal degrees
Enter the angle in degrees/min/sec:
° ' "
ANSWER (angle in decimal degrees):

Calculation method (how the result is obtained) Ask a question
Was the calculator helpful?
No
Useful calculators

About Degrees and Minutes Calculation

The results are approximate. Before use, verify the calculations against the applicable standards and consult a specialist. The developer is not responsible for the consequences of use without project verification.

This calculator converts degrees and minutes between decimal degrees and the sexagesimal format degrees - minutes - seconds. This type of conversion is used in geometry, surveying, construction layout, cartography, navigation, and when working with slopes, directions, and coordinates.

The calculation works in both directions. In one mode, decimal degrees are converted into separate values of °, , and . In the other mode, degrees, minutes, and seconds are combined into one final value in decimal °.

Guidelines and recommendations

Conversion principle from decimal degrees

Input quantity. If the angle A is given in decimal degrees, the calculator first separates the integer part. That part becomes the number of whole degrees. The fractional part of the degree is then converted step by step into minutes and seconds.

degrees = ⌊|A|⌋

minutes = ⌊(|A| - degrees) × 60⌋

seconds = ((|A| - degrees) × 60 - minutes) × 60

Meaning of the formulas. One degree equals 60′, and one minute equals 60″. For that reason, the remainder after extracting whole degrees is multiplied by 60 to obtain minutes, and the remainder after extracting whole minutes is multiplied by 60 again to obtain seconds.

Reverse conversion principle to decimal format

Building the final angle. If degrees, minutes, and seconds are given, the calculator converts minutes into a fraction of a degree by dividing by 60, converts seconds into a fraction of a degree by dividing by 3600, and then adds all parts together.

A = D + M / 60 + S / 3600

Units of measurement. Here D means degrees, M means minutes, and S means seconds. The result A is obtained in decimal degrees °. This is the format most often required for further engineering and geometric calculations.

Normalization and selection of the final value

Normalization of the notation. A correct sexagesimal notation must satisfy the conditions 0 ≤ minutes < 60 and 0 ≤ seconds < 60. If seconds reach 60 after rounding, the calculator carries 1′ into the minutes. If the minutes then reach 60, the calculator carries into the degrees.

Angle sign. For negative values, the sign applies to the whole angle. In practice, this means that the calculator first determines the absolute value of the angle, performs the conversion, and then preserves the - sign for the final value or for the degree part of the notation.

Precision and rounding

Rounding of the result. In practice, seconds are usually rounded to the required number of decimal places, and decimal degrees are rounded to a number of places suitable for the next calculation step. For example, 0.001° = 3.6″, so even a small rounding change in decimal notation can noticeably affect the seconds.

Practical reference. For household and construction tasks, accuracy to 0.1°, 1′, or 1″ is often sufficient. For surveying, layout work, and coordinate transformations, a finer step is usually used and carry-over between seconds, minutes, and degrees is checked carefully.

Standards and metrological references

Angle units. The conversion logic is based on the universally accepted relation 1° = 60′ = 3600″. In European and international practice, these symbols are consistent with the EN ISO 80000 series of standards, including EN ISO 80000-3 Quantities and units - Space and time, which describes angular quantities and their symbols.

Use in calculations. For subsequent engineering calculations, the angle is often converted from degrees into radians, because trigonometric formulas and many software libraries use the radian measure. The relation between them is unambiguous.

rad = ° × π / 180

  • Decimal degrees are often used for calculations and for data exchange between software tools.
  • Degrees, minutes, and seconds notation is common in surveying, navigation, topographic descriptions, and drawings.
  • For manual checking, it is useful to verify that minutes and seconds stay within the range from 0 to 59.999….

FAQs

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

Decimal notation is more convenient for formulas, spreadsheets, CAD software, calculators, and scripts. In this form, it is easier to perform trigonometric calculations, compare angles, and transfer data without manually splitting the value into °, , and .

Why can minutes and seconds not be greater than 59?

The sexagesimal system is based on base 60. For that reason, 60″ becomes 1′, and 60′ becomes , so a correct notation is always normalized within the range from 0 to 59.

How should a negative angle be interpreted correctly?

The negative sign applies to the entire angular quantity, not only to minutes or seconds. In practice, this means that the conversion is performed for the absolute value first, and then the original sign is restored to the final angle.

What level of accuracy is needed for construction and engineering tasks?

That depends on the task. For simple setting-out and slope work, rounding to minutes or to tenths of a degree is often sufficient, while for layout work, geometry, and coordinate tasks, a more accurate conversion of degrees, minutes, and seconds is usually required.

Should the result be checked again after conversion?

Yes, especially if the angle will be used in a chain of calculations. It is good practice to verify the sign, the range of minutes and seconds, and whether the selected rounding precision is suitable for your geometric, construction, or surveying task.