Audited ·Last updated 31 Jul 2026·6 citations·Tier 1·0 uses

Pizza Party Calculator

How many pizzas to order for your guests, how many people a fixed order feeds, or what a budget buys — in slices, square inches and cost per head.

Pizza Party Calculator

What do you want to work out?
3 is a page default, not data. Raise it for a pizza-only menu, lower it if there are sides.
Slack above what people will actually eat. 0 % orders exactly enough.
How the pizzeria cuts it. This changes what a 'slice' means, not how much pizza there is.
Used by the 'how many people does my order feed?' mode.
Used by the 'what does my budget buy?' mode.
Pizzas to order
6
Rounded up: you cannot order a fraction of a pizza.
Does the order cover the party?
Covered — 48 slices ordered against a 41.8-slice target.
Pizzas this plan assumes
6
Slices people will eat
38
Slice target with buffer
41.8
Slices in the order
48
Slices spare (negative = short)
6.2
Adult appetites the order feeds
16
Total cost
108.00
Cost per person
7.71
Pizzas the budget buys
5
Area of one pizza
153.938 in²
Area of one slice
19.2423 in²
Total pizza in the order
923.6282 in²
Pizza per person
65.9734 in²
Pizza per person (metric)
425.6343 cm²
What counts as a serving
A slice is a fraction of a disc, not a portion: 8 slices of a 10-inch pizza are far less food than 8 slices of an 18-inch. Compare the area per person, not the slice count. For labelling, 21 CFR 101.12 fixes a serving of pizza at 140 g by mass, while 21 CFR 101.11 lets a chain declare calories per slice — two different federal units, neither of which is your pizzeria's cut.

Background.

Ordering pizza for a group is an arithmetic problem disguised as a social one, and almost everyone solves it with the same broken heuristic: one pizza per three or four people, adjusted by vibe. The heuristic fails because its unit is wrong. A pizza is not a quantity of food — it is a disc whose area grows with the square of its diameter — and a slice is not a portion, it is a fraction of that disc chosen by whoever operated the cutter. Eight slices of a 10-inch pizza is 78.5 square inches of food. Eight slices of an 18-inch pizza is 254.5 square inches. Same slice count, more than three times the pizza.

This calculator plans the order in the unit the pizzeria sells in — slices — while simultaneously reporting the unit that actually matters, square inches per person, so the plan survives a change of pizza size at the counter. Give it a head count, how many slices each adult and child eats, the pizza size, how it is cut, and the price. It returns how many pizzas to order, how much pizza that is per person, what it costs per head, and a verdict on whether the order covers the party.

Three modes answer three genuinely different questions rather than restating one. 'How many pizzas do I order?' works forwards from the guest list. 'How many people does my order feed?' works backwards from a fixed order — the mode you want when a host has already decided on four pizzas and you need to know who goes hungry. 'What does my budget buy?' starts from money, floors the division because you cannot buy 5.55 pizzas, and then tells you whether what you can afford is enough. Every mode reports the full picture, so switching modes never hides a number.

The leftover buffer deserves its own paragraph because it is where planning intent lives. Set it to 0 percent and the calculator orders exactly what people will eat, which is correct for a catered lunch where uneaten pizza is waste. Set it to 10 percent — the default — and you get modest slack for the guest who eats four slices instead of three. Set it to 30 percent if you actively want leftovers. The verdict then reports three states rather than a binary: covered, meaning the order meets the target including buffer; just enough, meaning appetite is covered but the buffer is not; and short, meaning someone is going without. That middle band is not decoration. In the worked example below, a $100 budget lands squarely in it: five pizzas feed all 14 people and leave nothing over.

Two honesty notes about the inputs, both stated here rather than buried in an FAQ. The 3-slices-per-adult and 2-slices-per-child defaults are page defaults, not data — no authority publishes a per-person pizza appetite, so they are editable numbers with a hint rather than a hidden lookup table pretending to be sourced. And the words 'serving' and 'slice' are not interchangeable, which federal law makes unusually clear. Under 21 CFR 101.12 a labelled serving of pizza is a fixed mass, 140 grams, so that frozen-pizza calorie counts are comparable across brands. Under 21 CFR 101.11 a chain restaurant may instead declare calories per slice, provided it says how many slices the pizza has. Two federal definitions, one by mass and one by cut, and neither one tells you how hungry your friends are.

What this page deliberately does not model is crust style and toppings. A deep-dish 14-inch and a thin-crust 14-inch occupy identical area and deliver very different amounts of food, and no diameter-based calculator can tell them apart. Treat the area figures as the geometry of the order and adjust the slices-per-person inputs for a menu that is unusually rich or unusually thin. If your question is which size is the better deal rather than how much to buy, the pizza size calculator compares two options on price per square inch, which is the right lens for that half of the problem.

What is pizza party calculator?

A pizza party calculator turns a guest list into a pizza order. It multiplies people by an appetite in slices, adds a leftover buffer, divides by how many slices each pizza is cut into, and rounds up — then reports the same order as square inches of pizza per person and as dollars per head.

It runs in three directions. Forwards, from guests to pizzas. Backwards, from a fixed number of pizzas to the number of adult appetites they feed. And from money, flooring a budget into whole pizzas and judging whether that is enough.

It is a quantity planner, not a value comparator: it assumes you have chosen a pizza size and price and want to know how many. Comparing two sizes or two prices on value per square inch is a separate question, answered by the pizza size calculator.

How to use this calculator.

  1. Pick a mode. Start with 'how many pizzas do I order?' unless you already have a fixed order or a fixed budget.
  2. Enter adults and children separately, then set the slices each group eats. These two numbers are the biggest lever on the answer and they are yours to set — 3 and 2 are defaults, not facts.
  3. Set a leftover buffer: 0 percent for a catered lunch where waste is a cost, 10 percent for slack, 30 percent if leftovers are the point.
  4. Enter the pizza diameter and how many slices the pizzeria cuts it into, plus the price per pizza.
  5. Read the pizzas-to-order figure with the coverage verdict beside it, and check the area per person — that is the number that stays meaningful if you switch to a different pizza size.
  6. For 'how many people does my order feed?', enter the pizzas you are ordering; for 'what does my budget buy?', enter the budget. Both modes still show the target, so you can see the gap.

The formula.

N = ⌈ (a·s_a + c·s_c)(1 + b⁄100) ⁄ k ⌉ ; A_person = N·π(d⁄2)² ⁄ (a + c)

The slice arithmetic runs first. Adults times slices per adult plus children times slices per child gives baseSlicesNeeded, the number of slices people will actually eat. Multiplying by (1 + buffer/100) gives slicesTarget, and dividing that by slicesPerPizza and rounding up gives pizzasNeeded, because pizzerias do not sell fractions of a pizza.

slicesTarget is deliberately left unrounded, and that choice matters more than it looks. With 38 slices of appetite and a 10 percent buffer the target is 41.8 slices. Rounding it to 42 before comparing would move the 'covered' boundary by a fifth of a slice, so a 42-slice order could be labelled 'just enough' while the number printed beside it said the target was met. The verdict is therefore decided against the unrounded 41.8, and sliceBalance — order minus target — is reported at the same precision.

The geometry runs second and independently. One pizza covers π(d/2)² square inches, so a 14-inch pizza is 49π = 153.94 in². One slice is that divided by the cut, 19.24 in² at eight slices. Multiplying by pizzasOrdered gives the total pizza in the order and dividing by the head count gives areaPerPersonIn2. The metric figure is exact rather than approximate: NIST SP 811 lists the square-inch-to-square-centimetre factor as 6.4516 exactly, which follows from the international inch being defined as exactly 2.54 cm.

Mode changes exactly one thing — which number becomes pizzasOrdered. In pizzasNeeded mode it is pizzasNeeded. In peopleFed mode it is the count you supply. In budget mode it is floor(budget / pricePerPizza), rounded down for the same reason pizzasNeeded rounds up. Because everything else is computed in all three modes, the target and the affordability figure are always visible, and the price guard rejects a zero price in every mode rather than only in budget mode — otherwise the floor division would put an infinity into a declared output.

The coverage verdict has three bands, compared against two unrounded thresholds. At or above slicesTarget is covered. Between baseSlicesNeeded and slicesTarget is just enough — appetite is met, the buffer is not. Below baseSlicesNeeded is short, and the shortfall is reported in slices. The worked example shows all three from one party: order six pizzas and you are covered with 6.2 slices spare; assume four and you are short 6 slices; spend $100 and you land in the middle at 40 slices against a 41.8-slice target.

A worked example.

Example

Fourteen people -- 10 adults and 4 children -- eating 14-inch pizzas cut into 8, at $18 each. baseSlicesNeeded = 10 x 3 + 4 x 2 = 38 slices. A 10 percent leftover buffer makes slicesTarget = 38 x 1.10 = 41.8 slices, so pizzasNeeded = ceil(41.8 / 8) = ceil(5.225) = 6 pizzas. Six pizzas is totalSlicesOrdered = 48 slices, giving sliceBalance = 48 - 41.8 = 6.2 slices spare, and the verdict reads 'Covered'. Each pizza covers pizzaAreaIn2 = pi x 7^2 = 153.9 in2 and each slice 19.24 in2, so the order is 923.6 in2 of pizza -- areaPerPersonIn2 = 66.0 in2 per head, or 426 cm2. totalCost = 6 x 18 = $108, which is costPerPerson = $7.71. Measured in adult appetites, 48 slices at 3 slices each is adultEquivalentsFed = 16 adults, comfortably more than the 10 adults present. The same party in the other two modes tells the rest of the story. Assume four pizzas and you get 32 slices: short by 6 slices against what people will eat, feeding 10.7 adult appetites for $72. Start from a $100 budget instead and pizzasAffordable = floor(100 / 18) = 5 pizzas, which is 40 slices -- above the 38 people will eat but below the 41.8-slice target, so the verdict is 'Just enough' at $90 and $6.43 a head.

leftover Buffer Percent10
slices Per Adult3
price Per Pizza18
adult Count10
pizza Count Owned4
child Count4
pizza Diameter In14
slices Per Child2
slices Per Pizza8
solve ForpizzasNeeded
budget100

Frequently asked questions.

How many pizzas do I need for 20 people?
At the calculator's defaults — 3 slices per adult, a 10 percent buffer, 14-inch pizzas cut into 8 — twenty adults need 60 slices of appetite, a 66-slice target, and therefore 9 pizzas. But the honest answer is that it depends on the two numbers you control. Twenty adults at 2 slices each need 6 pizzas; at 4 slices each they need 11. Anyone who quotes a pizzas-per-person rule without stating the pizza size, the cut and the appetite has hidden the three assumptions that determine the answer.
Is a slice a serving?
No, and federal labelling law is unusually explicit about it. Under 21 CFR 101.12 the Reference Amount Customarily Consumed for pizza is 140 grams — a fixed mass, chosen so that Nutrition Facts panels are comparable between brands and pizza sizes. Under 21 CFR 101.11, a chain restaurant may declare calories per discrete serving unit instead, and the regulation names a pizza slice as an example, provided the menu also states how many slices the pizza has. So one federal definition is by mass and the other is by cut, and neither is your pizzeria's idea of a portion. Plan in slices because that is how pizza is sold; compare in square inches because that is what does not move.
Why does the calculator ask for slices per pizza at all?
Because the cut determines what your slices-per-person figure means, without changing how much pizza there is. A 14-inch pizza cut into 8 gives 19.24 in² slices; cut into 12 it gives 12.83 in² slices, and three of those is two-thirds of the food. If the pizzeria cuts differently from what you entered, your slice arithmetic silently changes appetite by a third — which is exactly why the page reports area per person beside the slice count, as a check that does not depend on the cutter.
How much pizza is one person, in square inches?
The calculator's defaults work out to about 57.7 in² of appetite for an adult — 3 slices of 19.24 in² each, from a 14-inch pizza cut into 8 — and 38.5 in² for a child. Those follow from the slice defaults rather than from any published figure, and they are worth sanity-checking against the order you actually place: the worked example's six pizzas deliver 66 in² per head across a mixed group of adults and children, which is comfortably more than appetite because of the buffer and the rounding up to whole pizzas.
What does the 'just enough' verdict mean?
It means the order covers what people will eat but not the leftover buffer you asked for. The verdict compares your order against two thresholds: baseSlicesNeeded, the slices people will actually eat, and slicesTarget, that figure plus your buffer. At or above the target you are covered; between the two you are 'just enough'; below appetite you are short by a stated number of slices. The middle band exists because those are genuinely different situations — one means no leftovers, the other means someone stops eating before they want to.
Should I count children as half an adult?
You can, but the calculator would rather you set the number explicitly. Children are a separate head count with their own slices-per-child input precisely so the assumption is visible: at the defaults a child is two-thirds of an adult, not half. If you are feeding teenagers, they are not children by appetite and the honest move is to count them as adults or raise slices per adult. Either way the ratio is yours, on the page, rather than a coefficient hidden in the formula.
Does the budget mode round up or down?
Down, always. pizzasAffordable is floor(budget ÷ price per pizza), because $100 at $18 a pizza buys five pizzas and not 5.55. That is the mirror image of pizzasNeeded, which rounds up, and the two roundings pull in opposite directions on purpose: you cannot order a fraction of a pizza, and you cannot buy one you cannot pay for. If the budget will not cover a single pizza, every quantity output is zero rather than a fraction or an error.
Does crust style or toppings change the answer?
They change how filling the pizza is, and the calculator cannot see them. A deep-dish 14-inch and a thin-crust 14-inch have identical area and very different mass — this is a geometry-and-quantity tool, not a nutrition tool. The practical workaround is to move the slices-per-person inputs: drop adults from 3 slices to 2 for a deep-dish or heavily topped menu, and raise it for thin crust with light toppings. King Arthur's published New York-style recipe, for reference, makes two 13-inch pizzas from 360 g of flour, which is a useful anchor for how much dough a home pizza of that size actually carries.
How is this different from the pizza size calculator?
They are consecutive halves of the same order. This page decides how much pizza the party needs and what it costs per head. The pizza size calculator takes two specific options — say two mediums at $12 versus one large at $22 — and tells you which is more total pizza and which is better value per square inch. Use this one to decide you need six 14-inch pizzas; use that one to check whether six 14-inch pizzas beat four 18-inch pizzas on price per square inch. Both use the same π(d/2)² geometry, and a test in this page's suite asserts the two agree on the area of a 12-inch and an 18-inch pizza so they can never drift apart.

In this category

Embed

Quanta Pro

Paid features are coming later.

  • All 977 calculators remain free
  • No billing is enabled
Coming soon