YouTube challenge: Meerut children go missing to ‘play’ 24-hour Secret House game, police launch search
Friday, 28 August, 2026
Iran Us WarIMD Weather UpdateH1n1
—Advertisement—
India
YouTube challenge: Meerut children go missing to ‘play’ 24-hour Secret House game, police launch search
Meerut children go missing after attempting YouTube’s ’24-hour Secret House’ challenge
Advertisment
Two children aged 11 and 7 reportedly went missing from their homes in Uttar Pradesh’s Meerut district after being inspired by a YouTube gaming challenge. According to officials, the children had watched videos featuring a “24-hour Secret House” challenge and decided to recreate it themselves.
The incident took place in Hastinapur, where the children reportedly left their homes on Sunday afternoon without informing their families.
Families alerted police after children went missing
The children’s families initially searched the neighbourhood and contacted relatives, but were unable to locate them. They subsequently approached the police, prompting authorities to launch a search operation.
Police initiated “Mission Shakti” to trace the missing children. The two children were eventually found safely later the same day and returned to their respective homes.
Circle Officer (Mawana) Pankaj Lavania said the children told police during questioning that they had watched gaming content based on the challenge and decided to try it themselves.
What is the ’24-hour Secret House’ challenge?
The challenge is associated with YouTube gaming videos in which participants build or use a hidden base or secret room and remain concealed for 24 hours while following certain rules.
According to the children’s account to police, they were inspired by this type of content and attempted to recreate the challenge in real life.
The incident highlights how online gaming and challenge-based content can sometimes encourage children to imitate activities without fully understanding the potential risks involved.
Advertisement
First published on: Aug 25, 2026 01:18 PM IST
Read more about our editorial guidelines and standards here.
Get Breaking News First and Latest Updates from India and around the world
on News24. Follow News24 on Facebook, Twitter.
End of Article
Related Story
Advertisment
Sponsored Links by Taboola
[Live Updates] Today Breaking News, August 28: Trump signs order to rename Lake Ontario as ‘Lake America’; Canada PM Carney responds

- 07:48 (IST) 28 Aug 2026
Kanda Express arrives in Delhi with Maharashtra onions; Centre to sell at Rs 35 per kg
- 07:32 (IST) 28 Aug 2026
Nepal floods: Nepal Police confirms death toll has risen to 389
- 06:57 (IST) 28 Aug 2026
Trump signs order to rename Lake Ontario as ‘Lake America’; Canada PM Carney responds
World
Why did US sanction 4 India-based companies, 3 individuals over Iran oil trade? Here’s what Trump’s latest crackdown means
Three Indian nationals were also targeted as Washington stepped up its economic pressure campaign against Tehran.
Trending
Delhi family stayed 10 days at Udaipur’s five star hotel, then left without paying Rs 5.74 lakh bill – What happened?
VIDEO: Gwalior man gets 3400 ‘kisses’ on car from girlfriend, viral reel ends with Rs 5500 challan; Cops also ask him to do this
‘6 hours in UK, just 1 hour in Dubai’: Indian-origin woman shares Dubai hospital experience after leg injury, says ‘It took…’
Surya Grahan 2026: Is the last Solar Eclipse of 2026 on August 12 or 13? Check correct date, time, India visibility
Solar Eclipse 2026 Date, Time: Is surya grahan on August 12 or 13? Check exact date, timings and countries where total eclipse will be visible
SpaceX Falcon 9 rocket to crash into Moon at speed of 8700 kmph today: Will the high-speed impact be visible from Earth?
Who is Athos Salome? ‘Living Nostradamus’ claims two predictions came true, warns of new war in…
Happy Friendship Day 2026: 100+ top wishes, quotes, greetings, WhatsApp messages, Facebook status, Instagram captions to share with friends
Double meteor shower tonight: Two celestial shows to light up India’s night sky; Know when and where to watch
Earth has a secret timer for destruction? New study reveals massive catastrophe strikes every…, scientists uncover hidden…
Jul 30, 2026 01:27 PM IST
View All
`;
// Insert after 3rd paragraph without blocking layout too much
requestAnimationFrame(() => {
const targetPara = paragraphs[3];
if (!targetPara) return;
const blockquote = targetPara.closest(‘blockquote’);
if (blockquote) {
// blockquote.insertAdjacentHTML(‘afterend’, gridHTML);
} else {
// targetPara.insertAdjacentHTML(‘beforebegin’, gridHTML);
}
// Fetch in next tick so DOM update completes first
setTimeout(fetchTopNews, 0);
});
}
}
function fetchTopNews() {
fetch(‘https://news24online.com/wp-json/wp/v2/priority/?slug_id=home-page-top-news’)
.then(response => response.json())
.then(data => {
const grid = document.querySelector(‘.story-between-top-grid’);
if (!grid || !data.posts) return;
grid.innerHTML = ”;
data.posts.slice(0, 3).forEach(post => {
const newsItem = document.createElement(‘div’);
newsItem.className = ‘story-between-top-card’;
newsItem.innerHTML = `
${post.title}
`;
grid.appendChild(newsItem);
});
})
.catch(error => console.error(‘Error fetching top news:’, error));
}
