ADVERTISEMENT

China, India chipping away at US fries in Philippines

US potato industry seeks zero tariffs on exports to Philippines

Published Nov 17, 2025 05:50 pm
Two prominent industry groups representing the United States’ (US) potato industry are urging the Trump administration to negotiate the removal of tariffs imposed by the Philippines on its exports of frozen potato fries, warning that its dominance could soon be upended by China and India.
In separate submissions to the Office of the United States Trade Representative (USTR) last month, seen by Manila Bulletin, Washington-based National Potato Council (NPC) and Seattle-based American Potato Trade Alliance (APTA) said the elimination of tariffs, which are currently set at 10 percent, is crucial for the continued growth of fry exports to the Philippines.
NPC is the leading voice of commercial potato growers in the US, while APTA is a trade group composed of potato processors, quick-service restaurants (QSRs), and potato growers.
The Philippines is the fifth-largest export market for American potatoes, valued at $120 million in 2024, based on data from NPC.
Of this, frozen potato fries are the largest export category, amounting to approximately $90 million last year, or 75 percent of total value.
APTA, however, noted that over the past seven years, imports of frozen fries from China and India have been steadily encroaching on the Philippine market, threatening the US’ dominant position.
It pointed out that China and Indias exports to the Philippines grew to $66 million and $51 million, respectively, last year—marking a dramatic increase from “negligible levels” recorded in 2018.
“This growth is alarming and highlights the challenges posed by higher Philippine tariffs on US [products] compared to our competitors,” said APTA.
While the exports of frozen potato fries from the US face a 10-percent tariff from the Philippines, shipments from China and India enjoy tariff-free access.
The US previously benefited from zero tariffs on its fry exports to the Philippines under a temporary arrangement with the World Trade Organization (WTO) in 2012, at a time when the Philippines was seeking concurrence in its quantitative restriction (QR) on rice imports.
During this period, US exports to the Philippines rose by 70 percent, to $90 million in 2019 from about $53 million in 2016.
Following the enactment of the Rice Tariffication Law (RTL) in 2019, the tariffs immediately returned to 10 percent, or the applicable most-favored-nation (MFN) rate.
“To prevent the loss of US sales and market share to China and India, it is critical that this tariff imbalance is addressed and the Philippines’ tariffs on US processed potato products are eliminated as soon as possible,” APTA said.
“The reinstatement of the zero tariff on frozen fries is critical to the long-term competitiveness of the US potato industry in this important market, and to the sustained growth of US frozen fry exports to the Philippines,” said NPC.
Both APTA and NPC told the USTR that it is critical that the Trump administration secure a deal with the Philippines for the “full elimination” of tariffs imposed on American fry exports.
Specifically, the groups are pushing for such a deal to be included in the ongoing negotiations for a reciprocal trade agreement between the two trade partners.
To recall, a trade agreement has yet to be finalized months after the US agreed to reduce the reciprocal tariffs it imposes on the Philippines to 19 percent, in exchange for concessions, including zero tariffs on certain products.
The Philippine government said the delay is partly due to its unwillingness to grant broader market access for critical agricultural industries such as rice, corn, sugar, and poultry.
“NPC asks the USTR to ensure that the finalized agreement with the Philippines includes the elimination of all Philippine tariffs on US potato products, especially frozen fries,” it said.
“Full elimination of the Philippines’ 10-percent tariff on US fries is an important priority for the US potato industry and critical to ensure US suppliers can compete on a level tariff playing field with China and other competitors,” it added.
NPC is also calling for tariff reductions on the exports of fresh potatoes to the Philippines, particularly the variety used to make chips and French fries, which were valued at $11.3 million last year.
Chipping potatoes under the minimum access volume (MAV) of 30,000 metric tons (MT) are subject to a three-percent tariff, but imports outside the MAV face a 40-percent tariff rate.
Sought for comment, Philippine Chamber of Agriculture and Food Inc. (PCAFI) President Danilo Fausto said any potential tariff exemption for the US should not be geared toward any specific agricultural product.
“Tariff for US products should be approached holistically, not for a single product alone, but in consideration of other products,” Fausto told Manila Bulletin on Monday, Nov. 17.
“Philippine products should have reciprocal arrangements with regard to other Philippine export products to the US,” he added.
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.