Circle Calculator
Calculate circle area, circumference, and more.
Area
78.5398
Radius 5 · Circumference 31.4159
| Measure | Value |
|---|---|
| Radius (r)(entered) | 5 |
| Diameter (d) | 10 |
| Circumference (C) | 31.4159 |
| Area (A) | 78.5398 |
Formulas
- Diameter: d = 2r
- Circumference: C = 2πr = πd
- Area: A = πr²
- Radius from area: r = √(A ÷ π)
How to use Circle Calculator
What this calculator does
This tool computes every basic measurement of a circle from a single known value. Tell it the radius, diameter, circumference, or area, and it instantly returns the other three. A circle has only one degree of freedom — its size — so any one of these measurements determines all the rest. The results update live as you type, the entered value is highlighted in the results table, and all of the arithmetic happens locally in your browser.
Why you might need it
Circles are everywhere in practical work, and you rarely start with the measurement you actually need. A gardener planning a circular bed might know the diameter from a tape measure but need the area to order topsoil. An engineer may have a pipe’s circumference and want its radius. A craftsperson cutting a round table top knows the radius but needs the circumference to fit an edge band. A student checking geometry homework wants all four values at once. Rather than rearranging πr² and 2πr by hand each time, this calculator does the algebra and lets you start from whatever you happen to know.
How to use it
- Use the selector to choose which value you know — radius, diameter, circumference, or area.
- Type that value into the input field.
- Read the area in the headline card and the full list of measurements in the results table; the value you entered is marked “(entered)”.
- Use the copy button to grab all four values, and Reset to start again from the example radius.
How it’s calculated
Everything is derived from the radius, so the calculator first converts your input to a radius:
- From radius: the radius is your input directly.
- From diameter: r = d ÷ 2, because the diameter is d = 2r.
- From circumference: r = C ÷ 2π, because the circumference is C = 2πr.
- From area: r = √(A ÷ π), because the area is A = πr².
Once the radius is known, the remaining values follow immediately: d = 2r, C = 2πr (equivalently πd), and A = πr². These are the standard circle formulas, and π is taken as JavaScript’s built-in double-precision constant. Outputs are rounded to four decimal places for a clean display.
Common pitfalls
The most frequent mistake is confusing radius and diameter — the diameter is twice the radius, so plugging a diameter into a radius formula doubles every result. Another is mixing up circumference and area; circumference is a length (in your unit) while area is a length squared. People also sometimes forget that area grows with the square of the radius, so doubling the radius quadruples the area, not just doubles it. Finally, keep units consistent throughout — the calculator only sees numbers, so it cannot warn you if you mix centimetres and metres.
Tips and related calculations
To find the area of a ring (an annulus), compute the area of the outer circle and subtract the area of the inner circle. To find the length of an arc, take the circumference and multiply by the fraction of the full 360° that the arc covers; for a sector’s area, apply the same fraction to the circle’s area. If you need a sphere or cylinder, the radius this calculator gives you is the starting point for those formulas too. Because the calculation is pure arithmetic running on your device, you can experiment freely and nothing you type ever leaves the browser.
Frequently asked questions
Which value do I need to enter?
How do I get the radius from the area?
What value of pi does the calculator use?
Do the units matter?
Is anything I enter sent to a server?
Related tools
Triangle Calculator
Solve triangles from sides and angles.
Quadratic Equation Solver
Solve quadratic equations, including complex roots.
Aspect Ratio Calculator
Calculate aspect ratios for images and video.
Unit Converter
Convert between length, weight, volume, and more.
Probability Calculator
Calculate basic probabilities.
Percentage Calculator
Solve percentage problems in several modes.