Steel Retaining Wall Design

Cantilever sheet pile, anchored bulkhead, and soldier pile wall design with earth pressure calculations. Educational use only.

This page documents the scope, inputs, outputs, and computational approach of the Steel Retaining Wall Calculator on steelcalculator.app. The interactive calculator is designed to run in your browser for speed, but this documentation is written so the page remains useful (and indexable) even if JavaScript is not executed.

What this tool is for

What this tool is not for

Key concepts this page covers

Inputs and naming conventions (high-level)

The calculator UI may present different groupings depending on the selected standard or mode, but inputs generally fall into these categories:

1) Soil parameters Soil unit weight (above and below water table), effective friction angle, cohesion (drained and undrained), wall friction angle. For multi-layer soil profiles, each layer has its own set of properties.

2) Geometry and surcharge Wall height (exposed), water table elevation, surcharge loads (uniform, line, point loads behind wall), excavation depth in front of wall. For anchored walls: anchor location (depth below top), anchor inclination, anchor horizontal spacing.

3) Wall section properties Steel sheet pile section modulus per foot of wall, yield strength, corrosion allowance. For soldier pile walls: pile section (H-pile or pipe), pile spacing, lagging thickness and type.

4) Standard / method selection Earth pressure theory (Rankine, Coulomb), analysis method (free earth support, fixed earth support, USS Steel Sheet Piling Design Manual method), and structural design code (AISC 360, EN 1993-5, AS 4678, CSA S16).

The most common inputs for this tool include: retained height, soil friction angle, unit weight, water table depth, surcharge pressure, design life (for corrosion allowance).

Outputs you should expect

A well-behaved calculator output should be both summary-friendly and auditable:

If the output is not auditable, treat it as a black box and do not rely on it for anything beyond quick intuition.

Computation approach (what happens under the hood)

This calculator is intended to implement a deterministic sequence of steps:

  1. Normalize inputs into a consistent internal unit system (all lengths in feet or meters, all pressures in ksf or kPa), then convert back for display.
  2. Compute earth pressure coefficients — active (Ka) and passive (Kp) — per the selected theory (Rankine: Ka = tan^2(45 - phi/2), Kp = tan^2(45 + phi/2); Coulomb: with wall friction angle delta). For cohesive soils, the apparent earth pressure approach or undrained analysis is used.
  3. Construct the net pressure diagram along the wall height and into the embedment, accounting for: active pressure from retained soil, water pressure differential, surcharge pressures, and passive resistance in front of the wall.
  4. Solve for embedment depth — for cantilever walls: moment equilibrium about the base (toe) determines the required depth such that the net passive moment exceeds the net active moment by the required factor of safety (typically 1.5 for temporary, 2.0 for permanent). The embedment depth is then increased 20% to account for the simplified pressure distribution (simplified toe assumption).
  5. Compute bending moment and shear — after determining embedment, the shear and moment diagrams are computed along the full wall height. The maximum bending moment and its location (point of zero shear) are extracted.
  6. Select/check steel section — required elastic section modulus S_req = M_max / (phi * F_y). The section modulus of the selected sheet pile or soldier pile section is compared. Deflection at the top of the wall is estimated using the effective cantilever height.
  7. Anchor design (for anchored walls) — the anchor force is computed from horizontal force equilibrium. Anchor rod size, wale size, and connection details are checked.
  8. Render the report with pressure diagrams, moment diagram, and utilization summary.

The implementation should also apply predictable rounding rules: keep higher precision internally, and only round for display. This is essential for stable regression tests.

How the Steel Retaining Wall Calculator Works

The calculator performs limit-equilibrium analysis of a vertical steel retaining wall retaining a horizontal backfill. Three wall types are supported:

Cantilever sheet pile wall: The wall derives all stability from embedment into the soil below the dredge line. No anchors or braces are provided. The wall acts as a vertical cantilever beam spanning from the dredge line downward, with earth pressure as the applied load. The embedment depth is determined by moment equilibrium — the wall must extend far enough below the dredge line that the passive soil resistance in front of the wall provides a restoring moment exceeding the overturning moment from the active pressure behind the wall. Cantilever walls are economical for retained heights up to approximately 15 ft (4.5 m).

Anchored bulkhead (single anchor): An anchor or tieback is installed near the top of the wall, converting the structural system from a cantilever to a propped cantilever. The anchor carries the horizontal reaction that would otherwise be resisted by embedment, reducing both the required embedment depth and the maximum bending moment. Two analysis methods are available: (a) Free Earth Support — assume the wall is simply supported at the anchor and at the dredge line (pin at toe), with embedment depth determined by horizontal force equilibrium, and (b) Fixed Earth Support — assume the toe is fully fixed, requiring moment compatibility at the toe, solved via Blum's equivalent beam method.

Soldier pile and lagging wall: Vertical steel piles (typically H-piles or pipe piles) are installed at regular spacing (typically 6 to 10 ft on center). The soil between piles is retained by horizontal lagging (timber, reinforced shotcrete, or precast concrete panels). The piles are designed as beams spanning between the dredge line and the anchor (or cantilevering from the dredge line), loaded by the tributary earth pressure. Lagging is designed for arching action — soil between piles arches horizontally to the piles, reducing the lagging bending demand.

Key Equations

Rankine active earth pressure coefficient:

Ka = tan^2(45 deg - phi/2)

For a horizontal backfill surface. For inclined backfill (angle beta from horizontal):

Ka = cos(beta) * [cos(beta) - sqrt(cos^2(beta) - cos^2(phi))] / [cos(beta) + sqrt(cos^2(beta) - cos^2(phi))]

Rankine passive earth pressure coefficient:

Kp = tan^2(45 deg + phi/2)

Active earth pressure at depth z (uniform surcharge q):

sigma_a = Ka * (gamma * z + q) - 2 * c * sqrt(Ka)

Where c = cohesion. For cohesionless soils (c = 0), the pressure reduces to sigma*a = Ka * gamma _ z.

Net water pressure at depth z_w below water table:

u = gamma_w * z_w

Where gamma_w = 62.4 pcf (9.81 kN/m^3). Water pressure acts equally on both sides of the wall below the water table if the water level is the same. A differential water pressure exists if the water table is lower on the excavated side.

Cantilever wall embedment depth (simplified method, cohesionless soil):

d = [6 * M_overturning / (gamma * (Kp - Ka))]^(1/3)

Where M_overturning = overturning moment about the dredge line from active pressure above the dredge line. Total embedment D = 1.2 * d (20% increase for simplified toe assumption).

Free earth support — anchor force:

T = (total active force * its lever arm about the toe) / (anchor lever arm about the toe)

Bending stress check for soldier pile (AISC 360 LRFD):

M_max = w_trib * h_excavated^2 / 8  (simply supported between anchor and dredge line)
phi*M_n = phi * F_y * Z_x  (plastic moment for compact sections)

Design Code Requirements

Check AISC 360-22 EN 1993-5:2007 AS 4678:2002 CSA S16:24
Steel section bending F2, F3 (flexure) Cl 5.2 (bending) Cl 6 (structural design) Cl 13.5
Steel section shear G2 (shear) Cl 5.3 (shear) Cl 6.4 Cl 13.4.1
Combined bending + axial H1 (interaction) Cl 5.4 Cl 6.5 Cl 13.8
Corrosion allowance Not specified (FHWA/NASSPA) Cl 4.4 (sacrificial thickness) Cl 5.2 (design life method) Not specified (CFEM)
Earth pressure theory Rankine/Coulomb (geotech) EN 1997-1 Annex C AS 4678 App B (Coulomb) CFEM (Rankine)
Factor of safety — embedment 1.5 temp / 2.0 perm (FHWA) DA1/DA2/DA3 per EN 1997 Table 8.1 (1.5 static) 1.5 temp / 2.0 perm (CFEM)
Seismic earth pressure Mononobe-Okabe EN 1998-5 Annex E AS 4678 App I NBCC + CFEM
Deflection limit h/100 to h/150 (typical) EN 1993-5 Table 5.1 h/150 h/100 (typical)

Key difference: EN 1993-5 is the only code that is entirely dedicated to steel piling. It covers hot-rolled sheet piles, cold-formed sheet piles, H-piles, tubular piles, and combined walls. EN 1993-5 Cl 4.4 specifically addresses corrosion rates and sacrificial thickness for different exposure conditions and design lives. AISC has no dedicated sheet piling specification; US practice relies on FHWA and USS Steel Sheet Piling Design Manual for geotechnical aspects and AISC 360 for structural steel capacity.

Geotechnical Parameters for Common Soil Types

Soil Type Unit Weight (pcf) Friction Angle phi (deg) Cohesion c (psf) Ka (Rankine)
Loose sand 110 28-32 0 0.31-0.36
Medium-dense sand 120 33-38 0 0.24-0.29
Dense sand and gravel 130 38-42 0 0.20-0.24
Soft clay 110 0 (undrained) 500-1000 1.0 (undr.)
Medium-stiff clay 120 0 (undrained) 1000-2000 1.0 (undr.)
Stiff clay 125 0 (undrained) 2000-4000 1.0 (undr.)
Silty sand 115 28-32 0-200 0.31-0.36
Compacted granular backfill 125 34-38 0 0.24-0.28

