Skip to content
OneKitly

Degrees to Radians: The Conversion Explained

Published 3/4/2026 · 3 min read · Everyday calculators

Lena Hoffmann

Lena HoffmannScience & education writer at OneKitly

Mathematics · Physics

Checked against 2 sources

View profile
In short

To convert an angle from degrees to radians, multiply by π/180: radians = degrees × π/180. To go back, multiply by 180/π. This works because a full turn is 360° and also 2π radians, so 180° equals exactly π radians. For example, 90° = 90 × π/180 = π/2 ≈ 1.571 radians, and 60° = π/3 ≈ 1.047 radians. Radians measure an angle by the arc length it cuts on a unit circle, which is why they are the natural unit in calculus and trigonometry.

Convert between degrees and radians with radians = degrees × π/180 (and back with × 180/π), understand why 180° = π, and learn the common angles by heart.

Why 180 degrees equals π radians

A radian is defined by the circle itself: it is the angle you get when the arc length equals the radius. Because the full circumference of a circle is 2π times its radius, a full turn is 2π radians. The same full turn is 360° by convention, so 360° = 2π radians, which halves neatly to 180° = π radians.

From 180° = π radians the two conversion factors fall out immediately. Dividing both sides by 180 gives 1° = π/180 radians, so you multiply degrees by π/180 to get radians. Dividing instead by π gives 1 radian = 180/π degrees, so you multiply radians by 180/π to get degrees. Numerically π/180 ≈ 0.01745 and 180/π ≈ 57.296.

The common angles worth memorizing

A handful of angles appear constantly, and knowing their radian forms saves time. 30° = π/6, 45° = π/4, 60° = π/3, 90° = π/2, 180° = π, 270° = 3π/2, and 360° = 2π. Notice the pattern: each is a simple fraction of π, and the denominator tells you how many equal slices of a half-turn the angle represents.

To check one by hand, convert 45°: 45 × π/180 = 45π/180 = π/4, since 45 divides into 180 four times. Going the other way, π/3 radians is (π/3) × 180/π = 180/3 = 60°, because the π cancels. This cancellation is the reason radian answers are usually left as neat multiples of π rather than long decimals.

When each unit is the right choice

Degrees are convenient for everyday geometry, navigation, and construction because 360 divides evenly into many whole numbers. Radians are preferred in higher mathematics because they make formulas cleaner: the derivative of sin(x) is cos(x) only when x is in radians, and arc length is simply radius × angle when the angle is in radians.

A practical warning: calculators and programming languages default to radians in their trigonometric functions. If a spreadsheet or code returns a strange value for a sine you expected, the usual cause is a degree value fed into a function expecting radians. Convert first with × π/180, or use the dedicated degree functions where they exist.

Angle converterConvert between deg, rad, gon and more. Free angle converter, instant and accurate.Try the tool

Frequently asked questions

What is the formula to convert degrees to radians?
Multiply the degree value by π/180: radians = degrees × π/180. For example, 120° = 120 × π/180 = 2π/3 ≈ 2.094 radians.
How do I convert radians back to degrees?
Multiply the radian value by 180/π: degrees = radians × 180/π. For example, π/4 radians × 180/π = 45°, and 1 radian ≈ 57.296°.
How many radians are in a full circle?
A full circle is 2π radians, roughly 6.283. A half circle is π radians (180°) and a quarter circle is π/2 radians (90°).
Why do mathematicians prefer radians?
Radians tie an angle directly to arc length on a unit circle, which makes calculus formulas simple. The derivative of sin(x) is cos(x) only in radians, and arc length equals radius times angle with no extra factor.

Articles you may find interesting

All guides
How-toHow to Find the Distance Between Two PointsUse the distance formula d = √((x₂−x₁)² + (y₂−y₁)²) to measure the straight-line distance between two points on a plane, with a worked example and the midpoint too.ExplainerWhat Is a Z-Score? Standard Deviations Above the MeanA z-score is z = (x − μ) / σ — how many standard deviations a value sits from the mean. Learn how to compute it, read the standard normal curve, and turn it into a percentile.How-toHow to Calculate the Slope of a Line: Rise Over RunFind the slope of a line from two points with m = (y₂ − y₁) / (x₂ − x₁), and read what a positive, negative, zero, or undefined slope tells you.How-toHow to Use the Quadratic Formula: Solving ax² + bx + c = 0Solve any quadratic equation with x = (−b ± √(b² − 4ac)) / 2a, and read the discriminant to know how many real solutions to expect.GuideWorking Out an Attendance or Absence Rate: the Denominator DecidesNine absences give five different rates depending on what you divide by — scheduled days, sessions, weekdays, calendar days, or a part-timer's own diary. What the tool computes, the three places it misleads, and why the Bradford Factor makes short repeated absences look ten times worse than one long one.ComparisonWhich Fishing Knot Holds Best, and Why Every Published Table DisagreesKnot strength is quoted as a percentage of the line's rated breaking strain, and the percentages in circulation come from tests nobody agrees on. What the calculator on this page really stores, what one peer-reviewed measurement actually found, where a line breaks and why, and how to match a knot to its job.

Related tools

Sources

Spotted a mistake in this article?

Degrees to Radians: The Conversion Explained — OneKitly