Skip to content
OverCalculator
  1. Home
  2. Conversion
  3. Angle Converter Calculator
Conversion

Angle Converter Calculator

Convert angles among degrees, radians, gradians, and turns with formulas, reference values, and notes that separate circular angle units from DMS coordinate notation.

Published

Converted angle
Degrees (°) to Radians (rad)
3.141592654 rad
Degrees entered
180 deg
Turns
0.5
Conversion factor
pi rad = 180 deg

180 deg multiplied by pi divided by 180 equals 3.141592654 rad.

Enter a numeric value to convert between angle units.

Results update as you type.

Angle Converter Calculator

An angle can describe a rotation in a drawing, the phase of a wave, the slope of a roof, the sweep of a CNC tool path, or the argument passed into a trigonometric function. This calculator converts that angle among four circular units: degrees, radians, gradians, and turns. It is a math-angle tool, not a latitude-longitude tool. Geographic coordinates also use degrees, but a coordinate needs extra context such as north or south latitude, east or west longitude, and sometimes a datum or projection.

The converter has one numeric value plus a From Unit and To Unit selector. The default example is 180 degrees to radians. The result panel always labels the selected source and target pair. The radians-to-degrees preset starts with pi radians and keeps the same pair after a refresh; its value and unit fields can also be supplied in the URL. Reverse the selectors to convert degrees back to radians.

For the radians-to-degrees pair, the result details preserve the entered radians, the equivalent fraction of a turn, and the degrees-per-radian factor. The inverse pair likewise preserves the entered degrees, turns, and the pi-radians-to-180-degrees relationship. Negative and multi-turn angles are converted as entered rather than wrapped. Calculations retain full finite numeric precision and round only the displayed text, so copyable output stays consistent with the visible result while the unrounded value remains available.

For other pairs, the result panel lists the remaining supported units except the input and output units. That detail matters when checking work: if you convert gradians to turns, you will also see degrees and radians for the same rotation.

For DMS subdivisions of a degree, use the degrees minutes seconds calculator, degrees to minutes converter, or degrees to seconds converter. For common trigonometry-specific conversions, the degrees to radians converter and radians to degrees converter focus on the most common pair.

What the calculation does

The calculator defines a conversion factor for each unit as the number of radians represented by one unit. One degree is stored as pi divided by 180 radians, one radian is stored as 1, one gradian is stored as pi divided by 200 radians, and one turn is stored as 2 pi radians. When you submit a value, the calculation checks that the value is finite and that both unit names exist in that factor table.

The conversion precomputes the ratio of the input unit’s radian factor to the target unit’s radian factor, then multiplies the input by that ratio. This avoids creating and rounding an intermediate radian value. The primary result is normally formatted with up to six decimal places and a unit symbol: °, rad, grad, or turns. The degrees-to-radians pair uses up to nine decimal places. Alternate result items use the same factor-ratio method, with the current input and target units filtered out. The copy text preserves the entered number, input label, converted number, and target label.

Formula

The general conversion used by the converter is:

target value=input value×radian factor of input unitradian factor of target unit\text{target value} = \frac{\text{input value} \times \text{radian factor of input unit}}{\text{radian factor of target unit}}

The four factors are:

degree factor=π180\text{degree factor} = \frac{\pi}{180} radian factor=1\text{radian factor} = 1 gradian factor=π200\text{gradian factor} = \frac{\pi}{200} turn factor=2π\text{turn factor} = 2\pi

A worked conversion

For a worked example, convert 180 degrees to radians. The input factor for degrees is pi divided by 180. The target factor for radians is 1.

radians=180×π1801\text{radians} = \frac{180 \times \frac{\pi}{180}}{1} radians=π=3.141592653589793\text{radians} = \pi = 3.141592653589793

For this pair, the result is displayed with up to nine decimal places: 3.141592654 rad. The details show the entered 180 deg, 0.5 turns, and the relationship pi rad = 180 deg.

Reference table

RotationDegreesRadiansGradiansTurns
Right angle90pi divided by 21000.25
Straight angle180pi2000.5
Three-quarter turn2703 pi divided by 23000.75
Full rotation3602 pi4001
Double rotation7204 pi8002

Where each unit appears

Degrees are familiar in navigation, protractors, CAD drawings, construction plans, map bearings, and classroom geometry. Radians dominate calculus, physics, signal processing, and most programming language trigonometry functions because derivatives and arc-length formulas are simplest in radians. Gradians, also called gons in some references, divide a right angle into 100 parts and show up in some surveying instruments. Turns are convenient when the important idea is a fraction or multiple of a complete revolution, such as 0.125 turn on a knob, 2.5 turns on a screw, or a full 360-degree animation.

These are circular angle units. They should not be confused with geographic coordinate formats. A longitude of -73.985428 degrees is an angular distance east or west of Greenwich, but it is also a coordinate component with a sign convention. Converting it to radians does not create a projected map coordinate. For latitude and longitude formatting, use the coordinates converter. For map-grid coordinates in meters, use the lat long to UTM converter.

Common pitfalls

  • Treating radians as if they were degrees when using a programming language’s sine, cosine, or tangent functions.
  • Reducing every angle to a 0 to 360 degree range when the number of rotations matters.
  • Using gradians in a degree-based drawing without noticing that a right angle is 100 grad, not 90 grad.
  • Assuming this tool handles arcminutes and arcseconds; those are sexagesimal subdivisions of a degree and are covered by DMS tools.
  • Mixing math angles with coordinate signs. A negative math angle usually means clockwise or opposite orientation, while a negative longitude means west.

Sources

  • NIST, Guide for the Use of the International System of Units — SI usage guidance for angle quantities and accepted units.
  • NIST, SI units — overview of SI units, including the radian as the SI unit for plane angle.
  • NOAA National Geodetic Survey, Datums — background on geodetic context that separates coordinate work from plain angle conversion.

Frequently asked questions

Which angle units does this calculator convert?
The form converts degrees, radians, gradians, and turns. It does not directly include arcminutes or arcseconds in the selectable units, so DMS work should use the linked DMS tools. It multiplies the input by the ratio of the source unit's radian factor to the target unit's radian factor.
Why are radians the bridge unit?
Radians are the natural angular unit for trigonometry because a radian relates arc length to radius on a circle. The calculator stores each supported unit as a multiplier into radians, then uses the ratio between the selected source and target factors without rounding an intermediate radian value.
How many degrees are in one turn?
One turn is a complete rotation, equal to 360 degrees, 2 pi radians, or 400 gradians. The calculator accepts turns as ordinary numbers, so 0.25 turns becomes a right angle and 2 turns becomes two full rotations rather than being reduced to a single circle.
Are gradians the same as degrees?
No. A full circle is 400 gradians but 360 degrees, so one gradian is slightly smaller than one degree. Gradians appear in some surveying and engineering contexts because a right angle is exactly 100 gradians, but most school trigonometry and navigation examples use degrees or radians.
Can I enter negative angles or angles above 360 degrees?
Yes. The calculation requires a finite numeric value and valid unit selections. Negative values keep their sign, and values larger than a full rotation are converted as entered. A 720 degree input therefore returns 12.566371 radians and 2 turns, not zero.

Related calculators

Angle Converter Calculator updated at