GintiCalcEvery calculation

CircleLab

Circle Area Calculator

Enter a radius — get area, circumference, and diameter with the exact formulas used.

Circle area and circumference by radius

Area is pi times the radius squared; circumference is 2 pi r. Values are rounded to two decimals.

RadiusDiameterCircumferenceArea
12.006.283.14
24.0012.5712.57
36.0018.8528.27
510.0031.4278.54
714.0043.98153.94
1020.0062.83314.16
1224.0075.40452.39
1530.0094.25706.86
2040.00125.661256.64

Every value is in the same unit family as the radius: a radius in cm gives a circumference in cm and an area in square cm. Notice the r=2 row, where circumference and area both read 12.57 - a coincidence at that radius only, because 2*pi*r equals pi*r^2 exactly when r=2. Area grows with the square of the radius while circumference grows linearly, so doubling the radius doubles the circumference but quadruples the area. That is why the 20 row has twice the circumference of the 10 row and four times the area.

Why r² and not just r

A circle's area scales with the square of the radius — double the radius and you quadruple the area, not just double it. That's because area is fundamentally two-dimensional; π·r² comes from summing up infinitely thin rings from the center out to the edge.

Why people need this

Circle area shows up constantly: sizing a pizza to compare value per dollar, figuring out how much material covers a round table, estimating paint or fertilizer for a circular garden bed, or sanity-checking a pipe's cross-sectional flow capacity.

Frequently asked questions

How do I calculate the area of a circle?

Area = π × r² (pi times the radius squared). If you know the diameter instead, divide it by 2 to get the radius first. Example: radius = 5 cm → Area = π × 25 = 78.54 cm². If using the diameter (10 cm): Area = π × (10/2)² = 78.54 cm².

What is the area of a 10-inch pizza vs a 12-inch pizza?

A 10-inch pizza has area π × 5² = 78.5 in². A 12-inch pizza has area π × 6² = 113.1 in². That's 44% more pizza — not 20% more. This is why area scales with the square of the radius: a small increase in diameter yields a much bigger increase in area.

How do I find the radius if I know the area?

Rearrange the formula: r = √(A / π). Example: if the area is 200 cm², then r = √(200 / 3.14159) = √(63.66) = 7.98 cm. The diameter would be about 15.96 cm.

Related Math calculators

You might also like

Last updated: September 6, 2026