Electricity theft costs JD60m annually

AMMAN — Electricity theft costs Jordan around JD60 million annually and measures are being taken to address the issue, said a senior official at a regulatory body.

About 2-3 per cent of power lost from the electricity system is classified as non-technical loss, which is mainly theft, said Energy and Mineral Resources Regulatory Commission Chief Commissioner Farouq Hiari in remarks to The Jordan Times on Wednesday.

During a meeting to highlight the commission's achievements on the first anniversary of its establishment, Hiari added that authorities are very serious about addressing this issue, which represents a challenge to all power companies.

To curb thefts of electricity, the commission has placed law enforcement units at the country’s electricity companies that regularly conduct inspections on any violations against the grid, he said.

“During the coming period, these units will conduct several raids on several areas across the country to detect violations and take necessary legal measures,” he said.

Several measures are being taken as well to face electricity thefts, he said.

Some power companies started a pilot project in Aqaba and in Ramtha to install smart meters that help detect violations on the grid.

“The installation of smart meters will contribute significantly to putting an end to electricity theft,” he said.

He added that the Ministry of Energy and Mineral Resources has recently introduced a by-law under which power companies were given a period of seven years to replace the current meters with smart ones.

“These pilot projects are just the beginning; at a later stage the projects will scale up to cover the rest of the country,” said Hiari.

According to Hiari, the commission dealt with 3,547 cases of electricity theft over a one-year period.

He added that there were court rulings in 10 of the cases.

At the meeting, Hiari reviewed the commission’s plans and strategies in the fields of mining, nuclear, oil shale and electricity.

.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'); }); }); });