ADVERTISEMENT

Zamboanga school shooting: Police looking into shooter-victim's motive to kill

Published Aug 20, 2026 02:57 pm

At A Glance

  • During the Senate Committee on Women and Children's hearing on the Zamboanga school shooting incident, Zamboanga City Police Office Director PCol. Fidel Fortaleza, said one of the theories being pursued by police is the manner by which the shooter-victim was able to bring in two licensed firearms inside the school.
  • The way the shooter bypassed the usual security checks clearly shows he had the intention to open fire that day, according to Fortaleza.


Police officials on Thursday, August 20 told Senate probers that the Ateneo de Zamboanga student who opened fire and shot dead a schoolmate before taking his own life indeed had the motive to kill.

During the Senate Committee on Women and Children’s hearing on the Zamboanga school shooting incident, Zamboanga City Police Office Director PCol. Fidel Fortaleza, said one of the theories being pursued by police is the manner by which the shooter-victim was able to bring in two licensed firearms inside the school.

The way the shooter bypassed the usual security checks clearly shows he had the intention to open fire that day.

“So, that is one angle we are looking at—that there was indeed a motive for him to bring a weapon and for the shooter to shoot our victim. That is an indication. It indicates that he truly had a motive for bringing the gun,” Fortaleza said, responding to a query posed by Sen. Risa Hontiveros.

According to Fortaleza, the shooter was dropped off in a pickup truck carrying a bag containing the guns. Instead of entering through the gate where security guards were stationed, the student was dropped off at a ramp area where only few security personnel were on duty.

“Based on our initial investigation, the firearms were inside the vehicle and were taken by the child. The child brought them to school. He bypassed the security guard's proper inspection and managed to reach the building's fourth floor, evading the ADZU security guards conducting checks,” Fortaleza said.

AdZU Chairman of the Board of Trustees Pedro Rufo Soliven affirmed this during the hearing, stating that the ramp where the shooter’s vehicle entered were for persons with disability (PWDs) or those injured.

“The ramp is basically used only for those who are injured and PWD students and they were not supposed to use that at that time,” Soliven said.

Soliven also said that at least 25 guards were deployed in all the entry points of the school.

After entering the premises, Fortaleza said the shooter proceeded directly to the fourth floor; shots were first fired in Room 405 before moving to Room 404, where the student victim was struck and subsequently died.

After this, the shooter went up to the fifth floor and shot himself.

According to Fortaleza, police officers witnessed the shooter taking his own life while authorities were attempting to stop him.

“Our responding police officers witnessed the incident; they issued a warning, shouting for the individual to drop the gun. However, the CICL (children in conflict with the law)—who was both the victim and the shooter—went up to the fifth floor and shot himself there. Our responding officers witnessed this unfold,” the policeman said.

Fortaleza said the Philippine National Police (PNP) is now conducting forensic examination of the shooter’s mobile phone.

“As of now, the process regarding the device is still ongoing. The child's phone is an iPhone 14, so it has rather high security features. Our Anti-Cybercrime Group is doing everything possible to unlock the child's account and the mobile phone,” he said.

At the same time, he said the PNP is now studying the equal liability of the shooter’s father, as the gun owner.

“The gun owner is responsible for the safety, handling, securing and safekeeping of the firearms…as I mentioned, the investigation is being handled at the regional level; our regional director is closely overseeing the inquiry into the various angles and the preparations for legal action, all to ensure the security of our schools,” he said.

Soliven, meanwhile said, the AdZU community is still treating reports that there was already a threat prior to the incident as unverified as the University is still looking deeper into the unfortunate event.

“At this point, Madam Chair, we cannot give any information to that because we are still trying to dig all the facts and we don't want to be speculative,” he said in response to Hontiveros.

“Although we acknowledge that there are no verified information at this point in time and we don't want to derail or add more information that will somehow confuse the final outcome of the report or the pending investigation, Madam Chair,” he further said.

Related Tags

Zamboanga school shooting Ateneo de Zamboanga University Risa Hontiveros Senate probe
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; } }

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