NEPCO reports 5.8 per cent rise in purchased and sold electricity in 2024

NEPCO reports 5.8 per cent rise in purchased and sold electricity in 2024
National Electric Power Company (Petra photo)

AMMAN — Purchased and sold electricity rose by 5.8 per cent in 2024 compared with 2023, the National Electric Power Company (NEPCO) announced on Tuesday.

The total volume of purchased electricity reached 22,723 gigawatt-hours (GWh) in 2024, up from 21,473 GWh the previous year. This increase was fueled by a 22.8 per cent surge in electricity from the Al Attarat oil shale project, a 7.5 per cent increase in renewable energy contributions, and a slight 0.2 per cent rise from conventional generation sources.

Conversely, purchases from other sources, including the King Talal Dam and the Indo-Jordan Chemicals Company, decreased by 3.5 per cent, the Jordan News Agency, Petra, reported.

Electricity sales climbed to 22,323 GWh in 2024, up from 21,105 GWh in 2023, with distribution companies accounting for a 5.5 per cent increase in sales, and sales to industrial consumers, including the extractive, transformative, and electric power sectors, rose by 7.2 per cent. Sales to other customers, including the airport, state television and radio, and others, grew by 2.8 per cent.

NEPCO’s report also noted a slight decrease of 0.9 per cent in electricity imports from Egypt, falling from 266.4 to 264.0 megawatt-hours.

The figures also showed that exports surged by 32.6 per cent, reaching 265.8 megawatt-hours. This increase was due to higher exports to the Jerusalem District Electricity Company, the Trebil border station in Iraq, and the General Company for Electricity Transmission in Iraq.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });