Introduction and scope
This article is a step-by-step, calculation-focused tutorial for junior engineers who need to perform hand calculations for a low-to-medium height cantilever reinforced concrete (RC) retaining wall. It uses a simple numerical example to show how to compute earth pressures, check stability (overturning, sliding, bearing), design the stem and base for bending and shear, and list basic detailing and drainage needs.
Limits: this is a hand-calculation approach meant for preliminary design and learning. It does not replace a full geotechnical report or detailed code-driven design. Always check your national/contract code factors, partial safety factors, and geotechnical inputs.
Key takeaways
- Follow a clear workflow: assumptions → earth pressure → global stability → structural design → detailing/drainage.
- Simple Rankine active earth pressure is OK for hand checks when backfill is roughly horizontal and wall face is vertical.
- Sliding often governs — expect to need a wider base, key, or passive resistance; weight alone frequently is insufficient.
- Check bending and shear at defined critical sections; compute reinforcement per unit length (per 1 m into page).
1. Design assumptions and material properties
Define inputs and simplifying assumptions before calculation. Record units (kN, m, MPa).
- Wall geometry (example used here): stem height H = 3.0 m (from top of base to top of wall), stem thickness b_stem = 0.25 m, base slab thickness t_base = 0.5 m, toe length = 0.8 m, heel length = 2.2 m (so base width B = 3.0 m). All results are per 1.0 m length into the plane.
- Soil/backfill: unit weight γ = 18 kN/m³, internal friction angle φ = 30°, cohesion c = 0, horizontal surface backfill (no batter), uniform surcharge q = 10 kN/m².
- Groundwater: assume dry backfill (no hydrostatic pressure). If groundwater exists, include hydrostatic pressure separately.
- Materials: concrete density 24 kN/m³, fc’ = 25 MPa, reinforcement fy = 420 MPa.
- Simplifying assumptions: plane strain (per m length), rigid base for preliminary checks, Rankine active earth pressure (vertical wall, horizontal backfill), drained conditions.
| Parameter | Value |
|---|---|
| H | 3.0 m |
| γ | 18 kN/m³ |
| φ | 30° |
| q | 10 kPa |
| fc’ | 25 MPa |
| fy | 420 MPa |
2. Calculate lateral earth pressure and imposed loads
Use Rankine active coefficient:
Ka = (1 – sin φ) / (1 + sin φ)
For φ = 30°: sin φ = 0.5 → Ka = (1 – 0.5)/(1 + 0.5) = 0.3333
Lateral pressure at depth z (from top of backfill): p(z) = Ka · γ · z + Ka · q
Resultant lateral force (per m length) combining triangular (soil weight) and rectangular (surcharge):
P = 0.5 · Ka · γ · H² + Ka · q · H
Plugging numbers (H = 3.0 m):
Triangular part Pt = 0.5 · 0.3333 · 18 · 3² = 27.0 kN/m
Rectangular (surcharge) Pr = 0.3333 · 10 · 3 = 10.0 kN/m
Total lateral resultant P = 27 + 10 = 37.0 kN/m
Moment of the lateral resultant about the base (driving overturning moment):
Moment from triangular component acts at H/3 from base: Mt_tri = 27 · (3/3) = 27.0 kN·m/m
Moment from surcharge (rectangular) acts at H/2 from base: Mt_sur = 10 · (3/2) = 15.0 kN·m/m
Total overturning moment about the base: M_drive = 27 + 15 = 42.0 kN·m/m
3. Structural model and load combinations
Free-body (per 1 m into page) includes:
- Vertical resisting weight W = weight of stem + base slab.
- Lateral driving resultant P acting at distance y = M_drive / P above base (y ≈ 1.135 m in the example).
For a hand-check use conservative load factors for ultimate limit state: you can multiply variable loads (surcharge-driven part) by 1.5, and apply 1.35 to permanent loads. For clarity in this worked example we will present unfactored (characteristic) values and then discuss ULS factors where relevant.
4. Compute weights and reactions (example geometry)
Volumes per m length:
- Stem volume = b_stem · H = 0.25 · 3.0 = 0.75 m³ → weight Ws = 0.75 · 24 = 18.0 kN/m
- Base slab volume = t_base · B = 0.5 · 3.0 = 1.50 m³ → weight Wb = 1.50 · 24 = 36.0 kN/m
- Total vertical weight W = Ws + Wb = 18 + 36 = 54.0 kN/m
Location (horizontal from toe):
- Toe at x = 0. Stem located at x = toe length = 0.8 m (stem centroid approximately here).
- Base slab centroid at x = B/2 = 1.5 m from toe.
Moment of W about toe: M_resist = Ws·x_stem + Wb·x_base = 18·0.8 + 36·1.5 = 14.4 + 54 = 68.4 kN·m/m
Driving overturning moment about toe is M_drive = 42.0 kN·m/m (from section 2). Overturning factor of safety FS_ov = M_resist / M_drive = 68.4 / 42 = 1.63 (acceptable if target FS ≥ 1.5).
5. Stability checks: sliding and bearing
Sliding
Driving horizontal force = P = 37.0 kN/m.
Resisting friction ≈ μ · W. A conservative assumption: δ (Interface friction angle) ≈ 2/3 φ → δ ≈ 20°, μ = tan 20° ≈ 0.364.
Resisting friction = 0.364 · 54 = 19.7 kN/m. FS_slide = resisting / driving = 19.7 / 37 = 0.53 → fails.
Conclusion: weight alone is not sufficient for sliding stability. Typical remedies: increase base width (increase W), provide a shear key (vertical key or toe key to mobilize passive pressure), increase embedment, or lengthen heel to increase weight. Passive resistance in front of toe can help if properly mobilized (use Kp = (1 + sin φ)/(1 – sin φ) = 3.0 for φ = 30°). However, passive should be used with caution and checked with geotechnical guidance.
Bearing pressure
Compute resultant vertical reaction position from toe: x_R = M_resist / W = 68.4 / 54 = 1.267 m from toe.
Centroid of base about toe is at 1.5 m → eccentricity e = x_R − (B/2) = 1.267 − 1.5 = −0.233 m (toward toe). Using linear bearing pressure distribution:
q_max = (W/B) · (1 + 6e/B)
Using W = 54 kN/m, B = 3.0 m, e = −0.233 m → q_max = (54/3) · (1 + 6·(−0.233)/3) = 18 · (1 − 0.4666) ≈ 9.6 kN/m² (per m length).
Compare q_max to allowable bearing capacity from geotechnical report (typical shallow soils have allowable 150–300 kN/m²). In our example q_max is small and safe; document geotechnical allowance before finalizing.
6. Design of stem and base slab for bending and shear
Bending — stem (critical at base)
Bending moment at stem base (per 1 m length) due to lateral load = M_base = M_drive = 42.0 kN·m/m (characteristic). Use a ULS factor if required by code; for conservative hand-design multiply by 1.5 for lateral loads: M_u ≈ 1.5·42 = 63.0 kN·m/m.
Design the stem as a vertical cantilever: section width b = b_stem = 250 mm, assume concrete cover = 40 mm, use bar diameter ≈ 16 mm for initial sizing. Effective depth d ≈ b − cover − (bar dia/2) ≈ 250 − 40 − 8 = 202 mm.
Use a simple flexural formula assuming lever arm z ≈ 0.9 d (approximate for hand checks). Required tensile steel area As:
As ≈ M_u / (0.87 · fy · z)
Convert units: M_u = 63 kN·m = 63,000 N·m, fy = 420 MPa = 420·10^6 N/m², z = 0.9·0.202 = 0.182 m.
As ≈ 63,000 / (0.87 · 420·10^6 · 0.182) ≈ 0.000947 m² = 947 mm² per m.
Choose reinforcement: 5 bars of 16 mm dia (area ≈ 5 · 201 = 1005 mm²) per meter into the wall gives practical spacing 200 mm c/c. Document: longitudinal vertical bars: 5Ø16 per m (equivalent spacing 200 mm).
Shear — stem base
Shear at base Vu ≈ total lateral resultant P = 37.0 kN/m (transferred to foundation).
Approximate concrete shear capacity (ACI-like formula) for hand-check:
Vc (kN) ≈ 0.17 · sqrt(fc’) · b(mm) · d(mm) / 1000
Using fc’ = 25 MPa → sqrt(fc’) = 5.0; b = 250 mm, d = 202 mm:
Vc ≈ 0.17 · 5 · 250 · 202 / 1000 ≈ 42.9 kN
Since Vu = 37.0 kN < Vc (42.9 kN), minimal or no shear reinforcement is needed at the stem base for this example. If Vu > Vc, provide shear reinforcement (stirrups) sized per code.
Design of base slab bending
Critical bending for the base slab usually occurs at the face of the stem (under the stem) and at the heel/toe locations governed by the vertical reaction eccentricity. For hand checks:
- Compute bending moment under the stem due to eccentricity of resultant vertical force (N) relative to mid-width of slab.
- For our case: resultant N = W = 54 kN/m; eccentricity e (magnitude) = 0.233 m; bending moment under stem ≈ N · e = 54 · 0.233 = 12.6 kN·m/m (this is a simple approximate design moment).
Use same flexural formula to size reinforcement for the base slab (provide top and bottom reinforcement under the stem and in the heel as required). For hand design pick practical top/bottom meshes (e.g., 2 layers of 10–12 mm bars at 150–200 mm spacing) and then check required As by calculation.
7. Drainage, detailing, and construction checks
Drainage
- Provide free-draining granular backfill directly behind the wall (typically 300–500 mm wide) to allow water to pass to drainage outlet.
- Include a horizontal perforated drain pipe at the base of the backfill, sloped to a safe discharge point.
- Provide weep holes or weep slots in the stem at low elevations if hydrostatic conditions are expected (ensure outlet to drain pipe).
Detailing (minimum items to document)
- Minimum concrete cover for embedded reinforcement (typical 40 mm for foundations/exposed). Follow code for exposure class.
- Vertical stem reinforcement: distribute bars uniformly across stem width; show lap/splice lengths, hooks, and top continuity if any.
- Base slab reinforcement: top and bottom layers across slab; show distribution under stem and in heel/toe regions.
- Shear keys or toe key (if used) dimensions and reinforcement.
- Construction joints (location and dowel bars) and waterstops if required.
- Development lengths: check code; typical range 40–60 bar diameters depending on conditions — document and verify with local code.
Construction checklist before issuing drawings
- Verify soil parameters with geotechnical engineer: γ, φ, c, groundwater depth, allowable bearing pressure.
- Confirm design loads and surcharges (temporary/permanent) on the retained side and on the top of the slab.
- Check ULS and SLS combinations per code: confirm partial safety factors and load factors used in final design.
- Document reinforcement schedules, bar lengths, cover, and construction joint details.
- Specify backfill material and compaction requirements, drainage pipe spec and slope.
Common mistakes by junior engineers
- Using incorrect earth pressure coefficient (mixing Rankine and Coulomb inputs). Be consistent with assumptions about wall friction and backfill slope.
- Ignoring groundwater — hydrostatic pressure greatly increases lateral loads and may require relief drains or waterproofing.
- Relying on weight alone for sliding resistance — most shallow cantilevers need keys/passive or larger bases.
- Failing to check bearing eccentricity (B/6 rule) — uplift at toe can create unexpected tensile zones.
- Not coordinating with geotechnical engineer for allowable bearing stress and potential consolidation under loading.
Conclusion
This article demonstrated a complete hand-calculation workflow for a simple cantilever RC retaining wall (H = 3.0 m). We calculated Rankine active earth pressure, combined lateral resultants, checked overturning, sliding and bearing, sized stem reinforcement for flexure, checked shear and discussed slab bending. The worked numbers show overturning was acceptable for our chosen base geometry, but sliding required additional measures (keys, larger base or passive), illustrating a common real-world outcome.
Use this example as a learning template. Final design must follow your local codes, use geotechnical recommendations, and include full ULS/SLS load combinations and detailed reinforcement checks. When in doubt, consult a senior structural or geotechnical engineer.
Sources
- Terzaghi, K., & Peck, R. B. (1967). Soil Mechanics in Engineering Practice.
- Tomlinson, M., & Woodward, J. (2008). Piling and Foundations.
- ACI 318 (for general RC design rules) — consult current edition for detailed formulas and factors.
- Local building codes and geotechnical reports — always use project-specific values.
Note: Numerical values and simplified equations here are for teaching and preliminary design. Always perform full code-based calculations prior to construction.