Free Carry-on Bags for All Passengers on Jetblue Airlines Flights

Free Carry-on Bags for All Passengers on Jetblue Airlines Flights

BY JOE GVORA Published on September 10, 2024 0 COMMENTS

In a strategic move to stay competitive with other popular airlines, JetBlue announced a free carry-on bag policy for basic economy passengers over the summer. The new policy was enacted on September 6 and will apply indefinitely for all flights.

 

Extra Baggage For Free

 

JetBlue kicked off its new "carry-on bag allowance" earlier this month. No matter what ticket you purchase, all passengers can include one carry-on bag aboard the flight for free. 

 

In the past, JetBlue passengers who wanted to bring a bag with them either had to purchase an "Even More Space" seat or a different premium fare seat.

 

 

Photo: AeroXplorer | Andrew Salisbury


This new policy applies to all passengers, even if they purchased their tickets before the announcement was made. Customers won't need to contact customer support to get the carry-on bag perk, as it automatically became company policy on September 6.

JetBlue's economy tier is called "Blue Basic". Along with Blue Basic tickets, passengers have unlimited Wi-Fi, live television, and the "most legroom in coach."

The president of JetBlue, Marty St. George, added these comments during the initial announcement:

 

"Carry-on bags are an important part of travel to customers, and when presented with a choice between JetBlue's award-winning service and another carrier's basic offering, we want JetBlue to be the easy winner... We're always looking for ways to evolve our offering in response to customer preferences. This is a win-win as we improve the customer experience and keep JetBlue competitive in our industry."

The airline states that carry-on backs must not exceed 22 by 14 by 9 inches in size, so if you have a duffel bag you're planning to take, be sure it meets this size criteria before you try to board with it. 

 

Passengers are allowed one personal item in addition to a carry-on bag. This item may include a purse, laptop bag, or backpack. So, if you're planning to board with one of these smaller bags, rest assured that it doesn't count as your carry-on.

 


 
Photo: AeroXplorer | Diego Perez

 

JetBlue Following The Lead

 

JetBlue is the next major airline to offer a free carry-on bag policy for any passenger. Delta Air Lines was the first to introduce this policy 12 years ago, as a means to stay competitive with low-cost airlines such as Frontier Airlines and Spirit Airlines. 

 

United Airlines and American Airlines also adopted this new policy within the past decade. Lesser-known airlines that are implementing a free carry-on bag policy for all passengers include Alaska Airlines and Hawaiian Airlines.


Low-cost airlines such as Frontier Airlines are taking note of these changes and have offered free checked bags and a carry-on bag with the WORKS bundle, starting at $99 per person per flight.

 

If you prefer to bring an additional checked luggage bag on your flight, '; } } catch { window.alert("Failed to import server images. Please try again later."); } } } function addImage(e){ var URL = e.target.src.replace("https://media.aeroxplorer.com/medium/",""); var owner = e.target.dataset.owner; document.getElementById("body").innerHTML += '

