91³Ô¹ÏÍø

Watch CBS News

United Airlines CEO Scott Kirby says "this is the most optimistic I've been in my entire career about finally getting the FAA fixed"

United Airlines CEO Scott Kirby said "this is the most optimistic I've been in my entire career about finally getting the FAA fixed" as Transportation Secretary Sean Duffy has called for increased investment amid major outages and delays at Newark Liberty International Airport. 

"I and others in the aviation industry have been working on this for decades, and I think we're finally– we've turned the corner, and we have the commitment," Kirby said on "Face the Nation with Margaret 91³Ô¹ÏÍø."

Air traffic control and aviation more broadly has been under the microscope in recent months, following January's deadly midair collision over Washington, D.C., several close calls and the more recent outages. And on Sunday, there was another 45-minute ground stop due to another equipment outage. 

On Friday, the second air traffic control outage in two weeks occurred at Newark Liberty International Airport, with air traffic controllers losing radar and the ability to communicate with some planes for up to 90 seconds in both instances. The second outage came as flight schedules were returning to normal following a series of delays and cancellations since the initial outage on April 28. 

Meanwhile, the Trump administration announced plans Thursday to overhaul the air traffic control system by replacing the technology at sites across the country and building a number of new coordination centers. Transportation Secretary Sean Duffy said the undertaking would cost "billions — lots of billions," while deferring to Congress on the final number. 

Kirby said in an interview with CBS News senior White House and political correspondent Ed O'Keefe of his optimism in the reforms to the Federal Aviation Administration that the commitment to overhauling the system is "across the board."

"It's bipartisan, it's bicameral," Kirby said. "Senate, House, administration, Secretary Duffy — across the board, a commitment to getting this fixed. We know how to do it."

The issue isn't new, with commitments to overhauling the FAA spanning back decades, and often enjoying bipartisan support. But Kirby said what he believes makes this time different is the funding, saying the administration will ask for all the money up front, which "lets you plan the entire project and get the entire project done." And Kirby said the key players also make him optimistic, calling Duffy "action-oriented" and "committed to getting this done."

In the meantime, Kirby stressed that safety is the entire aviation industry's top priority, saying that "it absolutely is safe at Newark and in the entire country." 

Kirby outlined the extensive training and backup procedures within the industry, saying "we have backups to backups to backups to keep the sky safe" amid outages. 

"What happens is the pilots look for alternative frequencies," Kirby said. "They go to alternative centers with alternative radars, and they also have a system in the airplane where they can see, its equivalent of radar, they can see their position in the air, in the sky, and all the other aircraft around them."

The United Airlines CEO acknowledged that in the event of outages, the whole system is deliberately slowed down, which can be disruptive to customers, while it prioritizes safety. Kirby said United has proactively reduced the number of flights to create more space at the airport, while the FAA is working with other airlines to do the same.

"What happens when they're short staffed or there's a technology issue, they slow the airspace down," Kirby said. "It leads to customer impacts. We have to delay or cancel flights because there are more flights scheduled than can arrive. But it keeps the system safe, and that's absolutely what they should do."

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });