Degrees to Radians Converter

By: Calculator Grid

Degrees to Radians Converter

Convert plane angles instantly in either direction, with decimal and exact-π results kept in sync.

90° 1.5707963268 rad π/2 rad

The startup example is ready to export.

Angle input

°

Required when edited. Use a decimal point, such as 22.5 or -45.

rad

Required when edited. Enter a finite decimal value; π notation is shown in results.

Live result

Radians
1.5707963268 rad
Exact multiple of π
π/2 rad
Degrees
90°
Formula used
90 × π / 180 = 1.5707963268 rad
90 degrees equals 1.5707963268 radians.

Common angle reference

Angle Degrees Radians Exact form

The highlighted conversion is represented in the live result above; the reference rows remain fixed mathematical identities.

How to use the degrees to radians calculator

What this calculator does

This converter expresses the same plane angle in degrees and radians. It uses the exact identity 360° = 2π rad, so the conversion itself is mathematical rather than an estimate. The decimal display is rounded for readability, while the internal value and exported workbook retain full JavaScript numeric precision. The tool does not determine an angle from side lengths, coordinates, or a diagram; it only changes the unit used to express an angle you already know.

When to use it

Use it when preparing trigonometry or calculus work that expects radians, converting a geometry result stated in degrees, checking a programming or engineering input that uses radians, or translating a rotation used in graphics, robotics, navigation, or physics. Radians are the coherent SI unit for plane angle, as explained in the NIST guidance on plane angles and radian – degree conversion.

How to calculate

  1. The calculator opens with a complete demonstration: 90 degrees and π/2 radians. The matching Excel workbook is immediately available.
  2. Replace the value in Degrees to convert degrees to radians, or replace the value in Radians to convert radians to degrees. The field you edit most recently becomes the source.
  3. Read the decimal result, exact multiple of π, reverse conversion, and formula in the Live result panel. The summary pills repeat the current values for quick scanning.
  4. Select Download Excel to create a fresh workbook from the current valid inputs and outputs. Select Reset to clear both angle fields and all calculated content; export then remains disabled until a complete valid value is entered again.

Input guide

Degrees accepts a required finite decimal number in degree units when that field is the one being edited. Examples include 90, 22.5, 360, and -45. A decimal point is the supported separator; scientific notation, thousands separators, degree symbols inside the box, and decimal commas are rejected to prevent ambiguous interpretation. Positive and negative angles are valid because direction can be represented by sign. Increasing the degree value increases the radian value proportionally. A common mistake is typing “90°” instead of the numeric value 90.

Radians accepts a required finite decimal number in radians when that field is edited. A realistic example is 1.5707963267948966, which equals π/2. Enter decimal radians rather than text such as “pi/2”; the exact π form is calculated and displayed automatically. Negative radians are valid. Increasing the radian value increases degrees proportionally. A common mistake is entering a degree value in this box without first converting it.

Output guide

Radians is the decimal radian result rounded to ten decimal places. Exact multiple of π shows a simplified fraction of π when the value is close to a rational multiple with a modest denominator; otherwise it shows a decimal coefficient times π. Degrees is the same angle in degrees, rounded to ten decimal places. Formula used shows the active conversion path. The three summary pills repeat Degrees, Radians, and the π form. The common-angle table lists fixed identities for 0°, 30°, 45°, 60°, 90°, 180°, 270°, and 360°. Zero means no rotation; negative values indicate the opposite orientation under the chosen sign convention. None of these outputs is a recommendation.

Worked example

The startup example uses 90°. Multiply by π/180: 90 × π/180 = π/2. As a decimal, π/2 is 1.5707963267948966, displayed as 1.5707963268 rad. Reversing the calculation gives 1.5707963267948966 × 180/π = 90°. These same typed values appear in the first-open controls, result panel, summary pills, and workbook checkpoints.

Learn more

The BIPM SI Brochure defines the radian as the coherent unit for plane angle. NIST also explains that the conversion follows from 360° = 2π rad in its Guide for the Use of the International System of Units.

How the conversion formula works

A full turn is 360 degrees and also 2π radians. Dividing both expressions by 360 gives 1° = π/180 rad. Therefore, degrees are converted to radians by multiplying by π/180. Dividing by π/180 gives the inverse rule: radians are converted to degrees by multiplying by 180/π. Because both scales describe the same geometric quantity, the relationship is linear and exact.

Precision and exact π notation

Decimal radians are convenient for software and numerical calculation, while π notation often communicates familiar angles more clearly. The converter searches for a nearby reduced fraction of π with a denominator up to 360. It only presents that fraction as exact when the numeric difference is extremely small; otherwise it reports a decimal coefficient of π rather than implying a false identity.

Common mistakes

  • Using 180/π when converting degrees to radians instead of π/180.
  • Dropping π from the calculation, which changes the scale entirely.
  • Confusing radians with revolutions: one revolution is 2π rad, not 1 rad.
  • Rounding too early. Keep π and full precision through the calculation, then round only the displayed result.