ADVERTISEMENT

US firms raise alarm over Philippine data localization plan

Published Nov 18, 2025 05:35 pm
(Unsplash)
(Unsplash)
The Philippine government’s efforts to implement a data localization policy for national security purposes could backfire and ultimately hurt the economy, with billions of United States (US) dollars in potential investments at risk, according to an influential American business lobby group.
Data localization refers to the mandatory storing and processing of data within the country where it originated, especially those involving highly sensitive information.
In an Oct. 30 position paper submitted to the Office of the US Trade Representative (USTR), seen by Manila Bulletin, the United States Council for International Business (USCIB) flagged ongoing developments in support of such a policy in the Philippines.
USCIB, whose members include multinational companies, law firms, and sectoral business associations, stated that there is “increased pressure” within the Philippine government to pursue data localization.
The industry group cited the appointment of Henry Aguda as Secretary of the Department of Information and Communications Technology (DICT), as well as increased investments in data centers, for intensifying the push for the policy.
USCIB said recent legislative developments have further exerted pressure for the realization of the measure, particularly with the signing of Republic Act (RA) No. 12234, otherwise known as Konektadong Pinoy (KP) Act.
A provision in the new law empowered the DICT to “formulate policies to safeguard local data, when necessary to advance national security and public interest, with primacy given to cross-border data flows as a key enabler of the global economy.”
Without providing additional details, USCIB noted that certain “proponents” succeeded in inserting this provision at the “last minute.”
The American industry group claimed that the DICT is using this provision as the basis for its draft executive order (EO), which outlines the “policy guidelines on data residency and data classification for government agencies.”
Under this EO, data localization would be required in multiple sectors, while also supposedly excluding US cloud service providers (CSPs) from three of the four tiers of public sector data.
The group said two other draft measures, reportedly linked with the Private Sector Advisory Council (PSAC), further limit what US CSPs could provide to local private and public sector clients through the imposition of new compliance requirements.
USCIB said these policies, if implemented, could deter investment, reduce productivity, and undermine the export competitiveness of the Philippines.
Citing studies, the group estimated that a restrictive data policy could reduce the country’s gross domestic product (GDP) by up to 1.7 percent, “equating to billions of dollars in lost growth.”
“Recent regulatory developments... have suggested that there is significant momentum building for formal data localization requirements in the Philippines,” USCIB said.
“Any changes mandating that foreign companies store data physically within the Philippines, which we understand is under discussion, pose a significant threat to the country’s economic competitiveness, risk derailing the Philippine government digital transformation agenda, and could significantly diminish the country’s position as a regional leader in the digital landscape,” it added.
Based on the draft policies USCIB has seen, the primary beneficiaries of data localization would be local conglomerates and telco companies, as well as Chinese CSPs.
While it did not provide a basis for the claim, USCIB took note of the ongoing expansion of cloud services by Chinese companies Huawei and AliCloud in the country.
The group added that US CSPs, despite being active investors, continue to face constraints that limit their expansion plans. These restrictions cover both government procurement and ownership concerns.
USCIB told the USTR that its opposition to data localization is supported by influential business groups and foreign chambers based in the Philippines.
In February this year, members of Joint Foreign Chambers of the Philippines (JFC), along with EU-ASEAN Business Council (EU-ABC), US-ASEAN Business Council (USABC), and IT and Business Process Association of the Philippines (IBPAP), wrote to then-leaders of Congress to oppose the inclusion of data localization in KP Act while it was still a legislative bill.
The groups said the policy would increase barriers to innovation and investment since it would mandate significant compliance costs on businesses.
They also said this would negatively impact the country’s business process outsourcing (BPO) industry, which ranks among the country’s top economic drivers.
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.