--- title: "Topsoil Weight Calculator" site: ProCalc.ai section: Construction url: https://procalc.ai/construction/topsoil markdown_url: https://procalc.ai/construction/topsoil.md date_published: 2026-02-10 date_modified: 2026-04-14 date_created: 2026-02-10 input_mode: focused --- # Topsoil Weight Calculator **Site:** [ProCalc.ai](https://procalc.ai) — Free Professional Calculators **Section:** Construction **Calculator URL:** https://procalc.ai/construction/topsoil **Markdown URL:** https://procalc.ai/construction/topsoil.md **Published:** 2026-02-10 **Last Updated:** 2026-04-14 **Description:** Free Topsoil Weight Calculator — Calculate topsoil weight instantly from volume or dimensions. Get accurate results for loose, compacted, or ... > *This file is served for AI systems and search crawlers. Human page: https://procalc.ai/construction/topsoil* ## Overview Move dirt with confidence before you order, haul, or spread it. The ProCalc.ai Topsoil Weight Calculator converts your topsoil volume into weight so you can plan trucks, labor, and costs without guesswork. You enter a volume or plug in dimensions like length, width, and depth, choose the condition (loose, moderately packed, or compacted), and you get the estimated weight back in pounds and tons. Site superintendents, landscape contractors, and grading crews use the Topsoil Weight Calculator to keep loads within limits and avoid paying for extra trips. Picture a parking-lot island rebuild where… ## Formula Weight (lbs) = Volume (ft³) × Density (lb/ft³) Where density is: - Loose topsoil: 75 lb/ft³ - Moderately compacted: 85 lb/ft³ - Compacted topsoil: 95 lb/ft³ Volume (ft³) = Length (ft) × Width (ft) × Depth (ft) 1 cubic yard = 27 cubic feet 1 ton = 2,000 pounds ## How to Use You’re planning a backyard patio and need to bring in topsoil to regrade the yard so water drains away from the house. The supplier asks, “How many tons do you need?” Meanwhile, you measured the area in feet, the depth in inches, and you’re not sure whether to order loose soil (fluffier) or compacted soil (heavier per cubic foot). A topsoil weight calculation turns your dimensions into a volume, then converts that volume into a weight using a density assumption—so you can order the right amount and avoid paying for an extra delivery. ## What Is a Topsoil Weight Calculator? A Topsoil Weight Calculator estimates how heavy a given amount of topsoil is based on either **dimensions** (length, width, thickness/depth) or a geometric **shape** (rectangle/block, cylinder, tube, etc.). In construction and landscaping, weight matters because: - Delivery is often priced and limited by truck capacity (by weight). - Equipment selection (skid steer, mini excavator, wheelbarrow loads) depends on weight. - Over-ordering wastes money and space; under-ordering causes delays. A common baseline density for topsoil used in quick estimating is **75 lb/ft³** (pounds per cubic foot). That’s a reasonable mid-range assumption for moderately packed topsoil, but real density varies with moisture content, organic matter, and compaction. For context, many suppliers quote topsoil in the neighborhood of 1,800 to 2,200 lb per cubic yard depending on condition; 75 lb/ft³ corresponds to about 2,025 lb/yd³ (since 1 yd³ = 27 ft³). ## The Formula (Volume → Weight) The calculation has two main steps: compute volume, then multiply by density. **Step 1: Convert dimensions into volume (in cubic feet)** Depending on the selected **shape**, volume is computed from the inputs: - Rectangular area (plate/block/rectangle): Volume_in³ = length_in × width_in × thickness_in - Solid cylinder / round column (cylinder or round bar): Volume_in³ = π × (diameter_in / 2)² × length_in - Square bar (square prism): Volume_in³ = width_in² × length_in - Hollow tube (pipe-like ring): Volume_in³ = π × [(outer_radius_in)² − (inner_radius_in)²] × length_in where inner_radius_in = outer_radius_in − wall_thickness_in Then convert cubic inches to cubic feet: Volume_ft³ = Volume_in³ / 1,728 (because 12 in × 12 in × 12 in = 1,728 in³ per ft³) If you enter metric dimensions, they’re first converted to inches (cm ÷ 2.54, mm ÷ 25.4), then the same inch-based formulas are applied. **Step 2: Convert volume to weight using density** Weight_lb = density_lb_per_ft³ × Volume_ft³ With the common topsoil density assumption: Weight_lb = 75 × Volume_ft³ To convert to kilograms: Weight_kg = Weight_lb × 0.453592 To convert pounds to short tons (common in US hauling): Weight_tons = Weight_lb / 2,000 ## Step-by-Step Examples (Real Numbers) ### Example 1: Rectangular lawn topdressing (area × depth) You’re spreading topsoil over a 20 ft by 15 ft section at 3 inches deep. 1) Convert everything to inches (to match the formulas): - length = 20 ft = 240 in - width = 15 ft = 180 in - thickness = 3 in 2) Compute volume in cubic inches: Volume_in³ = 240 × 180 × 3 = 129,600 in³ 3) Convert to cubic feet: Volume_ft³ = 129,600 / 1,728 = 75.0 ft³ 4) Compute weight in pounds (using **density** 75 lb/ft³): Weight_lb = 75 × 75.0 = 5,625 lb 5) Convert to tons: Weight_tons = 5,625 / 2,000 = 2.8125 tons So that topdressing layer is about 75 ft³, weighing about 5,625 lb (about 2.81 tons) at 75 lb/ft³. ### Example 2: Raised garden bed fill (metric inputs) A raised bed is 2.4 m long, 1.2 m wide, and you plan 0.25 m of soil depth. 1) Convert meters to centimeters, then to inches (since metric entries are converted to inches): - 2.4 m = 240 cm → length_in = 240 / 2.54 = 94.488 in - 1.2 m = 120 cm → width_in = 120 / 2.54 = 47.244 in - 0.25 m = 25 cm → thickness_in = 25 / 2.54 = 9.843 in 2) Volume in cubic inches: Volume_in³ = 94.488 × 47.244 × 9.843 ≈ 43,900 in³ (rounded) 3) Convert to cubic feet: Volume_ft³ = 43,900 / 1,728 ≈ 25.4 ft³ 4) Weight in pounds: Weight_lb = 75 × 25.4 ≈ 1,905 lb 5) Weight in kilograms: Weight_kg = 1,905 × 0.453592 ≈ 864 kg That bed needs roughly 25.4 ft³ of topsoil, weighing about 1,905 lb (about 864 kg) at the assumed density. ### Example 3: Cylindrical planter fill (solid cylinder) You have a round planter that’s 36 inches in diameter and you’ll fill it to 24 inches deep. 1) Inputs: - diameter = 36 in → radius = 18 in - length (height/depth) = 24 in 2) Volume in cubic inches: Volume_in³ = π × 18² × 24 Volume_in³ = π × 324 × 24 = π × 7,776 ≈ 24,429 in³ 3) Convert to cubic feet: Volume_ft³ = 24,429 / 1,728 ≈ 14.13 ft³ 4) Weight: Weight_lb = 75 × 14.13 ≈ 1,059.8 lb Weight_tons = 1,059.8 / 2,000 ≈ 0.53 tons So a single large round planter can easily exceed 1,000 lb of soil—important if it’s going on a deck or near a retaining wall. **Context fact:** A “small” 1 cubic yard pile of topsoil is 27 ft³. At 75 lb/ft³, that’s about 2,025 lb—roughly the weight of a compact car’s payload limit in many cases. That’s why haulers care about weight, not just volume. ## Common Mistakes to Avoid (and a Pro Tip) **Common Mistake 1: Mixing feet and inches in the same formula** If length and width are in feet but thickness is in inches, the volume will be off by a factor of 12 unless you convert. Pick one system and stick to it (all inches for the geometry step, then convert to ft³). **Common Mistake 2: Confusing thickness vs. height** For rectangular areas, depth is the “thickness.” For some shapes, “height” may be used instead. The key is that it’s the third dimension of the volume. **Common Mistake 3: Forgetting compaction and moisture** Topsoil density changes a lot. Loose soil can be significantly lighter; wet or compacted soil can be much heavier. If the soil will be compacted (or arrives wet), add a contingency (often 10 to 25 percent) or confirm the supplier’s stated lb/yd³. **Common Mistake 4: Ordering exactly the computed amount** Spreading and grading always creates losses: uneven subgrade, spillage, and settling. A small overage is normal. **Pro Tip:** If the goal is final grade after settling, plan for settlement. For example, if you need a finished 3-inch layer, ordering closer to 3.5 inches worth of loose topsoil can prevent thin spots after watering and tamping—especially over irregular ground. Authoritative note: For projects involving decks, roofs, or structural slabs, added soil load becomes a structural design issue. Minimum design live loads and dead loads are addressed in building codes such as the International Building Code (IBC) and ASCE 7 (Minimum Design Loads and Associated Criteria for Buildings and Other Structures). If soil is being placed on a structure, a licensed professional should verify allowable loads. ## When to Use This Calculator vs. Doing It Manually Use a topsoil weight calculation when you need quick, consistent estimates for ordering, hauling, or equipment planning—especially when comparing scenarios like **loose** versus **compacted** soil or when working with non-rectangular shapes (cylinders, tubes). Doing it manually is fine for simple rectangles if you’re comfortable converting units and checking your math. The calculator approach is most helpful when: - You’re switching between metric and imperial measurements and want fewer conversion errors. - You have multiple areas (front yard, side yard, beds) and want repeatable results. - You need weight in pounds and tons for delivery limits and staging plans. If the project is load-sensitive (soil on a deck, near a retaining wall, over utilities), use the calculation as a starting estimate, then confirm density and loading assumptions with the supplier and applicable code guidance before final decisions. ## Authoritative Sources This calculator uses formulas and reference data drawn from the following sources: - [USDA Forest Products Laboratory](https://www.fpl.fs.usda.gov/) - [DOE — Energy Saver](https://www.energy.gov/energysaver/energy-saver) - [EPA — Energy Resources](https://www.epa.gov/energy) ## Frequently Asked Questions ### How much does a cubic yard of topsoil weigh? A cubic yard of loose topsoil weighs approximately 2,025 pounds (just over 1 ton). Moderately compacted topsoil weighs about 2,295 pounds per cubic yard, while heavily compacted soil can reach 2,565 pounds per cubic yard. ### Why does topsoil density vary? Topsoil density changes based on moisture content, compaction level, and organic matter. Freshly delivered topsoil is looser (75 lb/ft³), while established soil that's been walked on or rained on becomes denser (85-95 lb/ft³). ### How many cubic yards fit in a pickup truck? A standard pickup truck bed holds about 2-3 cubic yards of topsoil, weighing 4,000-6,000 pounds. Full-size dump trucks typically carry 10-14 cubic yards, or about 10-14 tons of topsoil. ### Should I calculate topsoil by weight or volume? Order by volume (cubic yards) but plan delivery by weight. Landscaping suppliers sell by volume, but you need to know the weight to ensure your truck can handle it and your site can support the load. ### How deep should topsoil be for a lawn or garden? Lawns need 4-6 inches of topsoil, while vegetable gardens perform best with 8-12 inches. For raised beds, aim for 12-18 inches of quality topsoil to give roots plenty of room to grow. ### How does the Topsoil Weight Calculator work? It converts your entered dimensions (length × width × depth) into volume, then multiplies by an assumed or selected topsoil density to estimate weight. If you enter volume directly (cubic feet or cubic yards), it skips the geometry step and applies density. Results are estimates and should be verified against supplier load tickets when precision matters. ### How accurate is the Topsoil Weight Calculator? Accuracy depends mainly on how closely the density used matches your actual topsoil and moisture content. Typical estimates are often within about 10–25%, but wet soil, high organic content, or added sand/clay can push error higher. For the best match, use a supplier-provided density or weigh a known volume from your site. ### Topsoil vs fill dirt — what's the difference? Topsoil is the upper, organic-rich layer used for planting and turf establishment, while fill dirt is usually subsoil with low organic matter intended for grading and structural fill. Fill dirt compacts more predictably and drains differently, but it is not ideal for growing plants. Their weights per cubic yard can differ because organic content and moisture retention vary. ## Sources - [DOE — Energy Saver](https://www.energy.gov/energysaver/energy-saver) - [USDA Forest Products Laboratory](https://www.fpl.fs.usda.gov/) - [EPA — Energy Resources](https://www.epa.gov/energy) - [USGS — Science for a Changing World](https://www.usgs.gov/) - [NIST — Weights and Measures](https://www.nist.gov/pml/owm) --- ## Reference - **Calculator page:** https://procalc.ai/construction/topsoil - **This markdown file:** https://procalc.ai/construction/topsoil.md ### AI & Developer Resources - **LLM index (short):** https://procalc.ai/llms.txt - **LLM index (full, with content):** https://procalc.ai/llms-full.txt - **MCP server:** https://procalc.ai/api/mcp - **Materials JSON API:** https://procalc.ai/api/materials.json - **Developer docs:** https://procalc.ai/developers - **Sitemap:** https://procalc.ai/sitemap.xml - **Robots:** https://procalc.ai/robots.txt ### How to Cite > ProCalc.ai. "Topsoil Weight Calculator." ProCalc.ai, 2026-02-10. https://procalc.ai/construction/topsoil ### License Content © ProCalc.ai. Free to reference and cite. Do not republish in full without attribution.