Stone Calculator

Accurately calculate the volume (cubic yards/meters) and weight (tons/tonnes) of stone, gravel, or aggregate needed for driveways, patios, and landscaping projects.

Full original guide (expanded)

Stone Calculator

Accurately estimate the volume and weight of stone, gravel, or aggregate required for your landscaping or construction project. This tool helps you calculate materials for driveways, pathways, or garden beds, saving you time and money by preventing over-ordering.

Material Estimation Calculator

Unit System
Select a common material or enter a custom density.

Results

Total Volume

0.00 yd³

Total Weight

0.00 tons

Data Source and Methodology

This calculator bases its volume and weight estimations on standard geometrical formulas and material density data. The default densities are sourced from the National Stone, Sand & Gravel Association (NSSGA) "Aggregates Handbook, 2024 Edition".

All calculations adhere strictly to the formulas and density ranges provided by this source. Always confirm specific material density with your local supplier as it can vary based on moisture and composition.

The Formulas Explained

The calculator first determines the total volume of the space and then converts that volume into weight based on the material's density.

1. Area Calculation

The first step is to find the surface area ($A$) of your project:

$$A_{\text{rectangle}} = \text{Length} \times \text{Width}$$
$$A_{\text{circle}} = \pi \times \text{Radius}^2$$

2. Volume Calculation

Next, we find the volume ($V$) by multiplying the area by the depth ($D$). All units must be consistent (e.g., all converted to feet or meters) before calculation.

$$V = A \times D$$

This result is then converted into standard material units (Cubic Yards or Cubic Meters).
$1 \text{ yd}^3 = 27 \text{ ft}^3$
$1 \text{ m}^3 = 1,000,000 \text{ cm}^3$

3. Weight Calculation

Finally, the weight ($W$) is calculated by multiplying the volume by the material density ($\rho$).

$$W = V \times \rho$$

Glossary of Variables

  • Area Shape: The geometric shape of the surface you are covering (e.g., Rectangle, Circle).
  • Length / Width / Radius: The dimensions of your area. Ensure you are measuring the correct parts.
  • Depth: The desired thickness of the material layer. This is often converted from inches or centimeters for the volume calculation.
  • Material Density ($\rho$): The mass of the material per unit of volume (e.g., lbs per cubic yard or kg per cubic meter). This varies significantly between materials (e.g., mulch is much lighter than gravel).
  • Required Volume: The total space the material will fill, expressed in cubic yards (yd³) or cubic meters (m³).
  • Required Weight: The total tonnage needed, based on the volume and density. Typically shown in short tons (2,000 lbs) or metric tonnes (1,000 kg).

How It Works: A Step-by-Step Example

Let's calculate the material for a rectangular driveway using **Imperial units**.

  • Shape: Rectangle
  • Length: 50 ft
  • Width: 10 ft
  • Depth: 4 in
  • Material: Crushed Gravel (approx. 2,700 lbs/yd³)
  1. Unify Units (Depth): Convert depth from inches to feet.
    $D = 4 \text{ in} \div 12 \text{ in/ft} = 0.333 \text{ ft}$
  2. Calculate Area (ft²):
    $A = 50 \text{ ft} \times 10 \text{ ft} = 500 \text{ ft}^2$
  3. Calculate Volume (ft³):
    $V_{\text{ft}^3} = A \times D = 500 \text{ ft}^2 \times 0.333 \text{ ft} = 166.5 \text{ ft}^3$
  4. Convert Volume (yd³): Divide by 27 to get cubic yards.
    $V_{\text{yd}^3} = 166.5 \text{ ft}^3 \div 27 \text{ ft}^3/\text{yd}^3 = 6.17 \text{ yd}^3$
  5. Calculate Weight (lbs):
    $W_{\text{lbs}} = V_{\text{yd}^3} \times \rho = 6.17 \text{ yd}^3 \times 2700 \text{ lbs/yd}^3 = 16,659 \text{ lbs}$
  6. Convert Weight (tons): Divide by 2,000 for short tons.
    $W_{\text{tons}} = 16,659 \text{ lbs} \div 2000 \text{ lbs/ton} = 8.33 \text{ tons}$

Frequently Asked Questions (FAQ)

How much extra material should I order?

It is standard practice to add a 5-10% "waste factor" to your order. This accounts for compaction, spreading, and any slight measurement inaccuracies. Our calculator provides the exact volume; consult with your supplier about how much extra to add.

What is material density and why does it matter?

Density is the weight of a material for a given volume. Two materials can have the same volume (e.g., one cubic yard) but very different weights. A cubic yard of mulch is far lighter than a cubic yard of crushed stone. Using the correct density is critical for an accurate weight calculation, which is often how materials are sold.

What's the difference between a ton and a tonne?

A "ton" (or "short ton") is an Imperial unit equal to 2,000 pounds. A "tonne" (or "metric ton") is a Metric unit equal to 1,000 kilograms (approx. 2,204.6 pounds). Our calculator uses the correct unit based on your "Imperial" or "Metric" selection.

How deep should my gravel be?

This depends entirely on the project.

  • Pathways: 2-4 inches (5-10 cm) is common.
  • Driveways: 8-12 inches (20-30 cm) is often recommended, built up in layers of different aggregate sizes.
  • Patios: 4-6 inches (10-15 cm) for a paver base.
Always consult local building codes or a professional landscaper for your specific needs.

Why is my supplier's density different?

Material density is not constant. It can be affected by the source quarry, moisture content (wet sand is heavier than dry sand), and compaction. The densities in our list are common averages. We always recommend asking your supplier for their specific material density for the most accurate calculation.

Last accuracy review:


Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[A_{\text{rectangle}} = \text{Length} \times \text{Width}\]
A_{\text{rectangle}} = \text{Length} \times \text{Width}
Formula (extracted LaTeX)
\[A_{\text{circle}} = \pi \times \text{Radius}^2\]
A_{\text{circle}} = \pi \times \text{Radius}^2
Formula (extracted LaTeX)
\[V = A \times D\]
V = A \times D
Formula (extracted LaTeX)
\[W = V \times \rho\]
W = V \times \rho
Formula (extracted text)
$A_{\text{rectangle}} = \text{Length} \times \text{Width}$
Formula (extracted text)
$A_{\text{circle}} = \pi \times \text{Radius}^2$
Formula (extracted text)
$W = V \times \rho$
Variables and units
  • No variables provided in audit spec.
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
Formulas

(Formulas preserved from original page content, if present.)

Version 0.1.0-draft
Citations

Add authoritative sources relevant to this calculator (standards bodies, manuals, official docs).

Changelog
  • 0.1.0-draft — 2026-01-19: Initial draft (review required).