Tip Calculator

Calculate tip, total, and per person split.

tip-calculator.local
Enter a bill amount to see the tip and total.

Overview

Works out the tip and the total for a bill, and splits it between people if you are sharing. Useful at restaurants, for deliveries, and any time you want a quick, fair number. It runs in your browser.

How it works

The tip is the bill amount times the tip percentage divided by 100, and the total is the bill plus that tip. If you are splitting, the tool divides the total by the number of people to give the amount each person owes. You set the tip percentage to match the service or local norm.

How to use it

  1. Enter the bill amount.
  2. Choose the tip percentage.
  3. Enter the number of people if you are splitting.
  4. Read the tip, the total, and the per-person amount.

Examples

Standard tip

On a 50 bill at 18 percent, the tip is 9 and the total is 59.

Splitting

Split that 59 total between two people and each owes 29.50.

FAQ

How much should I tip?
It varies by country and service. The calculator lets you set whatever percentage fits your situation.
How does the split work?
It divides the total, including tip, by the number of people.
Can I tip on a rounded amount?
You can adjust the bill or percentage to land on a round total if you prefer.
Is my data uploaded?
No. The calculation runs in your browser.

Related tools

Embed this tool

Paste this snippet to put the tool on your own site. It runs entirely in the visitor's browser, the same as it does here.

<iframe src="https://tooldok.com/embed/tip-calculator/" title="Tip Calculator by Tooldok" width="100%" height="560" style="border:1px solid #16130d;border-radius:16px;max-width:720px" loading="lazy"></iframe> <p style="font:13px sans-serif"><a href="https://tooldok.com/tools/tip-calculator/" target="_blank" rel="noopener">Tip Calculator</a> by <a href="https://tooldok.com/" target="_blank" rel="noopener">Tooldok</a></p>