ADVERTISEMENT

Beyond the pool: The other life of Olympic swimmer Kayla Sanchez

Published Mar 7, 2026 12:06 pm  |  Updated Mar 7, 2026 03:17 pm

At A Glance

  • For Kayla Sanchez, excellence is measured in two arenas — the pool and the classroom.
Two-time Olympic swimmer Kayla Sanchez (File/AP)
Two-time Olympic swimmer Kayla Sanchez (File/AP)
By CHRISTAN SALVAÑA
Intern
For Kayla Sanchez, excellence is measured in two arenas — the pool and the classroom.
Most days begin with her chasing seconds in the pool. By the afternoon, the Olympic medalist trades her racing suit for textbooks, returning to campus to keep up with lectures and assignments.
“I won't say it's easy, I'm still learning how to manage both,” Sanchez said during Manila Bulletin’s The Sit Down podcast.
A life shaped by water
Kayla Sanchez during the awarding ceremony in the 33rd Southeast Asian Games.
Kayla Sanchez during the awarding ceremony in the 33rd Southeast Asian Games.
Swimming has long been a constant in Sanchez’s life.
Born in Singapore and raised in Canada by Filipino parents Noel and Susana, she first entered the sport at an early age.
“I joined a swimming team when I was four years old,” she said. “And then I started to progress, started swimming fast and winning races.”
What began as a childhood activity gradually turned into a daily routine.
“I’ve been swimming now for 20 years of my life, and a lot of my daily activities revolve around swimming,” she said.
Her talent soon placed her among Canada’s best young swimmers. At 15, she earned a spot on the national team after breaking national age-group records.
“The Canadian Olympic team center was right by my house. It was only 15 minutes away, and the coach there had noticed my times,” she recalled.
Training alongside elite athletes eventually led her to the Olympic stage, where she won silver and bronze medals in relay events at the Tokyo Olympics.
Returning to her roots
Kayla Sanchez switched her affiliation in 2022.
Kayla Sanchez switched her affiliation in 2022.
In 2022, Sanchez made a decision that reshaped the direction of her career. She switched allegiance to represent the Philippines, the homeland of her parents.
The move required a year of residency in the country, a period filled with adjustments both in and out of the pool.
“The transition was hard, I think. But I knew that on the other side of being able to represent the Philippines, it would all be worth it,” she said.
Training in the Philippines also presented a different challenge.
“It’s harder, I think, because it’s so humid. So, when you’re training max effort, you really feel the heat.”
Despite the adjustment, the experience strengthened her connection with the national team and the community around it.
Beyond the pool
Away from the competitive scene, Sanchez is also building a future outside the sport.
She is currently studying in university and plans to pursue nursing.
“I like the course content, it’s going to give me a direction right out of university,” she said.
Time management has become essential.
“Good time management is really, really important,” she explained. “Knowing when to put my phone down or knowing when to study, when to sleep.”
School also provides mental balance.
“If I’m only swimming, then it’s easy to focus on a bad practice. Instead, I can have a bad practice, and I can study, come back to the pool with a fresh mindset,” she said.
Her experience proves that success in one area does not eliminate challenges in another, but each can reinforce the other.
Rising to the occasion
Sanchez wasted little time introducing herself in the Philippine swimming scene.
At the Southeast Asian Games, she delivered a strong performance, collecting three gold medals and five silver medals across eight events.
The event demanded both endurance and composure.
“It’s a hard meet. Six days, and I raced every day. You go from executing one race to OK, that’s over. Now I need to execute another race,” she said.
Despite the expectations surrounding her, Sanchez kept her focus on the process.
“I really had no expectations going into the meet,” she said. “I knew there were expectations of me to bring back medals, and I think I had to just focus on my process and what I could do best and what I could control.”
Advice for student-athletes
Kayla Sanchez with her fellow podium finishers in SEA Games women's 100-meter backstroke final.
Kayla Sanchez with her fellow podium finishers in SEA Games women's 100-meter backstroke final.
Sanchez hopes her journey inspires the next generation of Filipino athletes.
Her message is simple yet powerful.
“You have to train hard. You have to be disciplined. You have to manage your time,” she said.
“But it’s possible, and look for the right support system to get you to that place.”
For Sanchez, the goal remains growth — in swimming, in academics, and in life.
“I always want to keep improving,” she said.
The path is demanding, but it is also meaningful, proof that success can be built one step at a time, in and out of the water.

Related Tags

Kayla Sanchez
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.