Tip Calculator
Work out the tip and the total, and split the bill evenly between any number of people.
To calculate a tip, multiply the bill by the tip percentage, then add it back for the total. On an $80 bill, an 18% tip is $14.40, making the total $94.40. Split four ways, that's $23.60 each. Enter your bill and tip percentage — and the number of people if you're sharing — to get the tip, total, and per-person amount.
A simple gratuity calculator for convenience. Tipping norms vary by country, service, and occasion — use the result as a starting point, not a rule.
Tip amount
$10.00
Embed this calculator on your site →
About the Tip Calculator
This tip calculator does the quick mental math at the end of a meal so nobody has to reach for their phone's calculator app. Enter the bill and choose a tip percentage — there are one-tap buttons for the common 15%, 18%, 20%, and 25%, or you can type any figure — and it shows the tip amount and the new total. If you're splitting the bill, enter the number of people and it divides the total evenly, showing what each person owes and how much of that is tip. The arithmetic is simple: the tip is the bill times the percentage, the total is the bill plus the tip, and the per-person amount is the total divided by the group. It's the calculating that's easy; deciding how much to tip is the real question, and that depends on where you are and what kind of service it was. In the United States, 18–20% is a common range for good sit-down restaurant service, with more for exceptional service and less (or nothing extra) where a service charge is already added. In many other countries tipping is modest or built into the price. Treat the percentage as your call and let the tool handle the numbers.
Frequently asked questions
How do you calculate a tip?+
Multiply the bill by the tip percentage as a decimal. For an 18% tip on $80: $80 × 0.18 = $14.40. Add it to the bill for the total: $80 + $14.40 = $94.40. This calculator does both steps and can split the result too.
How much should I tip?+
It depends on where you are and the service. In the US, 18–20% is typical for good restaurant service, more for exceptional service, and less or nothing extra when a service charge is already included. In many countries tipping is smaller or not expected. The percentage is your judgment call.
How do you split a bill with a tip?+
Add the tip to the bill first, then divide the total by the number of people. This calculator does it in one step — enter the number sharing and it shows the per-person total and how much of it is tip.
Should I tip on the pre-tax or post-tax amount?+
Etiquette guides commonly say to tip on the pre-tax subtotal, though many people simply tip on the total for convenience — the difference is small. Enter whichever amount you prefer as the bill and the calculator works from there.
Embed this calculator
Free to use on your own site. Paste this snippet where you want the tip calculator to appear — it resizes itself automatically.
<iframe
src="https://manytools.co/embed/tip-calculator"
title="Tip Calculator by ManyTools"
data-manytools="tip-calculator"
width="100%"
height="640"
loading="lazy"
style="border:0;width:100%;max-width:720px"></iframe>
<script>
(function () {
window.addEventListener("message", function (e) {
if (e.origin !== "https://manytools.co") return;
var d = e.data || {};
if (d.type !== "manytools:embed:height" || d.slug !== "tip-calculator") return;
var f = document.querySelector('iframe[data-manytools="tip-calculator"]');
if (f && d.height) f.style.height = d.height + "px";
});
})();
</script><a href="https://manytools.co/finance/tip-calculator">Tip Calculator by ManyTools</a>