Skip to main content

Free Tip Calculator Online

A free tip calculator takes your bill amount, tip percentage, and party size, then shows the tip, total, and each person’s share instantly. Use preset buttons (10%, 15%, 18%, 20%) or a custom rate, and optionally round up per person for a clean split — no signup, runs in your browser.

Enter the bill, choose a tip preset or custom percentage, and set how many people are splitting. Instantly see tip amount, grand total, and per-person share. Toggle round up per person so everyone pays a whole amount. Pure client-side math — free, no signup, nothing uploaded.

Tip percentage

When enabled, each person’s share is rounded up to the next whole amount for an easy split.

Enter a bill amount to see tip, total, and per-person share.

Runs 100% in your browser. Your data never leaves your device.

Plain JavaScript arithmetic — tip = bill × rate ÷ 100, total = bill + tip, per person = total ÷ people. Round-up uses Math.ceil so each share is a whole amount.

How to Use Tip Calculator

  1. Enter the bill amount before tip
  2. Pick a tip preset (10%, 15%, 18%, 20%) or choose Custom
  3. Set the number of people splitting the bill
  4. Optionally enable Round up per person for whole-amount shares

When Would You Use This?

Diners splitting a restaurant check use presets like 18% or 20% and the people field so nobody has to do the math on their phone’s notepad.

Groups that hate leftover cents turn on round up per person so everyone transfers a clean whole amount.

Travelers tipping abroad still use the same percentages — the tool is currency-agnostic and just formats numbers to two decimal places.

Frequently Asked Questions

Is this tip calculator free to use?
Yes, completely free. No signup, no login, no payment ever.
Do I need to create an account?
No account needed. Open the tool, enter the bill, and get results immediately.
Is my data safe?
Everything runs in your browser. Bill amounts are never uploaded to our servers.
What tip percentages are available?
Presets include 10%, 15%, 18%, and 20%. Choose Custom to enter any non-negative percentage.
What does Round up per person do?
It rounds each person’s share up to the next whole amount so the split is easy to pay. The total becomes that rounded share times the number of people, which slightly increases the effective tip.
Does this work offline?
Yes. Once the page has loaded, tip calculations work fully offline.

← Browse all tools on TinyToolStudio