Math

Circle Calculator

Calculate circle area, circumference, diameter, and radius.

CALCULATOR

Enter your numbers

Instant results

THE NUMORIX GUIDE

How to use the Circle Calculator

Last reviewed September 14, 2026

What this calculator does

Use diameter = 2r, circumference = 2*pi*r, and area = pi*r^2.

Formula and method

Use diameter = 2r, circumference = 2*pi*r, and area = pi*r^2. The UI can instead accept a diameter, circumference, or area and first solve for the radius before applying the same formulas.

Variables and inputs

The Given selector chooses radius, diameter, circumference, or area. The value must be positive and has whatever length unit the user intends; area output is in that unit squared.

Worked example

For the default radius 5: diameter = 2*5 = 10; circumference = 2*pi*5 = 31.4159; area = pi*5^2 = 78.5398 square units.

How to interpret the result

Radius measures center to edge, circumference is the boundary length, and area is the region enclosed by the circle.

Common mistakes to avoid

Do not use diameter where a formula expects radius. Keep area units squared and use the same length unit for radius and circumference.

Assumptions and limitations

The engine assumes a perfect Euclidean circle and rounds displayed results to four decimal places. It does not model thickness, tolerances, or noncircular shapes.

Practical use and checks

The Circle Calculator is useful for sizing a round table, estimating a circular opening, or checking a wheel measurement. Enter a radius of 5 as a simple check; the diameter should be 10, circumference about 31.4159, and area about 78.5398 square units. If the input is a diameter of 10, the same circumference and area should appear after the calculator converts it to a radius. Keep the geometry and units visible: a radius in centimeters produces circumference in centimeters but area in square centimeters. Use circumference when material wraps around an edge, and area when estimating coverage inside the boundary. Do not substitute diameter into a formula that expects radius, and do not treat a circular area as a length when ordering trim. The model assumes a perfect, flat Euclidean circle with one radius, so it does not include wall thickness, a hole, an ellipse-like distortion, or a three-dimensional sphere. The result is rounded for display, which can matter when a large radius is used for a high-precision cut. A measured object may have tolerance or an irregular edge; in that case, take several measurements and decide whether the calculator's ideal radius or an average measured radius is the right planning input.

Sources and references

COMMON QUESTIONS

Frequently asked questions

Which value of pi is used?

The engine uses JavaScript Math.PI, so calculations use the standard double-precision approximation of pi.

What units does area use?

If the radius is in centimeters, area is in square centimeters; the calculator does not convert units automatically.

FROM THE NUMORIX GUIDES

Learn more before you decide