ADVERTISEMENT

A new dawn in the Philippine political landscape

Published May 20, 2025 12:05 am  |  Updated May 19, 2025 05:54 pm
TECH4GOOD
The dust has barely settled from the 2025 midterm elections, yet the political landscape already feels dramatically altered. In a stunning twist, voters defied expectations,leaving analysts, candidates, and even the electorate itself stunned.
What happened? What was expected to be a routine midterm contest instead erupted into a dramatic display of voter power and unpredictability, with an almost record-breaking turnout, a tidal wave of Gen Z and Millennial participation, and results that defied nearly every pre-election survey. The outcome disrupted traditional power structures, demonstrating that change was not only possible but also inevitable. The nation now finds itself at a crossroads, reminded once again that in Philippine politics, the only constant is surprise.
Most pre-election surveys painted a picture of dominance by administration-backed candidates, but the actual vote count told a different story. The influence of the Iglesia ni Cristo endorsements once again proved to be a significant factor in the results, and the looming impeachment trial of Vice President Sara Duterte further complicated the stakes.
One of the most defining aspects of the 2025 elections was the unprecedented voter turnout. Almost 82 percent of the nearly 69 million registered voters showed up at the polling stations. One of the most defining aspects of the 2025 elections was the unprecedented voter turnout. Analysts, including the newly minted ones, attribute this surge to heightened political awareness, aggressive voter education campaigns, and the public’s desire to influence the country’s direction amid concerns about economic and governance issues.
Higher voter turnout often leads to unpredictable results, as it brings in voices that may not have been accounted for in traditional polling methods. This election was no exception—many candidates who were projected to win comfortably found themselves struggling, while others who were considered underdogs secured surprising victories.
Social media has undoubtedly made the recent election a very interesting one, highlighting both legitimate campaigns and misinformation. Online discourse played a significant role in shaping voter sentiment, often contradicting traditional polling data.
A major factor in the election’s unexpected results was the high turnout of Gen Z and Millennial voters. These younger demographics, many of whom were voting for the first or second time, played a decisive role in shaping the national and local races. Unlike older generations, younger voters tend to be more engaged on social media, more critical of traditional political structures, and more inclined to support candidates based on issues rather than personalities. Their participation contributed to the unexpected decent performance of progressive candidates, some of whom had been trailing in pre-election surveys but gained momentum through grassroots campaigns and digital mobilization efforts.
Pre-election surveys had predicted mainly a strong showing for administration-backed candidates. However, the results showed that the votes brought in by young voters completely changed the outcome. Their choices were evident in most school-based surveys, which the major polling firms may have overlooked. The election results may serve as a wake-up call for political analysts, demonstrating that traditional polling methods may no longer be as reliable in an era of digital engagement and evolving voter behavior.
The Iglesia ni Cristo, known for its bloc voting practice, once again played a pivotal role in the elections. The religious group’s endorsements significantly boosted the chances of certain candidates, especially those allied to the Dutertes, particularly in the Senate race. Historically, INC endorsements have been a game-changer. This election was no different—several candidates who were previously struggling in surveys saw a surge in votes after receiving the backing of the religious group.
As mentioned in my column last week, perhaps the most politically charged consequence of the election results is their impact on the upcoming impeachment trial of Vice President Sara Duterte. The Senate will serve as the impeachment court, and the newly elected senators will play a crucial role in determining her fate. The election results have reshaped the balance of power in ways that could influence the trial’s outcome.
The political power of the Dutertes remains significant, as evidenced by the Visayan votes and the fact that their allies have surprisingly secured spots in the Senate. Traditional opposition forces also made significant gains, making the impeachment trial highly unpredictable. The two-thirds majority required for conviction means that every senator’s vote will be critical. The election results suggest that the trial will be closely contested, with both sides aggressively lobbying for support. I expect some shift in allegiance to happen during the impeachment.
As the Philippines navigates these shifts, one lesson is clear: in an era of digital activism and fragmented loyalties, predicting electoral outcomes has become more difficult. The previous apathy of the young voters is beginning to turn into a critical force, and their message is one of demand for transparency, accountability, and a break from the past.
(The author is an executive member of the National Innovation Council, lead convener of the Alliance for Technology Innovators for the Nation (ATIN), vice president of the Analytics and AI Association of the Philippines, and vice president of UP System Information Technology Foundation. Email: [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; } }

{{ 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.