DEV Community

Cover image for Slope Stability and the Factor of Safety: When Will a Slope Slide?
NovaSolver
NovaSolver

Posted on • Originally published at novasolver.jp

Slope Stability and the Factor of Safety: When Will a Slope Slide?

After a long spell of rain, a section of hillside above a road lets go. A wedge of soil slides downslope along a curved surface, burying the carriageway and shearing through anything in its path. Landslides like this are not random acts of nature — they happen when the forces driving a soil mass downhill finally exceed the forces resisting it. Slope stability analysis is the engineering discipline that predicts that tipping point before it arrives.

This article explains what the factor of safety against sliding actually measures, how to compute it for the simplest and most instructive case, works a full example, and lists the errors that most often make a slope look safer on paper than it is in the ground.

Why this calculation matters

Slopes are everywhere in civil engineering: highway and railway cuttings, earth dams, embankments, levees, mine spoil heaps, and the natural hillsides that infrastructure has to cross. Every one of them is a soil mass held in place only by its own shear strength. When that strength is exceeded along some surface, the mass moves — sometimes slowly over months, sometimes catastrophically in seconds.

The factor of safety is the single number that quantifies how close a slope is to that moment. It frames decisions about how steep a cut can be, how an embankment should be built, whether a slope needs drainage or a retaining structure, and how much warning a marginal hillside is giving. Because the consequences of a slope failure range from costly to fatal, the factor of safety is also a communication tool: it lets engineers, regulators, and clients agree on how much margin is enough.

The core method

Slope stability is fundamentally a comparison of two quantities along a potential failure surface:

FS = (resisting forces) / (driving forces)
Enter fullscreen mode Exit fullscreen mode

The driving force is the component of the soil weight that acts down the slope. The resisting force is the shear strength of the soil mobilised along the failure surface. When FS is greater than 1, resistance wins and the slope holds. When FS falls to 1, the two are balanced and failure is imminent. Below 1, the slope is already moving.

The cleanest case to study is the infinite slope: a long, planar slope where the failure surface runs parallel to the ground at constant depth, so conditions repeat from one slice to the next. For a dry, cohesionless soil — clean sand or gravel with no cohesion and no pore water — the analysis collapses to a strikingly simple result:

FS = tan(phi) / tan(beta)
Enter fullscreen mode Exit fullscreen mode

Here phi is the soil friction angle, the property that sets its shear strength, and beta is the slope angle measured from the horizontal. The weight of the soil and the depth of the surface both cancel out, leaving a pure comparison of two angles.

The physical reading is direct. A dry granular slope is stable as long as it is flatter than the soil's friction angle. The steepest stable slope is the one where beta equals phi — that limiting angle is the angle of repose, the same angle you see when sand is poured into a cone. Real slopes with cohesion, layering, or groundwater need fuller methods, such as the method of slices, but the infinite-slope formula captures the essential balance and is the right place to build intuition.

A worked example

Consider a long, planar slope cut into a dry cohesionless soil. The soil friction angle is phi = 32 degrees, and the slope is inclined at beta = 20 degrees to the horizontal.

Step 1 — confirm the case. The soil is dry and cohesionless, the slope is long and planar, so the infinite-slope formula applies directly.

Step 2 — evaluate the two tangents.

tan(phi) = tan(32 degrees) = 0.6249
tan(beta) = tan(20 degrees) = 0.3640
Enter fullscreen mode Exit fullscreen mode

Step 3 — form the factor of safety.

FS = tan(phi) / tan(beta)
FS = 0.6249 / 0.3640
FS = 1.72
Enter fullscreen mode Exit fullscreen mode

Step 4 — interpret the result. A factor of safety of 1.72 means the available shear resistance is about 72 percent greater than the force driving the slope downhill. The slope is stable. Had the result come out near 1.0, failure would be imminent and the slope would need to be flattened, drained, or supported. Had it fallen below 1.0, the slope could not stand at that angle at all.

It is worth noticing how sensitive the answer is to the slope angle. Steepen this slope from 20 to 30 degrees and tan(beta) rises to 0.577, dropping FS to about 1.08 — barely stable. A modest change in geometry moves a comfortable slope to the edge.

Common mistakes

Treating any FS above 1 as safe enough. A factor of safety of 1.05 is technically stable but offers almost no margin against the uncertainty in soil strength, geometry, and loading. Design practice typically calls for FS in the range of about 1.3 to 1.5 for long-term slopes, higher where the consequences of failure are severe.

Ignoring pore water pressure. The simple formula here assumes a dry slope. Rain and rising groundwater raise pore pressure, which cuts the effective stress and therefore the available shear strength. Many slopes that stand all summer fail after prolonged wet weather precisely because water, not geometry, changed.

Using a single failure surface. A slope does not get to choose a convenient surface — it fails along the most critical one. A proper analysis searches many candidate surfaces and reports the lowest factor of safety, not the first one tried.

Applying the infinite-slope formula where it does not belong. That formula is for long, planar, shallow failures in uniform soil. A deep rotational slip in clay, or a layered slope with a weak seam, needs the method of slices or a numerical analysis. Using the wrong model gives a confident but meaningless number.

Assuming soil strength is constant over time. Friction angle and cohesion can degrade through weathering, softening, or progressive failure. A slope that was safe when built is not guaranteed to stay safe decades later.

Try the interactive NovaSolver calculator

The infinite-slope formula builds intuition, but real slopes with curved failure surfaces and groundwater need a fuller treatment. The Slope Stability Analysis (Bishop Method) on NovaSolver does this interactively — set the slope height and angle, the soil cohesion, friction angle and unit weight, and the groundwater level, choose the number of slices, and it computes the factor of safety for a circular slip surface and sweeps for the minimum FS, reporting the critical circle's centre and radius alongside a visualisation of the slip surface.

Related calculators

  • Bearing capacity calculator — for a footing placed near or on a slope, where bearing failure and slope failure can interact.
  • Earth pressure simulator — to quantify the lateral pressures that develop when soil is retained rather than left to stand at its natural angle.
  • Retaining wall calculator — when a slope is too steep to stand alone and needs a structural wall to hold it back.

You can browse the full set in the geotechnical tools hub.

Closing note

Slope stability comes down to a contest between weight pulling soil downhill and shear strength holding it in place, and the factor of safety is the scoreboard. The infinite-slope result — FS equals tan(phi) over tan(beta) — is as compact as engineering formulas get, and it carries a memorable lesson: a dry granular slope is stable only while it is flatter than the soil's friction angle. Real slopes add cohesion, water, and curved failure surfaces, but the underlying question never changes. Compute the factor of safety, leave a margin that matches the consequences, and respect what water can do to a slope that looked fine yesterday.

Top comments (0)