Tip Calculator

Split a bill in seconds

{{ __t('tip_amount') }}{{ tipAmount.toFixed(2) }}
{{ __t('total') }}{{ total.toFixed(2) }}
{{ __t('per_person') }}{{ perPerson.toFixed(2) }}

How much is a normal tip?

Tipping customs vary widely around the world — in the US it is essentially part of service-staff income, in Japan it can be seen as insulting. A rough overview:

  • USA / Canada: 15–20 % at restaurants, about 1 USD per drink at bars.
  • UK: 10–12.5 %, often already added as "service charge".
  • Germany / Austria: 5–10 % or simply round up — not mandatory, but customary in service.
  • France: "service compris" — tipping optional, 5–10 % for good service.
  • Italy: often a "coperto" / "servizio" already on the bill; otherwise 5–10 %.
  • Japan: no tipping — it can even be perceived as rude.
  • China, South Korea, Taiwan: not customary in most everyday settings.

When travelling, it's worth taking a minute to read up on the local convention before you sit down.

Tipping etiquette by country

CountryCustomary rateNote
USA / Canada15–20 %Essentially obligatory; part of the wage.
UK10–12.5 %Often already added as a "service charge".
Germany / Austria5–10 %Round up or add a few percent.
Switzerland5–10 %Service included, rounding up still customary.
Italy0–10 %Often a "coperto" or "servizio" is already on the bill.
France0–10 %"Service compris" by law — extra is optional.
Spain5–10 %For good service; not mandatory.
Mexico10–15 %Expected in restaurants.
Japan0 %No tipping — can be perceived as rude.
China / Korea0 %Not customary in everyday venues.
Türkiye5–10 %"Bahşiş" is normal, expected in tourist areas.
Australia / NZ0–10 %Optional; only for very good service.

How is the tip calculated?

Usually the percentage is applied to the final bill total (i.e. tax included). In the US the tip is sometimes calculated on the pre-tax subtotal, in Europe almost always on the gross amount. Key points:

  • If a "service charge" or "servizio" already appears on the bill, that is your tip — no need to double-tip.
  • For delivery apps the delivery fee usually doesn't go to the rider; an extra in-app tip is appreciated.
  • If unsure, just ask politely: "Is service included?" — perfectly normal anywhere.

The plain formula:

Tip        = bill × percent / 100
Total      = bill + tip
Per person = total / number of people

Splitting the tip across a group

For larger groups two simple approaches work well:

  1. Split evenly. Total (bill + tip) divided by number of people. Quick, and fair when everyone ordered roughly the same.
  2. Split by consumption. Each person calculates their share, the tip is added proportionally. Fairer when orders differ a lot.

In the US many restaurants automatically add an "auto-gratuity" (often 18 %) for parties of e.g. 6 or more — check the bill before adding more.

Example

Bill 80 €, 4 people, 10 % tip:

Tip        = 80 × 0.10 = 8 €
Total      = 80 + 8 = 88 €
Per person = 88 / 4 = 22 €

Rounding up to 90 € (effectively a 12.5 % tip) is a pragmatic alternative, especially with cash.

Cash vs. card tipping

Card tipping is now the norm in most countries. Worth knowing:

  • Card terminals usually ask for either a percentage or a fixed amount. Read the screen carefully before confirming — sometimes the suggested defaults are pre-tax-based, sometimes total-based.
  • In some restaurants card tips run through accounting and don't always reach the server in full. If that matters to you, leave a small cash tip on the table.
  • At self-service cafés and to-go spots a card tip is optional — you're not obligated to pick a high preset.

Frequently asked questions

Are my inputs saved anywhere?

No. All calculations happen entirely in your browser. No values are sent to a server, nothing is stored.

Is tipping mandatory in my country?

Not in most European countries — tipping is voluntary in legal terms. In service-heavy industries (restaurants, taxis, hairdressers) 5–10 % or rounding up is the social standard. In the US, however, tipping is effectively part of the wage and 15–20 % is expected.

What about delivery apps (Uber Eats, DoorDash)?

The delivery fee mostly goes to the platform, not the courier. To actually reward the driver use the in-app tip option or hand over cash on delivery. 1–3 € (or 2–5 USD) is a reasonable range, more for bad weather or long distances.

