ADVERTISEMENT

Over 100 foreign delegates to compete in Mrs. Universe 2025 in Manila

Published Sep 25, 2025 09:11 am
From left: Mrs. North Philippines 2025 Susan Chin, Mrs. Universe Philippines Western Philippines 2025 Angelica Villanueva, Mrs. Universe  Pacific Philippines 2025 Jenny Mercado Ortega, and Mrs. Universe Philippines National Director Charo Laude.
From left: Mrs. North Philippines 2025 Susan Chin, Mrs. Universe Philippines Western Philippines 2025 Angelica Villanueva, Mrs. Universe Pacific Philippines 2025 Jenny Mercado Ortega, and Mrs. Universe Philippines National Director Charo Laude.
The Philippines is once again in the global spotlight as it hosts the prestigious 48th Mrs. Universe beauty pageant in October.
This year’s staging of Mrs. Universe is made possible through the leadership of Charo Laude Calalo, a former beauty queen, successful entrepreneur, singer, and civic leader. Notably, this is her second time producing the international competition in the Philippines, solidifying her role as a strong supporter of women's empowerment and global pageantry. She also ran as the 2nd nominee candidate of the UGB Partylist during the 2025 midterm elections, further reflecting her commitment to public service and advocacy.
Charo has announced that 127 candidates are expected to compete in the Mrs. Universe 2025 pageant, which will be held at Okada Manila in Paranaque City on Oct. 8.
"There are 127 candidates expected to join the competition. Last 2023, I also hosted the international pageant. There were 100 delegates. However, this year we are expecting no more than 130 candidates," said Charo during a media conference at Simon's Place in Quezon City recently.
Charo added, "It's not a joke (to stage an international event). There's a lot of effort, so we're reviewing the logistics and security of the candidates. There's pressure, but it's also challenging. I am honored to be trusted to host the pageant. I am happy that the organizers are at home in the Philippines."
Additionally, Charo stated that she is excited to showcase the beauty of the Philippines to foreign delegates.
"The Philippines is not just home to a beautiful culture. But the most important part for me is for them to know the beauty of Filipinos inside and out. The Philippines is known for being hospitable, so that's important to me. We welcome foreign visitors," Charo said.
The pre-pageant activities for the Mrs. Universe 2025 pageant will kick off with the arrival of candidates on Oct. 1. "We will visit some of the beautiful places in the Philippines."
During the pageant, the delegates will compete in national costume, evening gown, and forum. "We don't have the swimsuit segment."
On why it's necessary to stage a pageant for married women, Charo said, "Women of today gain more learning than before. I think many women have unfinished missions in life. Many of them want to become beauty queens. I'm thankful for Mrs. Universe, which encourages women to showcase not only their beauty and talent but also to share stories that inspire people. Their stories are their power."
Charo said that the main advocacy of the Mrs. Universe pageant is prevention against domestic violence. They are empowered women when it comes to their families and careers, she also said.
The three beauty queens who will represent the Philippines at the Mrs. Universe pageant are Mrs. Universe Philippines Western Philippines 2025 Angelica Villanueva, Mrs. Universe Pacific Philippines 2025 Jenny Mercado Ortega, and Mrs. North Philippines 2025 Susan Chin.
Angela is a proud mother, grandmother, and empowered businesswoman. "My life is a blend of family, enterprise, and a deep-seated love for the Philippines. I run a thriving petroleum business and a new pastry shop in South Cotabato, where I pour my heart into crafting croissants that can rival the patisseries of Paris."
Jenny is a modern Renaissance woman, a Filipina who has successfully combined art, fashion, business, and service to others. A graduate of architecture from the University of Santo Tomas (UST), Jenny expanded her talent and creative vision beyond buildings and design into the broader realm of visual and fashion arts. She founded Art Jenerations Studio, where she creates colorful and meaningful works, from paintings to couture gowns that carry messages of empowerment
Susan is an entrepreneur, influencer, and a fashion model. "My journey has been filled with painful experiences, but through it all, I have seen God's hand at work. One of my dreams is to be a blessing to many people, to show them that there is a loving God who gives life and abundance. He is not an angry God but a compassionate one. God promises never to fail those who believe and have faith in Him."
Charo also shared her advice to the three women representing the Philippines in the contest.
"I always tell them the crown is just a crown, but the most important part of being a beauty queen is your heart. You're the leader, the voice, and the inspiration of many women.
"Win or lose, you must never forget your role as a beauty queen: you can be a good mother to your children or the mother to everyone. You can also be a sister to all the women around the world," Charo said.
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.