New National Military Service programme announced, targeting youth born in 2007

Minister of Government Communications Mohammed Momani and Director of Military Media, Brigadier General Mustafa Hiyari speak during a press conference on Monday, where they unveil details of the new and phased format of the National Service Programme (Provided photo)
Minister of Government Communications Mohammed Momani and Director of Military Media, Brigadier General Mustafa Hiyari speak during a press conference on Monday, where they unveil details of the new and phased format of the National Service Programme (Provided photo)

Programme to begin in 2026, combining military, civic training 6,000 youth to join revived National Service Programme in first phase


AMMAN — Minister of Government Communications Mohammed Momani and Director of Military Media Brig.Gen. Mustafa Hiyari announced on Monday details of the new and phased format of the National Service Programme.

HRH Crown Prince Hussein announced the reactivation of the National Military Service Programme, during a meeting with youth from Irbid Governorate on Sunday.

During the meeting, held at King Abdullah II Gardens in Irbid, the Crown Prince said young Jordanians must be prepared to serve and defend their country, adding that citizens who have participated in national military service understand the importance of this experience, according to a Roayl Court statement.

His Royal Highness noted the importance of the programme in strengthening national identity and young people’s connection to their homeland, noting that serving with the Jordan Armed Forces-Arab Army builds character and instils discipline.

Momani said the programme aimed at preparing the Kingdom’s youth to take on active roles in national development and to contribute to the country’s progress and safeguard its achievements.

He also emphasised the importance of youth in shaping Jordan’s future, noting that Crown Prince Hussein’s recent meeting with young Jordanians highlighted their role as the largest and most influential segment of society.

Momani said that the prime minister had instructed the development of the programme nearly a year ago and has since monitored its progress through a committee headed by the minister of interior, with membership from all relevant institutions.

He said that the legal amendments required to support the new programme will be presented in the upcoming Cabinet session before being submitted to Parliament for constitutional approval, adding that the government has allocated funding for preparation from this year’s emergency expenditures and will include the programme in the 2026 national budget.

The minister said that the structure of the programme will include two integrated tracks: a military training component led by the Jordanian Armed Forces – Arab Army (JAF), and a theoretical knowledge component delivered by civilian experts in economic, cultural, social, and intellectual fields. “The goal is to provide a comprehensive experience that combines physical discipline with personal and civic development.”

He added that the programme will resume with intake number 54, following the last class before the service was halted in 1992.

In its initial phase, Momani said that the programme will target 6,000 male participants born in 2007, who will have turned 18 by January 1, 2026, distributed across three groups of 2,000.

“They will be selected through an electronic lottery system based on scientific and demographic considerations, ensuring fair distribution across governorates. Each governorate will have 300 participants, with the exception of Amman (1,500), Zarqa (900), and Irbid (900),” he said.

Momani said that the number of conscripts is expected to increase to 10,000 in the near future, with a gradual scale-up planned to eventually accommodate the majority of eligible youth in the coming years.

The programme, he added, will continue on an annual basis and is designed to be flexible in its implementation to accommodate university students and working individuals. “Participation will be recognised as equivalent to 12 academic credit hours at universities.”

He stressed that deferrals will be granted only in limited cases, such as for full-time students or Jordanians abroad, and recruits must enrol once those conditions no longer apply. Failure to enlist carries a prison sentence of three months to one year, with no alternative penalties.

“There will be no exceptions,” Momani emphasised, noting that the Crown Prince had been clear on the principles of fairness and transparency.

“The initiative is more than just a training programme but a national project aimed at producing confident and capable youth who are proud of their identity and committed to serving their country. The programme reflects the state’s belief in the potential of its young citizens and their ability to help shape the nation’s future.”

The minister also addressed regional developments, describing recent remarks by the Israeli prime minister as "reckless" and a reflection of internal political crises within Israel’s far-right coalition. He warned that undermining the two-state solution threatens regional stability and the interests of neighbouring countries.

“Jordan remains committed to building its institutions, strengthening readiness, and addressing all challenges,” Momani concluded.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;} .first-author{ background-color:#ecedef; } .first-opinion-author-name{ background-color:white; width:max-content; padding:5px; }
.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .article-widget-sm .article-title{font-size:16px;-webkit-line-clamp:3;} .related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; } .newspaper-footer{ visibility:hidden; } .socialFixOuter { position: fixed; top: 50%; margin-top: 40px; right: 0; transition: .2s; z-index: 20; height: 217px; width: 40px; } .socialFix { height: 30px; width: 30px; display: block; position: relative; cursor: pointer; background-size: 18px 18px; transition: .2s; background-position: center; background-repeat: no-repeat; border-radius: 2px; margin-top: 1px; } .socialFix:hover { width: 40px; margin-left: -10px; } .app-badge-img { height: 36px; width: auto; } @media (max-width: 768px) { .app-badge-img { height: 32px; } .app-badges { justify-content: center !important; } }
document.addEventListener("DOMContentLoaded", function () { const socialFix = document.querySelector(".socialFixOuter"); if (!socialFix) return; let firstInteraction = false; let hideTimeout = null; function checkMobileScreen() { if (window.innerWidth < 768) { socialFix.style.display = "none"; } else { socialFix.style.display = "block"; } } checkMobileScreen(); window.addEventListener("resize", checkMobileScreen); function handleFirstInteraction() { if (firstInteraction) return; if (window.innerWidth < 768) return; firstInteraction = true; socialFix.style.right = "-25px"; } socialFix.addEventListener("mouseenter", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); socialFix.style.right = "0"; }); socialFix.addEventListener("mouseleave", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); hideTimeout = setTimeout(() => { socialFix.style.right = "-25px"; }, 500); }); ["click", "touchstart"].forEach((evt) => { socialFix.addEventListener(evt, handleFirstInteraction); }); }); function validateEmail(email) { if (email.length > 255) return false; const emailRegex = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/; if (!emailRegex.test(email)) return false; if (email.includes('..') || email.startsWith('.') || email.endsWith('.')) return false; return true; } function sanitizeInput(input) { input = input.replace(/<[^>]*>/g, ''); input = input.replace(/javascript:/gi, ''); input = input.replace(/on\w+\s*=/gi, ''); input = input.replace(/[<>"'&(){}[\]]/g, ''); return input.trim(); } document.addEventListener('DOMContentLoaded', function () { function showModal(message, type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; messageContainer.classList.remove("d-none"); setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = sanitizeInput(emailInput.value.trim()); if (!validateEmail(email)) { showModal('Invalid email format', 'danger'); return; } const formData = new FormData(); formData.append('email', email); fetch('/subscribeNewsletter', { method: "POST", body: formData, headers: { "Accept": "application/json", "X-Requested-With": "XMLHttpRequest" } }) .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'); }); }); });