ADVERTISEMENT

Japanese partner Marubeni divesting stake in Pagbilao-3 plant

Published Jul 30, 2025 09:51 am  |  Updated Jul 30, 2025 02:59 pm
One of the Japanese partners of Aboitiz Power Corp. (AboitizPower) in the 420-megawatt (MW) Pagbilao-3 coal-fired power plant is moving ahead on the divestment of its stake in the facility as part of an investment realignment to cleaner energy technologies.
According to a source privy to the planned equity sale, Japanese firm Marubeni Corp. already had a discussion with AboitizPower on its plan to opt out from the Pagbilao-3 coal-fired facility.
“We already had talks with our local partner AboitizPower on the plan to divest our shareholdings and we are now scouting for buyers,” the source emphasized.
The source further noted that, “we also communicated this plan to our other JV [joint venture] partner JERA, and they also consented to the plan; and we’ve known that JERA is also willing to sell its equity in the Pagbilao-3 plant if there are takers.”
When asked if AboitizPower will purchase the shares being offloaded by partners, company President and Chief Executive Officer (CEO) Danel C. Aboitiz stated to Manila Bulletin that “our interest would be dependent on economics,” qualifying further that they will need to review the terms of their agreement.
JERA Co. Inc., which is also a Japanese firm, along with Marubeni, hold a combined 50-percent stake in the coal-fired power facility through their joint local subsidiary, TeaM Energy Philippines, while the remaining 50 percent is held by AboitizPower.
The source similarly indicated that Marubeni, in particular, “is still looking for new investments in the Philippines, but mainly in the renewable energy (RE) sector; and we will also enhance our portfolio in the RES [retail electricity supplier] space—these are our core interests moving forward.”
The $976-million Pagbilao-3 coal-fired power project formally reached commercial operation in May 2018, and its capacity had been a valuable addition to Luzon grid’s power supply at the time.
The source added that “for JERA, it would only be its shareholdings in the Pagbilao-3 plant that it will likely be unloading, but its equity acquisition in AboitizPower will remain.”
To recall, JERA scooped up a 27-percent stake in AboitizPower in 2021 for $1.58 billion, which was through a transaction cemented with Aboitiz Equity Ventures Inc. (AEV), the parent firm of AboitizPower.
That specific shares acquisition is separate from the partnership that JERA holds in the Pagbilao-3 plant—this is because the generating facility investment had been done through TeaM Energy, its tie-up corporate entity with Marubeni.
The coal plant, which is under corporate vehicle Pagbilao Energy Corp. (PEC), had equally split its capacity of more than 200 MW each to project sponsors AboitizPower group and TeaM Energy. The facility is equipped with pulverized sub-critical coal technology.
JERA, in particular, wields formidable influence as Japan’s mammoth power generation company and is also strategically positioned as the largest buyer of liquefied natural gas (LNG) in the world. Hence, its grip in the global gas industry will be beneficial to its continuing joint venture with AboitizPower, primarily on the gas generation portfolio.
The Pagbilao-3 plant served as an expansion of the first two units of 735-MW capacity that were first developed under the independent power producer (IPP) investment model in the 1990s as instituted by state-run National Power Corp. (NPC) and underpinned by Philippine government policies. But the asset was eventually privatized and cornered by AboitizPower.
The site of the Pagbilao plants, according to sources, can still accommodate another expansion and the prospective capacity addition is perceived to be exempted from the prevailing coal moratorium policy.

Related Tags

Aboitiz Power Corp. (AboitizPower) Marubeni Corp. JERA Co. Inc. TeaM Energy Philippines Pagbilao-3 coal-fired power plant
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.