ADVERTISEMENT

'Walkout Queen' Fatima Bosch of Mexico wins Miss Universe 2025, PH bet Ahtisa Manalo is 3rd runner-up

Published Nov 21, 2025 01:00 pm
Fatima Bosch of Mexico, the controversial candidate who walked out on organizers, was crowned the 74th Miss Universe during a three-hour live telecast from Bangkok, Thailand, on Nov. 21, 2025.
Miss Universe 2025 Fatima Bosch of Mexico. (Facebook)
Miss Universe 2025 Fatima Bosch of Mexico. (Facebook)
This is the fourth time Mexico has taken home the crown from the prestigious beauty pageant: Lupita Jones (1991), Ximena Navarrete (2010), and Andrea Meza (2020).
Miss Philippines Ahtisa Manalo of Quezon settled for third runner-up. Other winners were: Thailand, 1st runner-up; Venezuela, 2nd runner-up; and Cote d'Ivoire, 4th runner-up.
Other candidates who finished in the Top 30 were delegates from India, Guadeloupe, China, Dominican Republic, Brazil, Rwanda, Colombia, Netherlands, Cuba, Bangladesh, Japan, Puerto Rico, USA, Zimbabwe, Costa Rica, Malta, Chile, Canada, Miss Universe Latina, Croatia, Guatemala, Palestine, Nicaragua, France, and Paraguay.
From the Top 30 girls, following the swimsuit competition, the candidates were narrowed down to the Top 12, who all competed in the Evening Gown portion. Then the Top 5 candidates were announced, who were judged during the question-and-answer portions.
During the final question-and-answer segment, the Top 5 candidates were asked a common question: "How would you use this platform to empower young girls?"
Fatima answered, "As Miss Universe, I will say to them, believe in the power of your authenticity. Believe in yourself. Your dreams matter. Your heart matters. Never let anyone make you doubt your work, because you work on everything, and you are powerful, and your voice needs to be heard."
Before this, Fatima was also asked in the first question-and-answer portion, "In your perspective, what are the challenges of being a woman in the year 2025, and how would you use the title of Miss Universe to create a safe space for women around the world?"
Fatima remarked, "As a woman and as Miss Universe, I will put my voice and the power in the service of others because nowadays, we are here to speak up, to make change, and have everything with fear, because we are women and the brave ones that stand up are the ones that will make history. Thank you."
Fatima, 25, is a model who studied fashion design. She also completed training in Italy and the US.
It would be recalled that Fatima walked out after a heated confrontation with a pageant director during the pre-pageant activity. The live-streamed video of the incident was shared online.
The controversy was settled after Miss Universe Thailand director Nawat Itsaragrisil apologized on national television.
The Miss Universe Organization (MUO) also announced that Puerto Rico will host the Diamond Edition of the Miss Universe Competition in 2026.
Miss Universe President Raul Rocha Cantu announced this during the live broadcast of the competition from Thailand.
This would be the fourth time the Miss Universe pageant has been held: 1972, 2001, and 2002.
In 1972, the Miss Universe Pageant was held for the first time outside the US.
Former Miss Universe Dayanara Torres, one of the co-anchors for this year’s pageant, said she was excited for her country to host the Miss Universe Competition once more.
The former beauty queen, who also launched a showbiz career in the Philippines after Miss Universe, said she cannot wait for pageant fans to taste Puerto Rico's culture, music, arts, and food.
Aside from the walkout, the pre-pageant activities were also marred by another controversy when two judges resigned days before the finals.
The two judges were Lebanese musician Omar Harfouch and French athlete Claude Makelele.
In a series of Instagram Stories, Omar said he had a disrespectful conversation with Miss Universe owner Raul Rocha about the lack of transparency in the voting process. On the other hand, Claude said he was resigning "due to unforeseen personal reasons."
More than 100 contestants competed for the title of Miss Universe 2025. The MUO president said the organization hopes to set a record for the number of contestants in 2026.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.