Note: Cohesive soils require undrained analysis for short-term conditions (phi = 0, use undrained shear strength su) and drained analysis for long-term conditions (c' = 0, use effective friction angle phi').

Step-by-Step Example

Problem: Design a cantilever steel sheet pile wall retaining 12 ft of medium-dense sand (gamma = 120 pcf, phi = 34 deg, c = 0). Water table at 8 ft below top of wall on retained side, at dredge line on excavated side. Uniform surcharge q = 200 psf. Design code: US practice (FHWA / AISC 360). Design life: 50 years. F_y = 50 ksi for steel sheet piling.

Step 1 — Earth pressure coefficients: Ka = tan^2(45 - 34/2) = tan^2(28) = 0.283. Kp = tan^2(45 + 34/2) = tan^2(62) = 3.537.

Step 2 — Active pressure at top of wall (z = 0): sigma*a = Ka * q = 0.283 _ 200 = 56.6 psf.

Step 3 — Active pressure at water table (z = 8 ft): sigma*a = 0.283 * (120 _ 8 + 200) = 0.283 _ (960 + 200) = 0.283 _ 1160 = 328 psf.

Step 4 — Below water table (z = 8 to 12 ft), effective unit weight: gamma' = 120 - 62.4 = 57.6 pcf (buoyant). At z = 12 ft (dredge line): sigma*a_eff = 0.283 * (57.6 _ 4) = 65.3 psf. Water pressure at z = 12 ft: u = 62.4 * 4 = 249.6 psf. Total lateral pressure at dredge line = 328 + 65.3 + 249.6 = 643 psf.

Step 5 — Overturning moment about dredge line (12 ft exposed height): Pressure diagram above dredge line: trapezoid from 56.6 psf at top to 643 psf at bottom. Resultant active force Pa above dredge line: Rectangular component = 56.6 * 12 = 679 lb/ft at lever arm 6 ft from dredge line. Triangular component = 0.5 _ (643 - 56.6) _ 12 = 0.5 _ 586.4 _ 12 = 3,518 lb/ft at lever arm 12/3 = 4 ft from dredge line. Moverturning = 679 * 6 + 3518 * 4 = 4,074 + 14,072 = 18,146 ft-lb/ft.

Step 6 — Required embedment depth (simplified method): Net passive resistance gradient = gamma' _ (Kp - Ka) = 57.6 _ (3.537 - 0.283) = 57.6 _ 3.254 = 187.4 pcf/ft. d = [6 _ 18,146 / 187.4]^(1/3) = [581.0]^(1/3) = 8.34 ft. Total embedment D = 1.2 * 8.34 = 10.0 ft. Total pile length = 12 + 10 = 22 ft.

