A worker fuels an
Air Canada jet at
DFW International Airport in
Grapevine, Texas, Tuesday, April 14, 2026. (AP Photo/LM Otero, File) 2026-04-16T19:52:09Z NEW YORK (AP) — A looming jet fuel shortage in
Europe and
Asia sparked by the
Iran war and the effective closure of the
Strait of Hormuz could further upend world travel within weeks if oil doesn’t start flowing again soon — meaning higher airfares and flight cancellations as the summer travel season approaches. In an exclusive Associated Press interview Thursday,
International Energy Agency Director
Fatih Birol said
Europe has “maybe six weeks” of remaining jet fuel supplies and said the global economy faces its “largest energy crisis.” In general, some European countries hold several months’ worth of jet fuel inventory at a time, according to an IEA report released this week. Jet fuel — a refined kerosene-based oil product — is airlines’ biggest cost, making up about 30% of overall expenses, according to the
International Air Transport Association. And jet fuel prices have roughly doubled since the war began . Shortages could start next. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); “Every passing day that the
Strait of Hormuz remains shut ,
Europe is edging closer to supply shortages,” said
Amaar Khan, head of European jet fuel pricing at
Argus Media. “The strait accounts for around 40% of
Europe’s jet fuel imports, but no jet fuel has passed the strait since the war broke out.” Airline officials have largely reacted with caution, acknowledging potential fuel issues but working to reassure customers. Still, some carriers have already passed costs on to consumers by increasing fees for baggage and other add-ons, embedding costs into ticket prices, or raising fuel surcharges. /* Desktop-first: fully collapse by default */ #ap-readmore-embed { display: none; margin: 0; padding: 0; height: 0; min-height: 0; overflow: hidden; text-align: center; position: relative; z-index: 2; } /* Only show on mobile */ @media (max-width: 767px) { #ap-readmore-embed { display: block; margin: 28px 0; height: auto; overflow: visible; } } #ap-readmore-embed .ap-readmore-btn { appearance: none; -webkit-appearance: none; border: 0; background: #000; color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-family: inherit, "AP Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.2px; line-height: 1; box-shadow: 0 10px 18px rgba(0,0,0,0.12); transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease; touch-action: manipulation; -webkit-tap-highlight-color: transparent; position: relative; z-index: 3; } #ap-readmore-embed .ap-readmore-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 22px rgba(0,0,0,0.16); } #ap-readmore-embed .ap-readmore-btn:active { transform: translateY(0); box-shadow: 0 10px 18px rgba(0,0,0,0.12); opacity: 0.95; } #ap-readmore-embed .ap-readmore-btn:focus-visible { outline: 3px solid rgba(228, 0, 43, 0.35); outline-offset: 3px; } #ap-readmore-embed .ap-readmore-icon { width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -2px; } #ap-readmore-embed .ap-readmore-fade { display: none; height: 48px; margin-top: -48px; pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); } Read More (function () { var APRM_EMBED_ID = "ap-readmore-embed"; var APRM_MOBILE_MQ = "(max-width: 767px)"; function APRM_onReady(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } APRM_onReady(function () { var APRM_embedEl = document.getElementById(APRM_EMBED_ID); if (!APRM_embedEl) return; // 🚨 DESKTOP: remove entire module wrapper and bail early if (!window.matchMedia(APRM_MOBILE_MQ).matches) { var APRM_rootModule = APRM_embedEl.closest(".HTMLModuleEnhancement") || APRM_embedEl.closest(".HtmlModule"); if (APRM_rootModule && APRM_rootModule.parentNode) { APRM_rootModule.parentNode.removeChild(APRM_rootModule); } else if (APRM_embedEl.parentNode) { APRM_embedEl.parentNode.removeChild(APRM_embedEl); } return; // stop the rest of the script from running } }); })(); (function () { var EMBED_ID = "ap-readmore-embed"; var BTN_ID = "apReadMoreBtn"; var FADE_ID = "apReadMoreFade"; var STOP_SELECTOR = ".Page-below"; var SIGN_IN_GATE_SELECTOR = ".sign-in-gate-content"; var HIDDEN_ATTR = "data-ap-readmore-hidden"; var MOBILE_MQ = "(max-width: 767px)"; function ready(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } function isElementNode(n) { return n && n.nodeType === 1; } function cancelEvent(e) { if (!e) return; if (typeof e.preventDefault === "function") e.preventDefault(); if (typeof e.stopPropagation === "function") e.stopPropagation(); if (typeof e.stopImmediatePropagation === "function") e.stopImmediatePropagation(); e.cancelBubble = true; e.returnValue = false; } function collapseDesktopEmbed(embed) { if (!embed) return true; if (!window.matchMedia(MOBILE_MQ).matches) { var maybeWrappers = [ embed.parentElement, embed.closest(".html-embed"), embed.closest("[data-type='htmlembed']"), embed.closest("[class*='embed']"), embed.closest("[class*='Embed']") ].filter(Boolean); embed.style.display = "none"; embed.style.margin = "0"; embed.style.padding = "0"; embed.style.height = "0"; embed.style.minHeight = "0"; embed.style.overflow = "hidden"; maybeWrappers.forEach(function (el) { el.style.margin = "0"; el.style.padding = "0"; el.style.height = "0"; el.style.minHeight = "0"; el.style.overflow = "hidden"; }); if (embed.parentNode) { embed.parentNode.removeChild(embed); } return true; } return false; } ready(function () { var embed = document.getElementById(EMBED_ID); var btn = document.getElementById(BTN_ID); var fade = document.getElementById(FADE_ID); if (!embed || !btn) return; if (collapseDesktopEmbed(embed)) return; var signInGate = document.querySelector(SIGN_IN_GATE_SELECTOR); if (signInGate) { embed.innerHTML = ""; return; } // — Analytics: impression when embed enters viewport — if ("IntersectionObserver" in window) { var io = new IntersectionObserver(function (entries, observer) { if (entries[0].isIntersecting) { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "ap_readmore_impression" }); observer.disconnect(); } }, { threshold: 0 }); io.observe(btn); } var stopEl = document.querySelector(STOP_SELECTOR); if (!stopEl) return; var rootCandidates = [ embed.closest(".Page"), embed.closest("article"), embed.closest("main"), document.body ].filter(Boolean); var root = rootCandidates.find(function (c) { return c.contains(stopEl); }) || document.body; var all = root.getElementsByTagName("*"); var hidden = []; for (var i = 0; i A handful of airlines already are cutting flights. Experts say other parts of air travel — such as scheduling flexibility and routes — would likely be impacted. Here’s a look at how jet fuel supplies work and how consumers might see effects. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); How does jet fuel get to the plane? Jet fuel is made from crude oil at refineries, which also create gasoline and diesel. Airlines generally buy jet fuel from refineries or fuel companies, similar to drivers buying gasoline from stations, but on a much larger scale. Jet fuel travels on ships and through pipelines and is stored by airlines at airports. Purchasing is handled by airlines. If fuel supplies are running out in a region, that doesn’t necessarily mean there will be no flights. Some airlines might have more stored than others. But remaining flights are likely to be expensive, reflecting fuel costs. Larger airlines have advantages in regions with shortages. They have the financial means to deal with high prices, said Jacques Rousseau, managing director at financial firm Clearview Energy Partners. In
Europe, a number of countries are now relying on less than 20 days of coverage in their fuel supplies, according to this week’s IEA report. Supplies haven’t dropped below 29 days since 2020, the report said. If that falls under 23 days, physical shortages may emerge at some airports, resulting in flight cancellations and lower demand, the report warned. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); Which regions could feel pain?
Asia-Pacific countries are the most reliant on oil and jet fuel from the Middle East, followed by
Europe, Rousseau said. Most of
Europe’s jet fuel is produced by European refiners, but about 20-25% of its supply is missing because of the war, Rousseau said. To fill some gaps, the U.S. has increased its exports of jet fuel to
Europe considerably, sending about 150,000 barrels per day in April, or about six times the normal level, Rousseau said. Availability of jet fuel is less of an issue in the U.S., a major oil producer, he added. “I tell my kids ... we’re not so much going to run out of supply,” Rousseau said. “It’s just going to cost more here, whereas in different parts of the world you could actually get to a point where there’s just no fuel.” freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); How much is the world supply of jet fuel lagging? The world is losing 10 million to 15 million barrels of oil a day due to the closure of the
Strait of Hormuz, said Pavel Molchanov, senior investment strategist at investment firm Raymond James & Associates. “There are exactly the same refineries in exactly the same places in
Asia and
Europe, but if there is not enough oil for those refineries to operate, it’s going to lead to physical supply disruption,” he said. Even though the IEA has released 400 million barrels of oil from members’ emergency reserves, that won’t help in the short term, he added. “It could take until the end of the year to get all of those barrels onto the market,” he said. How will my travel be affected? Christopher Anderson, a professor of operations, technology and information management at Cornell University, said travelers should prepare for more than just higher airfares. “This is no longer just a fuel-price story. For airlines, it is now a network-planning story,” he said. “Higher fuel costs matter, but so do longer routings, reduced scheduling flexibility and greater uncertainty about what demand will look like even a few weeks out.” Travelers might see “a market with later booking patterns, more schedule volatility and fewer low-fare options if this disruption lasts into the core summer season,” he said. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); What are airlines doing? Dutch airline KLM and U.K. budget carrier easyJet told AP they weren’t experiencing current fuel shortages, without commenting further on the IEA’s warning. Still, both airlines are among those that have seen higher costs eat into their budgets. On Thursday, KLM said it would cut 160 flights next month — about 1% of its total European routes. The airline cited “rising kerosene costs” and said a limited number of flights are “no longer financially viable to operate.” In a Thursday update, EasyJet said it expects to see a pretax loss of 540 million to 560 million pounds (about $731 million to $758 million) for the first half of the 2026 fiscal year. Still, CEO Kenton Jarvis said demand remains strong overall — noting that Easter travel was easyJet’s busiest ever for that holiday period. Lufthansa said Thursday that labor disputes and high fuel prices are forcing it to immediately shut down feeder airline CityLine, earlier than planned, and take its 27 older, less fuel-efficient planes out of service. The decision accelerates a shutdown that had been expected for next year. U.S. carrier Delta Air Lines — which frequently flies to European destinations — said on Thursday that it was “aware of the potential jet fuel supply issue” on the continent and monitoring the situation. Delta, which bought a refinery in Philadelphia in 2012 to manage its largest expense, said it doesn’t expect any “near-term impact to our operations.” How are prices affected? Other airlines have sounded the alarm about rising fuel prices, with some already passing along new costs to travelers , often embedded into ticket prices and add-on fees. U.S. carriers Delta , United , American Airlines, Southwest Airlines and JetBlue have all increased checked baggage fees, for example, in recent weeks. United CEO Scott Kirby said in a recent memo to staff that if fuel prices stay elevated, it could add $11 billion in annual costs. “For perspective,” Kirby wrote, “in United’s best year ever, we made less than $5B.” Meanwhile, Hong Kong’s Cathay Pacific recently bumped fuel surcharges by roughly 34% across all routes, while Air India added up to $280 in fees to some flights earlier this month. Emirates, Lufthansa and KLM have also adjusted fees or fares to keep pace with the price volatility. ___ AP writer David McHugh in Frankfurt, Germany, contributed to this report. MAE ANDERSON Anderson reports for The Associated Press on a wide range of issues that small businesses face. She is based in New York. twitter mailto CATHY BUSSEWITZ Bussewitz is a national business reporter for The Associated Press. She writes about the workplace, job issues and wellness. twitter mailto 获取更多RSS: https://feedx.net https://feedx.site