ADVERTISEMENT

World Bank sees 2025-2026 Philippine growth falling to post-pandemic lows

Published Apr 25, 2025 12:02 am

World Bank trade.png

Amid a looming global trade war, the World Bank slashed its 2025 and 2026 growth forecasts for the Philippines to levels that would bring two-year economic expansion to their slowest pace post-pandemic.

According to the Washington-based multilateral lender’s East Asia and Pacific Economic Update report for April 2025, published on April 24, the Philippines' gross domestic product (GDP) is seen expanding by only 5.3 percent this year, before inching up to 5.4 percent next year.

If the World Bank's latest projections for the Philippines materialize, they would be the lowest growth rates since 2021, when the economy recovered after gradually reopening from the most stringent Covid-19 lockdowns that dragged the country to its worst post-war recession in 2020.

These would also fall below the government's more ambitious six- to eight-percent annual economic growth target for the next two years. National Socioeconomic Planner Arsenio Balisacan had previously conceded that the upper end of the goal “may be unrealistic” even as this target remains, considering global trade dynamics.

Back in October 2024, the World Bank was more optimistic, projecting Philippine GDP growth at six percent for 2025 and 6.1 percent for 2026.

As global trade tensions intensified after United States (US) President Donald Trump announced sweeping tariffs imposed on America's trading partners during his so-called "Liberation Day" last April 2, the World Bank had postponed the launch of its latest East Asia and Pacific Economic Update, which was originally scheduled for release on April 9.

Across the region, “rising global uncertainty, especially regarding trade policy, is affecting business and consumer confidence, reducing investment and consumption,” the report said.

Given these, the World Bank has forecast the region, excluding China, to grow by 4.2 percent. It said this would be due to “increased global economic policy uncertainty, increased trade restrictions and weaker external demand.”

“New trade restrictions, including tariffs, are expected to hurt exports. And slower global growth is likely to further reduce external demand,” it added.

Meanwhile, the report said that the Philippines’ “private consumption is expected to contribute to growth due to easing inflation and monetary policy.” In 2024, inflation averaged 3.2 percent, falling within the upper half of the government’s target band of two to four percent.

In the first quarter of 2025, average inflation rate stood at 2.2 percent, comfortably within the targeted range of manageable annual price increases conducive to economic growth.

On April 10, the Bangko Sentral ng Pilipinas (BSP) reduced the key interest rate by 25 basis points (bps) to 5.5 percent, which was widely anticipated by the market.

BSP Governor Eli M. Remolona Jr. earlier cited lingering global headwinds, including US tariffs, as a drag to Philippine growth. Thus, the resumption of rate cuts is aimed at bolstering local economic expansion.

Room for cuts

Overall, Krishna Srinivasan, director at the International Monetary Fund’s (IMF) Asia and Pacific department, said Asian economies have room to further ease monetary policy.

“If you look at a policy mix, I would say that countries in Asia are better placed to engage more in monetary easing than fiscal easing,” Srinivasan said during the IMF’s regional press briefing on Thursday night, April 24 (Philippine time).

While he believes the region has space, “how central banks use that space will be data dependent.”

“They have to think in terms of uncertainty and volatility. But given where they are with inflation, many countries in the region—including the Philippines—have monetary policy space. I would say less so on the fiscal side,” the IMF regional director said.

Srinivasan noted that the IMF lowered its growth forecast for the Philippines to 5.5 percent this year and 5.8 percent next year, reflecting a total downgrade of around 1.1 percentage points (ppts).

This adjustment takes into account the impact of “significant external shocks.” The country’s “exposure to the US is not [very] significant, but it’s not that low either—it is about 17 percent. So, there is still significant external exposure,” Srinivasan stressed.

“But the fact that we have revised it by 1.1 ppts cumulatively over two years reflects largely the trade impact and the heightened uncertainty,” he added.

In response to emailed questions from Manila Bulletin, an IMF spokesperson similarly noted that "the direct impact of US trade policy measures on the Philippines is expected to be limited due to its relatively low direct exposure to the US through goods trade."

"However, the looming trade tensions could weigh on economic activities in the Philippines, through indirect channels, including lower growth in the Philippines’ main trading partners, impact of higher global economic uncertainty and financial tightening," the IMF spokesperson said.

Related Tags

World Bank Donald Trump gross domestic product (GDP) trade war
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.