ADVERTISEMENT

Thousands affected as airlines scramble to complete Airbus fix

Published Nov 29, 2025 02:00 pm
With 78 flights cancelled, local carriers are prioritizing airworthiness checks after receiving the urgent A320 software directive from EASA.
With 78 flights cancelled, local carriers are prioritizing airworthiness checks after receiving the urgent A320 software directive from EASA.
The country’s leading carriers are working round-the-clock to complete the industry-wide mandated software update on Airbus narrow-body jets by Sunday noon, aiming to prevent further flight cancellations that have affected thousands of passengers.
Acting Transportation Secretary Giovanni Lopez said local airlines only received the urgent airworthiness directive from the European Union Aviation Safety Agency (EASA), which oversees European jetmaker Airbus, at 1:00 am on Saturday, Nov. 29.
Lopez said this directive, which affected all airlines operating the A320 series of planes, forced Philippine Airlines (PAL), Cebu Pacific, and AirAsia Philippines to temporarily hold off operations of their A320 and A321 aircraft.
This has led to 78 flight cancellations and even more delays, affecting over 14,000 passengers and counting.
Lopez said proactive measures taken by airlines kept the overall impact on the aviation industry less substantial, noting that talks of such a directive began as early as Friday night.
“Once they received those notices, they already started working around the clock,” he said in a press briefing.
EASA placed the global air travel industry on high alert after it required airlines to address a flaw in the flight control system of A320 jets, following an incident last month that left several passengers hurt after a sudden drop in altitude.
In its investigation, Airbus found that solar flares could corrupt data critical to flight control.
Globally, it is estimated that repairs would cover some 6,000 jets.
In the country, the Air Carriers Association of the Philippines (ACAP) said 75 aircraft are affected by the sweeping recall.
By Saturday noon, however, nearly half of the aircraft in question are now ready to serve passengers again.
“We would like to reassure the public that we have taken and are continuing to take all proactive measures to ensure the safety of your flights,” said ACAP Executive Director Jose Perez de Tagle, whose group represents the country’s three major airlines and their affiliates.
“That's the bottom line for all the airlines, we have to ensure safety even if it means undertaking some cancellations and of course a series of delays which are the knock-on or domino effect over the next day or so,” he added.
Perez said other Airbus A320 and A321 jets, wide-body A330s, A350s, Boeing 777s, and turboprop jets were not impacted by the EASA directive.
Lopez also noted that even if the aircraft has already completed the software repair, it must first undergo an airworthiness check to confirm its compliance with the mandate.
“So that our worries are gone because we’ve already updated the software, and so there won’t be any problems once we’re in the air,” said Lopez.
PAL, the country’s flag carrier, said 11 of its 28 affected narrowbody jets have already received the software update, with the rest expected to be fully updated within 22 hours.
In a statement, PAL said it is actively working to minimize the impact of the repair on the travel plans of its passengers. The airline said affected passengers may rebook their ticket, convert it to travel credits, or request a refund.
Of its 45 affected aircraft, Cebu Pacific reported that 19 have already undergone the necessary update, with the remaining jets scheduled to be completed by Sunday noon.
Cebu Pacific, the country’s largest carrier by fleet size, said it has deployed additional staff to assist passengers and offered flexible options, including free rebooking and travel fund conversion.
Only one of Air Asia’s aircraft was affected and it has since been updated and returned to normal operations.
“Our people are working with urgency and care to manage all concerns and provide support to all affected guests,” said AirAsia Philippines chief executive officer (CEO) Suresh Bangah.

Related Tags

Department of Transportation (DOTr) Airbus Philippine Airlines (PAL) Cebu Pacific
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.