Circle Calculator — Free Online Circle Property Calculator
Calculate all circle properties instantly from any single known value. Enter the radius, diameter, circumference, or area and get all other measurements with formulas displayed.
Circle Properties
Radius
5.0000
Diameter
10.0000
Circumference
31.4159
Area
78.5398 sq units
Formulas Used
C = 2 x π x r = 31.4159
A = π x r² = 78.5398
How to Use the Circle Calculator
- Choose the known value: Select which circle property you already know by clicking one of the four radio buttons: Radius, Diameter, Circumference, or Area. The input field label updates to match your selection.
- Enter the measurement: Type a positive number into the input field. The calculator accepts decimal values for precise measurements. The unit system is flexible: enter in any unit and the results will be in that same unit (linear measurements) or its square (area).
- Review all properties: The results panel instantly displays all four circle properties: radius, diameter, circumference, and area. The formulas used for the computation are shown at the bottom of the results panel for educational transparency.
The calculator performs bidirectional conversions. Whether you start with the radius, diameter, circumference, or area, you get all other properties. This makes it useful for both forward calculations (radius to area) and reverse calculations (area to radius).
Circle Formulas
Diameter from Radius
d = 2 x r Circumference
C = 2 x π x r = π x d Area
A = π x r² Radius from Circumference
r = C / (2 x π) Radius from Area
r = √(A / π) Variables Explained
- r (Radius): The distance from the center of the circle to any point on its circumference. It is the fundamental measurement from which all other properties are derived.
- d (Diameter): The distance across the circle through its center. Always exactly twice the radius. It is often the most practical measurement to take physically.
- C (Circumference): The total distance around the circle's edge. Equal to pi times the diameter, or equivalently, 2 pi times the radius.
- A (Area): The total space enclosed by the circle, measured in square units. Equal to pi times the radius squared.
- π (Pi): The mathematical constant approximately 3.14159265. Defined as the ratio of any circle's circumference to its diameter.
Step-by-Step Example
Find all properties of a circle with radius 7:
- Diameter: d = 2 x 7 = 14
- Circumference: C = 2 x π x 7 = 43.9823 (≈ 43.98)
- Area: A = π x 7² = π x 49 = 153.9380 (≈ 153.94 sq units)
Starting from any single measurement leads to all others. If we had started with circumference = 43.98 instead, we would first find r = 43.98 / (2π) = 7.0, then compute the diameter and area from there.
Practical Examples
Example 1: Jessica's Circular Pool Cover
Jessica needs to buy a cover for her above-ground pool. The pool has a diameter of 18 feet. She needs to know the area to order the right size cover and the circumference to buy edging material.
- Radius: r = 18 / 2 = 9 ft
- Area: A = π x 9² = 254.47 sq ft
- Circumference: C = π x 18 = 56.55 ft
Jessica needs a pool cover of at least 254.47 square feet and about 56.55 feet of edging material. She should add 10-15% extra material for overlap, so approximately 290 square feet of cover material and 65 feet of edging would be appropriate. For calculating material costs, our percentage calculator can help with the markup.
Example 2: David's Pizza Comparison
David wants to compare value between a 12-inch pizza for $12 and an 18-inch pizza for $22. He calculates the area per dollar for each size (pizza sizes are measured by diameter).
- 12-inch pizza: A = π x 6² = 113.10 sq in, cost per sq in = $12 / 113.10 = $0.106
- 18-inch pizza: A = π x 9² = 254.47 sq in, cost per sq in = $22 / 254.47 = $0.086
The 18-inch pizza costs $0.086 per square inch compared to $0.106 for the 12-inch, making the larger pizza 18.5% cheaper per unit of area. Even though the diameter is only 50% larger, the area is 125% larger because area scales with the square of the radius. This is a common real-world application of circle geometry.
Example 3: Maria's Running Track
Maria runs on a circular track and her fitness tracker shows she covered 1,256 meters in 4 laps. She wants to know the track's radius and the area of the field inside the track.
- Circumference per lap: 1,256 / 4 = 314 meters
- Radius: r = 314 / (2π) = 49.97 ≈ 50 meters
- Area enclosed: A = π x 50² = 7,853.98 sq m
The track has a radius of approximately 50 meters and encloses about 7,854 square meters (approximately 1.94 acres) of field space. This is very close to a standard 400-meter track, confirming her tracker is accurate. The field area helps facility managers estimate maintenance needs like mowing and irrigation.
Example 4: Alex's Sprinkler Coverage
Alex is installing a lawn sprinkler that covers a circular area of 1,385 square feet. He needs to know the sprinkler's throw radius and how far apart to space multiple sprinklers.
- Radius: r = √(1,385 / π) = √(440.81) = 20.99 ≈ 21 ft
- Diameter: d = 2 x 21 = 42 ft
- Spacing: For head-to-head coverage, space sprinklers at the diameter (42 ft apart)
Alex needs to space his sprinklers approximately 42 feet apart for complete coverage. In practice, irrigation designers often overlap coverage by 10-20%, spacing sprinklers at about 33-38 feet apart to account for wind and water pressure variations. For calculating the total area of his lawn, try our area calculator.
Circle Properties Reference Table
| Radius | Diameter | Circumference | Area |
|---|---|---|---|
| 1 | 2 | 6.28 | 3.14 |
| 3 | 6 | 18.85 | 28.27 |
| 5 | 10 | 31.42 | 78.54 |
| 7 | 14 | 43.98 | 153.94 |
| 10 | 20 | 62.83 | 314.16 |
| 15 | 30 | 94.25 | 706.86 |
| 25 | 50 | 157.08 | 1,963.50 |
| 50 | 100 | 314.16 | 7,853.98 |
Tips and Complete Guide
Approximating Pi in Quick Calculations
For quick mental calculations, you can use approximations of pi. The value 3.14 is sufficient for most everyday calculations. The fraction 22/7 (approximately 3.1429) is easy to work with in mental math and hand calculations. For more precision, 355/113 (approximately 3.1415929) is accurate to six decimal places. Our calculator uses the full double-precision value of pi (approximately 15-16 significant digits) for maximum accuracy in all computations.
Area Scales with the Square of Radius
A key insight about circles is that area grows proportionally to the square of the radius. Doubling the radius quadruples the area. Tripling the radius gives nine times the area. This is why a 16-inch pizza has more than twice the area of an 8-inch pizza, even though it is only twice the diameter. This quadratic relationship is important in engineering, agriculture, telecommunications coverage, and any field where circular areas are involved.
Circles in Coordinate Geometry
In coordinate geometry, a circle with center (h, k) and radius r is described by the equation (x - h) squared + (y - k) squared = r squared. A circle centered at the origin simplifies to x squared + y squared = r squared. This equation connects circle geometry with algebra and is fundamental to analytic geometry, computer graphics, and geographic information systems (GIS) where circles represent coverage areas or distance boundaries.
Practical Measurement Tips
When measuring circular objects, it is often easier to measure the circumference than the diameter, especially for large objects or objects without a clear center point. Wrap a flexible measuring tape around the object to get the circumference, then use our calculator to derive the radius and diameter. For pipes and cylinders, measure the outside circumference and divide by pi to get the outside diameter. Subtract twice the wall thickness to find the inside diameter.
Common Mistakes to Avoid
- Confusing radius with diameter: Many real-world measurements (pizza sizes, pipe sizes, wheel sizes) use diameter, not radius. If a pizza is "12 inches," that is the diameter. Divide by 2 before using the radius in formulas, or use our calculator's diameter input mode.
- Forgetting to square the radius: The area formula is pi x r squared, not pi x r. A circle with radius 10 has area 314.16, not 31.42 (which would be the circumference).
- Mixing up circumference and area: Circumference is a linear measurement (units like feet or meters). Area is a two-dimensional measurement (square feet or square meters). They use different formulas and have different units.
- Using diameter in radius formulas: If you use the diameter in place of the radius, your area will be 4 times too large and your circumference will be 2 times too large. Always check which measurement you have.
- Inconsistent units: If the radius is in inches, the area will be in square inches and the circumference in inches. Convert units before computing, not after, to avoid errors.
Frequently Asked Questions
The area of a circle equals pi times the radius squared: A = pi x r squared. If you know the diameter instead of the radius, first divide by 2 to get the radius, or use the formula A = (pi/4) x d squared. For example, a circle with radius 5 has area = pi x 25 = 78.54 square units. Our circle calculator computes the area automatically from any known property: radius, diameter, circumference, or even the area itself (to find the corresponding radius and other measurements).
The circumference (perimeter) of a circle is C = 2 x pi x r, where r is the radius. Equivalently, C = pi x d, where d is the diameter. For example, a circle with radius 10 has circumference = 2 x pi x 10 = 62.83 units. The circumference represents the total distance around the circle's edge. This formula is derived from the definition of pi as the ratio of a circle's circumference to its diameter.
Pi (represented by the Greek letter) is a mathematical constant approximately equal to 3.14159265359. It is defined as the ratio of any circle's circumference to its diameter, and this ratio is the same for every circle regardless of size. Pi is irrational, meaning its decimal representation never ends or repeats. It appears in virtually every circle formula: circumference (2 x pi x r), area (pi x r squared), and is fundamental to trigonometry, calculus, physics, and engineering.
To find the radius from the circumference, rearrange the circumference formula: r = C / (2 x pi). For example, if a circle has a circumference of 31.42 units: r = 31.42 / (2 x 3.14159) = 5.0 units. Similarly, to find the diameter, divide the circumference by pi: d = C / pi. Our calculator performs this inverse calculation automatically when you select 'Circumference' as your input type.
To find the radius from the area, rearrange the area formula: r = sqrt(A / pi). For example, if a circle has an area of 100 square units: r = sqrt(100 / 3.14159) = sqrt(31.83) = 5.64 units. This inverse calculation is useful when you know the area of a circular region and need to determine its dimensions. Our calculator handles this automatically when you select 'Area' as your input type.
The radius is the distance from the center of the circle to any point on its edge. The diameter is the distance across the circle through the center, from edge to edge. The diameter is always exactly twice the radius: d = 2r. Conversely, the radius is half the diameter: r = d/2. Both measurements describe the size of a circle, but most formulas use the radius. The diameter is often more practical to measure physically because you can measure across a circle without knowing the exact center.
A semicircle is half a circle, so its area is half the full circle area: A = (pi x r squared) / 2. For example, a semicircle with radius 8 has area = (pi x 64) / 2 = 100.53 square units. The perimeter of a semicircle includes both the curved arc and the straight diameter: P = pi x r + 2r = r(pi + 2). Use our circle calculator to find the full circle area, then divide by 2 for the semicircle.
Yes, circles can be measured in any linear unit. The radius and diameter use linear units (cm, m, ft, in), the circumference also uses linear units, but the area uses squared units (cm squared, m squared, sq ft). Our calculator works with any unit system since the formulas are universal. Just ensure consistency: if you enter the radius in centimeters, all results will be in centimeters (linear) and square centimeters (area). For unit conversions of area, try our <a href='/math/geometry/square-footage-calculator'>square footage calculator</a>.
Related Calculators
Area Calculator
Calculate areas of various shapes including rectangles, triangles, and ellipses.
Surface Area Calculator
Calculate surface area of 3D shapes including spheres and cylinders.
Volume Calculator
Calculate volumes of spheres, cylinders, cones, and other 3D shapes.
Perimeter Calculator
Calculate the perimeter of various geometric shapes.
Scientific Calculator
Advanced calculations with pi and trigonometric functions.
Square Footage Calculator
Calculate area in square feet for construction and real estate.
Disclaimer: This calculator is for informational and educational purposes only. Results are estimates and may not reflect exact values.
Last updated: February 23, 2026
Sources
- Math is Fun — Circle: mathsisfun.com
- Khan Academy — Geometry: khanacademy.org
- National Institute of Standards and Technology (NIST) — SI Units: nist.gov