ADVERTISEMENT

DepEd issues guidelines on overtime pay for public school teachers

Angara highlights government's commitment to teacher welfare

Published Sep 8, 2025 06:20 pm
DepEd Secretary Sonny Angara reaffirmed the government’s commitment to teacher welfare during the kick-off of the 2025 National Teachers’ Month celebration in Koronadal City on September 7, 2025. (DepEd photo)
DepEd Secretary Sonny Angara reaffirmed the government’s commitment to teacher welfare during the kick-off of the 2025 National Teachers’ Month celebration in Koronadal City on September 7, 2025. (DepEd photo)
The Department of Education (DepEd) has released new guidelines on the payment of overtime services for public school teachers, ensuring they are fairly compensated for work rendered beyond their regular schedules.
The policy was formally announced by Education Secretary Sonny Angara during the 2025 National Teachers’ Month (NTM) Kick-Off program on September 7, in line with President Ferdinand “Bongbong” Marcos Jr.’s directive to prioritize teachers’ welfare.
“Alam niyo po, I’ve been in the Department for a little over one year, at ‘di ko nakakalimutan ang pangunahing mga instruction ng ating mahal na Pangulo na si President Bongbong Marcos, Jr. Sabi niya (You know, I’ve been in the Department for a little over one year, and I haven’t forgotten the primary instructions of our beloved President, President Bongbong Marcos, Jr., he said): ‘Sonny, you must take care of our teachers, they are the heart of our educational system,’” Angara said.
DepEd overtime pay guidelines for teachers
Signed by Angara on September 6, DepEd Order No. 26, series of 2025, titled Guidelines on the Payment of Overtime Services of Teachers, guarantees just compensation for educators often required to take on responsibilities outside classroom hours, including school events, remedial classes, and administrative duties.
The policy covers all DepEd-employed teachers engaged in full-time classroom teaching, including Alternative Learning System (ALS) teachers, under permanent, substitute, or provisional appointments in public elementary and high schools, as well as Community Learning Centers (CLCs).
DepEd emphasized that overtime work will only be authorized when “extremely necessary,” particularly when tasks cannot be completed during regular hours and their non-completion would affect school operations or learner development.
Teachers are required to render eight hours of work daily—six hours for classroom teaching and two hours for ancillary tasks. While ancillary tasks may be done within or outside school premises, overtime pay will only apply to teaching-related assignments within school grounds, such as those under the School Improvement Plan (SIP) or Annual Improvement Plan (AIP).
“By ensuring fair compensation for additional work, this policy affirms our commitment to uphold the welfare, motivation, and professional dignity of teachers while promoting accountability and transparency,” DepEd said.
Bigger budget for teachers’ benefits in 2026
During the NTM kick-off, Angara also revealed that P114.39 billion has been allocated for Personnel Services under the FY 2026 National Expenditure Program, covering teachers’ salaries, benefits, and allowances.
The budget will also support the government’s target of hiring more teachers to reduce oversized classes.
Additionally, DepEd has begun releasing the P7,000 medical allowance this year, with teachers given the option to choose between an HMO package or direct cash assistance.
Educators serving in geographically isolated and disadvantaged areas will be prioritized, DepEd said.
Reducing teachers’ workload
To ease the burden on public school teachers, Angara said DepEd has cut down required school forms by 57 percent, allowing teachers to focus more on actual classroom instruction.
He stressed that reducing paperwork is part of the administration’s broader education reforms to improve teachers’ working conditions.
National Teachers’ Month celebration
As part of National Teachers’ Month 2025, DepEd has lined up several events, including:
- NTM on the Move: Visayas Edition on September 21 in Dumaguete City
- National Teachers’ Day celebration on October 6 at the SM Mall of Asia Arena, expected to gather 10,000 teachers
Last year, President Marcos joined the Teachers’ Day event, honoring teachers as “modern-day heroes” for shaping the nation’s future.
Angara echoed this sentiment, assuring teachers that their welfare will remain a top priority:
“You are our heroes. You are our exemplars. You are our immortal,” he told educators during his message. 
RELATED STORY: 
https://mb.com.ph/2025/09/06/deped-to-kick-off-2025-national-teachers-month-on-sept-7-in-south-cotabato

Related Tags

overtime pay for teachers Philippines 2025 DepEd overtime guidelines 2025 teachers benefits and allowances DepEd National Teachers Month 2025 celebration DepEd reforms to reduce teacher workload
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.