ADVERTISEMENT

Philippine manufacturing contracts in September amid bad weather, tariffs

PMI falls to six-month low

Published Oct 1, 2025 01:27 pm
Amid rainy weather, higher tariffs, and an import ban, the Philippine manufacturing sector slipped back into contraction in September as its purchasing managers’ index (PMI) fell to 49.9, the lowest in six months and only the third decline in more than four years.
S&P Global Market Intelligence’s Philippines manufacturing PMI for September 2025, released on Wednesday, Oct. 1, marked the second straight monthly drop after 50.8 in August and was weaker than the 53.7 recorded in September 2024. A score below 50 signals contraction, while above 50 indicates expansion.
The report noted that the drop in September was the second-steepest recorded since the beginning of the year; the previous decline was a deeper 49.4 last March.
“Firms responded with a marginal increase in selling prices. Anecdotal evidence signaled that rising material prices were the primary factor behind heightened costs and increased charges,” it added.
While the contraction represents a slight weakening of the manufacturing sector, S&P Global emphasized that “this was only the third time in just over four years where the headline index has been in contraction territory.”
The survey showed that sales declined for the first time since March, with businesses citing fewer customers. “Reduced sales volumes led Filipino manufacturers to scale back production at the end of the third quarter, which ended a three-month sequence of expansion,” the report said. “As demand weakness, panelists indicated that poor weather conditions and import restrictions on rice had negatively impacted output.”
Despite slower demand, manufacturers continued to increase input purchases, helping build stocks of raw materials. Foreign orders continued to improve, but the downturn was largely concentrated in the domestic market. Post-production inventories declined due to lower output and efforts to reduce backlogs, which dropped for the first time since April.
The report showed that the cost burden eased slightly from August, though the pace of increase remained among the highest recorded in 2025, compared with a muted rise in factory-gate prices.
S&P Global said slower operations were partly due to a renewed, albeit marginal, drop in new order intakes in September.
“Greater buying activity helped to bolster stocks of purchased goods,” the report added.
Data indicated a subdued job market in September. However, S&P Global highlighted that firms remained optimistic about the production outlook. “Although easing slightly from August, the level of business confidence was the second highest since last November,” it said. Firms expected sales to improve over the next 12 months, which supported continued purchasing of inputs.
The Philippines PMI survey data showed the manufacturing sector moving into negative territory at the end of the third quarter, which, despite indicating only a fractional decline, has been highly unusual in the sector’s post-pandemic history,” said S&P Global senior economist David Owen.
“New orders and output decreased slightly, as firms mentioned a fall in client numbers and a modest drop in production from the suspension of rice imports,” Owen said.
However, with overall sentiment in the year-ahead remaining upbeat in September, and purchasing quantities increasing, manufacturers appear hopeful that the dip in sector performance is temporary,” he said.
Michael Ricafort, chief economist at Rizal Commercial Banking Corp. (RCBC), told Manila Bulletin that the slowdown was mainly due to weather disturbances, including storms and flooding that shortened workdays for certain local manufacturers, alongside the ghost month, which curtailed business activity for most of the month.
“Also partly due to [United States (US) President Donald] Trump’s higher tariffs that could reduce demand for exports from other countries, trade wars, and other protectionist measures that led to some wait-and-see attitude for some exports from the country and also exports in the global supply chains in terms of more cautious stance on their production and capacity,” Ricafort added.
The latest Philippine Statistics Authority (PSA) data showed that merchandise exports grew at their slowest pace so far this year in August, as US tariffs took effect that month and exporters’ front-loading of outbound shipments ended.
The cost of manufacturing inputs in the country also rose to a five-month high in August, ending three consecutive months of decline, separate PSA data released last Tuesday, Sept. 30, showed.
(Ricardo M. Austria)

Related Tags

purchasing managers\' index (PMI) S&P Global Market Intelligence
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.