Sales Tax Calculator
Calculates the sales tax and total price for a purchase. Enter the amount and tax rate separated by a comma, like "100, 8.25".
Calculates the sales tax and total price for a purchase. Enter the amount and tax rate separated by a comma, like "100, 8.25".
Use cases
- Finding the final price of an item after sales tax
- Comparing totals across states with different tax rates
Examples
$100 at 8.25% tax
100, 8.25
{"tax": 8.25, "total": 108.25}FAQ
Is my data sent to a server?
Yes — the calculation runs on the server for this tool.