Travel

Tip Calculator by State (USA)

Calculator Free · Private
Data updated:
Reviewed by: Hacé Cuentas editorial team (política editorial ) · Last reviewed:
Was this calculator helpful?

Tipping customs vary significantly across the United States. New York and California diners typically expect 18–20%, while many Southern and Midwestern states average 15–18%. This calculator applies real state norms, adjusts for service quality, and automatically flags auto-gratuity (18%) when your party is 6 or more — so you never over- or under-tip again.

Last reviewed: May 12, 2026 Verified by Hacé Cuentas Team Source: U.S. Department of Labor — Tipped Employees Under the FLSA, Toast 2024 Restaurant Trends Report — Tip Averages by State, Bankrate Survey: American Tipping Habits 2024, IRS Revenue Ruling 2012-18 — Tips vs. Service Charges, Square Future of Restaurants Report 2024 100% private

When to use this calculator

  • Calculating the right tip at a restaurant in an unfamiliar US state
  • Splitting a bill evenly among a large party with auto-gratuity applied
  • Comparing tipping expectations before traveling to New York vs. Texas
  • Verifying whether a 6+ person party should expect a mandatory gratuity charge
  • Budgeting dining costs per person on a group trip across multiple states
  • Teaching someone new to US dining culture what a fair tip looks like

How it works

2 min read

What is a tip calculator by state?

A tip calculator by state is a tool that computes gratuity amounts based on regional tipping norms across the United States. It factors in bill amount, state location, service quality, and party size to calculate the exact tip percentage (typically 15–20%), total bill, and per-person cost. Different states have distinct tipping expectations: New York and California average 18–20%, while Southern and Midwestern states typically range 15–18%.

How It Works

This calculator determines a recommended tip using three inputs: the base bill amount, your US state (which sets the local tipping norm), and service quality (which adjusts the norm up or down). For parties of 6 or more, a mandatory auto-gratuity floor of 18% is applied per widespread restaurant practice.

Formula

// 1. Look up state norm rate
stateNorm = STATE_NORM_MAP[state]  // e.g. NY = 0.20, TX = 0.15

// 2. Apply service quality adjustment
adjustedRate = stateNorm + SERVICE_ADJUSTMENT[service]
// poor = -0.05, average = 0, good = +0.02, excellent = +0.05

// 3. Apply auto-gratuity floor for large parties
if (partySize >= 6) effectiveRate = max(adjustedRate, 0.18)
else effectiveRate = adjustedRate

// 4. Never go below 0%
finalRate = max(effectiveRate, 0)

// 5. Calculate outputs
tipAmount  = billAmount × finalRate
totalBill  = billAmount + tipAmount
perPerson  = totalBill / partySize

Worked Example

Scenario: $80 dinner for 4 in New York, excellent service.

StepValue
State norm (NY)20%
Service adjustment (excellent)+5%
Effective rate25%
Auto-grat floor (party < 6)Not triggered
Tip amount$80 × 0.25 = $20.00
Total bill$80 + $20 = $100.00
Per person$100 / 4 = $25.00

Second scenario: $120 dinner for 6 in Texas, average service.

StepValue
State norm (TX)15%
Service adjustment (average)0%
Adjusted rate15%
Auto-grat floor (party ≥ 6)18% applied
Tip amount$120 × 0.18 = $21.60
Total bill$120 + $21.60 = $141.60
Per person$141.60 / 6 = $23.60

State Norm Reference

TierStatesNorm
High-tip metrosNY, CA, MA20%
Mid-tierIL, FL, WA, CO, NV, AZ, OR18%
Lower-norm statesTX, GA, NC, OH, MI, PA, MN, WI, MO, TN, SC, AL, MS, AR15%
National average18%

Limitations

  • Norms are cultural averages based on survey data — individual restaurants may set their own auto-gratuity policies.

  • Auto-gratuity varies by establishment; some apply it at party sizes of 8+. Always check your receipt.

  • This calculator does not account for sales tax (you tip on pre-tax or post-tax amounts — customs differ).

  • Tipping norms for delivery, bars, and counter service differ from sit-down restaurants; this calc is optimized for full-service dining.
  • Frequently asked questions

    What is the average tip in the US in 2026?

    The national average tip for full-service restaurant dining is approximately 18–19% as of 2025–2026, according to Square and Toast payment data. High-cost metro areas like New York City and San Francisco consistently average 20% or more.

    When does auto-gratuity apply?

    Most full-service restaurants in the US apply an automatic gratuity of 18% for parties of 6 or more. Some establishments set the threshold at 8. This calculator uses the 6-person threshold as the standard. Always check your bill — auto-grat is a restaurant policy, not a legal requirement.

    Should I tip on the pre-tax or post-tax amount?

    Both practices are common. Tipping on the pre-tax subtotal is technically correct per etiquette guidelines, but tipping on the post-tax total is also widely accepted and increasingly common since POS systems default to it. The difference on a $60 meal is typically under $1.50.

    Is tipping mandatory in the US?

    Tipping is not legally required (except auto-gratuity added by a restaurant). However, tipped restaurant workers in most states earn a base wage below the federal minimum ($2.13/hr federal tipped minimum), making tips the primary source of income. Skipping a tip for adequate service is considered poor practice.

    Why does New York have a higher tipping norm than Texas?

    Tipping culture correlates with cost of living, local wage laws, and urban vs. rural dining culture. New York and California have higher living costs and more tourist-heavy dining scenes, which drives norms upward. Survey data from Bankrate and the NYT Wirecutter dining surveys consistently show NY and CA diners tip 1–5 percentage points more than the national average.

    What tip percentage is appropriate for poor service?

    For genuinely poor service (slow, inattentive, rude), a tip of 10% or less is widely considered acceptable. This calculator subtracts 5% from the state norm for 'poor' service. If the issue was kitchen-related (not the server's fault), etiquette guides recommend not penalizing the tip.

    Do I tip the same way at a counter-service or fast-casual restaurant?

    No. This calculator is designed for full-service sit-down restaurants. Tipping at counter-service, fast-casual (Chipotle, Panera), or quick-service restaurants is optional and typically 0–15% if you choose. There is no established norm for counter service.

    How is the per-person amount calculated?

    Per-person = (bill amount + tip) ÷ party size. This assumes the bill is split equally. If diners ordered different amounts, use the tip rate (e.g., 20%) applied to each person's individual subtotal instead.

    Are tipping norms changing in 2026?

    Yes. Post-pandemic 'tip creep' has pushed expectations upward, especially in digital POS systems that default to 20–25% prompts. However, consumer pushback has stabilized averages near 18–20% for sit-down dining. Toast's 2024 restaurant report found average tips hovering at 19.4% nationally.

    Does this calculator work for other service types (taxis, hotels, hair salons)?

    No. This tool is calibrated for full-service restaurant dining only. Norms differ for other services: taxis/rideshare 15–20%, hotel housekeeping $3–5/night, hair salons 15–20%, food delivery 15–20% (minimum $3). A separate calculator would be needed for accurate figures in those categories.

    Sources and references