Market Sizing Analysis

- Total revenue opportunity if achieving 100% market share

Market Sizing Analysis

Market Sizing Analysis is a structured approach to quantify the total revenue opportunity available to a business or startup if it were to capture 100 percent of a particular market. The "market-sizing-analysis" skill enables professionals to calculate key market size metrics: Total Addressable Market (TAM), Serviceable Available Market (SAM), and Serviceable Obtainable Market (SOM). This skill leverages multiple methodologies, including top-down, bottom-up, and value theory calculations, to deliver robust, investor-ready market insights.

What Is This

Market Sizing Analysis is the process of estimating the potential sales revenue of a product or service within a defined market. Using the "market-sizing-analysis" skill, users can compute:

  • TAM: The overall market demand for a product or service, assuming full market penetration.
  • SAM: The segment of TAM targeted by your products and services that aligns with your current business model, geographic reach, and capabilities.
  • SOM: The realistic portion of SAM that your startup can capture in the short term, considering current resources and competition.

This skill applies three primary methodologies:

  • Top-Down: Starts with broad industry data and narrows it using segmentation.
  • Bottom-Up: Builds estimates from known customer or transaction data, scaling up to the broader market.
  • Value Theory: Estimates market size by assessing what customers are willing to pay for the value provided.

Why Use It

Accurately sizing a market is essential for:

  • Startup Strategy: Validating market opportunity before investing in product development or market entry.
  • Fundraising: Demonstrating market potential and growth prospects to investors.
  • Business Planning: Informing go-to-market strategies, resource allocation, and revenue projections.
  • Competitive Analysis: Understanding market saturation, segment attractiveness, and unmet needs.

Without rigorous market sizing, startups risk targeting markets that are too small, too competitive, or misaligned with their capabilities. This skill ensures that market opportunity assessments are data-driven, comprehensive, and credible.

How to Use It

To perform a market sizing analysis, follow these steps using the methodologies embedded in the skill:

1. Define Your

Market

Identify the broadest possible market for your product (TAM), then narrow it by geography, segment, or other relevant criteria for SAM and SOM.

2. Select Your

Methodology

  • Top-Down Example
    Use industry reports to estimate the total market, then segment by relevant factors.

    # Example: Top-down TAM calculation
    global_market = 1000000000  # e.g., $1 billion global market
    segment_percentage = 0.15   # Target segment is 15% of market
    TAM = global_market * segment_percentage
    print(f"TAM: ${TAM:,}")
  • Bottom-Up Example
    Calculate based on the number of potential customers, average selling price, and purchase frequency.

    # Example: Bottom-up SAM calculation
    num_customers = 5000
    avg_price = 200
    purchase_frequency = 2  # purchases per year
    SAM = num_customers * avg_price * purchase_frequency
    print(f"SAM: ${SAM:,}")
  • Value Theory Example
    Estimate market size by assessing customers’ willingness to pay.

    # Example: Value theory SOM calculation
    target_customers = 500
    perceived_value = 1000  # value per customer
    adoption_rate = 0.1  # 10% likely to buy soon
    SOM = target_customers * perceived_value * adoption_rate
    print(f"SOM: ${SOM:,}")

3. Document Your

Assumptions

For every calculation, clearly state your sources and assumptions. For example, cite industry reports for top-down approaches or customer surveys for value theory.

4. Iterate and

Refine

As you gather more data, refine your numbers. Use conservative estimates for SOM to maintain credibility in investor discussions.

When to Use It

  • Startup Ideation: Validate whether a concept has sufficient market potential.
  • Investor Pitch Preparation: Prepare compelling, defensible market size slides.
  • Product Launch Planning: Set realistic sales and marketing targets.
  • Business Model Validation: Ensure that the addressable market supports your growth goals.

Important Notes

  • Use multiple methodologies to triangulate your estimates and increase accuracy.
  • Be transparent about data sources and limitations. Overstating market size can damage credibility.
  • Market sizing is iterative: update your estimates as new data becomes available or as your business focus evolves.
  • Ensure alignment between TAM, SAM, and SOM - each should logically flow from the previous and be grounded in data.
  • This skill is most effective when integrated into broader startup analysis workflows, such as business model validation and investor readiness assessments.

By applying the "market-sizing-analysis" skill, users can build robust, evidence-based market opportunity evaluations that support strategic decision-making and strengthen investor confidence.