ADVERTISEMENT

Comelec chief: 2025 elections more peaceful than previous polls

Published May 12, 2025 10:09 pm

At A Glance

  • Commission on Elections (Comelec) Chairman George Erwin Garcia says the May 12, 2025 mid-term polls has been the most peaceful so far in terms of figures on election-related violence.
  • The elections were marked by fewer incidents of violence and technical issues compared to previous years, with only 311 ACMs replaced (down from 2,500 in 2022), 44 cases of election-related violence reported, and over 81% of local election returns already transmitted.

Commission on Elections (Comelec) Chairman George Erwin Garcia says the May 12, 2025 mid-term polls has been the most peaceful so far in terms of figures on election-related violence.
This was in the context of the 128 incidents of election-related violence tallied in 2019 and more or less 120 in 2022. As of the press conference on Monday, May 12, Garcia said that they have recorded 44 incidents of election-related violence.
"It still is the lowest in the three elections that we had," Garcia said.
"So what we are saying is, if that is the basis, then perhaps the election is peaceful," he added.
Garcia also stated that when it comes to the declaration under red category, there are currently 34 areas declared under it. Compared to 2019 amd 2022, this year's polls appear to have the lowest in this category.
"But however, we would like to be honest and frank. Regardless as to whether it is lower or even greater or even of the same number of election-related violence, but still there are violence," he stated.
"And therefore, an election marred by violence is to us not acceptable as a conduct of election. There's still a lot of things to be done, a lot of learning matters to be enhanced, simply because an election is never perfect," he added.
Fewer ACMs replaced
Throughout the day, Garcia said they had to replace a total of 311 Automated Counting Machines (ACMs). The poll body has 16,000 contingency machines on standby.
The issues, according to Garcia, were the ACM itself, the ACM cover, ACM scanner, ACM screen, ballots, manual audit, operational concern, procedural, smart card, thermal cutter, thermal paper, thermal printer, and USB device.
"Compared to the 2022 elections, during the first few hours of voting already 2,500 machines were replaced but here, in all fairness, only 311 were replaced," he said.
Garcia also stated that they never encountered any problems in the final testing and sealing (FTS) of the machines for the May 2025 polls. But in 2022, the poll chief said that a total of 2,000 machines had problems.
"Kung 311, ikumpara sa ating 2,500 naman nung mismong araw ng election nung 2022, di hamak na maliit naman po yan (If it's 311, compared to our 2,500 on the actual election day in 2022, that’s significantly smaller)," he said.
"Again, hindi sila nagkaproblemang nasira. Kung hindi, ang ginawa ng Comelec yung binigay nating instruction kanina, wala na tayong pakialam whether one time, two times na nga-reject yan ng machine. Basta tanggalin na yan, palitan na ng bago (Again, the machines themselves didn’t break down. What the Comelec did was follow the instruction we gave earlier — we no longer care whether the machine rejected the ballot once or twice. Just remove it and replace it with a new one)," he said.
ERs received
Hours after voting, based on the Comelec's website, a total of 76,160 or 81.55 percent of local Election Returns (ERs) have been received by its server out of 93,387 poll returns expected to be received.
On the other hand, 118 ERs or 48.76 percent have been received out of 242 poll returns expected.
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.