ADVERTISEMENT

Power for a growing nation

Published Aug 1, 2026 12:05 am
From 2016 to 2025, the Philippines’ power system peak demand grew at an annual average growth rate of 4.7 percent, according to data from the Department of Energy. That growth continues across Luzon, Visayas, and Mindanao, driven by a rising population, an expanding economy, and a new demand from areas increasingly connected by the grid.
Stripping away the jargon, this growth mostly equals millions of Filipino households and businesses adding an air conditioner, a computer, or a refrigerator, many for the first time.
Behind that uptrend is a story of expanding investments along industrial corridors, inter island power exchanges across straits, and towns rising from economic hardships.
This is our collective national challenge: keeping the lights on for a country that’s growing fast. These are not problems to be managed, but signs of progress that need to be catalyzed and supported. This is what a human-centric energy transition calls for: a transformation that helps lift Filipinos out of poverty and offers them opportunities for comfort or even prosperity.
As a leader at Aboitiz Power Corporation (AboitizPower) — where I head its Transition Business Group to drive a human-centric energy transition while safeguarding national energy security — here are three things we think will move the needle for our country’s electric power system.
First, the Philippines needs firm capacity. We need reliable baseload power plants to keep the grid stable while renewable energy scales up. Baseload is the steady, reliable minimum amount of electricity needed to keep the power grid running. As power demand grows and intermittency from variable renewable energy capacities increases, so does the need for baseload to protect consumers from blackouts.
In the Visayas, Therma Visayas Unit 3 is adding 150 megawatts of reliable baseload to an island grid that needs it.
Second, the country needs more energy storage. These are the technologies, like batteries or pumped-hydro storage, that help with the variability of renewable energy by storing excess power, which is then released when needed to augment supply or improve the quality of the electricity in the power system.
With more renewable energy supported by energy storage, the more the grid can accept the variability and intermittency it brings. To help with grid stability, we broke ground on a 30-megawatt hybrid battery energy storage system (BESS) in the Mactan Economic Zone and a 60-megawatt standalone facility at the Naga Power Plant Complex in Cebu, giving new life to legacy thermal assets by effectively turning them into modern energy storage. In Mindanao, a 49-megawatt BESS is also being integrated into Therma Marine’s power barge in Nasipit, Agusan del Norte.
Third, these power assets require a talented and competent workforce who will steward them. The energy transition will not succeed through infrastructure alone. It will depend on engineers, technicians, and operators who can effectively and safely manage a system growing more and more complex by the year.
Together with JERA, Japan’s largest power generation company, AboitizPower established the Global Technical Center of Excellence, developing technical talent by combining expertise with leadership, safety, and adaptability. It also serves as a hub for knowledge exchange among industry, government, and academe, helping build the workforce that will help carry the energy transition forward.
None of this is about any single organization’s ambition. It should be a collective effort centered around how the Philippines can grow and develop by powering human progress with sufficient, reliable, and affordable power.
We need a human-centric energy transition to drive socioeconomic development; one that would maximize the utility of electric power to change lives for the better. That way, many can sustain their way of life, while many more are afforded the chance to better their conditions.
Ultimately, our energy transition is about more than just the transition of electrons or technology; it is about building an energy system that enables and sustains the well-being and prosperity of the Filipino people.
***
Celso C. Caballero III ("C3") is the President of AboitizPower’s Transition Business Group, driving strategic transformation and innovation in thermal, hybrid, and battery energy storage technologies to strengthen the Philippines’ energy security. Over a decade of leadership within the Aboitiz Group has earned him prestigious accolades, including the 2021 Don Ramon Aboitiz Award of Excellence and the Outstanding Thomasian Engineer award. An alumnus of the University of Sto. Tomas, he couples his technical expertise with people-centered leadership, actively mentoring colleagues and championing community-focused corporate social responsibility initiatives.
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.