IMF cuts 2026 world growth forecast, flags risks from new Mideast fighting

Deniz Igan, Division Chief in the International Monetary Fund Research Department speaks during an AFP interview at the IMF Headquarters in Washington, DC, on Tuesday (AFP photo)
Deniz Igan, Division Chief in the International Monetary Fund Research Department speaks during an AFP interview at the IMF Headquarters in Washington, DC, on Tuesday (AFP photo)

WASHINGTON, United States — The IMF cut its 2026 global growth projection again Wednesday, flagging "uncertainty and risks" to the economic outlook as fighting reignited in the Middle East.

Global economic growth is estimated at 3.0 per cent this year, said the International Monetary Fund, down from 3.1 per cent in its April forecast.

The projection, in its World Economic Outlook update, was made before renewed exchanges of fire between the United States and Iran in recent hours.

"Developments overnight illustrate the uncertainty and risks that surround the outlook," said deputy director at the IMF's research department, Petya Koeva Brooks.

"We're going to be monitoring developments very closely," she told reporters.

Her comments Wednesday came after US President Donald Trump declared Washington's ceasefire with Tehran over, before adding that US forces would strike Iran hard in the coming night.

It is the second time this year that the fund has lowered its overall growth expectations. The growth rate marks a cooling from 2025 as well.

Global inflation is anticipated to accelerate to 4.7 per cent this year, higher than earlier projected.

Koeva Brooks expects normalisation from the war to gradually unfold over three quarters of a year, although shocks that lead to higher oil prices and inflation expectations could take further tolls on the global economy.

AI offset

For now, the overall growth downgrade is modest, as momentum in artificial intelligence — driven by demand — partially offsets the war's effects.

The IMF expects global growth to pick up in 2027 to 3.4 per cent.

Division Chief at the IMF's research department, Deniz Igan describes the bounce back as "a V-shaped recovery."

For this year, a delayed recovery from war on Iran, longer disruptions and higher costs is part of the reason the world economy will take a bigger hit, she told AFP.

Yet, fallout varies widely.

"Energy exporters outside the conflict zone benefit from favorable terms of trade, whereas economies plugged into the technology-led upturn experience stronger activity even if they are energy importers," the fund said.

"In contrast, activity weakens for energy importers with limited participation in the technology value chain," it added.

US-Israeli strikes targeting Iran since February 28 sparked Tehran's retaliation in virtually blocking off the Strait of Hormuz, plunging the Middle East into war.

As traffic stalled in the key waterway, global oil prices soared — weighing on economies.

Oil and gas shipments resumed as a temporary US-Iran deal paused hostilities, but fighting has restarted.

'Glaring differences'

Although the world economy has weathered shocks from the war better than feared, the IMF warned: "The global picture blurs glaring differences across countries."

Retail gasoline costs jumped by 30 per cent in emerging Asia after the onset of war, and only by 15 per cent in Latin America.

While the US economy is still set to expand 2.3 per cent this year, growth in the Middle East and central Asia was downgraded by 1.2 per centage points to 0.7 per cent.

The euro area is set to grow 0.9 per cent this year, also a downward revision. Growth in France is pegged at 0.6 per cent — 0.3 percentage points lower than earlier expected.

The world's second biggest economy, China, saw its growth projection adjusted upwards slightly to 4.6 per cent.

Still, the IMF warns that effects of the war have not fully passed through.

The release of strategic reserves has provided some relief amid reduced energy flows, but there could still be weakness ahead.

Trade fragmentation could accelerate too, risking higher prices.

Nonetheless, there were some bright spots, the IMF said.

There was a "positive surprise" from some economies key to global technology supply chains, despite their exposure to disruptions from the war.

The top four net exporters of AI-related hardware — Taiwan, South Korea, Thailand and Malaysia — saw resilient growth.

Igan added that expectations of higher inflation this year merely mark a pause, "not a break from the disinflation trend."

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;} .first-author{ background-color:#ecedef; } .first-opinion-author-name{ background-color:white; width:max-content; padding:5px; }
.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .article-widget-sm .article-title{font-size:16px;-webkit-line-clamp:3;} .related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; } .newspaper-footer{ visibility:hidden; } .socialFixOuter { position: fixed; top: 50%; margin-top: 40px; right: 0; transition: .2s; z-index: 20; height: 217px; width: 40px; } .socialFix { height: 30px; width: 30px; display: block; position: relative; cursor: pointer; background-size: 18px 18px; transition: .2s; background-position: center; background-repeat: no-repeat; border-radius: 2px; margin-top: 1px; } .socialFix:hover { width: 40px; margin-left: -10px; } .app-badge-img { height: 36px; width: auto; } @media (max-width: 768px) { .app-badge-img { height: 32px; } .app-badges { justify-content: center !important; } }
document.addEventListener("DOMContentLoaded", function () { const socialFix = document.querySelector(".socialFixOuter"); if (!socialFix) return; let firstInteraction = false; let hideTimeout = null; function checkMobileScreen() { if (window.innerWidth < 768) { socialFix.style.display = "none"; } else { socialFix.style.display = "block"; } } checkMobileScreen(); window.addEventListener("resize", checkMobileScreen); function handleFirstInteraction() { if (firstInteraction) return; if (window.innerWidth < 768) return; firstInteraction = true; socialFix.style.right = "-25px"; } socialFix.addEventListener("mouseenter", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); socialFix.style.right = "0"; }); socialFix.addEventListener("mouseleave", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); hideTimeout = setTimeout(() => { socialFix.style.right = "-25px"; }, 500); }); ["click", "touchstart"].forEach((evt) => { socialFix.addEventListener(evt, handleFirstInteraction); }); }); function validateEmail(email) { if (email.length > 255) return false; const emailRegex = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/; if (!emailRegex.test(email)) return false; if (email.includes('..') || email.startsWith('.') || email.endsWith('.')) return false; return true; } function sanitizeInput(input) { input = input.replace(/<[^>]*>/g, ''); input = input.replace(/javascript:/gi, ''); input = input.replace(/on\w+\s*=/gi, ''); input = input.replace(/[<>"'&(){}[\]]/g, ''); return input.trim(); } document.addEventListener('DOMContentLoaded', function () { function showModal(message, type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; messageContainer.classList.remove("d-none"); setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = sanitizeInput(emailInput.value.trim()); if (!validateEmail(email)) { showModal('Invalid email format', 'danger'); return; } const formData = new FormData(); formData.append('email', email); fetch('/subscribeNewsletter', { method: "POST", body: formData, headers: { "Accept": "application/json", "X-Requested-With": "XMLHttpRequest" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.", 'danger'); } return response.json(); }) .then(data => { showModal(data.message, 'success'); }) .catch(error => { showModal("Error submitting email. Try again.", 'danger'); }); }); });