> ## 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.

# Design a Wood Beam (ASD) to NDS 2018

> Design wood beams to NDS 2018 (ASD): bending, shear, bearing and deflection. An earlier code edition, kept for existing projects.

<div className="calc-details not-prose">
  <div className="calc-details-item">
    <div className="calc-details-chips" />

    <div className="calc-details-head"><span className="calc-card-icon"><Icon icon="calculator" size={20} color="#0076d6" /></span><p className="calc-details-name">Wood Beam (ASD, NDS 2018)</p><a className="calc-details-run" href="https://app.calcs.com/new/sheet/timberBeamASD">Run the calc</a></div>
  </div>
</div>

<div className="calc-answer">
  Design and verify wood beams to NDS 2018 ASD, bending, shear, bearing, and three deflection limits, each shown with the governing NDS adjustment factors and code reference. Load reactions at each support link directly to connected column and footing calculations so changes propagate automatically through the full load path. Supports simple and continuous spans, multi-ply beams, flitch plate composite beams, and inclined configurations.
</div>

<Note>
  This calculator uses an earlier code edition (NDS 2018 (ASD)). It stays available for existing projects. For new designs, check the [Calculator Library](/docs/calculators/us) for the current edition.
</Note>

## Worked example

See [Worked Example: Wood Beam to NDS 2018](/docs/running-calculations/example-calculations/us/worked-example-us-wood-beam) for a full worked example with this calculator.

## Method & scope

| Property         | Detail                                                                                                                                                                                           |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Design standards | NDS 2018 (ASD)                                                                                                                                                                                   |
| Regions          | United States                                                                                                                                                                                    |
| Presets          | Generic Beam, Generic Flitch Beam, Floor Joist, Floor Girder, Ceiling Joist, Hip / Valley, Rafter, Ridge Beam, and 5 more                                                                        |
| What it checks   | Adjusted allowable bending stress, Beam stability and lateral-torsional buckling, Shear check, Bearing (compression perpendicular to grain), Deflection checks, Flitch plate and multi-ply beams |

#### Calculation method

##### Design methodology

The calculator implements Allowable Stress Design (ASD) as defined in the 2018 National Design Specification for Wood Construction (NDS 2018). In ASD, each load effect is compared directly to an adjusted allowable capacity derived from the tabulated reference design value multiplied by a chain of adjustment factors. The beam passes a given limit state when the demand-to-capacity ratio does not exceed 1.0:

**utilization** = demand / adjusted allowable ≤ 1.0

All six limit states, bending, shear, bearing, short-term deflection, long-term deflection, and DL+(LL or SL) deflection, must satisfy this inequality simultaneously.

##### Adjusted allowable bending stress

The adjusted allowable bending stress F'b is the product of the reference bending design value Fb and every applicable adjustment factor:

**F'b** = Fb × CD × CM × Ct × CF × Cfu × Ci × Cr × min(CL, CV)

* **CD** (load duration): amplifies allowable stress for short-duration loads, 1.6 for wind/seismic, 1.25 for construction, 1.15 for snow, 1.0 for occupancy live load, 0.9 for permanent dead load. The governing value is the highest CD among all loads acting simultaneously.
* **CM** (wet service): reduces capacity when moisture content exceeds 19% in service.
* **Ct** (temperature): reduces capacity for sustained temperatures above 100°F.
* **CF** (size factor): adjusts for member depth; applied to sawn lumber sections.
* **Cfu** (flat use): applies when the member is loaded on its wide face.
* **Ci** (incising): reduces design values for preservative-treated incised members.
* **Cr** (repetitive member): allows a 15% increase when three or more members are spaced 24 in. or less and share a load-distributing element.
* **CL** (beam stability) / **CV** (volume factor): NDS 2018 §3.3.3 requires using the lesser of CL and CV, not both simultaneously.

The bending utilization check is:

**M / M'** ≤ 1.0, where **M'** = F'b × S × (number of plies)

