Area + depth → volume, tonnes, bulk bags — driveways, drainage, paths — browser-only
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
What this tool does
Free gravel and aggregate calculator. Enter the area you want to cover (rectangle or circle) and the depth you want to lay it, and get the volume (m³ or yd³), the weight in tonnes to order from the quarry, and the number of bulk bags or small bags you need.
The hard part of ordering aggregate is not the geometry — it is the jump from "5 m × 4 m driveway, 50 mm deep" to "how many tonnes?". Quarries and builders' merchants sell by weight, but you measure in metres and millimetres. This tool bridges the two: area × depth is the volume, and volume × bulk density is the weight. Pick your material (crushed stone / road base ≈ 1.5 t/m³, pea gravel ≈ 1.6, sharp sand ≈ 1.6, ballast ≈ 1.75) or type a custom density straight off your supplier's spec sheet.
It also handles the two things calculators usually skip. Compaction: a compacted MOT type-1 sub-base needs roughly 25% more loose material than the finished depth, so there is a compaction allowance you can dial in. And bags: it rounds up to whole bulk bags (default 850 kg) and small bags (default 25 kg), because you cannot buy a fractional bag. Metric and US imperial throughout. 100% client-side — your measurements never leave the page.
Tool details
- Input
- Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 10 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Calculator · Designer
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Gravel Calculator fits into your work
Use it for fast estimates, comparisons, and planning numbers before you make the final call.
Calculation jobs
- Getting a realistic range before a purchase, plan, workout, or schedule decision.
- Comparing scenarios by changing one input at a time.
- Turning rough assumptions into a number you can discuss.
Calculation checks
- Double-check units, dates, rates, and rounding assumptions.
- Treat health, finance, tax, and legal outputs as planning aids, not professional advice.
- Save the inputs that produced an important result so you can reproduce it later.
Good next steps
These links move the current task into a more complete workflow.
- 1 Concrete Calculator Slab, column, round footing & stairs → cubic meters/yards + cement bags, sand and gravel — browser-only Open
- 2 Paint Calculator Wall area → litres & cans of paint, with doors/windows deducted, coats and price — metric & US units, browser-only Open
- 3 Unit Converter Convert between length, weight, temperature, area, volume, speed, time — instant, browser-only Open
Real-world use cases
Order gravel for a new driveway
You are surfacing a 5 m × 4 m driveway with 50 mm of decorative pea gravel over a compacted sub-base. Set the rectangle to 5 by 4, depth to 50 mm, material to pea gravel (1.6 t/m³), compaction to 0% for the loose top layer. The tool returns 1 m³ → 1.6 tonnes, or 2 bulk bags at 850 kg each. Order 2 bags and you have a small margin for the inevitable spillage and the wheelbarrow you can never empty.
Estimate a compacted MOT type-1 sub-base
Under that same driveway you want 150 mm of MOT type-1 crusher run, compacted. Switch the depth to 150 mm, material to crushed stone (1.5 t/m³), and set the compaction allowance to 25% because the plate compactor will eat into the loose volume. For a 20 m² area the tool jumps the loose order from 3 to 3.75 tonnes — the extra 0.75 t is exactly what gets compacted out, and ordering the finished volume would leave you short.
Fill a French drain or soakaway
A drainage trench 10 m long, 0.3 m wide, filled 0.4 m deep with clean stone. Use the rectangle at 10 by 0.3, depth 400 mm, material crushed stone. The result tells you the tonnes to order and how many bulk bags — handy because drainage stone is almost always sold loose by the tonne or in dumpy bags, never in neat decorative quantities.
Top-dress a gravel garden path
A winding path you measure as roughly 12 m² of coverage, freshening it with 40 mm of new pea gravel. Switch to direct area thinking — measure the path as a rectangle equivalent — set depth 40 mm, and the small-bag count tells you how many 25 kg bags to grab from the garden centre instead of ordering a whole tonne you do not need.
Price a landscaping job for a client
You are quoting a client and need the aggregate line item. Enter each area, lay depth and material, read the tonnes, multiply by your supplier's per-tonne rate, and copy the result. The shareable URL reproduces the exact scenario, so you can paste the link into your estimate and the client can see the assumptions — area, depth, material — not just a number you pulled from the air.
Common pitfalls
Entering depth in the wrong unit. 50 mm is 0.05 m, not 0.5 m. Typing 50 into a "metres" field over-orders by 1000×, and typing 0.5 when you meant 50 mm over-orders by 10×. This tool's depth field is labelled mm (metric) / inches (imperial) precisely so you never confuse it with the metres used for length and width.
Using radius instead of diameter for a circular area. The circle field asks for the full diameter. Put the radius in and you under-order to a quarter of what you need (area scales with the square of the radius). If you measured across the middle of the circle, that is the diameter — use it directly.
Ordering the finished compacted volume for a sub-base. Compacted MOT type-1 settles roughly 25% under a plate compactor, so the loose volume you order has to be larger than the hole you are filling. Skipping the compaction allowance is the classic reason a sub-base runs one bag short on the last pass.
Privacy
Your area, depth and the volume and tonnage results are all computed by JavaScript in your browser tab. No dimension is uploaded or logged, and the page keeps working offline after it loads.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- ASCII Art Generator Generate ASCII art from text — figlet-style banners, multiple fonts.
- Avatar Generator Generate avatars from initials, identicons, or random shapes. Download PNG/SVG.
- Base64 Encoder & Decoder Encode or decode Base64 — text, files, and Data URLs. Runs entirely in your browser.
- Base64 Image Converter Image ⇄ Base64 — drag-drop PNG/JPG/WebP/SVG, get data URI for CSS / HTML / Markdown.