ADVERTISEMENT

Twilio digital patience study shows that Filipinos are among the most patient customers - but it also fades away

New research reveals that Filipinos are among the most patient customers, but their patience quickly fades without clear answers, data security, and warmth

Published Jan 15, 2026 12:34 pm

At A Glance

Nicholas Kontopoulos and Mark Anthony Munsayac
Nicholas Kontopoulos and Mark Anthony Munsayac

In a zoom media conference with Nicholas Kontopoulos - Vice President of Marketing for Asia Pacific and Japan (APJ) at Twilio and Mark Anthony Munsayac, Vice President for Customer Experience at Philippine Airlines, the Filipino’s digital patience was discussed. 

Twilio is a customer engagement platform that drives real-time, personalized experiences for today's leading brands and in their study “Decoding Digital Patience: Are Asia Pacific's Digital Users Losing Their Cool?” reveals that Filipino consumers have the second-highest digital patience in the Asia Pacific & Japan (APJ) region, behind only Indonesia.

Filipino consumers exhibit the highest “willing-to-wait” threshold, expecting their issues to be resolved in 27.3 minutes on average, compared to the APJ average of 24.4 minutes. However, they also experience the longest actual waiting times in the region at 31.9 minutes on average.

While Filipinos demonstrate a unique tolerance for delays, this endurance is conditional. Consumers locally want clarity, transparency, and security. While quick service and resolution remain important (41%), Filipino consumers, more than their APJ peers, place even greater emphasis on clear and easily understandable instructions (50%). They also expect data security (41%) and want automated interactions to mirror the warmth and friendliness (37%) they would expect from a real human interaction.

Art by Chino Andin / MB
Art by Chino Andin / MB

In the Philippines, human connections still win and this is something that Mark Anthony Munsayac champions as well at Philippine Airlines. 

Not all waiting times are treated equally

Across the Philippines, consumers show different levels of patience depending on the type of customer service interaction, with tolerance generally higher for issues seen as urgent or complex. Health-related concerns, for instance, tend to receive more understanding, as Filipinos recognize these situations often require additional care and time to resolve.

In contrast, patience drops sharply when routine, everyday interactions fall short of expectations. Frustration quickly rises in cases such as experiencing telecom service outages (69%) -you know it, we’ve all been there, receiving incorrect or damaged items (68%), disputing a charge or unauthorized transaction (68%), or dealing with delayed or missed retail deliveries (66%).

Filipinos are often regarded as inherently patient, yet repeated delays in simple, day-to-day interactions can rapidly turn that patience into dissatisfaction. When expectations are not met, many consumers choose to take action with: 43% looking for answers themselves, 35% switching to a different channel, and 26% leaving negative reviews.
Beyond speed: AI that’s secure, clear, and feels human

Filipino consumers are among the most experienced users of AI-powered customer service in the region, with 81% reporting interaction with these tools. While moderately satisfied with AI,

42% indicate that current AI implementations are testing their patience with frustration driven by scripted responses (46%), generic answers (44%), and unresolved issues (41%).

Consequently, the "human touch" remains a priority. Filipinos report a general preference in starting customer support with a human agent (43%) rather than an automated system (23%). For many, waiting a little longer for a capable human is seen as an investment in a guaranteed solution, rather than wasted time on a “fast” AI interaction that could lead to misunderstandings, rigid scripts, or the frustration of having to start over. At the same time, there is a growing openness to hybrid service models with clear escalation paths with 3 in 4 Filipino consumers expecting a smooth, seamless transfer to a human when needed.

Filipinos prefer being right, rather than being fast. 

Filipino patience is a trust signal and a chance for brands to exceed expectations

“Filipino consumers are patient because they start with a deep sense of trust, but this trust is a foundation that brands must either build upon or risk breaking,” said Kontopoulos.

“While brands have an initial head start, capturing long-term loyalty requires meeting Filipinos on their own terms: through clear communication, strong data safeguards, and seamless transitions. Just as important is recognizing high-stakes moments where a person-to-person connection is still expected. When a brand gets this right, they don’t just satisfy a customer. They build credibility that makes it very difficult for competitors to lure them away.”

Filipino consumers’ unique patience profile offers brands a window of opportunity to get the customer experience right. And as this patience gets tested in the AI era, brands should focus on four levers when designing AI interactions: clarity about AI’s role, choice to reach a human where possible, continuity across channels and agents, and care through empathetic, conversational experiences. When done right, these elements help extend digital patience and turn it into a competitive advantage.

The digital age may have brought us faster and instant interactions but Twilio’s study just shows that authentic personalization still goes a long way. 

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.