Private Equity Fund Waterfalls: American vs European Structure
The distribution waterfall is the mechanism that determines how a PE fund splits returns between LPs and the GP. Getting it wrong means either LPs get less than they should, or the GP takes carry they haven't earned. Here's the full mechanics.
A private equity fund waterfall is a sequence of distribution tiers that determines the order and proportion in which proceeds from fund realisations are paid to Limited Partners (LPs) and the General Partner (GP). Every PE fund has one. The terms are negotiated at fund formation and written into the LPA (Limited Partnership Agreement). Once set, they govern every distribution for the life of the fund.
The two dominant structures - American and European - differ in one critical way: timing of when the GP receives carried interest.
The four standard tiers
Most waterfall structures have four tiers, applied in sequence:
| Tier | Recipient | What it covers |
|---|---|---|
| 1. Return of capital | LPs | LPs receive back 100% of contributed capital (including management fees paid to GP) |
| 2. Preferred return | LPs | LPs receive a preferred return (hurdle rate) on contributed capital - typically 8% p.a., compounding |
| 3. GP catch-up | GP | GP receives 100% of distributions until the GP has received a defined % of total profit (typically 20% of total profit, not just profit above the hurdle) |
| 4. Carried interest split | 80/20 LP/GP | Remaining distributions split: 80% to LPs, 20% to GP (standard carry) |
The hurdle rate (preferred return) is the critical threshold. Until LPs have received their capital back plus the hurdle, the GP receives nothing from Tier 2 onwards. Only after the hurdle is cleared does the GP catch-up mechanism activate.
American waterfall: deal-by-deal carry
The American (or deal-by-deal) waterfall calculates and distributes carry on each deal as it exits, rather than waiting for the fund as a whole to return capital and the hurdle.
How it works:
- Deal 1 exits with a 3x return
- LPs receive their pro-rata capital back for Deal 1
- LPs receive the hurdle on that capital
- GP receives catch-up on Deal 1 profits
- Remaining profits split 80/20 LP/GP
- → GP gets carry from Deal 1 now, regardless of what happens to Deals 2-10
The problem: If Deals 2-5 subsequently lose money, LPs have already paid carry on Deal 1. Without a clawback provision, the GP keeps that carry even though the fund overall may not have cleared the hurdle. This is why American structures typically include clawback provisions - contractual obligations for the GP to return carry if the fund fails to hit the hurdle on a whole-fund basis at wind-down.
Who uses it: Common in US PE funds. More GP-friendly (accelerates carry). Requires strong clawback language to protect LPs.
European waterfall: whole-fund carry
The European (or whole-fund) waterfall requires the fund to return all LP capital and clear the hurdle across the entire fund before the GP is entitled to any carry.
How it works:
- All realisations from all deals go into the fund distribution pool
- First: all LPs receive 100% of total contributed capital returned
- Second: LPs receive the preferred return on all contributed capital
- Third: GP catch-up on total fund profits
- Fourth: 80/20 split on remaining profits
The effect: The GP receives no carry until every LP has their capital back plus the hurdle. If early exits are strong but later deals lose, the losses must be recovered before GP sees any carry. This is more LP-protective by design.
Who uses it: Standard in European PE. Increasingly common in US VC. More LP-friendly, fewer clawback disputes.
Worked example
Fund size: £100m. Management fee: 2% p.a. on committed capital (£2m/year, 5-year investment period = £10m total fees, deducted from LP capital). Hurdle: 8% p.a. compounded. Carry: 20%. Deal-by-deal vs whole-fund.
Scenario: Fund has three deals. Deal A returns £80m on £40m invested (2x). Deal B returns £30m on £40m invested (0.75x - a loss). Deal C is not yet exited.
Under American waterfall: Deal A exit triggers carry calculation on Deal A. LP gets £40m capital back + 8% hurdle on £40m over hold period. GP gets catch-up and then 20% carry on Deal A profits. Deal B's loss doesn't affect what's already been paid.
Under European waterfall: Deal A proceeds go into the pool. LP capital returned = £40m (Deal A) + £40m (Deal B) + management fees = £90m+ before any preferred return. Deal A's profits must absorb Deal B's losses. Only after the whole fund has returned capital and the hurdle does the GP see carry.
The catch-up mechanic
The catch-up clause is frequently misunderstood. It does NOT give the GP 100% of all distributions forever. It gives the GP 100% of distributions temporarily, until the GP has received exactly 20% of total fund profit (or whatever the carry percentage is).
Example: Total fund profit after returning capital and paying the preferred return = £50m. GP's 20% carry = £10m. The catch-up period continues until the GP has received £10m. After that, the 80/20 split applies to all remaining distributions.
In Excel, the catch-up is typically modelled as:
GP_catchup = MIN(distributions_available, MAX(0, target_GP_carry - GP_carry_received_so_far))
Where target_GP_carry = total_fund_profit × carry_rate and the calculation is iterative if distributions happen over multiple periods.
Clawback provisions
A clawback requires the GP (or the GP's principals) to return carry that was received if, at fund wind-down, the GP has received more carry than it was entitled to on a whole-fund basis.
Clawbacks are common in American waterfall funds. The practical challenge: by the time the fund winds down, principals may have left the firm, taxes on carry distributions have been paid, and recovering cash years later is difficult. Good LP due diligence checks whether the clawback is guaranteed by the principals personally or just the GP entity (which may have limited assets).
Building a waterfall model in Excel
A fund waterfall model needs to handle:
- Capital account tracking: LP contributions by period, management fees deducted, total LP contributed capital
- Preferred return accumulation: 8% compounded on unreturned capital (XIRR logic, not simple interest)
- Deal proceeds allocation: which deal proceeds go to which LP (by ownership %)
- Tier-by-tier waterfall: MAX(0, ...) and MIN(available, remaining_entitlement) at each tier
- Carry ledger: running total of carry paid vs earned, to catch clawback positions
- IRR and MOIC: LP net IRR (after fees and carry), GP net IRR, fund gross IRR
The trickiest part is the catch-up, because it requires knowing total fund profit before you can calculate the GP's entitlement - which creates a forward reference in a period-by-period model. The cleanest solution: calculate the catch-up in two passes, or restructure the model so fund-level totals are calculated first, then allocated to periods.
PE Fund Waterfall Model - Excel Template
Institutional-grade PE fund model covering American and European waterfall structures, preferred return, catch-up, carried interest, clawback, GP and LP IRR, and MOIC. Switchable between waterfall types from the INPUTS tab. Fully open formulas, CHECKS tab, deal-level and fund-level outputs.
LBO vs fund waterfall: the key difference
A common point of confusion: the LBO model waterfall is not the same as the fund waterfall. The LBO waterfall allocates equity returns among the different capital tranches in a single deal (common equity, preferred equity, management equity). The fund waterfall allocates fund-level distributions between LPs and the GP across all deals.
They're both waterfalls, but at different levels of aggregation. A complete PE fund model needs both: the LBO waterfall for each deal, feeding into the fund waterfall for overall LP/GP economics. If you're building one level only, make sure you're clear about which level the question is asking about.
Published 2026-05-11. SFS Models builds institutional-grade Excel financial models for PE firms, bank Finance teams, and investment managers. View all models.
Get the LBO Model
The model that puts the principles in this post into practice. Bank-grade build, open formulas, no VBA. Same-day delivery.
SFS Models builds institutional-grade Excel financial models for banking and finance professionals. Browse the catalogue or get the free sample.