Skip to content
Calculadora.co.uk

Calculadora · Maths

Cylinder Surface Area calculadora

LIVE
Lateral area
188.4956
2πrh
Total surface
245.0442
2πr(h + r)
Volume
282.7433
πr²h

Work out the total or lateral surface area of a cylinder from its radius and height. Shows the formulas (2πrh + 2πr² and 2πrh) with a worked example in metric units.

Written by Laura WhitmoreReviewed by Editorial Desk

How it works

What "area of a cylinder" really means

The cylinder surface area problem combines three distinct shapes: the curved side (lateral) and two flat circular ends. "Surface area" in school maths almost always means total surface area — all three added together.

Some problems ask for just the lateral area (a label wrapped around a can, a paint job on a silo wall, a sticker for a pipe). Always re-read the question to check which is being asked for.

The three formulas on one line

  • Lateral area (the curved side): L = 2πrh
  • Base area (each circular end): B = πr²
  • Total surface area: A = 2πr² + 2πrh = 2πr(r + h)

Three worked examples

1. Drinks can — r = 3.3 cm, h = 11.5 cm

Lateral: 2π × 3.3 × 11.5 ≈ 238.5 cm².

Bases: 2 × π × 3.3² ≈ 68.4 cm².

Total: ≈ 306.9 cm². The label on a 330 ml can covers only the lateral area — roughly 239 cm² of printable space.

2. Hot water cylinder — r = 0.25 m, h = 1.5 m

Insulation jackets wrap only the side, so you need lateral area: 2π × 0.25 × 1.5 ≈ 2.36 m². Plumbers add ~10% for overlap, so buy a 2.6 m² jacket.

3. Garden roller — r = 0.2 m, h = 0.6 m

Paint covers only the outside of the drum (lateral): 2π × 0.2 × 0.6 ≈ 0.754 m². At 10 m²/L coverage for exterior metal paint, you need ≈ 75 ml per coat.

Open vs closed cylinders

A closed cylinder (a sealed can) uses the full A = 2πr(r + h).

An open cylinder (a beaker, a planter with no lid) has only one base: A = 2πrh + πr² = πr(2h + r).

A tube (both ends open, e.g. a pipe section) is just the lateral area: A = 2πrh, unless the tube has measurable wall thickness, in which case you subtract the inner cylinder.

How this connects to volume and capacity

Surface area grows with the square of the size, but volume grows with the cube — which is why giant storage cylinders lose less heat per litre than small ones (lower surface-to-volume ratio).

If you need the inside capacity, use our **cylinder volume calculadora. For sphere and cone problems use sphere volume and cone volume**.

Common mistakes

  • Forgetting to double the base area. A closed cylinder has two circles, not one.
  • Using diameter instead of radius. The formula needs r = d/2.
  • Mixing units — if h is in metres and r in centimetres, convert first. Our tool handles this automatically.
  • Writing 2πr² when you mean (2πr) × r. Write as 2π × r × r to keep the order of operations clean.

Works well with

How we check the maths

Every geometry widget on the site has unit tests in `lib/calculadoras/*.test.ts` that cover known textbook values and edge cases (radius 0, height 0, huge numbers). Our editorial policy and corrections policy explain how we source and verify content. Calculations run entirely in your browser.

Frequently asked questions

What is the surface area formula for a cylinder?
For a closed right circular cylinder, A = 2πr(r + h). That is 2πr² for the two ends plus 2πrh for the side.
How do I find just the lateral (curved) surface?
L = 2πrh. Use this for labels, jackets or paint on the side only.
What is the difference between volume and surface area?
Volume (πr²h) measures what fits inside — how much liquid or gas. Surface area measures the skin — how much material, paint or heat-loss surface it has.
Why is the lateral formula 2πrh?
If you unroll the side, it becomes a rectangle whose width is the circumference (2πr) and whose height is h. So area = 2πr × h.
Do I need the diameter or the radius?
The formula uses the radius. If you only have the diameter, divide by 2 first.
How do I convert between cm² and m²?
There are 10,000 cm² in 1 m² (not 100). Multiply cm² by 0.0001 to get m².
What about a hollow tube (both ends open)?
Just the lateral area: A = 2πrh. If wall thickness matters, subtract the area of the inner cylinder.
How do I calculate the surface of an oblique cylinder?
The curved-surface formula needs the slant length rather than h — use Pythagoras to get the slant height first.
How much paint do I need for a cylindrical tank?
Work out the lateral + optional top area, divide by the paint's stated coverage (usually m² per litre), and add 10–15% for wastage and second coats.
Can π be replaced with 22/7?
For rough mental maths, yes — 22/7 is ~0.04% high. For engineering or exam work, use 3.14159 or the π key on your calculadora.

References