Matemática

Circle Area, Perimeter, and Sector Calculator

Calculate circle area (π×r²), perimeter (2πr), sector area, and arc length instantly. Enter the radius — optionally add an angle for sector calculations. Includes formula, reference table, and worked examples.

🗓️ Updated June 2026 Reviewed by
Calculator Free · Private
Reviewed by: (editorial policy ) · Last reviewed:
Have a website? Embed this calculator for free Free — copy the code and paste it on your website Embed on your site
<iframe src="https://hacecuentas.com/embed/circle-area-perimeter-sector" width="100%" height="560" style="border:1px solid #e2e8f0;border-radius:12px;max-width:720px" loading="lazy" title="Circle Area, Perimeter, and Sector Calculator"></iframe>
<p style="font-size:13px;text-align:center;margin:8px 0">Powered by <a href="https://hacecuentas.com" target="_blank" rel="noopener">Hacé Cuentas</a> — <a href="https://hacecuentas.com/circle-area-perimeter-sector" target="_blank" rel="noopener">Circle Area, Perimeter, and Sector Calculator</a></p>
Preview →

Paste it on your site. Keep the credit link — thanks for sharing. More widgets →

The circle area formula is one of the most frequently used in geometry: A = π × r². This calculator computes the area, perimeter (circumference), sector area, and arc length of any circle from the radius alone — add an angle (in degrees) to get sector results too. If you skip the angle or enter 360°, it returns the full circle. Useful for geometry homework, engineering, design, and quick reference.

When to use this calculator

  • Solving geometry problems that require circle area or circumference.
  • Finding the area of a pizza slice, pie chart wedge, or any circular sector.
  • Calculating arc length for engineering, architecture, or CNC cutting paths.
  • Checking manual calculations against exact π-based results.
  • Teaching or studying circle formulas with visual confirmation.

Circle: area and perimeter by radius

Area = π·r² · Perimeter (circumference) = 2·π·r.

RadiusDiameterAreaPerimeter
123.146.28
51078.5431.42
1020314.1662.83
20401256.64125.66
501007853.98314.16

How it works

Circle Area Formula

The area enclosed by a circle of radius r:

Area = π × r²

Where π ≈ 3.14159265358979. This formula gives area in square units (cm², m², in², etc.).

Perimeter (Circumference)

The total distance around the circle:

Perimeter = 2 × π × r = π × d

Where d = 2r is the diameter. Knowing the diameter? Just multiply it by π.

Circular Sector — Area and Arc

A sector is the "pie slice" region between two radii that form angle θ (in degrees):

Sector Area  = (θ / 360) × π × r²
Arc Length   = (θ / 360) × 2 × π × r

For θ in radians: Sector Area = ½ × r² × θ and Arc Length = r × θ.

Reference Table: Common Radii

RadiusArea (π×r²)Perimeter (2πr)
13.146.28
212.5712.57
328.2718.85
578.5431.42
7153.9443.98
10314.1662.83
15706.8694.25
201,256.64125.66
507,853.98314.16
10031,415.93628.32

Key insight: doubling the radius quadruples the area (area scales with r²), but only doubles the perimeter.

Sector Reference Table (radius = 10)

AngleFractionSector AreaArc Length
30°1/1226.185.24
45°1/839.277.85
60°1/652.3610.47
90°1/478.5415.71
120°1/3104.7220.94
180°1/2157.0831.42
270°3/4235.6247.12
360°1314.1662.83

Finding Radius from Area or Perimeter

If you know the area: r = √(Area / π)
If you know the perimeter: r = Perimeter / (2π)

Example: area = 200 → r = √(200 / 3.14159) = √63.66 ≈ 7.98.

Why π?

π (pi) is the ratio of any circle's circumference to its diameter — constant for every circle, regardless of size. It's irrational (infinite non-repeating decimals) and transcendental (not a root of any polynomial with integer coefficients).

Practical precision: π ≈ 3.1416 is sufficient for most engineering. For software or science, use the full double-precision value (15–17 significant digits).

Degrees vs. Radians

360° = 2π radians
1°   = π/180 ≈ 0.01745 rad
1 rad = 180°/π ≈ 57.296°

This calculator accepts degrees because they are more intuitive. The formula automatically converts internally.

Example: circle of radius 5 with a 90° sector

Radius = 5 units. Angle = 90°.
Total area: π × 5² = π × 25 = 78.54 sq units.
Perimeter (circumference): 2 × π × 5 = 31.42 units.
Sector area (90°): (90/360) × 78.54 = 0.25 × 78.54 = 19.63 sq units.
Arc length (90°): (90/360) × 31.42 = 0.25 × 31.42 = 7.85 units.
A circle with radius 5 has area 78.54 and circumference 31.42. The 90° sector (one quarter of the circle) has area 19.63 and arc 7.85.

Frequently asked questions

What is the formula for the area of a circle?
Area = π × r², where r is the radius. Using π ≈ 3.14159: a circle with radius 7 has area = 3.14159 × 49 = 153.94 sq units. If you know the diameter d, use Area = π × (d/2)².
How do I calculate the circumference (perimeter) of a circle?
Circumference = 2 × π × r = π × d, where d is the diameter. For a circle with radius 8: circumference = 2 × 3.14159 × 8 = 50.27 units. If you know the diameter (e.g., 16), multiply it directly by π: 16 × 3.14159 ≈ 50.27.
What is a circular sector and how do I find its area?
A sector is the 'pie slice' between two radii. Sector area = (angle / 360) × π × r². Example: a 60° sector in a circle of radius 10 → (60/360) × π × 100 = (1/6) × 314.16 = 52.36 sq units.
How do I calculate arc length?
Arc length = (angle / 360) × 2 × π × r. For a 120° arc on a radius-6 circle: (120/360) × 2π × 6 = (1/3) × 37.70 = 12.57 units. In radians: arc = r × θ (where θ is in radians).
If I know the area, how do I find the radius?
Reverse the formula: r = √(Area / π). If the area is 100 sq units: r = √(100 / 3.14159) = √31.83 ≈ 5.64 units. If you know the circumference instead: r = Circumference / (2π).
Why does area scale with r² but perimeter scales with r?
Area measures a 2D surface — scaling the radius by k scales both width and height, so area multiplies by k² (doubling r → 4× area). Perimeter is a 1D length, so it scales linearly with r (doubling r → 2× perimeter). A radius-10 circle has area 4× larger than a radius-5 circle, but only 2× the circumference.
How many pieces does a 45° sector divide a circle into?
360° ÷ 45° = 8 equal slices. Each slice holds 1/8 of the total area. For a pizza of radius 15 cm: total area = π × 225 ≈ 706.86 cm². Each 45° slice ≈ 88.36 cm².
What units does this calculator use?
The calculator is unit-agnostic: if you enter the radius in centimeters, area is in cm² and perimeter in cm. Enter in meters → area in m², etc. The formulas (π × r²) work for any consistent unit system.
Can I calculate a semicircle's area?
Yes: enter the radius and set the angle to 180°. The sector area result will be the semicircle area = π × r² / 2. For radius 10: semicircle area = 314.16 / 2 = 157.08 sq units. The arc (the curved part) = π × r = 31.42 units.

Methodology & trust

Editorial

Calculadora de matemática revisada por el equipo editorial de Hacé Cuentas, contrastada con Wolfram MathWorld — Circle, según nuestra política editorial y metodología.

Updates

Última revisión: June 16, 2026. Los parámetros se verifican periódicamente con las fuentes citadas.

Privacy

Calculations run 100% in your browser. We do not store or transmit your data.

Limitations

Indicative results. For critical decisions, consult a professional.

📌 How to cite this calculator

Rodríguez, M. (2026). Circle Area, Perimeter, and Sector Calculator. Hacé Cuentas. https://hacecuentas.com/circle-area-perimeter-sector

Contenido bajo licencia CC-BY 4.0 — reutilizable citando la fuente con enlace a Hacé Cuentas.

✉️ Reportar un error en esta calculadora