---
# === IDENTITY ===
id: business/fundraising/equity-dilution/2026
canonical_question: "How do I model equity dilution across funding rounds — pro-forma cap table and option pool impact?"
aliases:
  - "startup equity dilution calculator"
  - "pro-forma cap table modeling"
  - "option pool shuffle"
  - "founder ownership by round"
entity_type: concept
domain: business > fundraising > Equity Dilution
region: global
jurisdiction: global
temporal_scope: 2020-2026

# === VERIFICATION ===
last_verified: 2026-02-28
confidence: 0.90
version: 1.0
first_published: 2026-02-28

# === TEMPORAL VALIDITY ===
temporal_validity:
  status: evolving
  last_breaking_change: null
  next_review: 2026-08-27
  change_sensitivity: medium

# === CONSTRAINTS ===
constraints:
  - "Dilution is mathematical, not negotiable — raising capital at any valuation dilutes existing shareholders proportionally"
  - "Option pool is created pre-money by convention, which effectively increases dilution for founders beyond the investor's stated percentage"
  - "Pro-forma cap tables must include ALL convertible securities (SAFEs, notes, warrants) to be accurate"
  - "Dilution calculations change depending on whether valuation is pre-money or post-money — this is the most common source of confusion"
  - "Anti-dilution provisions (weighted average, full ratchet) in preferred stock can further dilute common shareholders in down rounds"

skip_this_unit_if:
  - condition: "User needs to understand SAFE or convertible note mechanics, not dilution modeling"
    use_instead: "business/fundraising/safe-vs-convertible-note/2026"
  - condition: "User needs founder vesting schedule design, not cap table math"
    use_instead: "business/fundraising/founder-vesting/2026"
  - condition: "User is building a pitch deck for fundraising"
    use_instead: "business/fundraising/pitch-deck-structure/2026"

inputs_needed:
  - key: "dilution_scenario"
    question: "What dilution scenario is the user modeling?"
    type: choice
    options: ["First funding round (seed)", "Series A with option pool creation", "Multiple rounds cumulative dilution", "Down round with anti-dilution provisions"]

# === DISTRIBUTION ===
canonical_source: "https://knowledgelib.io/business/fundraising/equity-dilution/2026"
suggested_citation: "Source: knowledgelib.io — AI Knowledge Library (verified 2026-02-28)"

# === RELATED UNITS ===
related_kos:
  related_to:
    - id: "business/fundraising/safe-vs-convertible-note/2026"
      label: "SAFE vs Convertible Note"
    - id: "business/fundraising/founder-vesting/2026"
      label: "Founder Vesting"
    - id: "business/fundraising/cap-table-management/2026"
      label: "Cap Table Management"
  often_confused_with: []
  depends_on: []
  solves: []
  alternative_to: []

# === SOURCES ===
sources:
  - id: src1
    title: "How a Pro Forma Cap Table Can Help You Secure Your Next Round"
    author: Carta
    url: https://carta.com/learn/startups/fundraising/pro-forma-cap-table/
    type: official_docs
    published: 2024-09-01
    reliability: authoritative
  - id: src2
    title: "Understanding the Basics of Cap Table Math in Start-Ups"
    author: American Bar Association
    url: https://www.americanbar.org/groups/business_law/resources/business-law-today/2024-february/understanding-basics-cap-table-math-start-ups/
    type: official_docs
    published: 2024-02-01
    reliability: authoritative
  - id: src3
    title: "Founder Ownership by Round: How Equity Dilution Really Works"
    author: EquityList
    url: https://www.equitylist.co/blog-post/founder-ownership-by-round
    type: primary_research
    published: 2025-01-15
    reliability: high
  - id: src4
    title: "Cap Table Management Strategy Guide 2025"
    author: ICanPitch
    url: https://www.icanpitch.com/blog/cap-table-management-strategy
    type: technical_blog
    published: 2025-02-01
    reliability: moderate_high
  - id: src5
    title: "Cap Tables 101: A Guide for First-Time Founders"
    author: Speedinvest
    url: https://www.speedinvest.com/knowledge/cap-tables-101-a-guide-for-first-time-founders
    type: technical_blog
    published: 2024-07-01
    reliability: high
