ADVERTISEMENT

More funding for irrigation to cut reliance on rice imports—DA

Published Aug 20, 2025 01:16 pm
Keith Bacongco | MB
Keith Bacongco | MB
The Department of Agriculture (DA) said the country’s irrigation system needs additional funding of up to ₱1 trillion to boost agricultural output and reduce reliance on the importation of key crops such as rice.
Agriculture Secretary Francisco Tiu Laurel made this statement during his presentation to the Senate Committee on Agriculture, Food, and Agrarian Reform chaired by Senator Francis Pangilinan.
Tiu Laurel told lawmakers that increasing investments in the agriculture sector is critical to reverse “decades of underinvestment that have left Filipino farmers behind and the country dependent on imports.”
He said one of the most important components of the sector are irrigation facilities, which are often outdated and have limited capacity.
“To irrigate over a million hectares of farmland, we need more than ₱1 trillion,” Tiu Laurel said.
“Without it, we enrich foreign farmers while our own continue to struggle,” he added.
In 2024, the country imported a record-high 4.78 million metric tons (MT) of rice, 32-percent higher than the 3.61 million MT recorded in 2023.
The government attributed the increase in imports to the need to fill the gap in domestic output, which failed to meet the strong demand due to the impact of severe weather conditions last year.
The country’s output of palay or unmilled rice stood at 19.09 million MT in the same year, lower than the record harvest of 20.06 million MT in the previous year.
Driven by favorable weather conditions, the DA has estimated that the country will surpass its earlier forecast of 20.46 million MT, making this year a potential record holder for palay harvest.
According to the Philippine Statistics Authority (PSA), palay production during the first six months of the year reached 9.08 million MT, up six percent from 8.53 million MT in the same period last year.
Nonetheless, the United States Department of Agriculture (USDA) still estimates that the Philippines will import 4.9 million MT this year.
The foreign agency previously reduced its forecast from an initial projection of 5.4 million MT due to the upcoming implementation of a 60-day rice import ban next month.
Apart from potentially cutting the country’s reliance on imports, Tiu Laurel noted that additional investment in irrigation would be a step forward in the government’s goal of achieving self-sufficiency and food security.
“Our goal is clear: import only what we need, and produce as much as we can,” he told the Senate panel.
Agriculture Assistant Secretary Arnel de Mesa said earlier this week that more funding for irrigation projects would enable the DA to build more water impounding projects to boost farmers’ productivity and enhance safeguards against potential agricultural damage from flooding.
In a related development, Tiu Laurel is pushing for the establishment of more rice processing systems in the country, which forms part of a wide-ranging measure to bring down utilization in rice milling.
Tiu Laurel said some rice millers are operating at near 100-percent capacity, which he noted “often signals monopolistic conditions.”
“Our target utilization rate is 80 to 85 percent. That’s where efficiency improves, costs go down, and all parties—millers, farmers, and consumers—benefit, provided other costs hold steady,” he said.
Once rice mill usage stabilizes within the target range, he said the Philippine Center for Postharvest Development and Mechanization (PhilMech) redirect investments toward production-side equipment such as tractors and seeders.
PhilMech is currently funding post-harvest infrastructure such as mills and dryers.
Tiu Laurel said this shift would support the National Food Authority (NFA), which has seen its milling and drying capacity decline since the Rice Tariffication Law (RTL) scaled back its operational role.
“By focusing on smart utilization rather than unchecked expansion, the DA aims to balance market supply, stabilize rice prices, and protect farmer incomes,” the official said.
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.