ADVERTISEMENT

Is the Philippine BPO becoming a sunset industry?

Published Jul 7, 2026 12:05 am  |  Updated Jul 6, 2026 05:47 pm
TECH4GOOD
It is not unusual to hear analysts say that because of AI and factors such as US policy pressures and rising wages, our country’s BPO sector is slowly entering decline.
The sunset narrative is misleading. The industry is facing its greatest transformation yet. Artificial Intelligence is changing customer service faster than anyone expected. Routine tasks—from answering simple queries to processing transactions—are increasingly automated. Yet, current industry data shows that the sector is actively evolving toward higher value, AI enabled services. In fact, IBPAP projects continued growth—nearly 1.97 million jobs and $42 billion in revenues by 2026—showing resilience rather than decline. (Note: IBPAP is currently recalibrating its targets and is expected to announce revised figures soon.)
The real outlook could be very different. The sector now targets significantly greater AI integration over the next two years. We are also seeing resilience in the automation of services such as healthcare, finance, and creative services, ensuring sustained demand for our talents.
Few industries have reshaped the Philippines as profoundly as the BPO sector. What began as a handful of call centers two decades ago has grown into a $40 billion powerhouse employing millions, spreading opportunities far beyond Metro Manila, and cementing the country’s place as a global leader in customer experience and knowledge services.
This industry has been very transformative. Behind the revenue numbers are real people—families lifted out of poverty, young professionals building careers, and communities in the countryside experiencing higher levels of economic activity once unimaginable.
For many Filipinos, working in the industry has been more than a job—it has provided them with dignity, global exposure, and upward mobility. Workers have used their earnings to send siblings to school, support parents, and buy their first homes. It has empowered a generation to see themselves not just as employees, but as professionals competing on a global stage.
One of the most remarkable achievements of the BPO sector has been its expansion beyond Metro Manila. Provincial cities from Cebu to Davao, Iloilo to Bacolod, have become thriving hubs of outsourcing. This decentralization has created new economic lifelines for communities, reducing migration pressures and spreading prosperity to areas once left behind.
The industry’s contribution to the national economy is undeniable, making it an important economic pillar. It generates billions in export revenues, rivaling remittances from overseas Filipino workers. It has diversified the country’s economic base, reducing the Philippines' dependence on traditional sectors.
An exciting development in recent years has been the emergence of Filipino founded BPO companies. Many of these entrepreneurs are former employees of global outsourcing firms who took their experience, networks, and insights to build homegrown enterprises. These firms are not only competing internationally but also carving niches in specialized services—from creative design to healthcare support and fintech solutions.
This is creating a new pathway for Filipino professionals: from employee to founder, from agent to innovator. By nurturing local firms, the industry is diversifying ownership, strengthening resilience, and inspiring a new generation of professionals to see themselves as company builders, not just contributors. Recently, IBPAP, the country’s BPO umbrella organization, established its SME Council to better support these emerging players.
For the Philippines, AI is not the end of BPO—it is the next chapter. The challenge is to harness technology as an enabler, not a replacement. By embedding AI into workflows, companies can become more competitive by delivering faster, smarter, and more personalized services while empowering Filipino professionals to move up the value chain.
Remaining a global leader in this AI era will require bold strategies. Among them, upskilling is a definite priority. Five years ago, upskilling was about career growth; today, it is about survival. Continuous learning in data analytics, AI management, and specialized domains must become the norm. Workers need pathways to acquire new skills while earning, ensuring no one is left behind. Companies must embed upskilling into the work experience, integrate AI responsibly, and create career ladders that reward adaptability.
Government will have to intensify its role as an enabler. Public policy must invest in digital infrastructure, expand broadband access, ensure a secure digital environment, and make lifelong learning accessible.
On the other hand, schools and universities must evolve their curricula to produce graduates who combine technical expertise with critical thinking, empathy, and adaptability. Partnerships with industry can ensure relevance and readiness. We now have industry-developed skills frameworks that define the competencies needed in the workplace, thus preventing guesswork.
Ultimately, what the Philippines has that no technology can ever replace is the human touch—our empathy, resilience, and ability to connect. Machines can process data, but they cannot replicate the warmth, creativity, and care that Filipinos bring to every interaction. This is the country’s timeless competitive edge.
Yes, AI is disrupting traditional work, but the Philippine BPO sector is adapting—moving up the value chain and embracing AI. With nearly two million jobs and billions in revenues at stake, the industry’s trajectory is one of transformation, not decline.
The author is an Executive Member of the National Innovation Council and Lead Convener of the Alliance for Technology Innovators for the Nation (ATIN). [email protected]
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.