Tip Calculator

Bill Amount
£
Tip Percentage
%
Split Between
1 people

Sources

  1. U.S. Department of Labor, Wage and Hour Division. Fact Sheet #15: Tipped Employees Under the Fair Labor Standards Act (FLSA).
  2. Lynn, M. Cornell University School of Hotel Administration. Restaurant Tipping and Service Quality: A Tenuous Relationship. Cornell eCommons.
  3. Emily Post Institute. Tipping Etiquette 101: A Comprehensive Guide on Tipping.

Formula

Tip amount: $$ T = B \times \frac{p}{100} $$Total bill: $$ T_{total} = B + T = B \left(1 + \frac{p}{100}\right) $$Per-person share (split evenly): $$ S = \frac{T_{total}}{n} $$Where: $$ B = \text{bill before tip}, \quad p = \text{tip percentage}, \quad n = \text{number of people} $$

Embed This Calculator

Copy the code and paste it into your website:

<!-- Tip Calculator from CalculateQuick.com -->
<iframe src="https://calculatequick.com/embed/tip-calculator/" width="100%" height="600" style="border:none;" referrerpolicy="no-referrer-when-downgrade" title="Tip Calculator"></iframe>
<p style="font-size:14px;text-align:center;margin-top:8px;"><a href="https://calculatequick.com/everyday-life/tip-calculator/">Tip Calculator</a> by <a href="https://calculatequick.com">CalculateQuick</a></p>

Tip: Adjust height="600" if needed.

WordPress

  1. Edit the page or post
  2. Add a “Custom HTML” block
  3. Paste the embed code
  4. Update/Publish

Wix

  1. Click Add (+) → Embed Code → Embed HTML
  2. Paste the code
  3. Publish

Squarespace

  1. Add a Code block
  2. Paste the code
  3. Save

Shopify

  1. Online Store → Pages → Show HTML
  2. Paste the code
  3. Save

Webflow

  1. Add an Embed element
  2. Paste the code
  3. Publish

HTML

  1. Paste into your HTML file
  2. Upload to server

Cite This Calculator

CalculateQuick. (2026). Tip Calculator. Retrieved from https://calculatequick.com/everyday-life/tip-calculator/
"Tip Calculator." CalculateQuick, 2026, https://calculatequick.com/everyday-life/tip-calculator/.
CalculateQuick. "Tip Calculator." Accessed March 29, 2026. https://calculatequick.com/everyday-life/tip-calculator/.

Share

Send Feedback

Found a bug? Have a suggestion? Let us know.

Thank you for your feedback!

How to Calculate a Tip

Calculating a tip is straightforward. Take the bill amount and multiply it by your chosen tip percentage, expressed as a decimal. For a 15% tip on a £50 bill: £50 × 0.15 = £7.50, making the total £57.50.

When splitting between multiple people, divide the total (bill plus tip) by the number of diners. This calculator handles all of that automatically, including custom percentages for when the standard options don’t fit.

Standard Tipping Percentages

Tipping norms vary significantly by country. In the UK, 10–15% is considered standard for table service. In the US, 15–20% is the norm, with 25% for exceptional service. Many countries in Europe include a service charge, making additional tips optional. In Japan and South Korea, tipping is generally not practised and can even be considered rude.

The Formula

The tip calculation uses a simple formula:

Tip = Bill Amount × (Tip Percentage ÷ 100)
Total = Bill Amount + Tip
Per Person = Total ÷ Number of People