Area of Circle Calculator
∑ Step-by-Step Mathematical Solution
Formulas1. Given: Radius r = 0 cm
2. Diameter: d = 2 × r = 2 × 0 = 0 cm
3. Circumference: C = 2 × π × r = 2 × π × 0 = 0 cm
4. Area: A = π × r² = π × (0)² = 0 cm²
Visual Circle Representation
Dynamic ScalingEnter a radius, diameter, circumference, or area value below — the calculator instantly derives all remaining circle properties using π (Pi) with up to 6-decimal precision.
What Is the Area of a Circle?
A quick, foundational overview of circle geometry — the definitions, the constant π, and how every circle dimension is interconnected.
The area of a circle is the total two-dimensional surface enclosed within its curved boundary. While circumference measures the distance around the circle (a one-dimensional length), area measures how much flat space the circle covers — always expressed in square units such as cm², m², in², ft², or acres.
Geometrically, a circle is the set of all points in a plane equidistant from a single fixed point called the center. That constant distance is the radius (r) — the single measurement from which every other circle property can be derived.
Parts of a Circle — Key Definitions
| Property | Symbol | Definition | Formula | Unit Type |
|---|---|---|---|---|
| Radius | r | Distance from center to any point on the boundary | r = d / 2 | Linear (cm, in, ft…) |
| Diameter | d | Longest chord through the center (twice the radius) | d = 2r | Linear (cm, in, ft…) |
| Circumference | C | Total perimeter (distance around the circle's edge) | C = 2πr | Linear (cm, in, ft…) |
| Area | A | Two-dimensional surface enclosed inside the boundary | A = πr² | Square (cm², in², ft²…) |
| Pi (π) | π | Ratio of circumference to diameter — constant for all circles | ≈ 3.14159265… | Dimensionless constant |
How Circle Dimensions Are Connected
Every circle measurement is derived from a single value — the radius. This means knowing any one dimension lets you calculate all others:
How to Calculate the Area of a Circle
Three interchangeable formulas let you find the area of a circle from any known dimension — radius, diameter, or circumference. Choose the method that matches the measurement you have.
Area from Radius
A = π × r² The radius is the most direct input. Square it, then multiply by π.
Example: r = 7 cm
Step 1: r² = 7 × 7 = 49
Step 2: A = π × 49 = 3.14159 × 49
Result: A ≈ 153.94 cm²
Area from Diameter
A = (π × d²) / 4 The diameter = 2r. Substitute r = d/2 into A = πr² to get this formula.
Example: d = 14 cm
Step 1: d² = 14 × 14 = 196
Step 2: A = π × 196 / 4 = 615.75 / 4
Result: A ≈ 153.94 cm²
Area from Circumference
A = C² / (4π) Derive from circumference C = 2πr by solving for r, then substituting.
Example: C = 43.98 cm
Step 1: C² = 43.98² = 1,934.24
Step 2: A = 1,934.24 / (4 × 3.14159)
Result: A ≈ 153.94 cm²
Area of Circle Formula — Complete Reference
Every formula used by this calculator, including reverse formulas for finding radius, diameter, or circumference when you already know the area.
| Known Input | Formula | Relationship | Example |
|---|---|---|---|
| Radius (r) | A = πr² | Direct | r=5 → A≈78.54 |
| Diameter (d) | A = (πd²) / 4 | d = 2r → r = d/2 | d=10 → A≈78.54 |
| Circumference (C) | A = C² / (4π) | C = 2πr → r = C/(2π) | C=31.42 → A≈78.54 |
| Area → Radius | r = √(A / π) | Inverse of A = πr² | A=314.16 → r=10 |
| Area → Diameter | d = 2√(A / π) | d = 2r combined | A=314.16 → d=20 |
| Area → Circumference | C = 2√(πA) | C = 2πr combined | A=314.16 → C≈62.83 |
All formulas use π ≈ 3.141592653589793 (15 significant digits). The calculator stores Pi at full JavaScript precision for engineering-grade accuracy across every unit conversion.
Step-by-Step Solved Examples
Detailed, worked-out problems showing how to calculate the area of a circle for different scenarios. Try each example in the calculator above to verify the results.
1 Find the area of a circle with radius 12 inches
Real-world use: Sizing a 24-inch round tabletop
Given: r = 12 in
Formula: A = π × r²
Step 1: Square the radius → 12² = 144
Step 2: Multiply by π → 3.14159 × 144 = 452.389
A ≈ 452.39 in² (square inches)
Also: diameter = 24 in | circumference ≈ 75.40 in
2 Find the area of a circle with diameter 3 meters
Real-world use: Calculating concrete for a 3 m circular patio
Given: d = 3 m
Formula: A = (π × d²) / 4
Step 1: Square the diameter → 3² = 9
Step 2: Multiply by π → 3.14159 × 9 = 28.274
Step 3: Divide by 4 → 28.274 / 4 = 7.069
A ≈ 7.07 m² (square meters)
Also: radius = 1.5 m | circumference ≈ 9.42 m
3 Find the area of a circle with circumference 50 cm
Real-world use: Calculating the cross-section area of a 50 cm pipe
Given: C = 50 cm
Formula: A = C² / (4π)
Step 1: Square the circumference → 50² = 2,500
Step 2: Compute 4π → 4 × 3.14159 = 12.566
Step 3: Divide → 2,500 / 12.566 = 198.94
A ≈ 198.94 cm²
Also: radius ≈ 7.96 cm | diameter ≈ 15.92 cm
4 Find the radius of a circle whose area is 500 ft²
Real-world use: Designing a circular garden with 500 sq ft of planting space
Given: A = 500 ft²
Formula: r = √(A / π)
Step 1: Divide area by π → 500 / 3.14159 = 159.155
Step 2: Take the square root → √159.155 = 12.616
r ≈ 12.62 ft
Also: diameter ≈ 25.23 ft | circumference ≈ 79.27 ft
Area of Circle Calculator in Different Units
This calculator supports 8 linear units and 9 area units. Select your measurement system and the tool handles conversion automatically.
In Centimeters (cm)
Enter radius in cm, get area in cm². A 10 cm radius → A ≈ 314.16 cm². Ideal for school homework, lab work, and metric-standard measurements.
In Millimeters (mm)
Use mm for precision work. A 25 mm radius → A ≈ 1,963.50 mm². Perfect for CNC machining, 3D printing, and micro-engineering.
In Meters (m)
Measure large circles in m for m² results. A 5 m radius → A ≈ 78.54 m². Great for pools, gardens, and architectural plans.
In Inches (in)
Select in for in² output. A 6-inch radius → A ≈ 113.10 in². Common in U.S. woodworking, crafting, and DIY projects.
In Feet (ft)
Measure in ft for ft² (square feet). A 10 ft radius → A ≈ 314.16 ft². Used for patios, decks, and room area estimates.
In Acres
Convert area to acres for land calculations. A 100 m radius → A ≈ 7.76 acres. Essential for agriculture and real estate.
Area Unit Conversion Reference
Quick cross-reference for converting between square units. All values are exact conversion factors.
| From | To | Multiply By |
|---|---|---|
| 1 cm² | in² | 0.1550 |
| 1 in² | cm² | 6.4516 |
| 1 ft² | m² | 0.0929 |
| 1 m² | ft² | 10.7639 |
| 1 m² | yd² | 1.1960 |
| 1 acre | m² | 4,046.86 |
| 1 acre | ft² | 43,560 |
| 1 hectare | acres | 2.4711 |
Common Circle Sizes in Everyday Life
Pre-calculated areas for common circular objects. All values use the standard formula A = πr².
| Object | Diameter | Radius | Area |
|---|---|---|---|
| US Quarter (coin) | 24.26 mm | 12.13 mm | 462.24 mm² |
| CD / DVD | 120 mm | 60 mm | 11,309.73 mm² |
| 10-inch Pizza | 10 in | 5 in | 78.54 in² |
| 12-inch Pizza | 12 in | 6 in | 113.10 in² |
| 16-inch Pizza | 16 in | 8 in | 201.06 in² |
| Bicycle Wheel (700c) | 622 mm | 311 mm | 303,906.97 mm² |
| Dinner Plate | 10.5 in | 5.25 in | 86.59 in² |
| Round Trampoline | 14 ft | 7 ft | 153.94 ft² |
| Above-Ground Pool | 24 ft | 12 ft | 452.39 ft² |
| Center-Pivot Irrigation | 800 m | 400 m | 502,654.82 m² (≈ 124.2 ac) |
Area vs. Circumference — What's the Difference?
Two of the most commonly confused circle measurements. Here's a clear side-by-side comparison.
| Property | Area (A) | Circumference (C) |
|---|---|---|
| Measures | Surface enclosed inside the circle | Distance around the circle's edge |
| Dimensions | 2D (two-dimensional) | 1D (one-dimensional) |
| Unit Type | Square units (cm², ft², m²) | Linear units (cm, ft, m) |
| Formula | A = πr² | C = 2πr |
| Growth Rate | Quadratic — doubles radius → 4× area | Linear — doubles radius → 2× circumference |
| Example (r = 5 cm) | 78.54 cm² | 31.42 cm |
| Real-World Use | Paint, flooring, fabric, land coverage | Fencing, edging, framing, wire length |
Key insight: If you double the radius, the circumference doubles (linear), but the area quadruples (quadratic). A 16-inch pizza has 78% more area than a 12-inch pizza — not just 33% more.
Tips & Common Mistakes When Calculating Circle Area
Avoid these frequent errors that students, professionals, and DIY users make when computing the area of a circle.
Using Diameter Instead of Radius
The most common mistake. If you're given the diameter, divide by 2 first before using A = πr². Using diameter directly in A = πr² gives an answer 4× too large.
Forgetting to Square the Radius
A = π × r², not π × r. Forgetting the exponent gives you the circumference divided by 2, not the area. Always square first, then multiply by π.
Mixing Linear and Square Units
Radius is in linear units (cm, in), but area is always in square units (cm², in²). Writing "A = 78.54 cm" is incorrect — it must be "78.54 cm²".
Using π = 3.14 for Precision Work
3.14 is an approximation with only 3 significant digits. For engineering, use at least π ≈ 3.14159265. Our calculator uses 15-digit precision internally.
Always Verify Units Match
If your radius is in feet, the area will be in square feet. If you need square meters, convert the input unit first or use our built-in unit converter.
Use the Reverse Formula When Needed
Need radius from area? Use r = √(A / π). Enter the area value directly into our calculator's Area field and it derives the radius automatically.
Real-World Applications of Circle Area Calculations
Knowing how to find the area of a circle is used across dozens of industries — from architecture to agriculture to everyday home projects.
Construction
Circular foundations, domes, columns, and arched windows — calculate materials and load areas.
Agriculture
Center-pivot irrigation circles, round silos, and grazing area calculations in acres.
Engineering
Pipe cross-sections, wheel surface area, wire gauge, fluid flow rate, and mechanical design.
Education
Geometry coursework, standardized test prep, SAT/ACT review, and interactive STEM lessons.
Home & DIY
Round tables, circular rugs, paint coverage, pizza sizing, and pool cover measurements.
Science
Cell biology cross-sections, lens aperture area, orbital mechanics, and physics experiments.
How Area of Circle Calculator Works
Understanding the mathematics and geometry behind circle formulas
1. Provide Any Known Value
Select whether you know the radius (r), diameter (d), circumference (C), or the total area (A) along with your preferred unit of measurement.
2. Instant Geometry Engine
Our algorithm uses high-precision Pi (π ≈ 3.141592653589793) to solve all related geometric dimensions instantaneously.
3. View Diagram & Formulas
Inspect dynamic visual SVG proportions, review the formula breakdown, and export or copy results for engineering, academic, or DIY tasks.
Circle Dimensions Reference Chart
Standard radius conversions to diameter, circumference, and area (using π ≈ 3.14159)
| Radius (r) | Diameter (2r) | Circumference (2πr) | Area (πr²) |
|---|---|---|---|
| 1 | 2 | 6.28 | 3.14 |
| 2 | 4 | 12.57 | 12.57 |
| 3 | 6 | 18.85 | 28.27 |
| 4 | 8 | 25.13 | 50.27 |
| 5 | 10 | 31.42 | 78.54 |
| 6 | 12 | 37.70 | 113.10 |
| 7 | 14 | 43.98 | 153.94 |
| 8 | 16 | 50.27 | 201.06 |
| 9 | 18 | 56.55 | 254.47 |
| 10 | 20 | 62.83 | 314.16 |
| 12 | 24 | 75.40 | 452.39 |
| 15 | 30 | 94.25 | 706.86 |
Need to compute custom decimal values, conversion units, or imperial dimensions?
Use Calculator AboveExplore Specialized Circle Calculators
Choose a specialized calculation tool tailored to your exact geometric parameters
Area of Circle Calculator With Diameter
Calculate circle area directly from diameter using A = (πd²)/4.
Area of Circle Calculator With Circumference
Determine circle area directly from perimeter using A = C²/(4π).
Half Circle Area Calculator
Semicircle area, curved arc length, and total perimeter with flat base.
Partial Circle Area Calculator
Circular sector and segment area from radius and central angle.
Hollow Circle Area Calculator
Annulus, washer, and circular ring surface area between concentric circles.
Cross-Sectional Area of Circle Calculator
Engineering cross-section for circular shafts, rebar, cables & tensile stress.
Circular Pipe Area Calculator
Internal fluid flow area vs solid pipe wall metal cross-sectional area.
Area of Circle Using Integration
Calculus derivation of circle area with polar, Cartesian, and shell integrals.
Frequently Asked Questions About Area of Circle Calculator
Answers to the most common questions about calculating the area of a circle, supported formulas, and unit conversions
What is the formula for the area of a circle?
The standard area of a circle formula is A = πr², where A is the area, π (pi) is approximately 3.14159, and r is the radius. You can also express the area of a circle using the diameter: A = (πd²) / 4, or from the circumference: A = C² / (4π). All three formulas produce identical results because radius, diameter, and circumference are geometrically related: d = 2r and C = 2πr.
How do you calculate the area of a circle with the radius?
To calculate the area of a circle with the radius, use A = πr². Multiply π (3.14159…) by the square of the radius. For example, if the radius is 5 cm: Step 1 — Square the radius: 5² = 25. Step 2 — Multiply by π: 25 × 3.14159 ≈ 78.54 cm². Our area of a circle calculator with radius performs this computation instantly in centimeters, inches, feet, meters, or any supported unit.
How do you find the area of a circle using the diameter?
When you know the diameter, either divide it by 2 to get the radius (r = d / 2) and then apply A = πr², or use the direct diameter formula: A = (πd²) / 4. For a diameter of 10 inches: A = π × (10)² / 4 = π × 100 / 4 = π × 25 ≈ 78.54 square inches. Our area of a circle calculator with diameter handles this conversion automatically.
How do you calculate circle area from the circumference?
If you know the circumference (C), derive the radius using r = C / (2π), then compute A = πr². The direct formula is A = C² / (4π). For a circumference of 31.42 cm: A = (31.42)² / (4 × 3.14159) = 987.22 / 12.566 ≈ 78.54 cm². Our area of circle calculator with circumference automates this for any unit you choose.
How do I find the radius if I already know the area?
Use the reverse formula: r = √(A / π). Divide the known area by π (3.14159…), then take the square root. For example, if the area is 314.16 cm²: r = √(314.16 / 3.14159) = √(100) = 10 cm. You can also find diameter from area: d = 2 × √(A / π), or circumference: C = 2 × √(πA). Our calculator handles all reverse computations automatically — just type the area value into the Area field.
How do I use the area of circle calculator in inches?
Select 'in' (inches) as the unit in the radius, diameter, or circumference input field. Enter your measurement, and the calculator returns the area in square inches (in²). You can also switch the area output unit to square feet, square meters, or acres. This makes our area of circle calculator inches-ready for woodworking, crafting, and home improvement projects.
Can I calculate the area of a circle in square feet or square meters?
Yes. Our area of circle calculator supports square feet (ft²), square meters (m²), square centimeters (cm²), square inches (in²), square millimeters (mm²), hectares (ha), and acres (ac). Simply select the desired area unit from the dropdown and enter the circle dimension in the corresponding linear unit — feet for square feet, meters for square meters, and so on.
What is the difference between area and circumference of a circle?
Circumference measures the one-dimensional distance around the circle's edge (perimeter), expressed in linear units like cm or inches. Area measures the two-dimensional surface enclosed inside the circle, expressed in square units like cm² or in². The circumference formula is C = 2πr (linear), while the area formula is A = πr² (quadratic). If you double the radius, the circumference doubles but the area quadruples.
What units are supported by this area of circle calculator?
This calculator supports eight linear units — millimeters (mm), centimeters (cm), meters (m), kilometers (km), inches (in), feet (ft), yards (yd), and miles (mi) — plus nine area units: mm², cm², m², km², in², ft², yd², hectares, and acres. You can mix input and output units freely; the calculator converts everything through a common base unit (meters and square meters internally).
Why is Pi (π) used in circle area formulas?
Pi (π ≈ 3.14159265…) is the ratio of a circle's circumference to its diameter (C / d = π). This irrational constant appears in every circle formula because it defines the fundamental geometric relationship between a circle's linear dimensions (radius, diameter, circumference) and its curved area. Without π, you cannot convert between straight-line measurements and the curved area enclosed by a circle. Pi is the same for every circle, regardless of size.
How do I calculate the area of a circle in cm, mm, or meters?
Choose the matching unit for your input: cm for centimeters, mm for millimeters, or m for meters. Enter the radius (or diameter/circumference), and the calculator instantly returns the area in cm², mm², or m². For example: a radius of 7 mm gives A = π × 7² ≈ 153.94 mm². A radius of 3 m gives A = π × 9 ≈ 28.27 m².
How accurate is this area of circle calculator?
Our calculator uses JavaScript's full-precision Pi value (π = 3.141592653589793, 15 significant digits). You can choose 2, 3, 4, or 6 decimal places for display output. Internally, all conversions use exact conversion factors (e.g., 1 inch = 0.0254 m exactly), ensuring engineering-grade accuracy for professional, academic, and everyday use. Results match scientific calculator outputs to the selected decimal precision.
Can I convert the area of a circle to acres?
Yes. Select 'ac' (acres) from the area unit dropdown. The calculator converts the computed area in square meters to acres using the exact factor (1 acre = 4,046.8564224 m²). This is especially useful for land-area calculations in agriculture, real estate, and landscaping where circular irrigation, ponds, or plots need acreage estimates.
How do you find the area of a half circle (semicircle)?
The area of a semicircle is exactly half the area of the full circle: A(half) = (πr²) / 2. First calculate the full circle area using our calculator, then divide the result by 2. For example, a semicircle with radius 8 cm has area = (π × 64) / 2 ≈ 100.53 cm².
What real-world applications use the area of a circle?
The area of a circle is used in engineering (pipe cross-sections, wheel design, wire gauge), construction (circular foundations, columns, domes), agriculture (irrigation coverage, silo capacity), cooking (pan and pizza sizing), science (cell biology, optics, orbital mechanics), and everyday life (calculating paint for circular walls, fabric for round tables, concrete for stepping stones). Our calculator helps students, teachers, DIY enthusiasts, and professionals get instant, verified answers.