ADVERTISEMENT

Philippines weighs higher rice tariffs on Vietnam to shield local farmers

Published Jul 13, 2026 12:00 am  |  Updated Jul 11, 2026 04:32 pm
The Department of Agriculture (DA) is exploring the imposition of higher tariffs by at least 13 percentage points (ppt) on certain rice imports from four of its major suppliers, including Vietnam, as a safeguard measure to mitigate the impact of rising imports on the domestic rice industry.
Upon finding a causal link between increased rice imports and serious injury to the local rice sector, the DA’s Policy Research Service-Trade Remedies Office (PRS-TRO) has recommended the implementation of a tariff increase as the provisional safeguard duty against imported rice.
Based on its preliminary investigation report, the PRS-TRO said these tariffs will be in the form of a cash bond, applied only to rice classified under HS Code 1006.30, covering semi-milled or wholly milled rice.
It found that imports under this tariff line accounted for 16.82 million metric tons (MT) or around 82 percent of the total import volume of 20.54 million MT within the period of investigation beginning in 2020 and ending in August 2025.
In contrast, other varieties such as unmilled rice (HS 1006.10), husked or brown rice (HS 1006.20), and broken rice (HS 1006.40) only amounted to one percent, virtually zero percent, and 17 percent during the same period, respectively.
“The evidence demonstrates that the increase in imports causing serious injury or threat thereof, and the resulting price effects, are overwhelmingly attributable to HS Code 1006.30,” the report read.
The PRS-TRO said the tariff increase will only be limited to the principal sources of semi-milled or wholly milled rice, which include Vietnam, Thailand, Pakistan, and Myanmar.
The investigating body noted that Vietnam accounted for approximately 82 percent of the import volume during the period of investigation, followed by Thailand with eight percent, Myanmar with five percent, and Pakistan with four percent.
“The concentration of imports among a small number of major suppliers confirms that the rise in imports was not diffuse, but driven by identifiable exporting countries,” it said.
Based on the report, the country’s rice consumption increased from 9.61 million MT in 2020 to 11.87 million MT in 2024. During the same period, imported rice saw its market share expand from 22 percent to 37 percent, while the domestic industry’s share declined from 78 percent to 63 percent.
While the share of the domestic market slightly recovered to 69 percent during the first eight months of 2025, imports were found to be at a “historically elevated level.”
“This inverse movement between imports and domestic market share indicates that imports were increasingly taking a larger portion of domestic demand, resulting in a material loss of market position by domestic producers,” PRS-TRO said.
From 2020 to August 2025, the investigation showed that imported rice consistently entered the market at prices lower than locally produced rice, resulting in undercutting margins of between 14 percent and 35 percent.
Since imported rice is cheaper, these products naturally attract higher consumer demand, which places pressure on local producers. To remain competitive, the PRS-TRO said some producers refrain from increasing their prices even when production costs are rising.
This extends through the rice value chain, especially among millers and traders who have to adjust their purchasing decisions, including the prices they offer to farmers.
“Consequently, lower import prices are eventually passed on to the farm level, reducing farmgate prices and compressing farmers' margins,” it added.
In determining the specific amount of the safeguard duty, the PRS-TRO said it should be based on the average injury margin of the landed cost of imported rice and the domestic rice equivalent, which is around 13 percent.
“This average may serve as a conservative benchmark representing the minimum tariff adjustment necessary to neutralize the observed price disadvantage,” the report read.
This means the government is looking at increasing the current 15 percent tariff on imported rice by at least 13 ppt. If approved, the tariff level would be higher than the original 35 percent duty imposed on rice imports.
The PRS-TRO said in its report that the Tariff Commission (TC), through its formal investigation on the matter, would determine the specific safeguard duty if it finds the need to do so.
During last week’s preliminary conference, Pakistan questioned the government’s compliance with rules established by the World Trade Organization (WTO) in its planned imposition of a safeguard duty.
Pakistan trade and investment officer Fareeha Khan said the Philippines has failed to establish grounds for “unforeseen developments” when it comes to the increased entry of imported rice since this was driven largely by the government’s move to lower tariffs on foreign-source rice from 35 percent to 15 percent.
Under Article 19 of the General Agreement on Tariffs and Trade of 1994, WTO members like the Philippines may apply safeguard measures when a product is being imported in increased quantities to the point that it threatens to cause serious injury to the domestic industry, provided that it is the result of unforeseen developments.

Related Tags

Department of Agriculture (DA) Tariff Commission rice imports
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; } }

{{ static_articles_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.