📐 Angle Converter: Degrees, Radians, Gradians and More
By ToolNimba Editorial Team · Updated 2026-06-23
Type in any box and every other unit updates instantly.
This angle converter switches a value between degrees, radians, gradians, arcminutes, arcseconds, milliradians, mils and revolutions. Type a number into any box and every other unit updates at once, so you can move from a degree measurement to the radians a calculator or trig function expects without doing the arithmetic by hand. It is built for geometry homework, programming, surveying, navigation, ballistics and astronomy work.
What is the Angle Converter?
An angle measures the amount of turn between two rays that share a common endpoint, called the vertex. The same turn can be written in several units, which is why a single full rotation reads as 360 degrees, 2 pi radians, 400 gradians or 1 revolution depending on the system you pick. Each unit is simply a different sized slice of the same circle, so converting between any two of them is a matter of scaling by one fixed factor. This tool pivots every conversion through degrees, so any pair of units always lines up correctly.
The two units you meet most often are degrees and radians. Degrees split a full circle into 360 equal parts, a convention inherited from ancient Babylonian astronomy because 360 divides cleanly by so many whole numbers. Radians instead measure an angle by the arc length it sweeps on a unit circle, so a full circle is 2 pi radians and a half circle is pi radians. Radians are the natural unit in calculus and physics because the formulas for derivatives, Taylor series and rotational motion only come out clean when angles are measured in radians. To convert, multiply degrees by pi and divide by 180; to go back, multiply radians by 180 and divide by pi.
Gradians, also called gons or grades, divide a circle into 400 parts so that a right angle is exactly 100 gradians. This decimal friendly layout is convenient for surveying and some European civil engineering, where slopes and bearings are easier to add when a quarter turn is a round 100. One degree equals 10 divided by 9, or about 1.1111 gradians.
Arcminutes and arcseconds split a single degree into smaller pieces: one degree is 60 arcminutes and one arcminute is 60 arcseconds, so a degree holds 3600 arcseconds. These tiny units are the standard for astronomy, optics, telescope resolution and precise navigation, where the angle between two stars or the wobble of a distant planet is far smaller than a single degree. The same 60 and 3600 split underlies degrees-minutes-seconds (DMS) coordinates used in latitude and longitude.
Milliradians and mils handle the small angles common in ballistics and ranging. A true milliradian is one thousandth of a radian, so a full circle holds about 6283.19 milliradians. The military NATO mil is rounded to exactly 6400 per circle for easy artillery math, which is close to but not identical to a true milliradian. At long range one mil subtends roughly one meter at one kilometer, which is what makes mil based scopes useful for estimating distance to a target of known size.
Because all of these units describe the same physical turn, the only thing that ever changes is the size of the counting unit. Once you know how many of each unit fit in a full circle, every conversion is just a ratio. This converter stores each value internally at full precision and rounds only the number it shows you, so chained conversions do not drift the way they would if you rounded pi or a factor too early by hand.
When to use it
- Converting a degree value into radians before calling a trig function in JavaScript, Python, C or a spreadsheet, since almost all programming languages expect radian input.
- Turning the radian output of a physics, calculus or engineering problem back into degrees that are easier to picture and sketch.
- Reading a surveying or civil engineering angle given in gradians and expressing it in degrees for a drawing or CAD file.
- Breaking a small astronomical or optical angle into arcminutes and arcseconds, or reading a DMS latitude and longitude as decimal degrees.
- Converting milliradians or NATO mils for rifle scope adjustments, artillery aiming and target range estimation.
- Checking homework or exam answers where the same angle must be expressed in two or more units.
How to use the Angle Converter
- Type the angle you have into the box for its unit (for example, enter 90 in the Degrees box).
- Read the equivalent value from every other unit box, which updates live as you type.
- Use the 90, 180 or 360 preset buttons to load a common degree value quickly.
- Copy the result you need straight from its box into your code, spreadsheet or drawing.
- Press Clear to empty all boxes and start a fresh conversion.
Formula & method
Worked examples
Convert 90 degrees to radians.
- radians = degrees × pi ÷ 180
- radians = 90 × 3.14159265 ÷ 180
- radians = 282.743 ÷ 180
Result: 90 degrees = 1.5707963 rad (pi ÷ 2)
Convert 2 radians to degrees.
- degrees = radians × 180 ÷ pi
- degrees = 2 × 180 ÷ 3.14159265
- degrees = 360 ÷ 3.14159265
Result: 2 rad = 114.591559 degrees
Convert the DMS coordinate 30 degrees 30 arcminutes 36 arcseconds to decimal degrees.
- decimal = degrees + arcminutes ÷ 60 + arcseconds ÷ 3600
- decimal = 30 + 30 ÷ 60 + 36 ÷ 3600
- decimal = 30 + 0.5 + 0.01
Result: 30 deg 30 arcmin 36 arcsec = 30.51 degrees
Convert 5 degrees to NATO mils for a scope adjustment.
- mils = degrees × 6400 ÷ 360
- mils = 5 × 17.77778
Result: 5 degrees = 88.889 NATO mils
Common angles across units
| Degrees | Radians | Gradians | Revolutions |
|---|---|---|---|
| 0 | 0 | 0 | 0 |
| 30 | pi/6 (about 0.5236) | 33.333 | 0.0833 |
| 45 | pi/4 (about 0.7854) | 50 | 0.125 |
| 60 | pi/3 (about 1.0472) | 66.667 | 0.1667 |
| 90 | pi/2 (about 1.5708) | 100 | 0.25 |
| 180 | pi (about 3.1416) | 200 | 0.5 |
| 270 | 3pi/2 (about 4.7124) | 300 | 0.75 |
| 360 | 2pi (about 6.2832) | 400 | 1 |
How each unit divides a full circle
| Unit | Parts in a full circle | 1 degree equals |
|---|---|---|
| Degree | 360 | 1 degree |
| Radian | 2pi (about 6.2832) | 0.0174533 rad |
| Gradian (gon) | 400 | 1.11111 gon |
| Arcminute | 21,600 | 60 arcminutes |
| Arcsecond | 1,296,000 | 3600 arcseconds |
| Milliradian | about 6283.19 | 17.4533 mrad |
| Mil (NATO) | 6400 | 17.7778 mils |
| Revolution | 1 | 0.00277778 turn |
Conversion factors from degrees
| To convert degrees to | Multiply by | Example: 45 degrees |
|---|---|---|
| Radians | pi ÷ 180 (about 0.0174533) | 0.785398 rad |
| Gradians | 10 ÷ 9 (about 1.11111) | 50 gon |
| Arcminutes | 60 | 2700 arcmin |
| Arcseconds | 3600 | 162,000 arcsec |
| Milliradians | about 17.4533 | 785.398 mrad |
| Mils (NATO) | 17.7778 | 800 mils |
| Revolutions | 1 ÷ 360 (about 0.00277778) | 0.125 turn |
Common mistakes to avoid
- Feeding degrees into a function that expects radians. Trig functions in most programming languages and spreadsheets take radians, not degrees. Passing 90 instead of pi ÷ 2 (about 1.5708) gives wildly wrong results. Convert the angle first, or use a dedicated degrees mode if your tool offers one.
- Confusing gradians with degrees. A right angle is 90 degrees but 100 gradians. Because the numbers look similar near small angles, it is easy to mix them up. Always check which unit your instrument, scope or software output is actually reporting before you convert.
- Mixing up arcminutes and minutes of time. The arcminute symbol (a single prime) also appears for minutes of time and for feet. An arcminute is one sixtieth of a degree, not a unit of time. Read the context before converting so you do not divide by the wrong 60.
- Adding DMS values as if they were decimal. Degrees, arcminutes and arcseconds use base 60, not base 10. You cannot simply write 30 degrees 30 arcminutes as 30.30 degrees. The correct decimal value is 30 + 30 ÷ 60 = 30.5 degrees. Convert to decimal first, then add.
- Treating a NATO mil as a true milliradian. A true milliradian gives about 6283.19 per circle, but the NATO mil is rounded to exactly 6400 per circle. They are close but not equal, so using one in place of the other introduces a small but real aiming error at long range.
- Rounding pi too early. Using 3.14 instead of a fuller value of pi introduces a visible error in radian conversions, and the error compounds across chained steps. This tool keeps full precision internally and rounds only the displayed result, so do the same in your own calculations.
Glossary
- Degree
- An angle unit equal to one 360th of a full circle. Written with the degree symbol after the number.
- Radian
- The angle that sweeps an arc equal to the radius on a circle. A full circle is 2 pi radians. The SI unit for angle.
- Gradian (gon)
- An angle unit equal to one 400th of a full circle, used in surveying. A right angle is exactly 100 gradians.
- Arcminute
- One sixtieth of a degree, used for small angles in astronomy, optics and navigation. Marked with a single prime.
- Arcsecond
- One sixtieth of an arcminute, or one 3600th of a degree, used for very small angles. Marked with a double prime.
- DMS
- Degrees, minutes and seconds notation, where a degree is split into 60 arcminutes and each arcminute into 60 arcseconds. Common for map coordinates.
- Milliradian (mrad)
- One thousandth of a radian. A full circle holds about 6283.19 milliradians. Used in ballistics and ranging.
- Mil (NATO)
- A military angle unit rounded to exactly 6400 per circle for artillery and scope adjustments, close to a true milliradian.
- Revolution (turn)
- One full rotation, equal to 360 degrees or 2 pi radians. Also called a turn or a cycle.
Frequently asked questions
How do I convert degrees to radians?
Multiply the degree value by pi and divide by 180. For example, 90 degrees × pi ÷ 180 = pi ÷ 2, which is about 1.5708 radians. This converter does it instantly the moment you type in the Degrees box.
How do I convert radians to degrees?
Multiply the radian value by 180 and divide by pi. For example, 1 radian × 180 ÷ pi is about 57.2958 degrees. Type a value into the Radians box and read the answer from the Degrees box.
How many radians are in a full circle?
A full circle is 2 pi radians, which is about 6.2832 radians. That same complete turn is also 360 degrees, 400 gradians, 6400 NATO mils or 1 revolution.
What is a gradian and how does it relate to degrees?
A gradian (or gon) divides a full circle into 400 equal parts, so a right angle is exactly 100 gradians instead of 90 degrees. One degree equals 10 ÷ 9, or about 1.1111 gradians. Gradians are mainly used in surveying.
How do I convert degrees, minutes and seconds (DMS) to decimal degrees?
Add the degrees, the arcminutes divided by 60, and the arcseconds divided by 3600. For example, 30 degrees 30 arcminutes 36 arcseconds = 30 + 0.5 + 0.01 = 30.51 decimal degrees. This is the format GPS and mapping tools usually want.
What is the difference between an arcminute and an arcsecond?
An arcminute is one sixtieth of a degree and an arcsecond is one sixtieth of an arcminute. So there are 60 arcseconds in an arcminute, 60 arcminutes in a degree, and 3600 arcseconds in a single degree.
What is a milliradian and how is it different from a NATO mil?
A true milliradian is one thousandth of a radian, giving about 6283.19 per circle. The NATO mil is rounded to exactly 6400 per circle for simpler artillery math. They are close but not identical, so do not treat them as interchangeable in precise work.
Why do calculators and code usually use radians?
Radians are the natural mathematical unit. Calculus formulas, series expansions and physics equations for angles are simplest when angles are in radians, so functions like sine and cosine in most languages expect radian input rather than degrees.
How many degrees is 1 radian?
One radian is about 57.2958 degrees. You get this by multiplying 1 by 180 and dividing by pi. It is the angle where the arc length equals the radius of the circle.
How do I convert a slope or grade percentage to an angle?
A slope is a ratio, not an angle, so take the inverse tangent (arctan) of the rise over run. For example, a 100 percent grade is a rise equal to the run, and arctan(1) is 45 degrees. Convert that result to any other unit here.