Degrees to Minutes Converter
Degrees and arcminutes are two levels of the same angular system. A degree divides a circle into 360 equal parts. An arcminute divides one degree into 60 smaller parts. This converter moves between those two levels and also shows the equivalent arcseconds so the relationship to full DMS notation is clear.
The calculator is useful for angle work in surveying notes, GPS coordinate cleanup, astronomical fields of view, optical alignment, map labels, and CAD drawings that need smaller-than-degree precision. It can also help when reading older references that use minutes of arc rather than decimal degrees. It is not a time converter: a minute of arc measures an angle, while a minute on a clock measures duration. If you need clock units, use the time converter. If you need radians, gradians, or turns, use the angle converter. For complete DMS notation, use the degrees minutes seconds calculator.
What the calculation does
The converter has two modes. In Degrees to arcminutes mode, the active input is the angle in degrees. The calculation checks that this value is finite. It then sets degrees equal to the input, multiplies by 60 to get arcminutes, and multiplies the arcminutes by 60 to get arcseconds.
In Arcminutes to degrees mode, the active input is the angle in arcminutes. The calculation again checks only that the value is finite. It sets arcminutes equal to the input, divides by 60 to get degrees, and multiplies arcminutes by 60 to get arcseconds. There is no restriction that the value must be positive or that it must fit inside one full rotation. A signed or very large angle is converted exactly according to the same ratio.
The primary result label changes with the mode. When starting from degrees, the primary output is Arcminutes. When starting from arcminutes, the primary output is Degrees. The item list always includes degrees, arcminutes, and arcseconds. Degree and arcminute values display with up to six decimal places; arcseconds display with up to three decimal places.
Formula
The forward conversion is:
The reverse conversion is:
The related arcsecond total is:
A worked conversion
The default degree input is 2.5°. In the calculator’s default mode, the calculation sets degrees to 2.5, then multiplies by 60:
It then multiplies the arcminute total by 60:
The primary result is therefore 150′. The item list shows 2.5°, 150′, and 9000″. The note says that 2.5° equals 150′, matching the exact values returned by the calculation.
If you switch to arcminutes-to-degrees and leave the default 150′, the reverse path divides 150 by 60. The primary result becomes 2.5°, while the item list still shows 150′ and 9000″.
Reference table
| Degrees | Arcminutes | Arcseconds | Typical interpretation |
|---|---|---|---|
| 0.0166667° | 1′ | 60″ | One arcminute |
| 0.25° | 15′ | 900″ | Quarter degree |
| 0.5° | 30′ | 1,800″ | Half degree |
| 1° | 60′ | 3,600″ | One degree |
| 2.5° | 150′ | 9,000″ | Default example |
| 180° | 10,800′ | 648,000″ | Straight angle |
Where arcminutes are used
In surveying, a bearing may be refined beyond whole degrees by adding minutes and seconds. In GPS and navigation, latitude and longitude can be published as decimal degrees, DMS, or degrees and decimal minutes. Astronomy uses arcminutes for angular sizes that are too small for whole degrees but too large to make arcseconds convenient. Optics and camera work may use minutes of angle to describe field of view or pointing precision. CAD and machining contexts may use decimal degrees for calculation, then minutes for readable drawings or tolerance notes.
The geographic context deserves special care. A latitude of 40° 30′ N is 40.5 decimal degrees north. A longitude of 73° 30′ W is -73.5 decimal degrees if your software uses signed east-positive longitude. This converter can calculate the 30′ to 0.5° relationship, but it does not attach N, S, E, or W. Use the coordinates converter for a latitude-longitude pair and the lat long to UTM converter when you need a projected coordinate in meters.
Common pitfalls
- Reading arcminutes as minutes of time. They share a base-60 structure, but they measure different quantities.
- Writing 12° 30′ as 12.30°. The correct decimal value is 12.5°.
- Forgetting that negative values remain negative through the conversion.
- Confusing the prime mark for arcminutes with the double-prime mark for arcseconds.
- Assuming arcminute conversion applies a map projection. It does not; it is only angular unit conversion.
Sources
- NIST, Guide for the Use of the International System of Units — guidance on angle units and notation.
- NOAA National Geodetic Survey, Datums — geodetic background for latitude and longitude context.
- USGS, Map Projections — overview of map coordinates and projected systems.