ADVERTISEMENT

IATA: Air travel in continuing crisis

Published Jul 29, 2021 06:22 am

Global passenger demand this June showed "a very slight improvement in both international and domestic air travel markets", remaining significantly below pre-COVID-19 levels due to international travel restrictions, the International Air Transport Association (IATA) announced last night (July 28).

Asia-Pacific registered the steepest traffic declines for the eleventh consecutive month, IATA statistics showed.

"June should be the start of peak season, but airlines were carrying just 20% of 2019 levels. That’s not a recovery, it’s a continuing crisis caused by government inaction,” IATA Director General Willie Walsh lamented.

Total demand for air travel in June 2021 (measured in revenue passenger kilometers or RPKs) plunged 60.1% compared to June 2019.

This was a small improvement over the 62.9% decline recorded in May 2021 versus May 2019.

As comparisons between 2021 and 2020 monthly results are distorted by the extraordinary impact of the pandemic, all comparisons are to June 2019, which followed a normal demand pattern.

International passenger demand in June was 80.9% below June 2019, an improvement from the 85.4% decline recorded in May 2021 versus two years ago.

All regions, with the exception of Asia-Pacific, contributed to the slightly higher demand.

Total domestic demand was down 22.4% versus pre-crisis levels (June 2019), a slight gain over the 23.7% decline recorded in May 2021 versus the 2019 period.

The performance across key domestic markets was mixed with Russia reporting robust expansion while China returned to negative territory.

“We are seeing movement in the right direction, particularly in some key domestic markets," noted Walsh. "But the situation for international travel is nowhere near where we need to be."

The June international traffic of Asia-Pacific airlines fell 94.6% , unchanged from the 94.5% decline in May 2021 versus May 2019.

Capacity dropped 86.7% and the load factor was down 48.3 percentage points to 33.1%, the lowest among regions.

Middle Eastern airlines posted a 79.4% demand drop in June compared to June 2019, improving from the 81.3% decrease in May, versus the same month in 2019.

Capacity declined 65.3% and load factor deteriorated 31.1 percentage points to 45.3%.

North American carriers’ June demand fell 69.6% compared to the 2019 period, improving from the 74.2% decline in May versus two years ago.

Capacity sank 57.3%, and load factor dipped 25.3 percentage points to 62.6%.

Latin American airlines saw a 69.4% drop in June traffic compared to the same month in 2019, improved over the 75.3% decline in May compared to May 2019.

June capacity fell 64.6% and load factor dropped 11.3 percentage points to 72.7%, which was the highest load factor among the regions for the ninth consecutive month.

European carriers saw their June international traffic decline 77.4% versus June 2019, a gain from the 85.5% decrease in May compared to the same month in 2019.

Capacity declined 67.3% and load factor fell 27.1 percentage points to 60.7%.

African airlines’ traffic fell 68.2% in June versus the same month two years ago, an improvement from the 71.5% decline in May compared to May 2019. June capacity contracted 60.0% versus June 2019, and load factor declined 14.5 percentage points to 56.5%.

The domestic passenger market fared no better.

China’s domestic traffic returned to negative territory in June, declining 10.8% compared to June 2019, following a 6.3% growth in May versus the same period in 2019.

New restrictions had been introduced following a COVID-19 outbreak in several Chinese cities.

By contrast, US domestic traffic improved from a 25.4% decline in May versus the same month in 2019, to a 14.9% decline in June.

Life in the US was starting to see some normalcy following the easing of measures and the rapid rollout of the COVID-19 vaccination.

“With each passing day the hope of seeing a significant revival in international traffic during the Northern Hemisphere summer grows fainter," says Walsh.

Many governments are not following the data or the science to restore the basic freedom of movement.

"Despite growing numbers of vaccinated people and improved testing capacity we are very close to losing another peak summer season," he noted. “A risk-managed re-connecting of the world is what we need."

"Vaccinated travelers should have their freedom of movement returned. An efficient testing regime can sufficiently manage risks for those unable to be vaccinated," the IATA Director General urged.

Related Tags

AIR TRAVEL IN CONTINUING CRISIS JUNE 2021 PASSENGER DEMAND IATA DIRECTOR GENERAL WILLIE WALSH IATA
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.