> ## 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 Steel Base Plate (LRFD) to ACI 318-14 and AISC 360-16

> Design steel column base plates and anchor rods to ACI 318-14 and AISC 360-16 (LRFD). 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">Steel Base Plate (LRFD, ACI 318-14 / AISC 360-16)</p><a className="calc-details-run" href="https://app.calcs.com/new/sheet/steelBasePlateLRFD">Run the calc</a></div>
  </div>
</div>

<div className="calc-answer">
  Base plate design receives column axial load directly, change the column load and the plate thickness and anchor check update automatically. Designs steel column base plates and anchor rods to ACI 318-14 and AISC 360-16 under LRFD, checking bearing, plate bending, and all anchor limit states.
</div>

<Note>
  This calculator uses an earlier code edition (ACI 318-14, AISC 360-16, AISC Steel Design Guide 1 (2006): Base Plate and Anchor Rod Design - 2nd Edition). It stays available for existing projects. For new designs, check the [Calculator Library](/docs/calculators/us) for the current edition.
</Note>

## Method & scope

| Property         | Detail                                                                                                                                                                                                                                                                                                                                                               |
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Design standards | ACI 318-14, AISC 360-16, AISC Steel Design Guide 1 (2006): Base Plate and Anchor Rod Design - 2nd Edition                                                                                                                                                                                                                                                            |
| Regions          | United States                                                                                                                                                                                                                                                                                                                                                        |
| What it checks   | Load combinations, Concrete bearing capacity (AISC DG1 Cl 3.1), Plate bending, bearing interface (AISC DG1 Cl 3.3, 3.4), Plate bending, tension interface (AISC DG1 Cl 3.3, 3.4), Anchor rod tensile capacity (ACI 318-14 Cl 17.4), Anchor rod shear capacity (ACI 318-14 Cl 17.5), Frictional shear capacity (ACI 318-14 Cl 22.9), Minimum required plate thickness |

#### Calculation method

The Steel Base Plate (LRFD) calculator follows AISC Steel Design Guide 1 (2nd Edition, 2006) for plate sizing and plate bending, and ACI 318-14 Chapter 17 for all anchor rod limit states. Factored load combinations are generated per ASCE 7-16.

##### Load combinations

Dead, live, wind, and seismic loads are entered as unfactored components. The calculator generates all governing ASCE 7-16 LRFD combinations (1.2D + 1.6L etc.) and identifies the critical factored axial load P\_u, biaxial moments M\_ux and M\_uy, and shear demands V\_ux and V\_uy for each subsequent check.

##### Concrete bearing capacity (AISC DG1 Cl 3.1)

The factored concrete bearing strength under the plate is:

phi × P\_p = phi\_c × 0.85 × f'c × A\_1 × sqrt(A\_2/A\_1)

where A\_1 is the base plate area and A\_2 is the supporting surface area. The geometry factor sqrt(A\_2/A\_1) is limited to 2.0 per ACI 318-14.

**Utilization** = P\_u / phi × P\_p ≤ 1.0

##### Plate bending, bearing interface (AISC DG1 Cl 3.3, 3.4)

When the plate is in the small-moment regime (full contact), the plate bending demand at the bearing interface is calculated from the upward bearing pressure over the cantilever projections m and n beyond the column flange and web.

The critical plate moment demand M\_u,pl (kip-in/in) is compared to the plate bending capacity:

phi × M\_n = phi\_p × F\_y × t^2 / 4

**Utilization** = M\_u,pl / phi × M\_n ≤ 1.0

The minimum required plate thickness t\_min is reported from this check.

##### Plate bending, tension interface (AISC DG1 Cl 3.3, 3.4)

For large-moment conditions where anchor rods carry tension, the plate is also checked for bending at the tension interface. The anchor rod tensile force creates an upward pull on the plate, and the resulting plate moment is evaluated against phi × M\_n.

##### Anchor rod tensile capacity (ACI 318-14 Cl 17.4)

The calculator checks five tensile limit states for the anchor rod group:

* **Steel tensile strength**: phi\_t × A\_se × f\_uta
* **Concrete breakout** (CCD method): based on projected cone area A\_Nc relative to basic area A\_Nco
* **Pullout capacity**: phi × 8 × A\_brg × f'c per rod
* **Side-face blowout**: applicable when embedment depth is large relative to edge distance
* **Group effects**: interaction factors for closely spaced anchors

**Utilization** = N\_u / phi × N\_n,g ≤ 1.0

##### Anchor rod shear capacity (ACI 318-14 Cl 17.5)

