engineering · geotechnical · foundations-bearing

Bearing Capacity Calculator

Computes ultimate and allowable bearing capacity of a shallow footing from derived bearing-capacity factors and a factor of safety. Use it for a first-pass foundation check.

Last updated
Dashboard

Calculator overview

Inputs and outputs

This summary comes from the calculator's published input and output contract.

Inputs

Founding Depth Df
About this input

The depth from ground surface to the underside of the footing, in metres. Greater depth adds surcharge and raises capacity through the Nq term.

Unit m Default 1 Range At least 0
Foundation Shape
About this input

The footing plan form, such as strip, square, rectangular or circular. It selects the shape factors applied to the bearing capacity terms.

Default Square Allowed Strip, Square, Rectangular, Circular
Friction Angle
About this input

The effective angle of internal friction of the soil, in degrees and below 90. It drives the Nq and N-gamma factors; a friction angle of zero represents an undrained clay.

Unit deg Default 30 Range 0 to 90
Soil Unit Weight
About this input

The unit weight of the soil below the footing, in kilonewtons per cubic metre. It scales the self-weight term of the bearing capacity equation.

Unit kN/m3 Default 18 Range At least 0
Ngamma Method
About this input

The source used for the N-gamma bearing capacity factor: Vesic, 2 (Nq + 1) tan phi, or Meyerhof, (Nq - 1) tan(1.4 phi). Those are the only two offered; Terzaghi's form is not implemented. The two give different N-gamma at the same friction angle, so the ultimate capacity shifts with this choice; pick the method your reference specifies.

Default Vesic Allowed Vesic, Meyerhof
Cohesion
About this input

The soil cohesion, in kilopascals. Use the undrained shear strength for a total-stress analysis or the effective cohesion for a drained analysis.

Unit kPa Default 0 Range At least 0
Applied column load
About this input

The vertical service load on the footing. For pad footings (square, rectangular, circular) this is the total column load in kilonewtons. For a strip footing it is the line load carried by the wall, in kilonewtons per metre of run, because a strip is checked per metre.

Unit kN Default 500
Factor Of Safety Fs
About this input

The factor of safety divided into the ultimate bearing pressure to obtain the allowable pressure. It is applied here, not verified against a target, so enter the value your governing standard requires, commonly around 3.

Default 3 Range At least 0
Footing width B
About this input

The plan width of the footing, in metres, taken as the shorter side. For a circular footing this is the diameter. Width controls the self-weight term and usually governs bearing capacity.

Unit m Default 1.5 Range At least 0
Footing Length Conditional
About this input

The plan length of the footing, in metres: the longer side of a rectangular footing. Square, circular and strip footings do not use it, a strip being checked per metre of run rather than over a finite length.

Unit m Default 2 Range At least 0

Outputs

Model Status
About this output

The overall check on your entries, shown above the results. It reads OK when the inputs are usable, NOT VALID with a reason when an entry makes the model meaningless, or CHECK with a reason when a result is valid but worth a second look. Read it before you trust the numbers below.

No unit declared
Bearing Factor Nq
About this output

The dimensionless bearing capacity factor for the surcharge term, computed from the friction angle.

No unit declared
Required footing width (square)
About this output

The width of a square footing, in metres, that would carry the applied load at the target factor of safety, offered as a sizing guide rather than a final design. The guide becomes a required diameter when the shape is circular, and a required width per metre of run when it is strip.

Unit m
Utilisation
About this output

The applied load divided by the allowable capacity, as a fraction. A value above 1 means the demand exceeds the safe capacity.

No unit declared
Ultimate Bearing Pressure
About this output

The gross ultimate bearing pressure at failure, in kilopascals, before any factor of safety is applied.

Unit kPa
Allowable Bearing Pressure
About this output

The ultimate bearing pressure divided by the factor of safety, in kilopascals, the pressure the footing may be designed to.

Unit kPa
Allowable capacity
About this output

The load the footing may carry at the chosen factor of safety: kilonewtons for a pad footing, or kilonewtons per metre of run for a strip.

Unit kN
Applied load
About this output

The applied load carried through as the demand on the footing, for comparison with the allowable capacity: kilonewtons for a pad footing, or kilonewtons per metre of run for a strip.

Unit kN
Bearing Factor Ngamma
About this output

The dimensionless bearing capacity factor for the self-weight term, computed from the friction angle by the selected method.

No unit declared
Bearing Factor Nc
About this output

The dimensionless bearing capacity factor for the cohesion term, computed from the friction angle. The factors here are illustrative; confirm them against the governing bearing capacity reference.

No unit declared

