Calculate Honolulu tax the right way
Hawaii does not have a conventional sales tax — it has the General Excise Tax (GET), levied on businesses and usually passed through to customers. On Oahu (Honolulu) the base 4% GET plus a 0.5% county surcharge produces a visible pass-through rate of 4.712%, and this tool computes it exactly.
How it works
The calculator multiplies the taxable amount by the pass-through rate and adds it to the purchase:
taxable amount = exempt ? 0 : purchase amount
tax = taxable amount * (rate / 100)
total = purchase amount + tax
The 4.712% pass-through rate already accounts for the “tax on tax” effect: because the GET a business collects is part of its own gross income, 0.045 / (1 - 0.045) equals about 0.04712, which is the rate retailers display.
Tips and example
A $100 purchase on Oahu adds 100 * 0.04712 = $4.71 in GET pass-through, for a total of $104.71. A $1,000 purchase adds about $47.12, totaling $1,047.12.
If you are on another island, swap in that county’s combined rate — for example, counties without the surcharge use a lower pass-through near 4.166%. Toggle the exempt box for transactions taxed at the wholesale rate rather than the retail rate.