DoS reports 'strong' growth in licensed building areas across Kingdom

DoS reports 'strong' growth in licensed building areas across Kingdom
The total licensed building area in the Kingdom during the first third of 2025 reaches 3.032 million square metres, marking a 19.8 per cent increase compared with 2024 (JT file)

AMMAN — Licensed building areas in the Kingdom reached 3.032 million square metres during the first third of 2025, marking a 19.8 per cent increase compared with 2.530 million square metres during the same period in 2024, reflecting sustained momentum in the construction sector amid broader economic and demographic trends.

According to the Department of Statistics’ (DoS) latest monthly report on urban activity, the number of building permits also rose to 7,253 from 6,730 permits in the corresponding period of last year, an annual increase of 7.8 per cent.

The uptick signals a positive outlook for the real estate market, driven by continued urban expansion, resilient demand, and government-supported housing initiatives, according to DoS.

“The increase in licensed areas, particularly for residential purposes, reflects a relatively more stable financing environment,” financial analyst Yousef Suboh told The Jordan Times. “It is also a sign that population growth and urbanisation remain key drivers in the Jordanian market.”

Residential building areas accounted for the majority of licensed space, totalling 2.243 million square metres, up 10.7 per cent from 2.027 million square metres during the same period last year. Non-residential building areas witnessed a sharper rise, surging by 56.9 per cent to reach 789,000 square metres, compared with 503,000 square metres in 2024.

According to the DoS report, residential projects represented 74 per cent of the total licensed area, while non-residential buildings comprised 26 per cent.

The central region remained dominant in terms of construction activity, accounting for 27 per cent of licensed areas, an increase of 6.4 per cent from the same period in 2024.

Urban planning engineer Ayman Dudokh said, “The capital continues to absorb the bulk of activity, but a more balanced spatial development is urgently needed. Encouraging construction outside Amman can ease urban pressure.”

He added that smart urban design and improved regulation of land use are essential to managing future growth effectively.

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