Ready-Mix Concrete Order (Trucks, Waste, Short Load)

How much ready-mix to order, how many trucks that is, and whether a short-load fee applies.

Run the calculator

Example

You enter

You get

Details, formula, and sources

Ordered = in-place volume x (1 + waste%), trucks = ceil(ordered/capacity), short-load fee below the plant minimum. 42 yd^3 at 8% waste, 10 yd^3 trucks -> 45.4 yd^3, 5 trucks, 5.4 yd^3 last load, no fee; a small 6 yd^3 pour trips the sub-10 yd^3 short-load fee. Ordering a little long beats a second delivery. The supplier's terms govern.

ordered = volume x (1 + waste%); trucks = ceil(ordered / load); last_load = ordered - (trucks-1) x load; short_load if ordered < min.

Ready-mix concrete ordering (volume, waste allowance, truckloads, short-load minimum), standard concrete-supply practice, by name.

The waste-allowance, truckload, and short-load-minimum arithmetic is public; the truck size, plant minimum, and fee schedule come from the supplier.

Estimate. AHJ and licensed professional govern.

Field names used by the API: volume_yd3, waste_pct, load_yd3, min_yd3, ordered_yd3, trucks, last_load_yd3

Related tools