> ## Documentation Index
> Fetch the complete documentation index at: https://calcs.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Calculate Bending Stress from the Moment

> Get bending stress from a moment using the elastic section modulus.

Once you have a moment from analysis, bending stress follows in one step. This article gives the relationship, defines the section modulus, and explains where the analysis output ends and the design check begins.

## The formula

Divide the moment by the elastic section modulus:

σ = M / S

where **σ** is the bending stress, **M** is the bending moment, and **S** is the elastic section modulus.

## What the section modulus is

The elastic section modulus S is the second moment of area I\_x divided by c. Here c is the distance from the neutral axis to the extreme fiber:

S = I\_x / c

For a symmetric section, c is half the depth, and the same S applies to the top and bottom fibers. For an unsymmetric section, the two distances differ. Compute S separately for each fiber and use the smaller value where it matters.

## Using the beam calculator output

The Calcs.com beam calculator returns the moment demand M\*. Once you know S for your section, the stress follows directly from σ = M / S.

Two practical points:

* Read the moment at the location you care about, not only at midspan. On continuous beams the support moment often controls.
* Keep units consistent. Mixing kip-ft with in³, or kN·m with mm³, is a common source of error by a factor of 12 or 10⁶.

Section properties including I\_x and S can be looked up in the Calcs.com section properties library.

## Stress is not yet a check

Calculating a stress is an analysis result. Checking that stress against an allowable or factored value is a design check rather than an analysis output.

That check depends on the standard you design to, the design method, and the section classification. It also depends on limit states the stress figure alone does not capture, lateral-torsional buckling among them. A stress below the allowable value does not by itself confirm the member is adequate.

## Related

* [Calculate Beam Deflection](/docs/running-calculations/engineering-concepts/calculate-beam-deflection)
* [Find How Far a Steel Beam Can Span](/docs/running-calculations/engineering-concepts/steel-beam-span)

Use the Calcs.com design calculators when you need the code check itself, with the governing standard and the working shown. Responsibility for the design stays with the engineer.