[Type your caption here. Be sure to remove the brackets when you\'re done.] Photo: ' + owner + '


'; } function updateDocumentInfo(){ document.getElementById("doc-title-inp").innerHTML = document.getElementById("document-name").value; document.getElementById("word-ct").innerHTML = document.getElementById("body").textContent.split(" ").length; } document.getElementById("document-name").onkeyup = function(){ document.title = document.getElementById("document-name").value + " | AeroXplorer Article Publisher"; } function generateHTML(){ document.getElementById("codetoadd").style.opacity = 0.6; document.getElementById("codetoadd").style.backgroundColor = "#ccc"; document.getElementById("codetoadd").style.pointerEvents = "none"; document.getElementById("clickbtn").disabled = true; var text = document.getElementById("codetoadd").value; var xhr = new XMLHttpRequest(); xhr.open("POST",""); xhr.setRequestHeader("Content-type","application/x-www-form-urlencoded"); xhr.send("html=" + window.btoa(text)); xhr.onload = function(){ if(this.responseText == "FAIL"){ window.alert("IFRAMES and SCRIPTS are not allowed for security purposes."); } else { document.getElementById("body").innerHTML += window.atob(this.responseText); } document.getElementById("codetoadd").style.opacity = 1; document.getElementById("codetoadd").style.backgroundColor = "white"; document.getElementById("clickbtn").disabled = false; document.getElementById("codetoadd").style.pointerEvents = "auto"; document.getElementById("codetoadd").value = ""; closeNode("embed-code"); } } function generateTable(){ var rows = document.getElementById("row-ct").value; var cols = document.getElementById("col-ct").value; var finalTable = '

'; if(document.getElementById("headerRow").checked == true){ // header black for(var x=0;x"; for(var y=0;y?'; } finalTable += ""; } } else { // header normal for(var x=0;x"; for(var y=0;y?'; } finalTable += ""; } } finalTable += "
"; document.getElementById("body").innerHTML += finalTable; closeNode("table-selection"); } function openNode(name){ document.querySelector(".vignette").style.display = "block"; document.querySelector("." + name).style.display = "block"; } function closeNode(name){ document.querySelector(".vignette").style.display = "none"; document.querySelector("." + name).style.display = "none"; } function docinfo(){ updateDocumentInfo(); openNode("doc-info"); } function citations(){ openNode("citations-here"); } function makeTable(){ openNode("table-selection"); } function embedCode(){ openNode("embed-code"); } function unorderedList(){ // var breakPoint = document.getElementById("body").innerHTML += "
  • First Element
  • Click enter to add another element
"; document.execCommand("insertUnorderedList",false); document.getElementById("body").focus(); } function orderedList(){ // var breakPoint = document.getElementById("body").innerHTML += "
  1. First Element
  2. Click enter to add another element
"; document.execCommand("insertOrderedList",false); document.getElementById("body").focus(); } function autosave(){ if(localStorage.getItem("autosave") == "true"){ saveDoc(false); } console.log("AUTOSAVE: " + localStorage.getItem("autosave")); } setInterval(autosave,60000); document.body.onload = function(){ // Set doc height document.querySelector(".body-text").style.top = document.querySelector(".controls-area").clientHeight +10 + "px"; if(localStorage.getItem("autosave") == "true"){ document.getElementById("autosave").style.backgroundColor = "green"; } else { document.getElementById("autosave").style.backgroundColor = "red"; } } function bold(){ document.execCommand("bold",false); document.getElementById("body").focus(); } function italics(){ document.execCommand("italic",false); document.getElementById("body").focus(); } function underline(){ document.execCommand("underline",false); document.getElementById("body").focus(); } function del(){ document.execCommand("strikeThrough",false); document.getElementById("body").focus(); } function justifyleft(){ document.execCommand("justifyLeft",false); document.getElementById("body").focus(); } function justifyright(){ document.execCommand("justifyRight",false); document.getElementById("body").focus(); } function justifycenter(){ document.execCommand("justifyCenter",false); document.getElementById("body").focus(); } document.getElementById("textType").onchange = function(e){ document.execCommand("formatBlock",false,"") } function justifycenter(){ document.execCommand("justifyCenter",false); document.getElementById("body").focus(); } function link(){ document.execCommand("createLink",false); document.getElementById("body").focus(); } function blockquote(){ document.getElementById("body").innerHTML += "

Click here to edit the blockquote


Continue typing..."; document.getElementById("body").focus(); } var inpFile = document.getElementById("custom-upload"); inpFile.addEventListener('change', function() { var file = this.files[0]; var randomizr = 0; if(file){ console.log(file); var reader = new FileReader(); reader.addEventListener('load', function() { randomizr = Math.round(Math.random() * 999999999); document.getElementById("body").innerHTML += '
Tell us something about your image! What\'s going on here?


'; var xhr = new XMLHttpRequest(); var fd = new FormData(); fd.append("action","uploadtoarticle"); fd.append("image",file); xhr.open("POST","https://media.aeroxplorer.com/articleimages/upload.php",true); xhr.send(fd); xhr.onload = function(){ if(this.responseText.startsWith("FALSE")){ window.alert("Error uploading image to server: " + this.responseText.replace("FALSE","")); } else { // if(this.responseText.replace(/(\r\n|\n|\r)/gm, "") == "Array()"){ // console.log("Reverted."); // var targetimghere = document.querySelector(".waitingFor"); // } else { var targetimghere = document.querySelector(".w" + randomizr); targetimghere.src = "https://media.aeroxplorer.com/articleimages/" + this.responseText; //} targetimghere.classList.remove("waitingFor"); targetimghere.classList.remove("w" + randomizr); } } }); reader.readAsDataURL(file); } }); // For undo and redo, save edits var edits = []; var currentTag = "p"; // function makeWord(){ // var words = document.getElementById("body").textContent.split(" "); // console.log(document.getElementById("body").textContent.split(" ")[words.length-1]); // document.getElementById("body").innerHTML.replace = document.getElementById("body").innerHTML.replace(" " + document.getElementById("body").textContent.split(" ")[words.length-1] + " ","B"); // function setCursor(pos) { // var tag = document.getElementById("body"); // var setpos = document.createRange(); // var set = window.getSelection(); // setpos.setStart(tag.childNodes[0], pos); // setpos.collapse(true); // set.removeAllRanges(); // set.addRange(setpos); // tag.focus(); // } // setCursor(document.getElementById("body").textContent.length); // } // document.getElementById("body").addEventListener("keyup",function(e){ // edits.push(window.btoa(document.getElementById("body").innerHTML)); // if(e.keyCode == 32){ // makeWord(); // } // }); var saved = false; document.getElementById("body").onkeyup = function(){ saved = false; document.getElementById("save-status").innerHTML = "Unsaved edits. Save now."; } function allSaved(){ saved = true; document.getElementById("save-status").innerHTML = "All changes saved."; } document.body.onbeforeunload = function(){ if(saved == false){ return "You have not saved your work."; } } function undo(){ document.execCommand("undo",false); document.getElementById("body").focus(); // document.getElementById("body").innerHTML = window.atob(edits[edits.indexOf(window.btoa(document.getElementById("body").innerHTML))-1]); } function unformat(){ document.execCommand("removeFormat",false); document.getElementById("body").focus(); } function redo() { // document.getElementById("body").innerHTML = window.atob(edits[edits.indexOf(window.btoa(document.getElementById("body").innerHTML))+1]); document.execCommand("redo",false); document.getElementById("body").focus(); } // document.getElementById("body").onpaste = function(e){ // e.preventDefault(); // navigator.clipboard.readText() // .then(text => { // console.log(text); // if(text.indexOf("Tell us more about your photo. What is going on here?'; // } else { // var newImage = '

' + text + '

'; // } // e.path[0].outerHTML += newImage; // console.log("DONE",e); // }) // .catch(err => { // window.alert('Failed to read clipboard contents: ' + err.message); // }); // // var image = e.path[0].parentNode.innerHTML; // // console.log(image); // // if(image.indexOf("Tell us more about your photo. What is going on here?'; // // } else { // // var newImage = "

" + image + "

"; // // } // } document.onpaste = function(e) { // consider the first item (can be easily extended for multiple items) // var item = pasteEvent.clipboardData.items[0]; // if (item.type.indexOf("image") === 0) // { // var blob = item.getAsFile(); // var reader = new FileReader(); // reader.onload = function(event) { // console.log(event.target.result); // }; // reader.readAsDataURL(blob); // } for(var x=0;x' + document.getElementById("body").querySelectorAll("img")[x].outerHTML + '
Edit caption...
'); } } } window.onkeyup = function(e){ // console.log(e.keyCode); } if(localStorage.getItem("autosave") == undefined){ localStorage.setItem("autosave","true"); } function saveDoc(refresh){ if(document.getElementById("body").innerHTML.indexOf("
 AeroXplorer is on Telegram! Subscribe to the AeroXplorer Telegram Channel to receive aviation news updates as soon as they are released. View Channel 
Joe Gvora
I'm a content specialist that has written content for multiple Fortune 500 companies. I have written travel blogs and news for many businesses spanning from local businesses overseas to big tech corporations. Learning new things is my favorite part of writing.

Comments (0)

Add Your Comment

TIPLogin or sign up to personalize your AeroXplorer experience.

TAGS

NEWS jetbluenews airline passengers travel free

RECENTLY PUBLISHED

Slot Management and Priority Handling: Where Air Ambulances Fit in Busy Airports When we talk about air ambulance services, people usually focus on the airplane, the medical crew on board, and the urgency of the patient’s condition. What is usually overlooked is the operational side of the process – especially the aspect involving operating an aircraft through one of Europe’s busiest airports with strict slot management policies. INFORMATIONAL READ MORE »
Newark Liberty Tops Northeast Airports for On-Time Flights After Year of Disruptions Newark Liberty International Airport leads Northeast hubs in on-time performance, marking a sharp turnaround from last year's delays and chaos. NEWS READ MORE »
Azorra Delivers First ATR 42-600 to JSX, Marking Turboprop's Return to U.S. Commercial Skies Azorra has delivered the first ATR 42-600 to Dallas-based JSX, reintroducing the modern turboprop to U.S. commercial passenger service. ROUTES READ MORE »


×
AeroXplorer+

More than just headlines.

Get unlimited ad-free access to in-depth aviation news, premium stories, and exclusive insights other sites don't cover.

  • Ad-free browsing on AeroXplorer
  • Unlimited access to premium and exclusive articles
  • Higher photo upload limits & commissions on sales
  • Free access to Jetstream Magazine on higher tiers
Join over 3,000 aviation enthusiasts. Cancel anytime.
Basic+ $2.99/mo
  • Ad-free browsing
  • Sell aviation photos with 60% commission



What is your estimated annual budget for aviation-related purchases?

We're building something new for our community.