Middle East war to drag global growth to lowest rate since COVID-19 pandemic — World Bank

The World Bank
(AFP photo)
The World Bank (AFP photo)

AMMAN — The ongoing conflict in the Middle East is expected to slow global economic growth to its weakest pace since the COVID-19 pandemic, as surging energy prices fuel inflation and raise borrowing costs worldwide, according to the World Bank Group’s latest Global Economic Prospects report.

The report forecasts global growth to slow to 2.5 per cent in 2026 from 2.9 per cent in 2025, with growth projections downgraded for nearly two-thirds of the world’s economies since January. Although growth is expected to recover slightly to 2.8 per cent in 2027, it will remain 0.4 percentage points below the average recorded during the 2010s.

The World Bank warned that weak growth in developing countries is undermining efforts to close income gaps with advanced economies. By 2028, developing economies excluding China and India are projected to have experienced nearly a decade without meaningful progress in narrowing per capita income disparities with wealthier nations.

“Developing countries have faced a series of challenges over the last decade,” said Ajay Banga, President of the World Bank Group.

“The impact differs by country, but the basic test is the same: protect people and preserve stability today, without giving up on growth and jobs tomorrow,” Banga said. “In response to the current shock, we are providing liquidity where it is needed now, and we are ready with additional financing, guarantees and private-sector solutions if pressures deepen.”

According to the report, the closure of the Strait of Hormuz has severely disrupted global energy markets. Brent crude oil prices are projected to average $94 per barrel in 2026, a 36 per cent increase over 2025 levels, assuming major disruptions ease by July.

Fertiliser prices are also expected to rise sharply, increasing pressure on global food markets. As a result, global inflation is forecast to climb to 4 per cent this year, up from 3.3 per cent in 2025.

The report cautioned that risks remain heavily tilted to the downside. Should energy supply disruptions worsen and trigger significant financial market stress, global growth could fall to just 1.3 per cent in 2026, while inflation could accelerate to 4.4 per cent.

Growth in developing economies is expected to slow to 3.6 per cent in 2026, marking the lowest level since the pandemic, compared with 4.4 per cent in 2025. The report projects a recovery to 4.2 per cent in 2027.

Among the hardest-hit regions are Gulf economies directly affected by the conflict. Their growth is expected to fall from 3.9 per cent in 2025 to nearly zero in 2026 before rebounding to around 5 per cent in 2027 and 2028 as trade resumes and reconstruction efforts gain momentum.

To help countries manage the crisis, the World Bank Group announced that it is making up to $60 billion available through existing financing instruments, including $25 billion in pre-arranged funding. The support is intended to strengthen social safety nets, boost fiscal capacity and provide liquidity for businesses and farms.

More than 30 countries are already working with the World Bank Group to enhance preparedness and enable rapid responses under the initiative. The institution said support could be expanded to between $80 billion and $100 billion over 15 months if the conflict and its economic consequences persist.

Despite remaining the world’s fastest-growing region, South Asia is also expected to experience a slowdown, with growth easing from 7 per cent in 2025 to 6.3 per cent in 2026. Sub-Saharan Africa is similarly expected to face mounting pressures from inflation and rising food costs linked to fertiliser shortages and higher prices.

“The conflict has taken a toll on global activity, but every crisis also brings an opportunity,” said Ayhan Kose, the World Bank Group’s Deputy Chief Economist and Director of the Prospects Group.

“This moment should be used to strengthen policy frameworks, invest in infrastructure, accelerate business-enabling reforms and mobilise private capital to support job creation at scale,” he said.

The report also highlighted persistent fiscal challenges facing commodity-exporting developing economies. “Nearly two-thirds of developing countries and almost 90 per cent of low-income countries depend heavily on commodity exports, making them particularly vulnerable to price volatility.”

While commodity booms can generate substantial revenue windfalls, the report noted that much of the additional income is often spent rather than saved.

The World Bank urged policymakers to strengthen fiscal frameworks through well-designed fiscal rules, sovereign wealth funds, improved domestic revenue mobilisation and greater economic diversification to better manage future shocks.

.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'); }); }); });