What is the Excess Baggage Fee Calculator?
When your checked luggage tips over the free allowance printed on your ticket, the airline charges you at the check-in desk — and it is rarely obvious in advance how much. This calculator estimates that cost from figures you supply yourself: your free allowance, the airline's excess rate, how many bags are included and the fee for each extra one. It works for a single overweight suitcase or an entire travelling party.
Crucially, it is a generic estimator, not an airline lookup. It never bakes in any carrier's fee schedule — those change constantly and differ by route, cabin and how you pay — so the numbers it returns are only ever the ones you feed it. Pull your allowance and rates straight from your booking or your airline's baggage page for the closest estimate.
The two charging models
Airlines price baggage under one of two internationally recognised systems, both documented by IATA. Under the weight concept you get a total kilogram allowance and pay a per-kilogram rate on anything above it. Under the piece concept you get a set number of bags and pay a flat fee for each additional one. This tool supports both at once and simply adds the two charges — if only one applies to your ticket, leave the other side at "no overage" and it contributes zero.
| Aspect | Weight concept | Piece concept |
|---|---|---|
| What is allowanced | A total weight (e.g. 23 kg) across all checked bags | A fixed number of bags, each within its own weight/size limit |
| What is charged | Each kilogram over the allowance × a per-kg rate | A flat fee for each bag beyond those included |
| Where it is common | Europe, Asia, Africa, the Middle East | Flights to and from North America |
| This calculator | freeAllowanceKg, actualWeightKg, feePerKg | bagsIncluded, bagsCarried, feePerExtraBag |
How it works
The arithmetic is deliberately transparent. Excess weight and extra bags are each floored at zero, so being under your allowance never produces a negative charge or a credit:
excessKg = max(0, actualWeightKg − freeAllowanceKg)
excessFee = excessKg × feePerKg
extraBags = max(0, bagsCarried − bagsIncluded)
extraBagFee = extraBags × feePerExtraBag
totalPerPassenger = excessFee + extraBagFee
totalFee = totalPerPassenger × travelers
A flat overweight-band fee (some airlines charge one fixed amount for any bag in, say, the 23–32 kg band) is easy to model here too — just enter that flat amount as the per-extra-bag fee instead of a per-kilogram rate. Planning the wider journey? Pair this with our trip budget calculator to fold baggage costs into the total, or the per-diem daily budget calculator to spread everything across your days away.
Worked example
A 28 kg bag against a 23 kg allowance at a $12/kg rate, one traveller — generated by the same engine that powers the calculator above, so the figures can never drift from the math.
| Step | Value |
|---|---|
| Free allowance | 23 kg |
| Actual weight | 28 kg |
| Excess-weight rate | $12 / kg |
| Excess weight = max(0, 28 − 23) | 5 kg |
| Excess-weight fee = 5 × $12 | $60.00 |
| Bags included / carried | 1 / 1 |
| Extra bags = max(0, 1 − 1) | 0 |
| Extra-bag fee = 0 × $75 | $0.00 |
| Total per passenger | $60.00 |
| Travelers | 1 |
| Total fee for the party | $60.00 |
The bag is 5 kg over, so the excess-weight fee is 5 × $12 = $60. There are no extra pieces, so the piece-concept charge is zero and the total is $60. Add more travellers with the same overage and the party total scales linearly — five identical passengers here would owe $300.
Assumptions and limitations
- Weight-concept and piece-concept charges are treated as additive — a transparent, conservative estimate. Real airlines vary in exactly how they combine an overweight fee with an extra-piece fee.
- The per-kilogram rate is applied linearly to fractional kilograms. Some carriers round up to the next whole kilogram or charge in fixed weight bands; adjust the rate to approximate that.
- Many airlines refuse — rather than price — a single bag over 32 kg (70 lb), since it exceeds manual-handling limits. A large excess-weight figure is a sign to repack into two bags, not simply to pay more.
- Prepaid-online baggage is usually far cheaper than paying at the airport, and pricing shifts by route, cabin and season. This tool estimates only from the numbers you enter — it is not a live fee database.
- The party total assumes every traveller has the same allowance and the same overage. If they differ, calculate each passenger separately and add the results. Timing a tight connection with heavy bags? Check our layover connection time calculator as well.
- Excludes taxes, cabin/carry-on overages, oversize and special-item handling fees, and any elite-status or bundled-fare baggage waivers.
Frequently asked questions
How do airlines calculate excess baggage fees?+
Airlines use one of two systems. Under the weight concept, you get a total kilogram allowance and pay a per-kilogram rate for anything over it (excess kg × fee per kg). Under the piece concept, you get a fixed number of bags included, and each extra bag beyond that is charged a flat fee. This calculator supports both, and adds them together if both apply to your ticket.
What is the difference between the weight concept and the piece concept?+
The weight concept totals up all your checked baggage weight against one allowance (common in Europe, Asia and Africa). The piece concept instead counts individual bags, each within its own weight/size limit, and charges per extra bag (typical on flights to and from North America). Check your ticket or airline's baggage page to see which one applies.
How much does it cost to check an extra bag?+
It varies widely by airline, route and how you pay — often anywhere from $30 to $200+ per extra bag, and usually cheaper if you prepay online rather than at the airport. Enter your airline's actual per-bag fee to get an accurate estimate.
How much is the fee for an overweight suitcase?+
This depends on the airline's per-kilogram rate and how far over the free allowance your bag is. For example, a bag that's 5 kg over a 23 kg allowance at a $12/kg rate costs 5 × $12 = $60. Some airlines instead charge a single flat fee for any bag in an overweight band (commonly 23–32 kg) — if yours does, enter that flat amount instead of a per-kg rate.
What is the standard baggage weight limit?+
IATA advises a maximum of 23 kg (50 lb) per checked bag in economy, with an absolute limit of 32 kg (70 lb) — heavier bags are typically refused rather than priced, since they exceed manual handling limits. Business and first class often allow up to 32 kg. Your specific ticket's allowance can differ, so always check it directly.
Can I avoid excess baggage fees?+
You can reduce or avoid them by weighing your bags before you leave, redistributing weight between checked bags (if you're within your piece allowance), prepaying for extra baggage online (usually far cheaper than at the airport), or choosing a fare/status tier that includes a larger allowance.
Does this calculator know my airline's actual baggage fees?+
No — it deliberately does not look up any airline's fee schedule, because those change frequently and vary by route, fare class and booking channel. You enter your own allowance, per-kg rate, included bag count and per-bag fee (from your ticket or airline's website), and the calculator does the arithmetic.
Why does my result show both an excess-weight fee and an extra-bag fee?+
These are two independent charges that can both apply: your total or per-bag weight can push you over your weight allowance, and separately, the number of bags you're carrying can exceed the number included with your ticket. This calculator adds both charges together for a transparent, conservative estimate — if only one applies to your airline, set the other side's inputs so it computes to zero.
How do I calculate excess baggage for multiple travelers?+
Enter one passenger's allowance, weight and fees, then set the number of travelers. The calculator multiplies that single passenger's total fee by the traveler count, assuming everyone has the same allowance and the same overage. If travelers differ, calculate each one separately and add the results.
Is excess baggage cheaper to pay online or at the airport?+
Almost always online. Most airlines charge significantly more for excess or extra baggage paid at check-in or the gate than for the same bag prepaid through the airline's website in advance — the UK Civil Aviation Authority specifically flags this gap for travelers.
How do I convert my baggage weight from pounds to kilograms?+
Multiply pounds by 0.45359237, or divide by 2.2046226, to get kilograms. For example, a 50 lb bag is 50 × 0.45359237 ≈ 22.68 kg. Enter the kilogram figure into this calculator alongside your airline's kilogram-based allowance and rate.
What if my bag is over the airline's absolute weight limit?+
Many airlines simply refuse to check a bag over 32 kg (70 lb) rather than charging for it — you'd need to repack it into two bags or ship the extra weight separately as cargo. This calculator's linear per-kg estimate does not reflect that hard refusal cutoff, so treat a very large excessKg figure as a sign you need to repack, not just pay more.
Disclaimer
Sources
- IATA — Baggage: standard piece and weight limits used across the airline industry
- UK Civil Aviation Authority — Checking your baggage allowance: how excess-baggage charges are levied
- Wikipedia — Baggage allowance: the weight-concept vs piece-concept charging models
Formula and data last reviewed by the TheCalculatorHive team on 13 July 2026. Figures are for general information, not professional advice.
Related calculators
Plan a trip budget across accommodation, food, transport, activities and flights, add a contingency buffer, and see per-person and per-day totals.
Per Diem BudgetEstimate a trip's total lodging and M&IE (meals & incidentals) allowance with the standard GSA per-diem model, prorating the first and last travel day to 75%.
Layover TimeChecks your scheduled layover against a generic minimum connection time (MCT) by flight type and flags too-tight, risky or comfortable connections.