ADVERTISEMENT

Valerie Pawid West finds a deeper calling in her Miss World Philippines 2025 journey

Published Jan 3, 2026 07:41 am
After her Miss Universe Philippines stint in 2025, Valerie Pawid West is making a return to pageantry - representing her hometown of Ifugao again in Miss World Philippines (MWP) 2025.
 Valerie Pawid West
Valerie Pawid West
She admits this journey feels vastly different from her last. If in Miss Universe Philippines, she was discovering herself, this time, Valerie is clearer and more deeply anchored in “why” she’s doing it.
With MWP, she says: “It’s been a really organic journey so far. We started with ‘Beauty with a Purpose,’ which is the reason I joined in the first place. I wanted to focus first on building projects, especially for underserved communities, before anything else. My training and preparation comes after," she shared.
Miss World Philippines 2025 will soon crown its new titleholder to succeed Khrishnah Gravidez, who was named Miss World Asia at the 72nd edition of the pageant in India. There are two other titles at stake: Universal Woman Philippines and Miss Global Philippines.
Having graduated with a degree in Biomedical Engineering from the University of Delaware, Valerie was set to assume a COO role in a U.S. medical startup. She surprised herself when she decided to fulfill her mother's wishes and enter pageantry instead.
“It was such a difficult decision. Do I go straight into my degree and career, or do I take a creative detour and explore a once-in-a-lifetime opportunity? I realized you’re only this age once, and I wanted to experience something different. I don’t regret it at all, ” she mused.
Raised in the U.S. by a Filipino mother who worked tirelessly as a pediatric home healthcare nurse, Valerie learned early on the value of discipline and compassion. “My mom is my biggest inspiration. She worked night shifts, seven days a week, to give me the best future possible. She never pressured me, but she always inspired me. I am an only child, so everything she did was for me. Competing now feels like my way of giving back to her," she narrated.
Of course, she also wants to showcase her Ifugao heritage in her MWP journey. There's also her advocacy with Puso Ko Foundation, where she champions inclusivity and awareness for individuals with special needs in remote communities.
“In the Philippines, there are still stigmas and old-fashioned ways of thinking about people with special needs,” Valerie explained. “Growing up in the U.S., inclusivity was part of the culture. Here, we still need to normalize acceptance, opportunity, and genuine understanding. These people are not defined by disability; they have special abilities. Some of the most brilliant and beautiful people I’ve met belong to this community. It deserves celebration, not judgment.”
Her preparations for Miss World Philippines are mindful and intentional, despite all the pressure it entails “I’m taking this differently. Who knows, this could be my last pageant, so I want to enjoy everything, savor the process, and make sure I’m presenting not just the best version of myself, but a different one,” she said. “People saw Valerie in Miss Universe Philippines. Now it’s time to introduce a new Valerie in Miss World Philippines.”
The Filipina-American beauty is also honest about the emotional bonds pageantry creates. Despite the pressure, she says sisterhood is real. “Some of my best friends came from pageantry. You spend more time with your co-candidates than with your family at some point. It’s a unique bond nobody else will ever understand,” she reflected.
Her MUPH experience was her “baptism by fire,” as she calls it. It expanded her worldview, strengthened her confidence, and anchored her sense of purpose. “It changed me completely and prepared me for all of this.”
And if fate grants her the Miss World Philippines crown? Valerie smiles. She’s keeping her heart open.
“This year taught me not to be rigid with life plans. Opportunities come in surprising ways. Who would have thought I’d be here in the Philippines competing again? Whether I win or not, what matters is the doors opened and the lives it touched for me.”
She hopes Filipinos will welcome her journey with the same warmth they previously gave her. Both her Filipino and American identities are something she will always carry with pride..“I never choose between being Filipino or American,” she said.
“Both make me who I am. And that’s exactly the version of myself I want to bring to Miss World Philippines, aside from being grateful and ready to serve.”
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.