An asphalt calculator that turns a simple set of measurements — your area, the compacted depth and the mix density — into the number of tonnes of asphalt you need to order, plus an optional cost estimate. It is built for driveways, paths, car parks, patches and small road sections, and it works in both metric and imperial so you can match whatever units your supplier quotes.
Asphalt is sold by weight, not by area, which is what trips most people up. A quote in square metres tells you nothing until you fold in how thick the layer is and how heavy the mix is. This tool does that conversion the right way: it computes the laid volume, scales it by the real compacted density of hot-mix asphalt, adds a sensible waste allowance, and reports the answer in tonnes, US tons and kilograms at once. Enter a price per tonne and it also returns a live material cost so you can sanity-check a supplier’s quote before you commit.
How it works
The calculation runs in four clear steps. First the surface area is worked out from your dimensions — length times width for a rectangle, or pi times radius squared for a circle. Second, the compacted depth is converted to metres (millimetres in metric, inches in imperial). Multiplying area by depth gives the bare volume in cubic metres.
Third, that volume is scaled up by your waste and compaction allowance — a few percent to cover spillage, edges and uneven sub-base — and then multiplied by the mix density in kilograms per cubic metre. Dense hot-mix asphalt sits around 2300 to 2400 kg per cubic metre once rolled; porous mixes are lighter. Dividing the resulting mass by 1000 gives metric tonnes, and a fixed factor converts that to US short tons. Finally, if you supply a price per tonne, the tool multiplies it by the tonnage for a cost estimate. Every linear input is normalised to SI units internally, so mixing a depth in inches with a width in feet still produces a correct answer.
Formula note
The core relationship is tonnes = area (m²) × depth (m) × density (kg/m³) × (1 + waste%) ÷ 1000. Depth must be the finished compacted thickness, not the loose-laid height, because asphalt loses height as it is rolled. Density is the single biggest lever on the result, so if your supplier gives you a specific compacted density, type it into the custom field rather than relying on the preset.
Worked example
Say you are surfacing a driveway that is 10 m long and 4 m wide at a 50 mm compacted depth, using a standard dense mix at 2400 kg/m³ with a 5% waste allowance.
- Area = 10 × 4 = 40 m²
- Depth = 50 mm = 0.05 m
- Bare volume = 40 × 0.05 = 2.0 m³
- With 5% waste = 2.0 × 1.05 = 2.1 m³
- Mass = 2.1 × 2400 = 5,040 kg
- Tonnage = 5,040 ÷ 1000 = about 5.04 tonnes (≈ 5.56 US tons)
At an example price of £95 per tonne that is roughly £479 of material. The breakdown panel shows every one of these intermediate figures, so you can see exactly where the tonnage comes from and adjust the depth or density to compare options. As with all Gera Tools, the maths happens entirely in your browser and none of your figures are uploaded or stored.