Methodology
Gravel Calculator Methodology
Last reviewed
Quick Answer
The gravel calculator multiplies area by depth to get cubic feet, divides by 27 to get cubic yards, and multiplies cubic yards by an estimated density to get tons. This page documents every formula, constant, and rounding rule it uses, along with the assumptions and limits of the result.
What the Calculator Measures
The gravel calculator estimates two related things: the volume of gravel needed to fill a given area to a given depth, and the approximate weight of that volume for the stone type selected.
Volume is reported in cubic feet and cubic yards. Weight is reported in US short tons (2,000 lb). Both are reported twice: once as the raw project quantity, and once with the extra material allowance applied. It does not estimate price, delivery, bag counts, or compacted depth.
Area Formulas
Area is always resolved to square feet first, using one of three modes. Any negative or non-numeric result is clamped to zero.
| Mode | Formula | Notes |
|---|---|---|
| Rectangle | area = length × width | Both dimensions are converted to feet before multiplying. |
| Circle | area = π × (diameter ÷ 2)² | Diameter is measured across the widest point. |
| Custom square feet | area = the value entered | No conversion is applied; the input is already square feet. |
In rectangle and circle modes the unit selector accepts feet or meters. Meters are converted with a constant of 3.280839895 feet per meter before the area is calculated, so all downstream results stay in imperial units.
Depth Conversion
Depth is entered in inches and converted to feet so it matches the units of the area:
depth in feet = depth in inches ÷ 12
A 2-inch layer is 0.1667 ft, 3 inches is 0.25 ft, and 4 inches is 0.3333 ft. This division is the single most common source of error in hand calculations, because skipping it overstates the volume by a factor of twelve.
Cubic Feet Formula
cubic feet = area in square feet × depth in feet
This is the raw volume of the layer before any allowance is added. The result is clamped at zero so invalid input cannot produce a negative volume.
Cubic Yards Formula
cubic yards = cubic feet ÷ 27
One cubic yard is 3 ft × 3 ft × 3 ft, which is 27 cubic feet. Bulk gravel is normally quoted and delivered in cubic yards, so this is usually the number to give a supplier.
Weight Estimation Formula
estimated tons = cubic yards × density in tons per cubic yard
Density is the only value in the calculation that depends on the material rather than the geometry, and it is the value with the widest real-world spread. Selecting a gravel type sets the density; selecting Custom density lets you enter a figure quoted by your own supplier, which is always the more accurate option when you have one.
Gravel Density Values
These are the planning densities built into the calculator. The calculator, the tables on the calculator page, and the worked examples all read this same set of values, so there is no second copy that can drift out of step.
| Gravel type | Tons per cubic yard | Why it differs |
|---|---|---|
| Pea gravel | 1.4 | Rounded stone stays loose, so edging helps keep it in place. |
| Crushed stone | 1.5 | Angular stone locks together and settles when compacted. |
| River rock | 1.35 | Larger stone sizes leave more air space per cubic yard. |
| Decomposed granite | 1.45 | Fines wash and compact, so weight varies with moisture. |
These figures are estimated planning values in common use for landscape stone. They are not laboratory measurements, and they are not specific to any named product or supplier. Treat them as a starting point and replace them with a supplier-quoted density before placing an order.
Extra Material Calculation
The extra allowance is applied as a multiplier to the finished volume and weight, not to the area or the depth:
result with extra = result × (1 + extra ÷ 100)
Available settings are 0%, 5%, 10%, and 15%. Because the multiplier is applied at the end, the allowance scales volume and weight by exactly the same proportion, and the pre-allowance figures stay visible next to each result.
Rounding Rules
- All arithmetic runs at full floating-point precision. Rounding happens only when a value is displayed.
- Displayed area, cubic feet, cubic yards, and tons are rounded to two decimal places.
- Values are never rounded up to a whole unit. Gravel is sold in bulk by weight or volume, so no bag-count ceiling is applied — unlike the mulch and raised bed soil calculators, which do round bag counts up.
- Intermediate results are not re-rounded before the next step. Rounding early is why hand calculations sometimes differ from the tool by a hundredth of a cubic yard.
- Any non-numeric or infinite value is treated as zero rather than displayed as an error.
Fully Worked Example
The calculator loads with a 12 × 10 ft area at 3 inches deep, pea gravel, and a 10% allowance. Every row below is produced by the same functions the calculator itself calls, so opening the tool should reproduce these figures exactly.
| Step | Calculation | Result |
|---|---|---|
| Area | 12 ft × 10 ft | 120 sq ft |
| Depth in feet | 3 ÷ 12 | 0.25 ft |
| Cubic feet | 120 × 0.25 | 30 cu ft |
| Cubic yards | 30 ÷ 27 | 1.11 cu yd |
| Estimated tons | 1.11 × 1.4 | 1.56 tons |
| Volume with 10% extra | 30 × 1.10 | 33 cu ft / 1.22 cu yd |
| Weight with 10% extra | 1.56 × 1.10 | 1.71 tons |
Assumptions
The estimate is only as good as these assumptions. Where one does not hold for your site, adjust the inputs rather than the result.
- The gravel layer is one uniform depth across the whole measured area.
- The subgrade is level and already prepared, with no deduction for plants, posts, or other obstacles inside the area.
- The depth you enter is the placed (loose) depth, not the depth remaining after compaction.
- One cubic yard equals exactly 27 cubic feet.
- Metric input is converted at 1 meter = 3.280839895 feet before any other step.
- Circle mode treats the area as a true circle measured across the widest point.
- The density values are typical planning figures for each stone type, not a specific supplier's product.
Limitations
- This is a quantity estimate, not structural or civil engineering advice. Driveway and road builds depend on soil, drainage, climate, and expected vehicle loads.
- Gravel weight varies with moisture content, stone size and shape, and where the material was quarried. Two suppliers can quote different tons per cubic yard for the same product name.
- Compaction is not modelled. A finished compacted depth needs more loose material than the same number entered as a placed depth.
- Multi-layer builds are not handled in one pass. Estimate a base course and a surface course separately and add the results.
- Irregular and curved shapes are approximated. Splitting the area into rectangles and using custom square feet mode is more accurate than a single average.
- No pricing, delivery cost, minimum order, or truck capacity is included.
- Bag counts are not produced for gravel, because bulk gravel is normally sold by the cubic yard or ton rather than by the bag.
Revision History
| Date | Change |
|---|---|
| July 3, 2026 | Gravel calculator published with rectangle, circle, and custom square feet modes, feet/meters input, four gravel types plus custom density, and a 0–15% extra material allowance. |
| July 30, 2026 | Gravel densities moved into a single shared data module so the calculator, the on-page tables, and the worked examples all read the same values. Worked examples are now generated by the calculator's own functions instead of being written by hand. A rounding inconsistency in the published 3x20 walkway example was corrected from 0.62 to 0.61 cubic yards. |
| July 30, 2026 | This methodology page was published, and a last reviewed date was added to the calculator. |