What do I need to run TAM SAM SOM Calculator?
No sign-up. A web browser is enough, and the answer comes back in a second or two.
You need: Total potential companies, Average contract value. You can add: ICP percentage, Year 1 market share target, Data sources, Segment name.
- Fill in the form below, or press Fill in an example.
- Press Run TAM SAM SOM Calculator.
- Read the result on this page, then copy it and edit it before you use it.
How do I run TAM SAM SOM Calculator in my browser?
Fields marked optional can be left empty.
Result
This answer uses a made-up example company. Change the details above and press Run to see yours.
What next? Work with Shashwat on this Try another tool See all 48 tools
What does TAM SAM SOM Calculator return for the tested example?
Generated from the live code on 27 September 2026 with the inputs behind Fill in an example. Your own inputs give a different result.
Show the full result
TAM/SAM/SOM Analysis
Market: US clinic groups
๐ Input Data
| Input | Value | Source |
|---|---|---|
| Total Potential Companies | 12,000 | Your input |
| Average Contract Value | $8,000 | Your input |
| ICP Match Rate | 25% | Your input |
| Year 1 Market Share Target | 1.0% | Your input |
๐ฏ Market Sizing Results
TAM (Total Addressable Market)
TAM = Total Potential Companies ร ACV
TAM = 12,000 ร $8,000
TAM = $96.0M
Everyone who could theoretically buy your product
SAM (Serviceable Addressable Market)
SAM = TAM ร ICP Match Rate
SAM = $96.0M ร 25%
SAM = $24.0M
Companies that match your ICP and you can actually serve
SOM (Serviceable Obtainable Market)
SOM = SAM ร Year 1 Market Share
SOM = $24.0M ร 1.0%
SOM = $240K
Realistic Year 1 revenue target
๐ Visualization
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ TAM โ
โ $96.0M โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โ SAM โ โ
โ โ $24.0M โ โ
โ โ โโโโโโโโโโโโโโโโโโโโโโโโโโโ โ โ
โ โ โ SOM โ โ โ
โ โ โ $240K โ โ โ
โ โ โโโโโโโโโโโโโโโโโโโโโโโโโโโ โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ฏ What This Means for Your Business
Year 1 Target
- Revenue Goal: $240K
- Deals Needed: ~30 closed customers
- Monthly Target: ~3 deals/month
- Pipeline Required: $720K (at 33% win rate) (Example figure: replace with your own)
Growth Path
Later years assume your market share doubles each year.
| Year | Market Share | Revenue Target | Customers |
|---|---|---|---|
| Year 1 | 1.0% | $240K | 30 |
| Year 2 | 2.0% (Example figure: replace with your own) | $480K | 60 |
| Year 3 | 4.0% (Example figure: replace with your own) | $960K | 120 |
โ ๏ธ Assumptions & Validation
Key Assumptions
- Company count accuracy: Validate with LinkedIn Sales Navigator, industry reports
- ACV assumption: Based on current pricing, may increase with enterprise deals
- ICP match rate: Your estimate; refine with actual data
- Market share: 1.0% is conservative for Year 1
Data Validation Checklist
- [ ] Cross-reference company count with 2+ sources (Example figure: replace with your own)
- [ ] Validate ACV with recent closed deals
- [ ] Confirm ICP percentage with customer analysis
- [ ] Review market share against competitor data
How to Get Better Data
- LinkedIn Sales Navigator: Search with ICP filters, note company count
- Industry Reports: Market sizing from industry analyst reports
- Competitor Analysis: Estimate competitor customer counts
- Customer Interviews: Ask about market perception
๐ Investor-Ready Summary
The US clinic groups segment represents a $96.0M TAM with $24.0M SAM of companies matching our ICP.
We target $240K SOM in Year 1, requiring 30 customers at $8K ACV.
Figures calculated from your inputs.
Next Step: Use lookalike_signal_generator to create targeting criteria
Who is TAM SAM SOM Calculator not ideal for?
- Anyone who cannot give the inputs listed above; the answer is built only from them.
- Teams looking for a list of companies to target: the tools describe and score profiles from your data but find no companies.
- Market sizing without your own numbers: TAM, SAM and SOM are built from the figures you enter; an ICP match rate or market share you leave out is filled with a labelled example (30% and 3%).
How do I use TAM SAM SOM Calculator from Claude?
Connect ICP Intelligence once (see Connect), then ask in plain words. A prompt built from the tested example:
Use ICP Intelligence's TAM SAM SOM Calculator tool. total potential companies: 12000; average contract value: 8000; icp percentage: 25; year 1 market share target: 1; segment name: US clinic groups.
How does TAM SAM SOM Calculator work?
It applies fixed rules in the ICP Intelligence code to the inputs above and returns text. It does not call an AI model, does not look anything up, and does not store what you type. The web form and the AI assistant connector run the same tool code, so the same input gives the same answer in both.
Previous: Buyer Group AnalyzerNext: Lookalike Signal Generator
For developers
MCP tool name: tam_sam_som_calculator. REST: POST https://icp-intelligence.gtmhelix.com/api/tools/tam_sam_som_calculator with this JSON body (see Docs):
{
"input": {
"total_potential_companies": 12000,
"average_contract_value": 8000,
"icp_percentage": 25,
"year1_market_share_target": 1,
"segment_name": "US clinic groups"
}
}