Paint calculator — how much paint to buy
Work out exactly how many litres or gallons of paint a room needs before you head to the shop. Enter the room length, width and wall height, subtract your doors and windows, choose the number of coats and your paint’s coverage rate, and the calculator returns the paint volume plus the paintable wall area. It works in metric or imperial and is handy for a single feature wall or a whole repaint.
How it works
The estimate uses the standard decorator’s method — total wall area equals the room perimeter times the wall height, minus a fixed deduction for each opening:
wall area = 2 × (length + width) × height
paintable = wall area − (doors × door area) − (windows × window area)
volume = paintable × coats ÷ coverage rate
Default deductions are 1.9 m² per door and 1.4 m² per window (21 ft² and 15 ft² in imperial). The default coverage rate is 11 m² per litre per coat. Negative results are clamped to zero, so heavily glazed rooms never go below nothing.
Example
A 4 m × 4 m room with 2.4 m walls, 1 door, 1 window, 2 coats, coverage 11 m²/litre:
- Wall area: 2 × (4 + 4) × 2.4 = 38.4 m²
- Deductions: 1.9 + 1.4 = 3.3 m² → paintable = 35.1 m²
- Painted area: 35.1 × 2 coats = 70.2 m²
- Paint: 70.2 ÷ 11 = 6.38 litres (buy a 5 L + a 2.5 L tin)
| Coverage rate | Paintable | Coats | Paint needed |
|---|---|---|---|
| 11 m²/L | 35.1 m² | 1 | 3.19 L |
| 11 m²/L | 35.1 m² | 2 | 6.38 L |
| 12 m²/L | 35.1 m² | 2 | 5.85 L |
Every calculation runs entirely in your browser and nothing is uploaded.