Hawaiian Airlines charges $30 for the first checked bag, $40 for the second checked bag, and $100 for each additional checked bag on domestic flights.
When flying with Hawaiian Airlines, it’s essential to understand their baggage fees to avoid any surprises.
For carry-on bags, Hawaiian Airlines allows one free carry-on item and one personal item per passenger. The carry-on must fit in the overhead bin or under the seat in front of you.
Checked Baggage Fees for Hawaiian Airlines
| Baggage Type | Fee |
|---|---|
| First Checked Bag | $30 |
| Second Checked Bag | $40 |
| Each Additional Bag | $100 |
Hawaiian Airlines also has specific weight and size restrictions for checked bags. Each checked bag must not exceed 50 pounds and 62 linear inches.
For oversized bags, there are additional fees. Bags weighing between 51-70 pounds incur a $50 fee, and those weighing between 71-100 pounds incur a $100 fee.
If you are flying internationally, different rules apply. For example, some routes may allow two free checked bags, while others may charge for the first bag.
Understanding these fees can help you plan your budget better. If you’re traveling with a family or a large group, consider the cumulative costs of checked bags.
Pro Tip:
If you frequently fly with Hawaiian Airlines, consider signing up for their HawaiianMiles program. Members can earn miles that can be redeemed for free checked baggage on future flights!
Hawaiian Airlines vs. Competitors
Hawaiian Airlines often stands out from competitors like United, Alaska, and Southwest in terms of customer service and unique offerings.
While many airlines charge high fees for checked bags, Hawaiian Airlines maintains competitive pricing. Their focus on the Hawaiian experience with complimentary snacks and beverages also enhances customer satisfaction.
Unlike Southwest, which allows two free checked bags, Hawaiian Airlines’ fees structure is more straightforward, which can be beneficial for budget-conscious travelers who prefer predictability.
Baggage Fee Calculator Tool
You can use the following baggage fee calculator to estimate your costs based on the number of bags you plan to check:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Baggage Fee Calculator</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
}
input, button {
padding: 10px;
margin: 5px;
}
</style>
</head>
<body>
<h2>Baggage Fee Calculator</h2>
<label for="bags">Number of Checked Bags:</label>
<input type="number" id="bags" value="1" min="0">
<button onclick="calculateFees()">Calculate Fees</button>
<p id="result"></p>
<script>
function calculateFees() {
var bags = document.getElementById("bags").value;
var firstBagFee = 30;
var secondBagFee = 40;
var additionalBagFee = 100;
var totalFee = 0;
if (bags >= 1) totalFee += firstBagFee;
if (bags >= 2) totalFee += secondBagFee;
if (bags > 2) totalFee += (bags - 2) * additionalBagFee;
document.getElementById("result").innerText = "Total Checked Bag Fees: $" + totalFee;
}
</script>
</body>
</html>
Feel free to adjust the number of checked bags in the calculator. This tool can help you estimate your total baggage fees before your trip.
Disclaimer: This article is for informational purposes only.
What is the maximum weight for checked bags on Hawaiian Airlines?
The maximum weight for checked bags on Hawaiian Airlines is 50 pounds.
Are there fees for overweight bags on Hawaiian Airlines?
Yes, bags weighing between 51-70 pounds incur a $50 fee, and those weighing between 71-100 pounds incur a $100 fee.
Does Hawaiian Airlines charge for carry-on bags?
No, Hawaiian Airlines allows one free carry-on bag and one personal item per passenger.
Do HawaiianMiles members get free checked bags?
Yes, members can earn miles that can be redeemed for free checked baggage on future flights.
What are the checked bag fees for international flights with Hawaiian Airlines?
Checked bag fees for international flights vary by route; some may allow two free checked bags while others charge for the first bag.
🌺 Hawaiian Airlines · Route Network
Interactive map · Click markers for airport details · Routes color-coded by region
🌴 Neighbor Island
- Honolulu (HNL) ⇔ Kahului (OGG)
- Honolulu (HNL) ⇔ Lihue (LIH)
- Honolulu (HNL) ⇔ Kona (KOA)
- Honolulu (HNL) ⇔ Hilo (ITO)
🗽 North America
- Honolulu (HNL) ⇔ Los Angeles (LAX)
- Honolulu (HNL) ⇔ San Francisco (SFO)
- Honolulu (HNL) ⇔ Seattle (SEA)
- Honolulu (HNL) ⇔ New York (JFK)
- Maui (OGG) ⇔ San Francisco (SFO)
🌏 International / Polynesia
- Honolulu (HNL) ⇔ Tokyo (HND/NRT)
- Honolulu (HNL) ⇔ Seoul (ICN)
- Honolulu (HNL) ⇔ Sydney (SYD)
- Honolulu (HNL) ⇔ Auckland (AKL)
- Honolulu (HNL) ⇔ Papeete (PPT)