DEV Community

Efficienco
Efficienco

Posted on

How to Calculate Bitumen Quantity for Roads and Driveways (With Formula)

Getting bitumen quantity wrong on a paving job is expensive in both directions — order too little and you're waiting on a second delivery mid-pour, order too much and you're eating the cost of unused material. Here's the actual math contractors and estimators use, so you can sanity-check any calculator (including automated ones) before you commit to an order.

*The core formula
*

Bitumen requirement for a road or driveway surface comes down to three inputs:

Bitumen quantity (kg) = Area (m²) × Bitumen rate (kg/m²) × Number of coats
Area — length × width of the surface you're covering, in square meters.
Bitumen rate — the application rate, typically expressed in kg per m². This varies by surface type and coat purpose (tack coat, prime coat, or wearing course all have different standard rates).
Coats — most jobs use a prime coat plus a tack coat, and sometimes a separate seal coat — each with its own rate, so don't assume "one number fits all layers."
Typical application rates

As a rough reference (always confirm against your local spec or the binder manufacturer's datasheet, since rates vary by climate and surface type):

Prime coat: ~0.6–1.0 kg/m²
Tack coat: ~0.2–0.5 kg/m²
Surface dressing / wearing course: ~1.0–2.5 kg/m², depending on aggregate size

*A worked example
*

Say you're prime-coating a 500 m² driveway at 0.8 kg/m²:

500 m² × 0.8 kg/m² × 1 coat = 400 kg of bitumen

Add a tack coat at 0.3 kg/m² on the same area and you need another 150 kg — 550 kg total before you account for wastage.

*Don't forget wastage
*

Add 5–10% on top of the calculated figure for spillage, uneven application, and edge overruns. Estimators who skip this step are usually the ones making the emergency second order.

*Why I built a calculator for this anyway
*

The formula above is simple, but juggling multiple coats, unit conversions, and wastage percentages by hand on-site is where errors creep in. I built a free Bitumen Calculator that takes area, rate, and coat count and gives you the total instantly — useful for a quick double-check even if you're running your own spreadsheet for the official estimate.

Top comments (0)