What it is

The Bearing Capacity Calculator estimates how much load a shallow footing can carry on soil before the ground beneath it fails. It reports the ultimate bearing pressure, the allowable bearing pressure after your factor of safety, the allowable capacity of the footing, and the utilisation of that capacity by the load you enter. It also suggests the smallest footing width from a fixed list of candidate sizes that would carry the load.

It covers strip, square, rectangular and circular footings, and works entirely in SI units: metres for lengths, kilopascals for pressures, kilonewtons for loads, and kilonewtons per cubic metre for soil unit weight.

Use it for a first-pass check or for teaching. It is not a foundation design. The soil strength values it needs must come from a site-specific geotechnical investigation, and the failure modes it does not model can govern. Foundation design must be carried out, and where required sealed, by a licensed geotechnical or civil engineer working to the code adopted where the work is built.

Methodology

Purpose and model boundary

This model estimates the ultimate and allowable axial capacity of a shallow footing. It derives the bearing-capacity factors from the entered friction angle, applies shape and depth factors for the selected footing geometry, divides the ultimate pressure by the chosen factor of safety, and compares the resulting capacity with the applied load. It is a preliminary geotechnical check, not a foundation design.

The spreadsheet is the calculation authority. The page sends the named inputs to the calculation service and displays the workbook's returned results and status; no geotechnical equation is reimplemented in browser code.

Inputs and units

Input group Values used by the model
Footing geometry Shape (strip, square, rectangular or circular), width or diameter B, rectangular length L, and founding depth Df, in metres.
Soil strength Cohesion c in kPa, friction angle φ in degrees, and unit weight γ in kN/m³.
Factor method Vesic or Meyerhof expression for .
Demand and safety Applied load P in kN, or kN/m for a strip, and factor of safety FS.

The rectangular length is used only for a rectangular footing. Circular area is πB²/4; square area is ; a strip uses B × 1 m; and rectangular area is BL.

Governing relationships

With φ in radians, the workbook derives:

  • Nq = exp(π tan φ) × tan²(45° + φ/2);
  • Nc = (Nq − 1) / tan φ, with the workbook's limiting clay value used at φ = 0;
  • Vesic Nγ = 2(Nq + 1)tan φ, or Meyerhof Nγ = (Nq − 1)tan(1.4φ).

The gross ultimate pressure follows the three-term bearing-capacity form

qult = cNc sc dc + γDf Nq sq dq + 0.5γB Nγ sγ dγ,

where the shape and depth factors are selected from the workbook's formula branches. Then qallow = qult / FS, Qallow = qallow × plan area, and utilisation = P / Qallow. The required width is selected from the workbook's bounded trial-width series; it is a diameter for a circular footing and a width per metre of run for a strip.

Calculation sequence

  1. Validate the shape, dimensions, soil parameters, factor method and factor of safety.
  2. Derive Nc, Nq and from φ.
  3. Apply the geometry-specific area, shape factors and depth factors.
  4. Calculate ultimate pressure, allowable pressure, allowable capacity and utilisation.
  5. Evaluate the trial-width series and plot allowable capacity against width.
  6. Return the workbook's status before the results are interpreted.

Outputs and interpretation

Allowable bearing pressure is a pressure limit; allowable axial capacity includes the selected footing area. Utilisation above 1 means the entered demand exceeds the workbook's allowable capacity. Required width is a discrete sizing guide within the workbook's search range, not a final optimized design. The individual bearing factors are exposed so the selected reference method can be checked.

Validation and status logic

The workbook returns named states including:

Condition Returned status
Footing width, applicable length or founding geometry is nonpositive NOT VALID: footing dimensions must be positive
Soil unit weight is nonpositive NOT VALID: soil unit weight must be positive
Factor of safety is nonpositive NOT VALID: factor of safety must be positive
Friction angle reaches the singular region near 90° NOT VALID: friction angle must be below about 89.7 degrees; the bearing-capacity factors cannot be evaluated above it
Foundation shape is not one of the workbook choices NOT VALID: foundation shape must be one of the listed options
Applied load exceeds the entered footing's allowable capacity CHECK: applied load exceeds the allowable capacity; enlarge the footing
The bounded width search cannot find a satisfying trial A CHECK: status explains that no trial width in the search range satisfies the load.
None of the preceding conditions applies OK

Assumptions and limitations

  • Soil is represented by uniform c, φ and γ values from a site investigation.
  • The footing is shallow, centrally and vertically loaded, and uses the workbook's idealized strip, square, rectangular or circular branch.
  • Groundwater correction, eccentric or inclined loading, layered soil, settlement, punching, sliding, uplift, seismic effects and interaction with nearby foundations are not modeled.
  • The value varies among published methods; the selected method must match the governing design reference.
  • The trial-width result is bounded and discrete. A blank result can mean that the search completed without finding a qualifying candidate.