Shear demand is checked against:

* **Steel shear capacity**: phi\_v × 0.6 × A\_se × f\_uta
* **Concrete pryout**: phi × k\_cp × N\_cbg (governs for shallow embedments)
* **Concrete shear breakout** in both X and Y axes using the projected area method

**Utilization** = V\_u / phi × V\_n,g ≤ 1.0

##### Frictional shear capacity (ACI 318-14 Cl 22.9)

The base plate can transfer shear through friction between the plate and the grout or concrete. The friction capacity phi × mu × P\_u is added where applicable to supplement anchor shear resistance.

##### Minimum required plate thickness

The governing minimum plate thickness t\_min is reported as the maximum value from the bearing interface check and the tension interface check across both axes.

## How to use it

<Steps>
  <Step title="Open the calculator">
    Open it from **Run calc** in the About this calculator panel above.
  </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 codes and method does this calculator use?">
    The calculator follows AISC Steel Design Guide 1, 2nd Edition (2006) for base plate sizing and plate bending, with anchor rod capacities per ACI 318-14 Chapter 17. Load combinations are generated per ASCE 7-16 Chapter 2 and ACI 318-14 Chapter 13.
  </Accordion>

  <Accordion title="What are the key inputs?">
    Inputs include column section properties, base plate dimensions (length, width, thickness) and material grade, anchor rod diameter, grade, embedment depth, edge distances and spacing, concrete compressive strength, and applied column axial load and biaxial moments. Dead, live, wind, and seismic loads are entered separately for automatic LRFD combination generation.
  </Accordion>

  <Accordion title="What limit states does it check?">
    The calculator checks: concrete bearing strength (factored bearing vs phi × P\_p), plate bending capacity at both the bearing and tension interfaces in both X and Y axes (phi × M\_n vs M\_u,pl), anchor rod steel tensile and shear capacity (ACI 318-14 Cl 17.4 and 17.5), concrete breakout and pullout in tension (Cl 17.4), concrete pryout and breakout in shear (Cl 17.5), side-face blowout (Cl 17.4.4), and frictional shear capacity (Cl 22.9).
  </Accordion>

  <Accordion title="Can it handle moment and axial combined loading on the base plate?">
    Yes. Biaxial moments (M\_ux and M\_uy) are resolved at the base plate together with the axial load. The calculator determines the critical bearing pressure distribution under the plate, identifies whether the plate is in a small-moment (full bearing) or large-moment (partial bearing with anchor tension) regime, and applies the appropriate AISC Design Guide 1 approach for plate thickness and anchor demand.
  </Accordion>

  <Accordion title="What concrete strengths and anchor rod specifications are supported?">
    Any concrete compressive strength f'c can be input. Anchor rods are specified by diameter, material grade (ASTM F1554 or equivalent), and embedment depth. Seismic provisions under ACI 318-14 Chapter 17 for anchor design in seismic design categories can be toggled.
  </Accordion>

  <Accordion title="Can this calculator receive column axial load directly from a column calculator?">
    Yes, the base plate calculation receives axial and shear loads from the column calculation above. When the column size or loading changes, the base plate demand updates automatically. This load-linking removes the need to manually transfer forces between calculations.
  </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 Steel Base Plate (LRFD) to ACI 318-19 and AISC 360-16" icon="calculator" href="/docs/calculators/us/connections/steelBasePlateLRFDACI318-19">
    Design steel column base plates and anchor rods to ACI 318-19 and AISC 360-16 (LRFD). An earlier code edition, kept for existing projects.
  </Card>

  <Card title="Design a Steel Base Plate (LRFD) to AISC 360-22" icon="calculator" href="/docs/calculators/us/connections/steelBasePlateLRFDACI318-19AISC360-22">
    Design steel column base plates and anchor rods to ACI 318-19 and AISC 360-22 per AISC Design Guide 1 (3rd Edition), with LRFD checks.
  </Card>

  <Card title="Design a Steel Beam (ASD) to AISC 360-16" icon="calculator" href="/docs/calculators/us/beams/steelBeamASD">
    Design steel beams to AISC 360-16 (ASD) with multiple supports and loads. An earlier code edition, kept for existing projects.
  </Card>

  <Card title="Analyze a Steel Bolt Group (ASD)" icon="calculator" href="/docs/calculators/analysis/bolt-group-analysis/steelBoltAnalysisASD">
    Analyze steel bolt groups under eccentric in-plane shear and moment to the AISC Steel Construction Manual, 15th and 16th edition (ASD), using the elastic...
  </Card>
</CardGroup>
