SMS use surges in Jordan as business demand grows,  over 1.4b in 2024

SMS use surges in Jordan as business demand grows,  over 1.4b in 2024
Industry experts say that SMS has evolved into a trusted and efficient channel for businesses to reach consumers directly, especially in sectors such as banking, delivery services, e-commerce and healthcare (JT file)

AMMAN — Despite the widespread use of social media platforms and messaging apps, SMS (short message service) technology continues to play a vital role in Jordan’s digital communication landscape, offering tangible economic value to businesses across various sectors.

Industry experts told The Jordan Times that SMS has evolved into a trusted and efficient channel for businesses to reach consumers directly, especially in sectors such as banking, delivery services, e-commerce and healthcare.

“While people might ignore app notifications, SMS is almost always read. It is direct, fast, and trusted,” said Bayan Khaled, a tech expert and manager at a leading local SMS gateway provider.

According to official data from the Telecommunications Regulatory Commission (TRC), 1.434 billion text messages were exchanged via mobile networks in 2024, an increase of 334 million compared with 2023, representing 27 per cent year-on-year growth.

The surge reflects not only changing individual communication habits but also growing reliance by businesses and public institutions on SMS for sending one-time passwords (OTPs), delivery confirmations, payment reminders, appointment alerts, and marketing campaigns, experts said.

Lina Tahseen, an employee at a local marketing agency, said that the most notable rise in SMS traffic occurred in the fourth quarter of 2024, likely driven by holiday promotions and seasonal marketing, adding that “End-of-year promotions and customer re-engagement messages flood our customers’ platforms.”

On average, Jordanians sent around 119.5 million text messages per month, around 4 million messages per day, across the country’s three main mobile operators.

While messaging apps dominate personal communication, stakeholders say SMS has maintained its competitive edge in business communication due to its high delivery and open rates across all types of mobile devices.

Most SMS traffic was domestic, although international messaging still maintained a small yet active share, according to the TRC. Experts attribute the growth in SMS usage in part to the steady rise in mobile subscriptions in Jordan, which reached 8 million by the end of 2024, with the majority being prepaid lines.

“SMS may be old tech, but in business, it remains highly effective,” said Serin Ahmad, an employee at a retail shop.

As Jordan continues to advance its digital transformation agenda, SMS is proving not to be a relic of the past, but rather a resilient tool adapting to the evolving needs of communication and commerce.

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