Turns to Radians Converter
Enter a value to instantly convert between angle units.
1 Turn = 6.2832 Radian
Key Formulas
Degree → Radian
rad = ° × 0.0174533Radian → Degree
° = rad × 57.2958Degree → Gradian
grad = ° × 1.11111Gradian → Degree
° = grad × 0.9Formula
radians = turns × 6.283185Animation software, motor controllers, and mechanical design tools specify rotations in turns (complete revolutions) because that is how humans intuitively think about spinning objects. Physics engines, orbital mechanics software, robotics kinematics libraries, and signal processing all work in radians — the mathematically natural unit where arc length equals radius times angle. A physics simulation receiving a 0.25-turn command from an animation rig must multiply by 2π to get the π/2 radians needed for its rotation matrix.
Source: ISO 80000-3:2019 (Quantities and units — Space and time)
Last reviewed: · see our methodology
Frequently Asked Questions
Real-World Examples
1 full turn — 2π ≈ 6.283 radians (360°). The fundamental constant relating turns to radians, appearing in every circular motion formula.
1 tr = 6.28319 rad
Half turn — π ≈ 3.142 radians (180°). The radian value for a 180° phase shift in signal processing or a complete reversal of a servo arm.
0.5 tr = 3.14159 rad
Quarter turn — π/2 ≈ 1.571 radians (90°). The rotation matrix argument for a 90° joint in robotics kinematics.
0.25 tr = 1.5708 rad
One-third turn — 2π/3 ≈ 2.094 radians (120°). The phase offset between three-phase electric motor windings, entered into a motor control algorithm in radians.
0.333 tr = 2.0944 rad