ADVERTISEMENT

Philippines ups ranking to 76th in WEF's Energy Transition Index

But country lags behind most of its Southeast Asian neighbors

Published Jun 19, 2025 09:55 am  |  Updated Jun 19, 2025 02:15 pm
As it aspires to increase the share of renewable energy (RE) in its power mix, the Philippines drastically improved its ranking to 76th out of 118 countries in the World Economic Forum’s (WEF) 2025 Energy Transition Index (ETI).
This year’s jump is a reversal of the country’s slide to 105th out of 120 countries in the 2024 ETI, from its previous position of 94th in 2023.
WEF’s ETI is used to evaluate countries’ recent efforts toward improving energy security.
In the latest ETI, the Philippines was grouped under emerging Asia, a region that has shown progress through reforms, infrastructure improvements, and increased investments in clean energy.
According to Geneva, Switzerland-based WEF, the Philippines received an ETI score of 53, placing it ninth within the emerging Asia group, which has an average ETI score of 53.2.
Most of its Southeast Asian neighbors, such as Malaysia (ranked 47th), Vietnam (49th), Thailand (51st), Singapore (52nd), Indonesia (58th), and Cambodia (73rd), recorded higher ETI scores than the Philippines. Only Laos and Brunei Darussalam placed lower.
Within the emerging Asia group, China ranked the highest, placing 12th overall.
The Philippines continues its pursuit to reach 35-percent RE by 2030, and 50 percent by 2040. However, progress has been slightly uneven, with recent reports of some international investors showing reluctance to proceed with their RE plans in the country.
Juan Paolo Colet, analyst and managing director at Chinabank Capital Corp., explained to Manila Bulletin that there is a slight hesitation coming from RE sponsors, stating that “a recurring concern that appears to be holding back the full potential of our energy sector is grid capacity and infrastructure. We need to accelerate the expansion and modernization of the grid as part of a national strategy of ensuring sustainable energy security.”
Despite this, Colet is positive that the country is still well-positioned to accelerate its RE scale-up.
“I think Philippine energy policy is on the right track, and what is important is sustaining the momentum. There is strong investment interest in RE development, and domestic banks are ready to provide the necessary financing for bankable projects,” he said.
Global progress slows down despite RE push
Globally, WEF saw an increased adoption of RE, alongside stable energy prices, subsidy cuts, and improvements in energy efficiency.
However, despite these advancements, global energy security slowed as nations saw inflexible power systems, import dependence, and limited diversification of energy sources.
WEF said that the ETI saw the fastest progress prior to pandemic levels, as 65 percent of countries have improved, with Sweden, Finland, Denmark, Norway, and Switzerland taking the lead in commendable energy policies, infrastructure, and clean energy diversification.
Roberto Bocca, head of Center for Energy and Materials at WEF, shared that 28 percent of countries, such as Brazil, China, the United States (US), and Nigeria, have advanced their energy systems.
While there has been a 1.1-percent marginal record growth in the ETI, WEF pointed to a significant stagnation in world energy security, citing higher emissions driven by artificial intelligence (AI), data centers, cooling, and electrification.
“Despite $2 trillion in clean energy investment in 2024, emissions hit a record 37.8 billion tons in the hottest year on record, as energy demand rose 2.2 percent,” it explained.
According to Muqsit Ashraf, group chief executive at Accenture Strategy, AI has become transformative in terms of a more intelligent, adaptive, and resilient energy future.
“Leading companies are harnessing technology, data, and AI to accelerate their reinvention and placing people at the core of that change—ultimately becoming more resilient and delivering long-term profitable growth,” he said.
To further encourage nations to improve their energy systems, WEF called for adaptive policies that attract capital and cooperation, modernized infrastructure, workforce skill investments, clean technology deployments, and increasing capital investments in developing economies.

Related Tags

World Economic Forum (WEF) energy transition index (ETI)
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.