Step 7 — Maximum bending moment: Point of zero shear below dredge line (x from dredge line): x = sqrt(2 _ P_a / (gamma' _ (Kp - Ka))) = sqrt(2 _ 4,197 / 187.4) = sqrt(44.8) = 6.69 ft. M_max = P_a _ (h*a + x) - (1/6) * gamma' _ (Kp - Ka) _ x^3 = 4197 _ (4.73 + 6.69) - (1/6) _ 187.4 _ 299.3 = 4197 * 11.42 - 9,346 = 47,930 - 9,346 = 38,584 ft-lb/ft (per foot of wall width).

Step 8 — Required section modulus: phi = 0.90 (flexure). Sreq = M_max / (phi * Fy) = 38,584 * 12 / (0.90 * 50,000) = 463,008 / 45,000 = 10.3 in^3/ft. Select PZ22 sheet pile: S = 18.1 in^3/ft. Utilization = 10.3 / 18.1 = 0.57 PASS.

Step 9 — Corrosion allowance (50-year design life, undisturbed natural soil, freshwater): Per EN 1993-5 Table 4.1: loss rate 0.60 mm/side/100 years = 0.012 mm/side/year. 50-year loss = 0.012 _ 50 = 0.6 mm/side (0.024 in/side). PZ22 flange thickness = 9.5 mm. Remaining thickness = 9.5 - 2 _ 0.6 = 8.3 mm, section modulus reduction ~6%. Still adequate.

Result: PZ22 sheet pile, 22 ft total length, embedment 10 ft. Maximum bending moment 38.6 kip-ft/ft. Utilization 0.57 flexure. Corrosion allowance adequate for 50-year design life.

Common Design Mistakes

Frequently Asked Questions

What is the difference between cantilever and anchored retaining walls? A cantilever wall relies entirely on embedment below the dredge line to resist overturning — the wall acts as a vertical cantilever beam with soil pressure as the load. This is simplest to construct but becomes uneconomical beyond 12-15 ft retained height because bending moments grow with the cube of height. An anchored wall adds a tieback or deadman anchor near the top, creating a propped cantilever that transfers horizontal load to the anchor. This reduces bending moments and embedment depth, making anchored walls viable for retained heights of 20 to 60+ ft. Anchors require access behind the wall for installation and adequate soil for anchor capacity, which may not be available in urban sites with adjacent utilities and foundations.

How do I account for seismic earth pressures on a steel retaining wall? The Mononobe-Okabe (M-O) method extends Coulomb earth pressure theory to include horizontal and vertical pseudo-static seismic coefficients (k_h and k_v). The total active thrust during an earthquake includes the static active thrust plus a seismic increment acting at approximately 0.6H above the base (versus H/3 for static). k_h is typically taken as 0.5 * PGA (peak ground acceleration) for walls that can tolerate some displacement, or PGA for walls that must remain elastic. For a wall in a region with PGA = 0.2g, the seismic active coefficient K_ae is significantly larger than K_a, and the increased demand often controls steel section selection. Waterfront bulkheads additionally require consideration of liquefaction-induced lateral spreading loads.

When should I use soldier pile walls instead of sheet pile walls? Soldier pile walls are preferred when: (a) obstructions (boulders, demolition debris, existing foundations) make continuous sheet pile driving impossible, (b) the wall must be constructed top-down in stages (excavate, install lagging, repeat), which is common for deep urban excavations, (c) the retained height exceeds sheet pile section capacity for cantilever construction (generally over 15 ft), (d) architectural facing (shotcrete, precast panels) is specified. Sheet pile walls are preferred when: (a) water cutoff is required (sheet pile interlocks provide a continuous barrier), (b) speed of installation is critical (sheet piles are driven continuously), (c) the wall alignment is curved (sheet piles can follow gradual curves through interlock rotation).

What corrosion allowance should I use for steel piling? Corrosion rates depend on exposure conditions. In undisturbed natural soils below the water table, corrosion is minimal (0.015 mm/year or less) because oxygen is limited. In the splash zone or above the water table in fill soils, rates can reach 0.03-0.06 mm/year. EN 1993-5 Table 4.1 provides prescriptive sacrificial thicknesses: 0.60 mm/side for 100-year life in undisturbed natural soil (freshwater), 1.75 mm/side in seawater immersion zone, and 3.75 mm/side in the splash/intertidal zone. US practice per FHWA adds 1/16 in (1.6 mm) to the structural thickness for 50-year design life in normal environments. For aggressive environments (acidic soils, industrial fill, marine exposure), protective coatings (coal tar epoxy, metallizing) or cathodic protection should be considered.

How do I handle multi-layer soil profiles in retaining wall design? When the retained soil consists of multiple layers with different properties, the earth pressure diagram is constructed layer by layer. At each layer interface, the vertical effective stress is continuous (sigma_v is the same just above and just below the interface), but the lateral pressure coefficient changes, creating a step in the pressure diagram. The procedure is: compute vertical effective stress at the top of layer 1, multiply by Ka1 for lateral pressure; at the bottom of layer 1, compute vertical stress and lateral pressure; at the top of layer 2, use the same vertical stress but multiply by Ka2 — this creates a discontinuity in the pressure diagram. The passive side similarly uses Kp1, Kp2, etc. for each layer within the embedment zone. The equivalent beam or moment equilibrium methods can then be applied to the resulting piecewise-linear pressure diagram.

Related pages

Disclaimer (educational use only)

This page is provided for general technical information and educational use only. It does not constitute professional engineering advice, a design service, or a substitute for an independent review by a qualified structural engineer. Any calculations, outputs, examples, and workflows discussed here are simplified descriptions intended to support understanding and preliminary estimation.

All real-world structural design depends on project-specific factors (loads, combinations, stability, detailing, fabrication, erection, tolerances, site conditions, and the governing standard and project specification). You are responsible for verifying inputs, validating results with an independent method, checking constructability and code compliance, and obtaining professional sign-off where required.

The site operator provides the content "as is" and "as available" without warranties of any kind. To the maximum extent permitted by law, the operator disclaims liability for any loss or damage arising from the use of, or reliance on, this page or any linked tools.