Tip Calculator

Calculate a tip and split the total evenly between any number of people, with a slider, quick-pick percentages, and a live per-person breakdown, entirely in your browser.

runs locally on your browser. Your data never leaves your device.

Tip Percentage

18%

Number of People

Total

$59.00

$9.00Tip Amount
$59.00Total With Tip
1People

Common Use Cases

Work out a fair tip and split a restaurant bill evenly among a group of friends
Quickly check what 20% gratuity comes to on a large catering or delivery order
Settle a group dinner check without passing a phone calculator around the table
Compare how the total changes between a 15%, 18%, and 20% tip before deciding what to leave

About Tip Calculator

Figuring out a fair tip, and then splitting the total evenly across a table of people, is a small piece of mental math that's easy to fumble under a waiter's watchful eye or after a few drinks. This calculator handles both steps at once: enter the bill amount, pick a tip percentage, and set how many people are splitting the check, and it instantly shows the tip amount, the grand total, and exactly what each person owes.

The tip percentage can be set two ways: drag the slider for fine-grained control, or tap one of the quick-pick presets (10%, 15%, 18%, 20%) for the percentages people reach for most often. Both stay in sync with each other, so tapping a preset moves the slider to match, and dragging the slider updates which preset (if any) is highlighted. The people count uses a simple +/− stepper, from a single diner up to a large group, and every figure on screen (tip amount, total with tip, and per-person share) recalculates live as you adjust any input, with no "Calculate" button to press.

All the math is the ordinary tip-splitting arithmetic: the tip amount is the bill multiplied by the tip percentage, the total is the bill plus that tip, and each person's share is the total divided evenly by the number of people. Results are always rounded sensibly to the nearest cent for display, so the numbers you see are the ones you'd actually hand over or Venmo to a friend.

Like every tool on this site, the entire calculation runs as plain JavaScript directly in your browser; the bill amount you type is never sent to a server, logged, or stored anywhere. Whether you're splitting a dinner check with friends, tipping a delivery driver, or just double-checking gratuity on a big group bill, the math happens instantly and privately on your own device.

Frequently Asked Questions

How is the tip amount calculated?
The tip amount is the bill amount multiplied by the tip percentage: bill × (tip % ÷ 100). For example, an 18% tip on a $50 bill is 50 × 0.18 = $9.
How does splitting between multiple people work?
The bill and tip are added together for a grand total, then that total is divided evenly by the number of people you enter. Each person pays an equal share regardless of what they individually ordered: this tool doesn't itemize who owes for which dish.
What tip percentage should I use?
It depends on your region and the level of service, but 15-20% is the typical range for restaurant dining in the US. The four quick-pick presets (10%, 15%, 18%, 20%) cover the most common choices, and the slider lets you dial in any percentage from 0% up to 100% for situations that call for something different.
Can I use this to calculate a discount instead of a tip?
This tool is built specifically for adding a tip on top of a bill and splitting the result, with rounding and labels tuned for that use case. For working out a straight percentage discount, use the Percentage Calculator's "X% of Y" mode instead.
Is my bill amount sent to a server?
No. Every calculation happens with plain JavaScript directly in your browser. Nothing you type is ever uploaded, logged, or stored anywhere.