ToolJutsu
All tools
Calculator Tools

Circle Calculator

Calculate circle area, circumference, and more.

I know the

Area

78.5398

Radius 5 · Circumference 31.4159

MeasureValue
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 ÷ π)
Processed on your device. We never see your files.

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

  1. Use the selector to choose which value you know — radius, diameter, circumference, or area.
  2. Type that value into the input field.
  3. Read the area in the headline card and the full list of measurements in the results table; the value you entered is marked “(entered)”.
  4. 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.

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?
Just one. A circle is fully described by a single measurement, so once you give the radius, diameter, circumference, or area, the other three follow automatically. Pick whichever value you already have using the selector, type it in, and the calculator fills in the rest.
How do I get the radius from the area?
The area of a circle is A = πr², so rearranging gives r = √(A ÷ π). The calculator does this for you when you choose the area mode: it divides your area by pi and takes the square root, then derives the diameter and circumference from that radius.
What value of pi does the calculator use?
It uses the full double-precision value of pi built into JavaScript, which is accurate to about 15 significant digits. Results are then rounded for display, so what you see is precise far beyond any practical measurement.
Do the units matter?
The calculator is unit-agnostic — it works with pure numbers. If you enter a radius in centimetres, the circumference is in centimetres and the area is in square centimetres. Keep your units consistent and interpret the outputs in the matching unit and its square.
Is anything I enter sent to a server?
No. Every formula runs in JavaScript inside your browser. The measurement you type is never uploaded or stored, and it is gone as soon as you close the page.

Related tools