ADVERTISEMENT

US flags corruption anew as barrier to trade with Philippines

Published Apr 1, 2026 11:18 am  |  Updated Apr 1, 2026 01:38 pm

The United States (US) has once again flagged corruption as a major barrier to trade and investment with the Philippines, as recent efforts to clean up regulatory and judicial processes have failed to yield positive results.

In this year’s National Trade Estimate (NTE) report, the Office of the US Trade Representative (USTR) said corruption continues to be a “pervasive and longstanding problem” in doing business in the Philippines. The report was released on Tuesday, March 31.

This year, unlike last year’s NTE report, the USTR specifies that corruption remains a persistent challenge in both the private and public sectors.

“National and local government agencies, for example the Bureau of Customs (BOC), are beset with various corruption issues, including allegations of overt bribery,” it said.

The USTR said attempts by the BOC to address customs and corruption concerns continue to fall short, as reports of corruption and irregularities in customs processing remain widespread.

In particular, US businesses are complaining about incidents of undue and costly delays, irregularities in the valuation process, exhaustive inspection and testing of some products, and inconsistent assessment of fees.

The USTR also called out the “lack of transparency in judicial and regulatory processes,” which ultimately undermines efforts to address corruption.

The agency is urging the Philippine government to deal with corruption once and for all, warning that it may impact trade and investment flows between the two longtime allies.

“If left unchecked, bribery and corruption can negate market access gained through trade negotiations, frustrate broader reforms and economic stabilization programs, and undermine the foundations of the international trading system,” the USTR said.

Despite the Philippines’ efforts to strengthen its intellectual property (IP) protection and enforcement, the USTR said the US remains dissatisfied with “inconsistent enforcement activities.”

“Stakeholders report issues with online piracy and sales of counterfeit goods, including apparel, shoes, watches, jewelry, perfume, and electronics,” it said.

Issues involving counterfeiting and piracy led to the continued inclusion of Greenhills Shopping Center in the 2025 Review of Notorious Markets for Counterfeiting and Piracy, or the USTR’s Notorious Markets List, released last month.

The government’s efforts to combat issues involving IP rights are weakened by the slow prosecution and conviction of cases, the USTR said.

Further, the USTR said that the US has concerns about the Philippines’ laws regarding the protection of internationally recognized labor rights, as well as the enforcement of labor laws.

The USTR noted that the Philippines currently does not have a ban on the importation of goods produced with forced or compulsory labor, which earlier prompted the agency to investigate the country along with 59 other economies.

Meanwhile, the agency also raised its objections to the country’s persistent problem with wildlife trafficking, which undercuts regulated trade in wildlife products and may lead to the contamination of global supply chains that would ultimately reach US consumers.

Without sufficient measures in place, the USTR said these market-distorting practices may weaken the trading relationship between the US and the Philippines.

“The Philippines has not entered into an Agreement on Reciprocal Trade with the US that includes commitments to address these distortions,” it said.

Philippine imports to the US, minus some exemptions, are subject to a 10-percent global tariff. This is lower than the 19-percent tariff imposed on such goods during the second half of last year.

Unlike countries that have negotiated tariff deals with the US, the Philippines remains at the whim of US President Donald Trump and his ever-unpredictable global trade agenda.

With the 2025 NTE report essentially shaping Trump’s tariff scheme last year, the USTR said the new 2026 report is no different, as it seeks to outline the US’ aim to rectify what it considers unfair trade practices of its trading partners.

“The Trump administration will continue to build on the momentum from the past year to address the unfair trade practices detailed in this report and advance the best interests of American workers and their families,” said USTR Ambassador Jamieson Greer.

The NTE report by the USTR is submitted before Trump and the US Congress.

Related Tags

corruption Office of the United States Trade Representative (USTR) trade barriers Donald Trump
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.