# Tributary area vs influence area

> Tributary area is the floor that loads a member; influence area is the larger area whose load affects it. Here is the difference, the K_LL factor, and why it drives live load reduction.

**Category:** Fundamentals  
**Author:** Sam Rivera (Structural engineer · Educator)  
**Published:** 2026-05-12

---
Tributary area and influence area both describe a column, but they answer different questions. The tributary area is the floor that directly loads the column, used to compute its load. The influence area is the larger region whose load has any effect on the column, equal to the tributary area times a factor called K_LL, and it is what drives live load reduction. StructLoads computes the tributary area and applies K_LL for the reduction, and keeping the two straight avoids a common mistake.

## Tributary area: the floor a member carries

The tributary area is the part of the floor closest to a member, the region it carries. For a column it is the nearest-floor partition, a clipped [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram), and you compute the member's [load](https://en.wikipedia.org/wiki/Structural_load) by multiplying it by the floor pressure. The full method is in [how tributary areas actually work](/blogs/tributary-areas-explained). This is the area you always need, because it sets the load.

## Influence area: the floor that affects a member

The influence area is wider. It is the region over which placing a load has any effect on the member, even a small one, related to the idea of an [influence line](https://en.wikipedia.org/wiki/Influence_line) extended to two dimensions. For a continuous floor a column actually feels a little load from beyond its own bay, so its influence area is larger than its tributary area. The two are linked by a single factor.

## K_LL ties them together

The live load element factor K_LL converts one into the other: influence area equals K_LL times tributary area.

| Member | K_LL | Influence area |
| --- | --- | --- |
| Interior column | 4 | 4 times tributary |
| Exterior column | 4 | 4 times tributary |
| Interior or edge beam | 2 | 2 times tributary |
| Two-way slab, other | 1 | Equal to tributary |

So an interior column with a 30 square metre tributary area has a 120 square metre influence area. A beam, at K_LL of 2, has an influence area twice its tributary strip. The factor reflects how much wider a member's influence is than the floor it directly carries.

## Why the difference matters: live load reduction

The reason to track both is live load reduction. ASCE 7 lets you reduce the design live load once the influence area, K_LL times tributary area, reaches about 37 square metres or 400 square feet, because the full live load is unlikely everywhere at once. The interior column above, with a 120 square metre influence area, qualifies easily, while its 30 square metre tributary area alone would understate the case. The probabilistic reasoning, and its limits, are visible in [WoodWorks' note on live load reduction for bearing walls](https://www.woodworks.org/resources/live-load-reduction-on-wood-frame-bearing-walls/): as influence area grows, the chance of the full design live load appearing everywhere at once falls, but an individual wood-frame stud rarely accumulates the 400 square foot influence threshold, so the reduction that helps a column often does nothing for a wall stud. The rules are in [ASCE 7 live load reduction](/blogs/asce-7-live-load-reduction), and the load itself still comes from the tributary area, covered in [how to calculate tributary area for a column](/blogs/how-to-calculate-tributary-area-for-a-column).

## The common mistake

The frequent error is to test live load reduction against the tributary area instead of the influence area. That under-credits the reduction and produces a heavier, more expensive member than the code requires. Compute the load from the tributary area, but always test the reduction against K_LL times that area. Dead load, by contrast, is never reduced this way, whichever area you use.

## Key takeaways: tributary vs influence area

Tributary area is the floor a member carries and sets its load; influence area is the wider floor that affects it and equals K_LL times the tributary area. K_LL is 4 for columns, 2 for beams, 1 for two-way slabs. Use tributary area for the load and influence area for live load reduction. StructLoads handles both, as a preliminary figure a qualified engineer confirms.

## Quick answers

### What is the difference between tributary area and influence area?
Tributary area is the floor region that directly loads a member, the part nearest to it, used to compute the load it carries. Influence area is the larger region over which load has any effect on that member, equal to the tributary area times the live load element factor K_LL. You use tributary area for the load and influence area for live load reduction.

### What is K_LL, the live load element factor?
K_LL converts tributary area into influence area: influence area equals K_LL times tributary area. ASCE 7 gives K_LL as 4 for interior and most exterior columns, 2 for interior and ordinary edge beams, and 1 for two-way slabs and other members. It reflects how much wider the influence of a member is than the floor it directly carries.

### Which area do you use for live load reduction?
Influence area, not tributary area. ASCE 7 permits a live load reduction once the influence area, K_LL times the tributary area, reaches about 37 square metres or 400 square feet. Using the smaller tributary area would under-credit the reduction. The load itself is still computed from the tributary area; only the reduction test uses the influence area.

### Is tributary area enough on its own?
For computing a member's load, yes, the tributary area is what you multiply by the floor pressure. It is not enough for live load reduction, which depends on the larger influence area through K_LL. So you need the tributary area always, and the influence area additionally whenever you take the code live load reduction on a member with a large influence area.