ADVERTISEMENT

Michael Poa has a lot more to say about DepEd confidential funds--House officials

Published Aug 28, 2026 10:39 pm

At A Glance

  • Lawmakers said Michael Poa could reveal more details on the alleged misuse of P112.5 million in DepEd confidential funds.
  • They said Poa's former role gave him access to key documents and fund-related matters.
  • The prosecution said it had prepared for Poa's testimony in the impeachment trial.
Lawyer Michael Poa (Facebook)
Lawyer Michael Poa (Facebook)


Ranking congressmen believe lawyer Michael Poa can still reveal a lot of key details on the Department of Education's (DepEd) confidential fund use even after his 2024 House panel testimony.
House impeachment adviser Robert Ace Barbers and Deputy Speaker La Union 1st district Rep. Paolo Ortega V had this to say as they look forward to Poa's testimony next week in Vice President Sara Duterte's Senate impeachment trial.
Poa served as DepEd chief-of-staff and spokesperson during Vice President Duterte's tenure as education secretary. He is now part of Duterte’s defense team and serves as its spokesperson.
The House prosecution plans to call him as a hostile witness in connection with the alleged misuse of ₱112.5 million in DepEd confidential funds.
“Yung ating nasaksihan doon sa Committee on Good Government hearing, hindi pa siya yung complete, yung buong dapat itanong kay Attorney Michael Poa,” Barbers said Friday, Aug. 28 during an online press conference.
(What we witnessed at the Committee on Good Government hearing was not yet complete, not all of the questions that should be asked of Attorney Michael Poa.)
Barbers said Poa’s former position placed him close to documents and official responses that the senator-judges need to understand. “Gaya ni Ortonio, marami ring dokumentong dumadaan sa kanya na sinusuri nila at maaaring pinipirmahan nila. That must be made clear before the senator-judges."
(Like Ortonio, many documents also pass through him that they review and may sign.)
He was referring to Office of the Vice President (OVP) Assistant Chief-of-Staff Lemuel Ortonio, the previous hostile witness presented by the prosecution.
Ortega noted that Poa’s earlier House appearance came shortly after he resigned from DepEd, which limited the time available for questions.
But the impeachment court now offers the proper forum for a fuller examination.
“Nasa forum na siya ng impeachment court. Mas marami pong information at mas marami pong liwanag ang ma-shed niya sa mga topics na marami pong katanungan,” Ortega said.
(He is now in the forum of the impeachment court. He can provide more information and shed more light on the topics that have raised many questions.)
Official House accounts show Poa was involved in DepEd’s response to an Audit Observation Memorandum (AOM) concerning confidential funds. He also had a role in obtaining and submitting military certifications used in that response.
Two military officers, retired colonels Manaros Boransing II and Magtangol Panopio, previously told a House inquiry that they did not know the certifications would be used to support DepEd’s confidential fund liquidation.
Barbers said Poa’s legal training and senior role make his advice and actions relevant to the fund’s implementation.
“Yung paggamit nila nung pondong iyan, na confidential and intelligence fund na bihirang-bihirang ibigay sa DepEd secretary, tama ba ang pagkakagastos?” he asked.
(The use of that fund, which is a confidential and intelligence fund that is very rarely given to a DepEd secretary, was it spent properly?)
He said the impeachment court must establish what Poa reviewed, what he signed, what he knew about the documents, and what advice he gave to officials implementing the fund.
“Maraming tanong na dapat masagot, kaya I’m sure pinaghandaan ng prosecution iyan,” Barbers said.
(There are many questions that need to be answered, so I’m sure the prosecution has prepared for that.)
The twice-impeached Duterte served as DepEd chief from 2022 to 2024.

Related Tags

impeachment Sara Duterte Michael Poa Robert Ace Barbers Paolo Ortega DepEd confidential funds
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.