U

Surface Area Calculator

Find the surface area of a cube, cuboid, cylinder, sphere or cone from its dimensions, with lateral versus base area split plus volume.
Input Details
Cube
4
0.1100
Cuboid (box)
6
0.1100
4
0.1100
3
0.1100
Cylinder
3
0.1100
8
0.1100
Sphere
5
0.1100
Cone
4
0.1100
9
0.1100

Total surface area

Surface area breakdown

Total surface area
Lateral (side) area
0
(0.00%)
Base / end area
0
(0.00%)

Note

Breakdown

Lateral (side) area
0
Base and end area
0
Volume
0

Key Assumptions

  • Each dimension slider is measured in the same unit (cm, m, ft, in) — results are reported in that unit squared (u²) or cubed (u³).
  • Surface area is the total exterior area of a closed solid, including all flat faces and curved surfaces, as defined by the standard formulas.
  • The cone is a right circular cone: its slant height is derived from the base radius and height using Pythagoras rather than entered directly.
  • For a sphere there is no separate base or end surface, so the base/end area is reported as 0 and the entire area is lateral.
  • The cuboid formula assumes rectangular faces; slanted or irregular boxes would need a different net decomposition.

Formula Used

Cube: SA = 6 × s² Cuboid: SA = 2 × (l×w + w×h + h×l) Cylinder: SA = 2πr² + 2πrh Sphere: SA = 4πr² Cone: SA = πr² + πr × √(r² + h²)
Embed this calculator on your website

Add this embed page to your site — visitors use the calculator right from your page.

Every three-dimensional object has an outside, and the total amount of that outside — the wrapping paper it would take to cover it, the paint it would need, the heat it exchanges with the air around it — is its surface area. For a flat rectangle you compute square footage easily, but once a shape curves into a sphere, tapers into a cone, or stacks into a capsule, the total outer area needs its own set of formulas. This calculator handles eight of the most common shapes you will actually measure: the sphere, cube, cylinder, cone, rectangular box, capsule, square pyramid, and ellipsoid. Each shape gets a tab, you enter its defining dimensions in any consistent unit, and the tool returns the total surface area in square units together with the formula that produced it.

Why surface area matters

Surface area is not an abstract geometry toy; it shows up whenever a material must cover a solid. Wrapping a gift box requires exactly the box's surface area plus a little overlap. Painting a cylindrical tank requires the tank's outer area to estimate how much paint to buy. Insulation, heat loss, and energy transfer all scale with surface area rather than volume, which is why a long skinny radiator sheds heat faster than a compact cube of the same volume. Even biology leans on it: small cells have a large surface-to-volume ratio precisely because diffusion happens across surfaces.

The distinction from volume is worth stating plainly. Volume measures the space inside an object; surface area measures the membrane that contains it. Two containers can hold exactly the same amount of liquid yet need very different amounts of material to build, depending entirely on how efficiently their shape packs the volume into a small wrapper. Understanding both numbers lets you estimate material cost, coating coverage, packaging waste, and thermal performance from nothing more than a tape measure.

Measuring in consistent units

Every formula in this calculator assumes the inputs share a single unit. Enter all dimensions in meters and the answer arrives in square meters; enter them in feet and the result is square feet; enter them in inches and the result is square inches. Because area conversions square the linear ratio, 1 square meter equals about 10.764 square feet, and 1 square foot equals 144 square inches. Mixing units — a radius in centimeters with a height in meters, for example — quietly wrecks the result, so converting to one unit before calculating is the single most important habit for accurate surface-area work.

A common shortcut that captures the spirit of the math: convert each smaller unit to your target unit first (12 inches in a foot), then let the formula's multiplications carry the squaring automatically. The tool's unit label reminds you the answer is always "square" whatever you started in, and re-running with a quick sanity figure, such as a 5-unit sphere returning about 314, quickly catches entry slips.

The eight shapes and their formulas

Sphere

The sphere is the most area-efficient shape known: for a given volume it needs the least surface area. Its entire surface is curved and perfectly symmetric, so one measurement, the radius r, drives everything. The formula is SA = 4πr². A sphere of radius 5 therefore has a surface area of 4 × π × 25 ≈ 314.16 square units. Any balloon, ball, or spherical tank is measured exactly this way.

Cube

A cube is six identical squares joined at right angles, so its surface area is simply six times the area of one face. With edge length a, each face is a², and the total is SA = 6a². A cube with a 3-unit edge has faces of 9 square units each, for a total of 54 square units. The cube is the geometric atom of boxes, dice, and concrete blocks, and its formula is the easiest to remember.

Cylinder

A closed cylinder, like a typical tank or can (which is what the reference uses as its signature example), is two flat circles plus a curved rectangle that unfurls around the middle. The two ends contribute 2πr² and the curved side contributes 2πrh, where r is the base radius and h the height. Total SA = 2πr² + 2πrh. A tank with radius 3 and height 5 works out to 2π(9) + 2π(15) ≈ 150.80 square units. Open cylinders omit one or both end circles depending on the design.

Cone

A closed cone pairs a circular base with a slanted surface that gathers to a point. The base contributes πr². The curved face has area πrl, where l is the slant height — the distance along the surface from the edge of the base to the tip. Because the slant height is the hypotenuse of a right triangle with legs r and h behind it, l equals √(r² + h²). Total SA = πr² + πr√(r² + h²). This is the geometry behind conical hats, traffic cones, and party decorations measured by their wrapper.

