Calc Hub

Tournament Prize Pool Calculator

Split a tournament prize pool across first, second, third, and the remaining paid placements so you can estimate podium payouts, min-cash, and how top-heavy the event structure really is.

Last updated: 2026-03-26

Tournament prize pool calculator

Enter your values

Estimate first-place upside, podium share, and min-cash from a simple prize-pool structure before the event starts.

All required fields must be filled in.

First Place Payout

--

Enter prize-pool size and payout percentages to estimate podium amounts and the floor for the rest of the paid field.

Calculation History(0)
No calculations yet. Complete a calculation to see it here.

Example calculations

Tap an example to prefill the calculator with sample values.

Regional LAN event

$50k pool paying top 8

A common structure where the podium still takes the majority, but the rest of the bracket at least leaves with something.

Result: The top three usually consume most of the pool, but min-cash still matters for team budgeting and travel.

Top-heavy invitational

$250k pool paying top 6

Invitationals often skew top-heavy, which increases first-place upside but makes the rest of the field much thinner.

Result: A top-heavy distribution can make podium outcomes wildly more important than simply cashing the event.

How the tournament split works

The calculator allocates fixed percentages to first, second, and third place, then divides the remaining pool evenly across the rest of the paid placements.

That makes it easy to test whether an event is balanced or extremely top-heavy without needing a fully custom payout ladder for every bracket.

Tournament prize pool FAQs

How top-heavy structures change podium upside and the min-cash floor.

Why leave a remainder after first, second, and third?

Because many tournaments pay more than just the podium. The calculator lets you model a simple remainder for the rest of the paid placements instead of assuming the top three consume the full pool.

Does this model complex payout ladders exactly?

No. It is a fast planning tool. It assumes the remaining paid placements split the rest of the pool evenly, which is useful for first-pass budget and expectation setting but not for exact rulebook replication.

Embed this calculator

Copy the code below to embed this calculator on your website or blog. It's free — no API key needed.

<iframe
  src="https://calc.mintloop.dev/embed/gaming/tournament-prize-pool-calculator"
  width="100%"
  height="600"
  frameborder="0"
  title="Tournament Prize Pool Calculator"
  loading="lazy">
</iframe>
Optional: auto-resize script
<script>
var CALC_HUB_ORIGIN = 'https://calc.mintloop.dev';
window.addEventListener('message', function(e) {
  if (e.origin !== CALC_HUB_ORIGIN) return;
  if (!e.data || e.data.type !== 'calc-hub-resize') return;
  var frames = document.querySelectorAll('iframe[src*="calc.mintloop.dev"]');
  frames.forEach(function(f) {
    if (f.contentWindow === e.source) {
      f.style.height = String(Math.max(0, Number(e.data.height) || 0)) + 'px';
    }
  });
});
</script>

Use prize-pool planning with adjacent esports income and competitive-progress tools.

Get more esports calculators

Join the Calc Hub newsletter for new calculators for tournaments, team budgets, streaming, and competitive gaming strategy.

Join the Calc Hub newsletter

Was this calculator helpful?

Your feedback helps us improve future calculators.