##### Beam stability and lateral-torsional buckling

CL is computed from the slenderness ratio RB = √(d × Le / b²), where d is beam depth, b is breadth, and Le is the effective unbraced length. The calculator accepts four LTB bracing conditions: no continuous bracing, top-face only, bottom-face only, and top-and-bottom. Full bracing at both faces suppresses lateral-torsional buckling and sets CL = 1.0.

##### Shear check

The adjusted allowable shear stress F'v is:

**F'v** = Fv × CD × CM × Ct × Ci

Shear demand is taken at a distance equal to the beam depth d from each support face per NDS 2018 §3.4.3. The utilization check is:

**V / V'** ≤ 1.0, where **V'** = F'v × (2/3) × A × (number of plies)

##### Bearing (compression perpendicular to grain)

At each support, the bearing stress is compared to the adjusted allowable perpendicular-to-grain compression:

**F'c⊥** = Fc⊥ × CM × Ct × Ci × Cb

where Cb is the bearing area factor. The utilization check is:

**R / R'** ≤ 1.0, where **R'** = F'c⊥ × bearing area

Bearing length is entered for each support in the Supports table.

##### Deflection checks

Three deflection limit states are checked independently:

* **Short-term (ST):** instantaneous elastic deflection under the specified live-load or short-duration combination.
* **Long-term (LT):** total deflection including creep, computed as the ST deflection amplified by the applicable creep factor.
* **DL+(LL or SL):** a simplified envelope combining dead load and the governing transient load.

Each limit is checked against user-specified thresholds: a hard absolute limit (inches) and span-ratio limits (L/n for ST and LT). Deflections are computed from the composite stiffness EI of the full cross-section, including any steel flitch plates.

##### Flitch plate and multi-ply beams

For flitch plate beams, stiffness and moment capacity are distributed between timber plies and steel plates in proportion to their EI contributions. Timber capacity checks (bending, shear, bearing) apply only to the timber portion of the composite section, allowing accurate sizing of combination timber-steel headers and girders without conservative hand-simplifications.

## How to use it

<Steps>
  <Step title="Open the calculator">
    Open it from **Run calc** in the About this calculator panel above. To start from a typical setup, choose one of the presets listed there.
  </Step>

  <Step title="Enter your inputs">
    Work through the input sections from top to bottom. Click any input label to see its reference explanation, clause, conditions and assumptions. See [Checks, References, Conditions and Assumptions](/docs/running-calculations/checking-results/checks-references-conditions-assumptions).
  </Step>

  <Step title="Review the results and export">
    Check the utilization of each governing check in the summary, then export a PDF report. See [Views and Export](/docs/running-calculations/exporting-reports/views-and-export).
  </Step>
</Steps>

## Common questions

