Tiling a wall or floor needs a tile count that allows for the cuts around edges and obstacles, then rounds up to whole boxes. This calculator does both from your surface size and the tile format you have chosen.
How it works
surface area = width × height
tile area = (tile width cm / 100) × (tile height cm / 100)
tiles = ceil(surface area / tile area)
to buy = ceil(tiles × (1 + waste%))
boxes = ceil(to buy / tiles per box)
The waste allowance covers the tiles you cut to fit edges and around fittings — offcuts are rarely large enough to reuse elsewhere.
Worked example
A 3 m × 2.4 m wall with 20 cm × 30 cm tiles, using 10 percent waste and 10 tiles per box:
- Wall area = 7.2 m²
- Tile area = 0.2 × 0.3 = 0.06 m²
- Tiles = ceil(7.2 / 0.06) = 120, plus 10 percent = 132
- Boxes = ceil(132 / 10) = 14 boxes
What to watch
Pattern drives waste. Straight layouts waste least; diagonal and herringbone layouts generate far more offcuts, so raise the waste percentage for them.
Keep a spare box. Colours shift between production batches, so a box kept back from the original batch is the only reliable match for a future repair.