Thursday, June 26, 2025
28.7 C
Singapore

Teenager dies after being electrocuted while he was asleep wearing earphones as he charged phone

A 16-year-old boy from Negeri Sembilan, Malaysia near the town of Rembau was found dead in his home with blood pouring out of his blackened left ear.

It was later revealed that the young man named Mohammed Aidil Azzahar Zaharin died after being electrocuted as he wore his earphones while he was charging his phone as he fell asleep.

Mohammed’s 51-year-old mother found his cold and motionless body on the floor and was not able to wake her child. Frantic, she immediately called emergency services but paramedics who arrived at the scene pronounced her son dead on the spot.

Mohammed did not have any other injuries or bruises on his body other than bleeding and burns on his left ear. His brother reported that he felt a small electric shock when he touched the earphone cable Mohammed had been wearing.

An autopsy later confirmed that the cause of death was electrocution.

The exact make and model of the phone that caused the teenager’s death remains unknown. Investigations are ongoing.

See also  S-Class Delivers Comfort And Power

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });