Pizza Tip Calculator
How it Works
01Bill Total
Enter the pre-tip pizza subtotal in dollars.
02Tip Percentage
Pick 15%, 18%, 20%, 25% preset or type your own.
03Delivery Distance
Auto-adds $1 per mile beyond 3 miles — rewards the driver fairly.
04Split by People
Grand total divided evenly across your crew.
What Is a Pizza Tip Calculator?
A pizza tip calculator is the fastest way to work out a fair driver tip, add a distance-based bonus for long-haul deliveries, and split the grand total evenly across everyone sharing the pie. Enter the bill, pick a tip percentage (or type your own), add the delivery distance in miles, and tell the tool how many people are eating. In return you get the tip amount, any extra distance bonus, the grand total, and the per-person share — all four numbers updated live on every keystroke.
The math is simple but the etiquette is not. Industry custom in the United States is 15–20% for standard pizza delivery, with 20–25% increasingly expected for bad weather, apartment walk-ups, or orders over $50. Delivery drivers typically earn below minimum wage before tips — they rely on riders to close the gap — and they are usually responsible for their own fuel and vehicle wear. We include an optional distance bonus of $1 per mile beyond 3 miles to recognise this: if the driver runs a 7-mile route, that is four extra dollars on top of the percentage tip, which aligns with Reddit /r/talesfromthepizzaguy norms and the DoorDash recommended "driver appreciation" add-on.
The split-by-people feature handles the usual post-pizza awkwardness. Grand total is divided evenly across the headcount so nobody has to do long division while holding a slice. The calculator runs entirely in your browser — no orders are stored, no analytics are pinged, no login is required.
Use it for Friday-night delivery, game-day group orders, office lunches, dorm pizzas, and any time the number of people involved is too big to split in your head.
How the Pizza Tip Calculator Works
Pizza Tip Formula
base_tip = bill × tip_pct / 100
distance_bonus = max(0, distance_miles - 3) × $1
total_tip = base_tip + distance_bonus
grand_total = bill + total_tip
per_person = grand_total / peopleThe 3-mile threshold and $1/mile rate are intentionally modest — enough to acknowledge long runs without turning every tip into a Venmo negotiation.
Worked Example
Your office orders $42 of pizza, it travels 6 miles, and 4 people split the bill. You pick the 20% tip preset:
- Base tip = $42 × 0.20 = $8.40
- Distance bonus = (6 − 3) × $1 = $3.00
- Total tip = 8.40 + 3.00 = $11.40
- Grand total = 42.00 + 11.40 = $53.40
- Per person = 53.40 / 4 = $13.35 each
Who Uses This Calculator?
Technical Reference
US tipping norms: Consumer Reports 2023, Emily Post Institute, and /r/talesfromthepizzaguy all converge on 15–20% baseline, 20–25% good, 25%+ exceptional.
Distance bonus rationale: AAA data pegs vehicle operating cost (gas + wear) at around $0.60–0.80 per mile. The $1/mile bonus covers the driver’s real out-of-pocket cost plus a small acknowledgement premium.
Client-side only: no order information is transmitted. All math runs in your browser and the inputs sync to the URL so you can share a prepared split with friends.
Key Takeaways
Tipping is simple arithmetic with a social layer. The percentage covers the service, the distance bonus covers the driver-specific cost of coming to you, and the per-person split handles the group math so the table does not fight over who owes $4.17. Use 15% for casual solo orders, 18–20% for standard deliveries, and 20–25% when the driver deserves extra recognition — bad weather, holidays, large orders, long drives, or walk-up apartments. The distance bonus at $1/mile beyond 3 miles is a defensible baseline; increase it in rural areas or when gas prices spike. And remember: the driver sees the tip amount on the receipt before your food arrives at the door. It affects everyone.
Frequently Asked Questions
What's a typical tip for pizza delivery?
Should I tip on the pre-tax or post-tax amount?
Is a 'delivery fee' the same as a tip?
What about tipping for pickup?
How much should I tip in bad weather?
Should the tip be larger for big orders?
What if the order is wrong or late?
Can I split the tip among multiple people?
Is tipping the driver in cash better than app tips?
Is my data private?
Disclaimer
Educational reference. Adjust tip and driver bonus to reflect local norms, weather, and service quality.