How to Calculate Cut and Fill Volume: Methods and Examples
1) Overview
Cut and fill volume quantifies earthworks needed to change existing ground to a design surface. “Cut” is material removed; “fill” is material added. Balancing cut and fill minimizes haul costs.
2) Common methods
-
End Area (Prismoidal approximation simplified)
- Use cross-sections perpendicular to alignment at regular intervals.
- For each pair of adjacent sections, compute area at each end (A1, A2). Volume between = (A1 + A2) / 2 × L (where L = spacing).
- Use when cross-sections are available and spacing is small.
-
Prismoidal Formula (more accurate)
- Volume = (L/6) × (A1 + 4Am + A2), where Am = area at mid-section or approximated.
- Use for curved or variable sections, larger spacing, or higher accuracy.
-
Grid (Box or Quadrat) Method
- Overlay a grid on plan. For each cell, compute average elevation difference (design − existing) at corners; multiply by cell area. Sum positives (fill) and negatives (cut) separately.
- Simple and useful for irregular surfaces.
-
Triangulated Irregular Network (TIN) / Delaunay (surface interpolation)
- Build TINs for existing and design surfaces from points/contours. Compute volume by summing volumes of prisms between corresponding triangles or by difference of TIN volumes.
- High accuracy; standard in GIS/CAD/Civil tools.
-
Contour Method (Average Elevation between contours)
- Estimate volumes by computing area between contour lines and multiplying by vertical interval. Less accurate; legacy use.
-
Software/Automated Methods
- Civil 3D, Trimble Business Center, Carlson, QGIS/GRASS, and others use TIN/grid methods and can produce cut/fill maps and mass-haul diagrams.
3) Step-by-step worked example (End Area method)
Assume cross-sections every 10 m along an alignment. Areas of earthwork at sections (m²): A1=20, A2=30, A3=25 for three consecutive sections.
- Between section1 and 2: V12 = (A1 + A2)/2 × L = (20+30)/2 × 10 = 25 × 10 = 250 m³
- Between section2 and 3: V23 = (30+25)/2 × 10 = 27.5 × 10 = 275 m³
- Total volume = 250 + 275 = 525 m³
Separate cut vs fill by taking positive/negative areas (if areas are signed based on design minus existing).
4) Tips for accuracy and practicality
- Use smaller spacing or prismoidal formula where surface changes rapidly.
- Match datum and units for both surfaces.
- Clean and filter point data (remove outliers).
- Use consistent sign convention (e.g., positive = fill).
- Produce cut/fill maps and mass-haul diagrams to plan hauling and balancing.
- Account for swell and shrink factors
Leave a Reply