Restrictions and non-computing states

This calculator restricts selectors to the workbook's declared lists and prevents values outside published numeric bounds from being submitted. A workbook NOT VALID result supersedes displayed numerical residues. Strip results use per-metre units and must not be compared directly with pad-footing totals.

Errors and warnings

A rejected entry means the request did not satisfy the published input rules. NOT VALID means the workbook refused the calculation state. CHECK means calculations were produced but capacity, search coverage or an engineering condition requires review. A calculation-service failure is an availability problem, not a geotechnical conclusion.

References

The workbook derives its bearing capacity factors rather than reproducing any table from a standard. The published sources for the forms it implements are below.

  • Vesic, A. S. Analysis of Ultimate Loads of Shallow Foundations. Journal of the Soil Mechanics and Foundations Division, American Society of Civil Engineers, volume 99, number 1, 1973, pages 45 to 73. https://doi.org/10.1061/JSFEAQ.0001846 (the Vesic N-gamma form and the shape factors used here)
  • Meyerhof, G. G. Some Recent Research on the Bearing Capacity of Foundations. Canadian Geotechnical Journal, volume 1, number 1, 1963, pages 16 to 26. https://doi.org/10.1139/t63-003 (the alternative Meyerhof N-gamma form offered by the method selector)
  • Hansen, J. Brinch. A Revised and Extended Formula for Bearing Capacity. Danish Geotechnical Institute, Bulletin Number 28, Copenhagen, 1970. (the depth factors used here)
  • Wikipedia. Bearing capacity. https://en.wikipedia.org/wiki/Bearing_capacity

Soil parameters shipped with the workbook are illustrative and carry no authority. Values for design must come from a site-specific geotechnical investigation.

Additional source notes migrated from Methodology

The workbook implements derived shallow-foundation bearing-capacity relationships and documents the chosen method in its References sheet. Site-specific parameters, the governing design standard and review by a licensed geotechnical engineer control real foundation design.

Frequently asked questions

Should I choose the Vesic or the Meyerhof N-gamma form?
Choose the form your governing reference or standard specifies. The two give different values of the self-weight factor at the same friction angle, so the ultimate capacity changes when you switch. In the worked example on this page the change lowers the allowable capacity by about seven percent. The calculator reports which form it used, and results should only be compared against a source using the same form. Note that the selector changes the N-gamma factor only: the shape factors remain the Vesic forms and the depth factors the Hansen forms in both cases.
Why did the suggested footing width jump rather than change smoothly?
The suggested width is not solved in closed form. The workbook tries a fixed list of nine candidate widths, 0.5, 0.75, 1, 1.25, 1.5, 1.75, 2, 2.5 and 3 metres, and returns the smallest one whose allowable capacity carries your load. The answer therefore moves in steps of 0.25 metre up to 2 metres and 0.5 metre above that. Treat it as a sizing guide rather than an economical size.
What does a required width of none mean?
It means that no width in the candidate list, up to the largest at 3 metres, carries the applied load at the factor of safety you entered. This usually indicates very weak soil, a very large load, or an input error such as a friction angle of zero left in place with no cohesion. Check the model status and your soil parameters before enlarging the footing.
How do I enter a strip footing?
Select the Strip shape and enter the load as a line load in kilonewtons per metre of run rather than a total column load. A strip is checked per metre, so the allowable capacity and the applied load are both reported per metre of run, and the footing length is not used. The page relabels those fields when you select Strip.
Does this calculator check settlement?
No. It checks bearing capacity only. Settlement, groundwater, layered or variable soils, eccentric or inclined loading, seismic effects and global stability are not modelled, and any of them can govern. A footing that passes this check can still settle unacceptably. Settlement must be assessed separately.
Can I use this as a foundation design?
No. It is a first-pass estimating and teaching aid. The soil strength values it needs must come from a site-specific geotechnical investigation, and several failure modes are not modelled. Foundation design must be carried out, and where required sealed, by a licensed geotechnical or civil engineer working to the code adopted where the work is built.
This page is provided by LogicCommons for informational purposes only. Results are analysis outputs computed from the inputs you supply and are not engineering advice, a design, or a substitute for review by a licensed professional under the codes adopted where the work is built. Verify all inputs and results independently.

LogicCommons is in beta. If a result, label, or reference looks wrong, tell us here; we read every message.