ADVERTISEMENT

Six economic sabotage cases filed over ₱146M in smuggled cigarettes as government escalates war vs. illicit tobacco trade

Published Feb 10, 2026 02:52 pm
Philippine National Police Chief Gen. Jose Melencio Nartatez, Jr. (3rd from right), Department of Interior and Local Government Secretary Jonvic Remulla (3rd from left) and Customs Commissioner Ariel Nepumuceno (2nd from left) hold a press briefing on illicit cigarettes.(Photo from the PNP's Facebook page)
Philippine National Police Chief Gen. Jose Melencio Nartatez, Jr. (3rd from right), Department of Interior and Local Government Secretary Jonvic Remulla (3rd from left) and Customs Commissioner Ariel Nepumuceno (2nd from left) hold a press briefing on illicit cigarettes.(Photo from the PNP's Facebook page)
Authorities are intensifying their crackdown on tobacco smuggling as prosecutors move forward with multiple cases under the Anti-Agricultural Economic Sabotage Law (RA 12022), signaling a tougher national stance against illicit cigarette operations that officials say are costing the government billions in lost revenue and undermining legitimate industries.
Government records show nine active agricultural economic sabotage cases nationwide, six of which involve large-scale smuggling of tobacco products.
These six cases alone account for at least ₱146.45 million worth of seized illicit cigarettes based on valuations issued by the National Tobacco Administration (NTA), with total figures expected to rise once inventory valuation is completed for another major seizure in Bulacan late last year.
The tobacco-related cases have so far led to the detention of 26 respondents accused of violating Section 7 of RA 12022, which covers large-scale economic sabotage offenses involving agricultural commodities.
Authorities note that many apprehensions were conducted in Philippine waters while other operations uncovered stockpiles hidden in warehouses and private properties.
One operation in Basilan waters in July 2025 intercepted smugglers transporting hundreds of master cases of cigarettes valued at over ₱14.5 million.
A separate maritime operation in Palawan two months later yielded smuggled cigarettes worth ₱24.57 million. Additional enforcement operations followed in Negros Occidental and Davao City in October, seizing contraband valued at ₱13.3 million and ₱30.1 million, respectively.
The largest single maritime seizure among the active cases occurred in Zamboanga City in November, where authorities confiscated illicit cigarettes valued at nearly ₱64 million. Another significant operation in Bulacan resulted in the confiscation of mixed cigarette brands from a warehouse, with valuation still pending.
Recent enforcement actions have also included the shutdown of a large illegal cigarette manufacturing facility in Pampanga, where authorities raided what officials described as an industrial-scale operation capable of producing millions of pesos worth of cigarettes daily. Law enforcement agencies also reported rescuing Filipino workers allegedly subjected to inhumane working conditions inside the compound while arresting foreign nationals suspected of running the operation. The discovery prompted officials to warn that additional illegal factories may still be operating across the country.
Senator Win Gatchalian recently called for a Senate investigation into tobacco smuggling networks, citing concerns over the scale of operations and the possible involvement of corrupt insiders who may be facilitating smuggling activities.
“The illicit trade of tobacco products does not only result in lost revenue from unpaid taxes. More importantly, it undermines the rule of law, jeopardizes public health, and enriches criminal networks,” Gatchalian said.
Marikina City 2nd District Representative Miro Quimbo, who chairs the House Committee on Ways and Means, is likewise seeking a House probe into tobacco smuggling, citing alarming figures from recent operations.
Quimbo pointed to the interception of 32 trucks on January 1 carrying allegedly smuggled cigarettes valued at approximately ₱2.6 billion.
“Kung hindi napipigilan ang malakihang smuggling, bumabagsak ang presyo ng sigarilyo (Cigarette prices fall due to unimpeded big-time smuggling). And the stark price gap between legal and smuggled cigarettes waters down the effect of sin taxes and other health reforms we have so far achieved," Quimbo said.
Meanwhile, Philippine National Police (PNP) chief Gen. Jose Melencio Nartatez Jr. said he has ordered an intensified crackdown on strategic transit and storage hubs used for the illegal tobacco trade.
Nartatez said the police crackdown targets organized groups profiting from smuggling, rather than ordinary communities, in line with directives from President Ferdinand R. Marcos Jr. and Interior Secretary Jonvic Remulla.
Vowing to go after runners, warehouse operators and masterminds, Nartatez said the PNP should counter every aggressive move by smugglers because the activity involves billions of pesos in lost tax revenue.

Related Tags

NATIONAL NEWS cigarette smuggling economic sabotage
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.