Who actually gets the tip?

Traditionally the tip goes to your server. Many restaurants now operate a "tronc" or tip pool where all gratuities are collected and shared between staff (kitchen, bar, front-of-house) based on hours or roles. If you want to be sure a specific person gets your tip, hand it to them in cash directly.

Is the tip calculated on the gross or net amount?

In Germany, Austria and Switzerland the tip is traditionally based on the gross bill total — the figure printed at the bottom. In the United States there is some debate: pre-tax (before sales tax) is more common and slightly cheaper for the guest, post-tax is expected in upscale service. If in doubt, base the tip on the total — it is the simplest and socially safe choice.

What do I do if a service charge is already on the bill?

For large parties ('large party gratuity') or in many countries such as Spain, Italy and France, a service charge of 10 - 15 % is often already included — in Italy it is called 'coperto' or 'servizio', in France 'service compris'. In those cases no additional tip is expected; a small extra (1 - 5 EUR left on the table) is a nice gesture but not required.

Tipping around the world — what cultures differ on

Tipping is not a law of nature but a social convention that differs sharply from country to country. In the United States the tip is a real part of the wage — the federal 'tipped minimum wage' is only USD 2.13 per hour in many states (as of 2025), and 18 - 22 % tip in a sit-down restaurant is virtually expected. In Central Europe, by contrast, a tip is a bonus for genuinely good service: 5 - 10 % counts as generous, because waiters are paid a tariff wage. In Japan a tip can be insulting and may be politely returned.

There are also differences within a country: in the US fast-food usually has no tip, hairdressers expect 15 - 20 %, cabs 10 - 15 %, hotels 1 - 2 USD per bag, restaurants 18 - 22 %. With the spread of tablet point-of-sale systems ('tip creep' or 'guilt tipping') even bakeries and coffee shops now suggest 18 / 22 / 25 % defaults from around 2020 — its effects are an active research topic in sociology and behavioral economics (Conlin et al., 2003; Lynn 2015).

A well-meant tip can therefore feel generous, normal or out of place depending on the country and situation. This calculator is currency-neutral: it quickly works out the percentage add-on, the total bill and the per-person share, in any currency. The cultural judgement of how much is appropriate is up to you — for that we provide an etiquette table and the FAQ section above.

The calculation formula

The calculation is plain percentage math followed by a division by the number of people. A reverse calculation also works: from a desired 'round' total or per-person share you can back out the net amount.

tip       = bill * tip_percent / 100
total     = bill + tip
per_person = total / people

Reverse:
desired_total / (1 + tip_percent/100) = bill
desired_per_person * people = total

Concrete examples

Five typical restaurant and travel scenarios:

  • Bill 48.50 EUR, 10 % tip in Germany: 4.85 EUR tip, total 53.35 EUR. Rounded up to a flat 53 or 55 EUR — both common.
  • Bill 86.00 USD in a US restaurant, 20 % tip: 17.20 USD tip, total 103.20 USD. Pay by credit card: write 17.20 in the 'tip' field and 103.20 as the total.
  • Four people, bill 124.00 EUR, 15 % tip: 18.60 EUR tip, total 142.60 EUR, 35.65 EUR per person. In practice 36 EUR each, the round-up difference going to the server.
  • Delivery (e.g. pizza): bill 28.00 EUR, 10 % tip: 2.80 EUR, total 30.80 EUR. At the door, rounding up to 31 or 32 EUR is common.
  • Taxi from the airport: bill 47.80 EUR, 10 % tip: 4.78 EUR, total 52.58 EUR. A standard 'keep the change' rounds to 52 or 53 EUR — about 9 - 11 % tip.

What this calculator does not do

This calculator does not know cultural conventions, service charges, VAT special cases or local expectations. In countries with a mandatory service charge (e.g. 'servizio' in Italy, large-party gratuity in the US for groups of 6+) no additional tip is needed — the charge is already on the bill. In the US the tip is often based on the pre-tax amount; you have to do that one by hand. If you want to round the total to a flat number, set the target total in your head and back out: a desired total of 60 EUR on a 52 EUR net bill means 8 EUR tip ≈ 15.4 %. Tax treatment of tips for employees is a matter of national tax law and not within the scope of this page.

Related tools