ADVERTISEMENT

These airlines offer the best in-flight Wi-Fi – if you're lucky

Published Oct 4, 2018 12:00 am
Getting work done on a plane is all too often a case of best-laid plans. Even in the ideal scenario where the Wi-Fi works, numerous factors, from your fellow passengers to tweaks to the routing, can quickly leave you out of luck.   A flight attendant arranges a passenger booth in the first-class cabin aboard an Airbus SAS A380 aircraft, operated by Qatar Airways Ltd., on the opening day of the 51st International Paris Air Show in Paris, France. (Bloomberg file photo) A flight attendant arranges a passenger booth in the first-class cabin aboard an Airbus SAS A380 aircraft, operated by Qatar Airways Ltd., on the opening day of the 51st International Paris Air Show in Paris, France. (Bloomberg file photo) Traveloka, the leading travel-booking app in Southeast Asia, has just completed a comprehensive survey of tech-friendly airlines, ranking 50 international carriers based on Wi-Fi availability, speed, cost, and other connectivity features such as in-set outlets and USB ports. According to its findings, the top three airlines to prioritize for in-flight efficiency are Qatar, Emirates, and Delta, in descending order. Take that with a grain of salt, though. For starters, the company’s methodology focused only on the top 50 carriers in the world, as ranked by SkyTrax, whose annual list — while authoritative — omits tech-friendly airlines such as United on the basis of other factors, including punctuality and staff friendliness. And while such carriers on the list as JetBlue Airways (No. 5), offer Wi-Fi consistently across a majority of their fleets, others like Eva Air (No. 10) have only Wi-Fi on half their planes. According to a Traveloka spokesperson, working around such limitations provides an accurate picture of the “best-case scenario” on any of these companies. Expand the data for each of Traveloka’s winners, and you’ll see even more complexities come to light. For one thing, you may notice that British Airways (No. 4) offers the fastest service in the top 10, at 20Mbps. Emirates (No. 2), Etihad (No. 9), and Eva, by comparison, are all under 2Mbps. Not great, when you’re paying upward of $14 per hour and hoping to put out an office fire. For just that reason, Routehappy by ATPCO, an aviation data insights company that tracks in-flight amenities for every individual aircraft and cabin, has this week overhauled the way it presents its reporting on this topic. “Airlines don’t see a choice anymore — offering Wi-Fi is a competitive need. The question is more about what you can expect out of your Wi-Fi, rather than if you’ll have it at all,” says Jason Rabinowitz, the company’s director of airline research. Now, when you search for flights on such engines as Skyscanner or Hipmunk — whose ratings on everything from meals to legroom are powered by Routehappy — you may notice new categorizations for Wi-Fi service. They’ll indicate whether the service quality will be strong enough to merely check emails, support basic web searches, allow faster browsing, or even invite video streaming with services such as Netflix. (The feature will roll out gradually across several of Routehappy’s partner search engines in the coming months.) “We’re really trying to set expectations for what passengers will be able to do on their specific flights,” explains Rabinowitz. “We want to separate the slow Wi-Fi from the faster and the fastest.” He points to US carriers Jet Blue Airways Corp., United Airlines, Inc., Delta Air Lines, Inc., and American Airlines, Inc. as the most consistent in their offerings. There’s reason to be optimistic. “Airlines are making so many investments in next-generation Wi-Fi systems now, it’s almost impossible to keep up,” Rabinowitz says. “New satellites are being launched, new systems are more capable, and the connectivity gaps are being filled.” Among the good news: Improved satellite coverage over Australia and the South Pacific has brought unprecedented in-flight connectivity to Qantas Airways, Air New Zealand Ltd., and Virgin Australia Airlines; technologically enhanced networks by Gogo, Inc., British Airways, and Deutsche Lufthansa AG are set to debut before the end of the year, raising speeds from 3G to LTE levels; and even such budget carriers as Spirit Airlines, Inc. and AirAsia Berhad are adding fast Wi-Fi to their otherwise stripped-down list of offerings. If reliable (or reliable-ish) Wi-Fi was previously the domain of US airlines, it’s now becoming a global perk. (Bloomberg)
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.