Surface Area Calculator
Calculate the surface area of spheres, cones, cubes, cylinders, prisms, pyramids, ellipsoids, capsules, frustums, and spherical caps with step-by-step solutions and interactive diagrams.
Choose a shape
Sphere inputs
What Is Surface Area?
Surface area is the total two-dimensional area covered by the outside of a three-dimensional object. Unwrap a cylinder, peel an orange, or flatten a paper bag and you are looking at its surface area: every flat patch, summed up, regardless of how those patches are bent in space.
The units are always length squared — m², ft², in², cm². Because the surface is a 2D quantity, doubling every linear dimension multiplies the surface area by four (2²), even though the volume multiplies by eight (2³). That square-cube law underlies almost everything from how fast a coffee cools to why blue whales need a circulation system that mice can do without.
Surface Area vs Volume
Volume measures the space a solid occupies (units cubed); surface area measures its skin (units squared). The ratio of the two — surface-to-volume, often written S/V — sets the speed at which any object exchanges heat, gas, or chemicals with its surroundings. Small objects (fine droplets, dust, cells, nanoparticles) have huge S/V; large objects (icebergs, planets, whales) have tiny S/V.
For a sphere of radius r, S = 4πr² and V = (4/3)πr³, so S/V = 3/r. Halve the radius and the ratio doubles. This single equation explains why ice melts faster when crushed, why fine flour dust ignites explosively, why intestinal villi are folded, and why cells stop growing past a certain size.
How Surface Area Is Calculated
Reach for the shape's formula
Every solid has a closed-form (or near-closed-form) area expression. For curved sides this means breaking the surface into bands or sectors that can be integrated; for polyhedra it means summing flat face areas.
Substitute the measurements
Plug your inputs — radius, height, edge length, axes — into the formula. The calculator does this exactly using full double-precision arithmetic.
Add the caps where they exist
Cones, cylinders, frustums, and pyramids have a 'lateral' (curved or slanted) area plus separate flat caps. Total area is the sum; lateral area drops the caps.
Common Surface Area Formulas
Every shape calculator above uses one of the standard Euclidean-geometry formulas listed here. Lateral area excludes the caps; total area sums every face.
Sphere
A = 4πr²
Four great-circle disks.
Cone (total)
A = πr(r + l)
l = √(r² + h²).
Cube
A = 6a²
Six identical square faces.
Cylinder (total)
A = 2πr(r + h)
Side unrolls to 2πr × h.
Rectangular prism
A = 2(lw + lh + wh)
Three opposite-face pairs.
Capsule
A = 2πr(2r + h)
Cylinder band + full sphere.
Spherical cap
A = 2πRh
Archimedes' zone theorem.
Conical frustum
A = π(R² + r² + (R+r)s)
s = √(h² + (R−r)²).
Ellipsoid
A ≈ 4π[(aᵖbᵖ+aᵖcᵖ+bᵖcᵖ)/3]^(1/p)
Knud Thomsen, p = 1.6075.
Square pyramid
A = a² + 2as
s = √((a/2)² + h²).
Why Surface Area Matters
Engineering & architecture
Heat-exchanger surface area, building envelope, façade cladding, structural skin — every design that resists heat, wind, or load is sized by area.
Manufacturing & packaging
Sheet-metal cuts, blister packs, plastic moulds, cardboard nets. Lower surface area means less material and lower cost per unit shipped.
Construction & materials
Paint, plaster, tile, insulation, and waterproofing are all sold per square unit. Accurate surface area drives quantity take-offs and project budgets.
Chemistry & catalysis
Reaction rate scales with available catalyst surface area; nanoparticles, porous carbons, and zeolites maximise area per gram.
Physics & thermodynamics
Newton's law of cooling, Stefan–Boltzmann radiation, and convective heat transfer are all proportional to surface area.
Biology & medicine
Cell metabolism, alveolar gas exchange, intestinal absorption, and drug-dissolution rate all run faster on bigger surface-to-volume ratios.
Tricky Cases & Best Practices
- Slant vs perpendicular height. Cone, frustum, and pyramid formulas use the slant height l (along the surface), not the vertical height h. The Pythagorean theorem links them.
- Lateral vs total surface area. Lateral excludes the flat caps; total includes them. Choose the right one depending on whether the caps are open or sealed in your real-world object.
- Open vs closed solids. An open cylinder (a cup) has only one base; an open box has no lid. Subtract the missing faces from the closed-shape formula.
- Ellipsoid is approximate. The exact ellipsoid surface area requires elliptic integrals. The Knud Thomsen formula with p = 1.6075 stays within ~1.06% for any axis ratio.
- Capsule degenerates. Set h = 0 in the capsule formula and it correctly reduces to a sphere. Set r = R in the frustum formula and you get a cylinder; set r = 0 and you get a cone.
Real-World Examples
Geodesic domes and spherical roofs
Buckminster Fuller's domes maximise enclosed volume for the smallest skin area — the sphere wins by 36% over a cube of equal volume.
Pharmaceutical capsules
A standard size-0 gelatin capsule has a surface area near 286 mm². The 2πr(2r + h) formula sets the gelatin sheet thickness during manufacturing.
Cooling towers
Hyperboloid cooling towers are conical frustums in concept. Their massive lateral area maximises convective and evaporative cooling for a given footprint.
Cell biology
A 10 µm cell has S/V ≈ 0.6 µm⁻¹; a 1 µm bacterium has S/V ≈ 6 µm⁻¹. Ten times more skin per unit volume drives bacterial metabolism.
Common Mistakes
- Reporting surface area as a length. Surface area is a 2D measure — m², not m. A 50 m² wall is not 50 metres of anything.
- Mixing units between fields. Every measurement on a single calculator must use the same unit. Convert before you enter.
- Using the slant length as the height. Cone, pyramid, and frustum volumes use perpendicular height h, not the slant l or s. Use l only where the formula calls for it.
- Forgetting to add the base. A cone's total surface area is πrl + πr² — the πr² is easy to forget. Open cones (traffic cones, party hats) need only the lateral area.
- Doubling instead of squaring. Doubling the radius of a sphere does not double the surface area — it quadruples it. Plan material orders accordingly.
Methodology & Accuracy
Every calculation runs entirely in your browser using JavaScript's full double-precision arithmetic (about 15–17 significant digits internally). The displayed result is rounded to four significant figures by default; numbers outside the 0.0001 to 999,999,999 range switch automatically to scientific notation. Nine of the ten formulas are exact for ideal geometry; the ellipsoid uses the Knud Thomsen approximation (p = 1.6075), accurate to within about 1.06% for any axis ratio. All formulas trace back to standard secondary-school and university Euclidean geometry texts.
Frequently Asked Questions
Related Calculators
Pair the surface area calculator with geometry, trigonometry, and unit-conversion tools.
- Area CalculatorArea of rectangles, triangles, circles, sectors, ellipses, polygons, and 14 shapes total.
- Circle CalculatorFind area, circumference, diameter, and radius from any one known value.
- Triangle CalculatorSolve any triangle (SSS, SAS, ASA, AAS, SSA) for sides, angles, area, altitudes, medians, inradius, circumradius and centres.
- Distance Calculator2D, 3D, lat/lng, map, vector, and geometry distance — six tools, step-by-step solutions, interactive visualisations.
- Scientific CalculatorAdvanced trig, log, exponent, root, factorial, and memory functions.
- Unit ConverterAll-in-one converter for 40+ measurement categories with natural-language input.