Overview
Tip Calculator helps you quickly estimate tip, tax, and split-bill amounts for restaurant payments. It supports both percentage-based tips and custom tip input for practical daily use.
Key Features
- Support manual tip rate input and quick preset rates.
- Support custom tip amount that overrides rate mode.
- Support tax rate input and pre-tax or after-tax tip basis.
- Support split bill by people with per-person totals.
- Show total, tax, tip, and split details in real time.
How To Use
- Enter the bill amount.
- Enter tip rate, or input a custom tip amount.
- Add tax rate if needed and choose pre-tax or after-tax tip basis.
- Set people count and check total plus per-person details.
Formula
- Tax = bill amount x tax rate
- Tip (rate mode) = tip base x tip rate
- Total = bill amount + tax + tip
- Per person due = total / people count
- Per person tip = tip / people count
FAQ
- Does custom tip work with tip rate together? No. Once custom tip is entered, custom amount takes priority.
- What is the difference between pre-tax and after-tax tip basis? Pre-tax uses bill only, while after-tax includes tax in tip base.
- Is data uploaded? No, all calculations run locally in your browser.