Rectangular box

Most packaging in your kitchen is a rectangular box, and its six faces come in three opposite pairs. Length times width gives the top and bottom, length times height gives the front and back, and width times height gives the two ends, each pair counted twice: SA = 2(lw + lh + wh). The step-by-step example of wrapping a 3-by-4-by-5 box gives 2(12 + 15 + 20) = 94 square units of paper needed, less any overlap.

Capsule

A capsule, sometimes called a pill shape, is a cylinder capped with a hemisphere at each end. Its surface is the curved side of the cylinder plus the two half-spheres, which together form one full sphere. With radius r and cylindrical body length h, SA = 2πrh + 4πr². Capsules model pills, pressure vessels, and certain containers, combining a cylindrical middle with fully rounded ends that have no flat seams.

Square pyramid

A square pyramid, like the model in the reference example, has a square base and four triangular faces meeting at an apex. The base contributes a². Each triangular face's area is base times slant height divided by two, and the four together collapse to 2a√((a/2)² + h²), where h is the vertical height. Total SA = a² + 2a√((a/2)² + h²). Every tetrahedral tent, pyramid-shaped roof, and toy model uses this pair of measurements.

Ellipsoid

The ellipsoid — a sphere stretched along three axes — is the notable exception to tidy formulas. Mathematicians have proven there is no simple closed form for its surface area, so calculators use very accurate approximations. This one applies the Knud Thomsen approximation with exponent 1.6075: SA ≈ 4π × ((a^p b^p + a^p c^p + b^p c^p)/3)^(1/p). It stays within about one percent of the true value for most realistic ellipsoids, and when all three axes are equal it reduces exactly to the sphere's 4πr². It is the engine behind estimating surface area for rugby balls, eggs, and slightly squashed tanks.

Total surface area versus lateral surface area

Real projects sometimes need only part of a solid's surface. Painting a cylinder's side but not its lid needs the lateral area 2πrh with the 2πr² for the ends removed. Covering a cone's wrapper needs only πrl and not the base circle. This calculator always reports the total surface area of a closed solid, which is the safest general default, and the material requirement for any completely covered object. If a design leaves a face open, subtract that specific face's area using the shape's formula and the numbers already on your screen.

Understanding this distinction also prevents over-ordering. A project that coats only the outside wall of a cone but leaves its base sitting on a table is overstated by πr² if you use the total. Conversely, forgetting the two cylinder ends understates material drastically. Reading which faces are open or closed is part of measuring any real tank, pipe, vessel, or wrapper, and the formulas above give you both total and per-face numbers to work from.

Real-world worked examples

Try a few practical figures to see the patterns. A spherical ball of radius 0.5 meters needs 4π(0.25) ≈ 3.14 square meters of covering. A cylindrical tank with base radius 3 feet and height 5 feet needs about 150.8 square feet of paint for its entire outside. A 3-by-4-by-5 foot box needs 94 square feet of wrapping, and a square pyramid with a 3-unit base edge and 5-unit vertical height has a total of 9 + 2(3)√(2.25 + 25) ≈ 40.32 square units. The ellipsoid with axes 3, 4, and 5 yields roughly 219.8 square units through the Thomsen approximation. Each of these is reproducible by hand from the formulas on this page, which turns the calculator into both a tool and a teaching resource.

Transforming irregular objects

Most real objects are not clean spheres or boxes, but nearly any irregular shape can be decomposed into standard pieces whose surface areas add up. A storage silo is a cylinder underneath a half-sphere; a desk organizer is a stack of rectangular boxes; a rocket model is a cone on a cylinder. Compute each component's surface area with its own tab, sum the results, and subtract any shared internal faces where materials overlap. This decomposition trick extends the eight formulas here to a huge range of practical shapes with only a ruler and a little patience.

Common mistakes and how to avoid them

  • Mixed units. Entering a radius in inches and a height in feet produces a meaningless answer; convert to one unit first.
  • Slant height versus vertical height. Cones and pyramids are measured by their inside vertical height h, and the slant height is derived through the Pythagorean-style √(r² + h²); entering the slant directly corrupts the formula.
  • Forgetting squared units. The result is always square units, and converting between square units squares the linear factor, so 1 m² is not 3.28 ft² but about 10.76 ft².
  • Using the wrong tab. The shape selector determines which formula runs; entering box dimensions on the wrong tab produces the wrong geometry even with correct numbers.
  • Forgetting open faces. If a real tank or box has no lid, subtract that face's area from the closed-solid total rather than using the full result.

Verifying the result

A quick mental cross-check keeps errors out of material orders. Remember the anchors: a radius-5 sphere returns about 314, a 3-edge cube returns 54, a 3-by-4-by-5 box returns exactly 94, and a cylinder of radius 3 and height 5 returns roughly 151. If your answer lands far outside the expected scale for your dimensions, revisit the units and the active tab before trusting the number. Surface area answers, unlike many financial estimates, are exact for the ideal shapes modeled here, so the only sources of error are measurement and entry — both fully within your control.

Whether you are wrapping, coating, insulating, or estimating, this calculator turns a ruler into a full bill of materials for the world's most common shapes. Enter the dimensions once, read the total surface area, and keep the formula beside you for the next time the question comes up.

Disclaimer

Results are provided as estimates for informational purposes only and may be inaccurate. Always verify outcomes with a qualified professional before making financial or personal decisions based on these calculations.

FAQs

Related Calculators