ADVERTISEMENT

Over 662,000 ordinance violators nabbed, more illegal drugs seized in Metro Manila

Published Mar 8, 2025 02:13 am

aberin1.png

More than 662,000 local ordinance violators were apprehended while the confiscated illegal drugs went up by more than double at P267 million after the National Capital Region Police Office (NCRPO) overhauled the anti-crime approach in Metro Manila in November last year.

NCRPO director Brig. Gen. Anthony A. Aberin said the 662,150 ordinance violators arrested from Nov. 23, 2024 to March 2 this year also translated to a total of ₱180,887,273.00 earnings of local government units (LGUs) in Metro Manila for fines collected.

The strict enforcement of the local ordinances in the same period, according to Aberin, is reinforced by other aggressive big-time operations relating to illegal drugs which resulted in the arrest of 4,028 drug personalities and confiscation of ₱267,639,096.80 worth of illegal drugs.

“This is part of my commitment to public safety, crime prevention, and peacekeeping across Metro Manila,” said Aberin as he reported his accomplishments for his first 100 days as NCRPO director.

He said the number of arrested illegal drug personalities rose by 20.13 percent while the confiscated drugs increased to a whopping 121 percent—with less bloody outcome as instructed by President Marcos.

The ordinance's enforcement and illegal drugs operations, according to Aberin, was also supported with the intensified campaign against wanted persons.

He said a total of 3,721 wanted persons were collared from Nov. 23, 2024 to March 2 this year— 1,752 of them were arrested in the conduct of manhunt while 1,969 others in the conduct of Oplan Warrant operations.

Three-pronged 

After assuming the top NCRPO post last year, Aberin implemented a three-pronged approach under his Triple A policing— improving police capability, strengthening proactive crime-fighting measures, and fostering strong community partnerships to ensure a safer and more secure environment for all.

Part of community partnership, he said, is the collaboration with local government units, the private sector, and communities through dialogues, outreach programs, and crime prevention initiatives.

One of the crime prevention highlights during the dialogues with the LGUs and other stakeholders, according to Aberin, is the emphasis on the Broken Windows theory as he emphasized the need to strictly implement local ordinances. 

The “Broken Windows” theory means that more serious crimes like robbery, murder and other violent actions start from simple misdemeanors and non-violent breaking of rules and regulations—and thus, must be acted upon in the soonest possible time. 

It stemmed from an analogy that small cracks in the windows could lead to a bigger problem in the entire house or building if not attended to.

“The intensified campaign against crime led to higher numbers of operations, arrests, and confiscations, particularly in illegal drugs, illegal gambling, loose firearms, and strict enforcement of local ordinances,” said Aberin. 

The gains 

In the campaign against illegal gambling, a total of 3,126 operations were conducted and Aberin said this resulted in the arrest of 7,695 individuals and confiscation of P1.9 million bets and gambling paraphernalia from Nov. 23, 2-24 to March 2, this year. 

These, he said, reflected a 30.421 percent increase in the arrests made and 29.63 percent increase in confiscation of bets and gambling paraphernalia compared to the Nov. 23 2023 to march 2, 2024 data. 

On the other hand, he said a total of 815 illegal firearms were confiscated while a total of 796 persons were collared.

The NCRPO also recorded a 17.04 percent decrease in 8 Focus Crimes from November 23, 2024, to March 2, 2025, compared to the same period last year. 

Crime incidents dropped from 1,837 to 1,524, reflecting 313 fewer cases. 

Crime Clearance Efficiency stands at 98.82 percent, while Crime Solution Efficiency rose to 72.24 percent, a 3.44 percent increase from the previous year.

"The collective effort and strong partnership of the government and the community result in a safer, peaceful and more secure environment in Metro Manila,” said Aberin.

 

Related Tags

METRO MANILA NCRPO crime prevention
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.