---

# Equity Dilution

## Definition

Equity dilution is the reduction in existing shareholders' ownership percentage that occurs when a company issues new shares — typically during a funding round, option pool creation, or conversion of SAFEs and convertible notes. In a standard venture-backed startup, the founding team collectively owns ~56% after seed, ~40% after Series A, and ~23% after Series B. Modeling dilution through a pro-forma cap table — a forward-looking projection of ownership after a financing event — is essential for making informed decisions about how much to raise, at what valuation, and with what option pool size. [src1]

## Key Properties

- **Dilution formula**: New investor ownership = Investment / Post-money valuation; Founder dilution = 1 - (Pre-round ownership x (Pre-money / Post-money)) [src2]
- **Median dilution per round**: Seed ~19%, Series A ~20-25%, Series B ~15-20% (2024-2025 data) [src3]
- **Option pool impact**: Typically 10-20% of fully diluted shares, created pre-money (before the new investment), which increases effective dilution for founders [src2]
- **Pre-money vs post-money**: Pre-money valuation excludes the new investment; post-money includes it. The same dollar amount at "$10M pre" vs "$10M post" yields very different ownership outcomes [src5]
- **Cumulative effect**: After 3 rounds, founders commonly retain 20-30% ownership; systematic scenario modeling helps founders retain ~31% more equity through exit [src4]

## Constraints
<!-- Agents: read this section before recommending this concept/framework.
     These are hard boundaries on when and how it applies. -->

- All outstanding convertible securities (SAFEs, notes, warrants) must be included in the cap table for accurate dilution modeling [src1]
- Option pool creation timing matters: pre-money option pool increases dilution for founders, not investors; this is the standard approach [src2]
- Anti-dilution provisions in preferred stock can cause additional dilution to common shareholders in down rounds [src5]
- Pre-money vs post-money confusion is the single most common error — always clarify which is being discussed [src2]
- Cap table accuracy degrades over time if not maintained; companies with clean cap tables raise follow-on funding 67% faster [src4]

## Framework Selection Decision Tree

```
START — Founder needs to understand equity ownership
├── What's the specific question?
│   ├── "How much will I be diluted in this round?" → Dilution Modeling ← YOU ARE HERE
│   ├── "What instrument should I use to raise?" → SAFE vs Convertible Note
│   ├── "How do I set up co-founder equity splits?" → Founder Vesting
│   └── "How do I manage my cap table long-term?" → Cap Table Management
├── What stage?
│   ├── Pre-seed (no prior rounds) → Simple model: Investment / Post-money = investor %
│   ├── Seed with SAFEs converting → Include all SAFE conversion in pre-money cap table
│   ├── Series A with option pool → Model option pool shuffle (pre-money creation)
│   └── Series B+ → Full waterfall analysis with liquidation preferences
└── Is this a down round?
    ├── YES → Model anti-dilution provisions (weighted average vs full ratchet)
    └── NO → Standard dilution calculation
```

## Application Checklist

### Step 1: Build the current cap table
- **Inputs needed**: All outstanding shares (common, preferred), all convertible securities (SAFEs, notes), all option grants (exercised and unexercised)
- **Output**: Fully diluted cap table showing ownership percentages for all shareholders
- **Constraint**: Include every instrument — founders routinely forget about advisor shares, warrants, or early SAFEs. Missing even one changes all percentages [src1]

### Step 2: Define the proposed round terms
- **Inputs needed**: Amount raised, pre-money valuation (or post-money), new option pool size (if any)
- **Output**: Term sheet parameters for modeling
- **Constraint**: Clarify pre-money vs post-money valuation explicitly — a $20M pre-money with $5M invested = $25M post-money (investors own 20%), but $20M post-money with $5M invested = investors own 25% [src2]

### Step 3: Model SAFE/note conversion
- **Inputs needed**: Each outstanding SAFE/note: principal, cap, discount, interest accrued
- **Output**: Number of shares each instrument converts into at the proposed terms
- **Constraint**: Each instrument converts at the better of cap or discount — model both scenarios per instrument [src5]

