... | 🕐 --:--
-- -- --
عاجل
⚡ عاجل: كريستيانو رونالدو يُتوّج كأفضل لاعب كرة قدم في العالم ⚡ أخبار عاجلة تتابعونها لحظة بلحظة على خبر ⚡ تابعوا آخر المستجدات والأحداث من حول العالم
⌘K
AI مباشر
28202 مقال 231 مصدر نشط 38 قناة مباشرة 6730 خبر اليوم
آخر تحديث: منذ 0 ثانية

Look: Lost car number plates line UAE roads after heavy rains

العالم
Khaleej Times
2026/03/26 - 10:35 501 مشاهدة

[Editor's Note: Follow Khaleej Times live blog for the latest updates as the UAE deals with heavy rains and unstable weather conditions.]

After the heavy rain that lashed the UAE, a familiar sight has cropped up once again — car number plates sticking out of the side of pavements, echoing a scene that became one of the most defining images of the historic April 2024 floods, when the country recorded its heaviest rainfall in 75 years.

Some vehicle number plates have been found in Sharjah and has been kept near Nesto Muwaileh following the recent rains. Saneeh Hasan, who shared a video of the car plates, wrote, "If you're missing yours, kindly check this location.”

Stay up to date with the latest news. Follow KT on WhatsApp channels.

Car plates kept near Nesto Muwaileh in Sharjah

In Abu Dhabi, resident Assad El Abbas also found a car plate. He wrote on his X account, “We suddenly found the entrance of our residential complex flooded with water. By coincidence, we also found a car licence plate that had fallen into the water.” He asked the owner of the plate to contact him via his account and provide proof of vehicle ownership to collect the plate 3 days from today. Otherwise, it will be handed over to the nearest traffic police station.

Another plate was also spotted left on the side of the road in Sharjah.

The historic 2024 floods

In April 2024, the UAE experienced its heaviest rainfall in 75 years, surpassing any recorded precipitation since data collection began in 1949.

The severe weather left many residents stranded, with vehicles submerged or abandoned in floodwaters. As the waters receded, a defining moment of the aftermath was the sight of dozens of lost car number plates lining the streets. 

In Sharjah, municipal workers fished out numerous plates from water ponds and stuck them between the blocks of walkways or placed them on the grass by the road to ensure they were visible to searching motorists. The community rallied together, with many residents actively scouting the displays to reclaim their missing plates.

Official procedures and fines 

For motorists who have lost their number plates, authorities across the UAE have established clear procedures to ensure they can legally get back on the road. 

In all emirates, driving without a plate or with a damaged one is a serious traffic violation. In Dubai, for instance, driving without a licence plate can fetch you a fine of up to Dh3,000 and 23 black points. In Abu Dhabi, a Dh400 fine can be imposed for driving with damaged or missing plates.

To replace a lost plate in Dubai, motorists must first apply for a “Lost Item Certificate” (or a “To Whom It May Concern” certificate) online via the Dubai Police website or smart app.

After obtaining the police certificate, car owners can apply for a replacement plate through the RTA’s website and collect it from designated vehicle testing centres.

In Abu Dhabi, the process is similarly streamlined. Motorists must first report the lost plate to the nearest police station to obtain a lost item report. 

Once the police report is secured, residents can apply for a replacement plate through the TAMM platform (the Abu Dhabi government services portal) or via the Abu Dhabi Police app.

What to do if you find a loose licence plate

Authorities have also urged residents who find loose licence plates during rainy weather to hand them over to their nearest customer service centre, police station, or vehicle licensing centre.

For residents in Sharjah, the first step is also to file a lost item report with the Sharjah Police. This can be done at a local police station or by applying for a “To Whom It May Concern” certificate online through the Sharjah Police website or app, reporting the plate as missing. 

After securing the police report, motorists can proceed to a vehicle testing centre (such as Tasjeel) or the local traffic police department to request and collect their new number plates.

مشاركة:
\n

مقالات ذات صلة

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 49452; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 49452; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
AI
يا هلا! اسألني أي شي 🎤