> For the complete documentation index, see [llms.txt](https://docs.enercalc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enercalc.com/sel-faq/using-the-software/calculation-modules/foundations2/pole-embedment/differences-58-60.md).

# Depth of Embedment to be used in Nonconstrained Pole Formula

Why nonconstrained pole embedment depths differ from Version 5.8 due to a changed 12-foot lateral pressure interpretation.

## Why are my nonconstrained embedment depths less in the current version than in Version 5.8?

You might notice that for embedment depths greater than 12' you will get shallower calculated depths in the current version.

The difference is due to a change in the way the program calculates the allowable lateral pressure when checking for a 12-foot limit.

Please see the relevant code sections as follows:

IBC 2006 Section 1805.7.2.1

IBC 2009 Section 1807.3.2.1

IBC 2012 Section 1805.3.2.1

IBC 2015 Section 1807.3.2.1

IBC 2018 Section 1807.3.2.1

IBC 2021 Section 1807.3.2.1

IBC 2024 Section 1807.3.2.1

The item to look at is the definition of "d":

*"Depth of embedment in earth in feet (m) but not over 12 feet for the purpose of computing lateral pressure."*

Also note the definition of "S1":

*"Allowable lateral soil-bearing pressure......based on a depth of 1/3 embedment...."*

In Version 5.8 of SEL this was conservatively interpreted as meaning that the allowable lateral soil pressure was to be calculated based on one-third of the depth of embedment, where one-third of the depth of embedment was not to exceed 12 feet/3 = 4 feet.

However, this item was clarified in the 2006 IBC Structural Q\&A Application Guide. That document clearly indicates that the intent of that provision was that the allowable lateral soil pressure was to be calculated based on one-third of the depth of embedment, where one-third of the depth of embedment was not to exceed 12 feet. In other words, the 12-foot limit was to be taken literally, not divided by a factor of three.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.enercalc.com/sel-faq/using-the-software/calculation-modules/foundations2/pole-embedment/differences-58-60.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