<AccordionGroup>
  <Accordion title="What design method and standard does this calculator follow?">
    This calculator uses Allowable Stress Design (ASD) per the 2018 National Design Specification for Wood Construction (NDS 2018). Reference design values are adjusted using all required NDS factors: load duration (CD), wet service (CM), temperature (Ct), size (CF), flat use (Cfu), incising (Ci), repetitive member (Cr), beam stability (CL), and volume factor (CV).
  </Accordion>

  <Accordion title="What inputs does the Wood Beam ASD calculator require?">
    Key inputs include beam plan length, support locations and types with bearing lengths, section type (standard from the section library or fully custom), number of plies, and applied loads (distributed, line, point, and moment). You also specify service conditions, wet or dry, temperature range, and incising treatment, and lateral-torsional bracing configuration (top face, bottom face, both, or no continuous bracing).
  </Accordion>

  <Accordion title="What checks and outputs does the calculator provide?">
    The calculator returns six utilization checks: bending moment (M/M'), shear (V/V'), and bearing (R/R'), each expressed as a ratio where 1.0 or less is acceptable, plus three deflection checks: short-term (ST), long-term (LT), and a simplified DL+(LL or SL) envelope. Adjusted allowable capacities account for all applicable NDS adjustment factors.
  </Accordion>

  <Accordion title="Does this calculator support multi-ply beams, flitch plates, or inclined members?">
    Yes. The calculator supports multi-ply beams, flitch plate composite beams (steel plates sandwiched between timber plies), and inclined beams in Simple Slope or Hip/Corner Slope configurations. For flitch beams, composite bending stiffness is derived automatically from the combined timber and steel section properties.
  </Accordion>

  <Accordion title="How should I set deflection limits for my beam?">
    The calculator lets you specify three independent deflection limits: a hard absolute limit (in inches), a live-load span ratio (e.g., L/360), and a total-load span ratio (e.g., L/240). NDS and IRC commonly use L/360 for floors under live load and L/240 for total load. For roof members with no finished ceiling, L/180 is often acceptable. Enter the limits appropriate for your occupancy and finish conditions, the calculator flags any exceedance automatically.
  </Accordion>

  <Accordion title="Does this calculator support load linking with column and footing calculations?">
    Yes. Beam support reactions (vertical loads at each bearing point) can be linked directly to column and footing calculators in the same Calcs.com project. When span, section, loading, or service conditions change in this beam, all linked calculations update automatically, no manual re-entry of reactions. This is particularly useful for member chains where a beam frames into a column that bears on a footing, as a single load change propagates through the full load path without risk of stale values downstream.
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Calculator Library" icon="list" href="/docs/calculators/us">
    Complete list of Calcs.com design calculators available for United States projects (AISC, ACI, NDS, ASCE 7, IBC, and related standards).
  </Card>

  <Card title="Design a Wood Column (ASD) to NDS 2018" icon="calculator" href="/docs/calculators/us/columns/timberColumnASD">
    Design wood columns and studs to NDS 2018 (ASD). An earlier code edition, kept for existing projects.
  </Card>

  <Card title="Select Wood Connectors (ASD) to NDS 2018 and C-C-2023" icon="calculator" href="/docs/calculators/us/connections/timberConnectorsASD">
    Select Simpson Strong-Tie connectors from the 2021-2023 catalog against NDS 2018 (ASD) allowable loads. An earlier edition, kept for existing projects.
  </Card>

  <Card title="Design a Wood Member (Design Only - ASD) to NDS 2018" icon="calculator" href="/docs/calculators/us/beams/timberMemberASD">
    Design wood truss and frame members to NDS 2018 (ASD) from analysis forces. An earlier code edition, kept for existing projects.
  </Card>

  <Card title="Design a Wood Roof Tie (ASD) to NDS 2018" icon="calculator" href="/docs/calculators/us/beams/timberRoofTieASD">
    Design wood collar ties and rafter ties to NDS 2018 (ASD). An earlier code edition, kept for existing projects.
  </Card>

  <Card title="Design a Sloped or Angled Member" icon="book" href="/docs/running-calculations/setting-up-a-calculation/geometry-and-supports/design-sloped-or-angled-member">
    Design rafters, hip beams and other inclined members: set the slope, choose plan or inclined view, pick a load orientation, or convert lengths with formulas.
  </Card>

  <Card title="Design a Wood Beam (ASD) to NDS 2024" icon="calculator" href="/docs/calculators/us/beams/timberBeamASDNDS-2024">
    Design wood beams to NDS 2024 (ASD): bending, shear, bearing and three deflection limits, with multi-ply and flitch plate options.
  </Card>

  <Card title="Design a Wood Beam, Including Joists, Rafters, and Ridge Beams to NDS 2018" icon="calculator" href="/docs/calculators/us/beams/design-wood-beam-including-joists-rafters-ridge-beams">
    Design simple and complex span wood joists, rafters and ridge beams to NDS with the Calcs.com Wood Beam calculator, ASD or LRFD.
  </Card>
</CardGroup>