### Step 4: Calculate the option pool shuffle
- **Inputs needed**: Target option pool size (%), current unallocated options
- **Output**: Number of new shares added to pool, impact on founder ownership
- **Constraint**: The option pool is almost always created pre-money. A 15% option pool at $20M pre-money means $3M of "valuation" is allocated to the pool, not to founders. This is the single largest hidden dilution source [src2]

### Step 5: Generate pro-forma cap table
- **Inputs needed**: Outputs from steps 1-4
- **Output**: Post-round ownership table showing all shareholders, convertible securities resolved, option pool allocated
- **Constraint**: Validate that all percentages sum to 100%. Run sensitivity analysis at +/- 20% valuation to understand dilution range [src1]

## Anti-Patterns

### Wrong: Assuming the stated valuation determines your ownership
A founder hears "$20M valuation" and assumes they keep 80% after a $4M raise. But if it is $20M pre-money with a 15% option pool created pre-money, founder dilution is significantly more than 20%. [src2]

### Correct: Always model the full cap table including option pool
Build the pro-forma cap table with the option pool included. The actual dilution includes the option pool allocation, SAFE conversions, and the new investment. Calculate ownership from the fully diluted share count. [src1]

### Wrong: Ignoring convertible securities until they convert
Founders who do not include outstanding SAFEs in their cap table are surprised at Series A when all SAFEs convert and dilution is 10-15% higher than expected. [src5]

### Correct: Track all convertible securities on the cap table from day one
Every SAFE, convertible note, and warrant should appear on the cap table as soon as it is signed. Model conversion scenarios quarterly even if no round is imminent. [src4]

### Wrong: Raising as much capital as possible at the highest valuation
Raising $10M at a $100M valuation sounds great (only 10% dilution), but if the company cannot grow into that valuation, the next round becomes a down round with anti-dilution provisions that crush common shareholders. [src3]

### Correct: Raise what you need with a 18-24 month runway
Size the round to reach the next fundable milestone with 18-24 months of runway. Accept a reasonable valuation that you can grow into, avoiding the down-round trap. [src3]

## Common Misconceptions

- **Misconception**: Dilution is always bad and should be minimized at all costs.
  **Reality**: Dilution is the cost of capital. A smaller slice of a much larger pie is worth more. The goal is not to minimize dilution but to optimize the trade-off between dilution and growth capital. Founders who are too dilution-averse under-capitalize and lose to better-funded competitors. [src3]

- **Misconception**: The option pool comes from the investor's allocation.
  **Reality**: The option pool is created pre-money by convention, meaning it comes from the existing shareholders' (primarily founders') ownership. A 20% option pool at $20M pre-money effectively values the company at $16M for founders. [src2]

- **Misconception**: A higher valuation always means less dilution.
  **Reality**: Higher valuations reduce percentage dilution per round but create expectations that must be met. If the next round is at a lower valuation (down round), anti-dilution provisions can cause more dilution than a lower initial valuation would have. [src5]

## Comparison with Similar Concepts

| Concept | Key Difference | When to Use |
|---|---|---|
| Equity Dilution Modeling | Mathematical projection of ownership changes across rounds | Before any funding round to understand impact on cap table |
| Cap Table Management | Ongoing tracking and administration of all equity holders | Continuous operational process throughout company life |
| Waterfall Analysis | Models payout distribution at various exit valuations including preferences | When evaluating exit scenarios or liquidation preferences |
| Option Pool Planning | Specific focus on employee equity reserve sizing and allocation | When designing ESOP or negotiating pool size with investors |

## When This Matters

Fetch this when a founder asks about dilution impact, pro-forma cap tables, option pool shuffles, pre-money vs post-money valuation differences, or how to model ownership across multiple funding rounds.

## Related Units

- [SAFE vs Convertible Note](/business/fundraising/safe-vs-convertible-note/2026)
- [Founder Vesting](/business/fundraising/founder-vesting/2026)
- [Cap Table Management](/business/fundraising/cap-table-management/2026)
