Connect via MCP →

Enter Calculation

Formula

Advertisement

Results

Estimated Overweight Fee
150
charged at checkout
Weight over allowance 3 kg
Billable increments 3

What This Calculator Does

The Overweight Baggage Fee Calculator estimates the surcharge an airline will add when your checked bag is heavier than the included free allowance. Airlines typically charge in fixed steps — for example, a set fee for each kilogram (or each band of kilograms) you exceed the limit. This tool turns those rules into a single, clear number so you can decide whether to repack, redistribute weight, or pay the fee.

How to Use It

Enter your bag's actual weight, the airline's free allowance, the size of each fee step (the increment), and the charge applied per step. The calculator finds how much you are over, rounds the excess up to the next whole increment, and multiplies by the price per increment. Fee policies vary widely by airline, route, and fare class, so check your carrier's published rules; this tool is a universal estimator and not an official quote.

The Formula Explained

The core equation is $$\text{Fee} = \max\left(0, \left\lceil \frac{\text{Weight} - \text{Allowance}}{\text{Increment}} \right\rceil\right) \times \text{FeePerIncrement}$$ The difference between weight and allowance is divided by the increment to get how many steps you are over. The ceiling function rounds up because partial steps are still billed in full. The \(\max(0, \ldots)\) guard ensures bags at or under the allowance incur no fee.

Diagram of a luggage bag on a scale with weight split into free allowance and overweight excess divided into fee increments
The fee applies only to the weight above the free allowance, charged per increment.

Worked Example

Suppose your bag weighs 26 kg, the allowance is 23 kg, the increment is 1 kg, and the fee is 50 per increment. You are 3 kg over, which is 3 increments, so the fee is $$3 \times 50 = \mathbf{150}$$ If the bag weighed 23.4 kg instead, you would be 0.4 kg over — still 1 billable increment — for a fee of \(50\).

Number line showing weight, allowance subtracted, excess rounded up to whole increments times price
Excess weight is rounded up to a whole increment before multiplying by the price.

FAQ

Why is a 0.4 kg overage charged as a full increment? Most airlines round overage up to the next billing step, which is why the formula uses a ceiling function.

Does this give an official price? No. It is an estimate based on the figures you enter; always confirm with your airline.

What if my bag is under the allowance? The fee is 0 — the calculator never returns a negative charge.

Last updated: