ADVERTISEMENT

Japanese woman who scaled the world's 14 top peaks says she wants to share joy

Published May 23, 2026 02:54 pm
NAOKO Watanabe, a Guinness World Record holder as the first woman to scale the world's second highest mountain K2 three times, poses for a selfie near K2, back, with its summit at 8,611 meters above sea level, when she was at a base camp in Pakistan, July 12, 2024, before scaling K2 on July 28. (Naoko Watanabe via AP)
NAOKO Watanabe, a Guinness World Record holder as the first woman to scale the world's second highest mountain K2 three times, poses for a selfie near K2, back, with its summit at 8,611 meters above sea level, when she was at a base camp in Pakistan, July 12, 2024, before scaling K2 on July 28. (Naoko Watanabe via AP)
TOKYO (AP) – The first woman to conquer the world's second-highest peak, K2, three times has also summited all 14 of the world's tallest mountains.
But Naoko Watanabe, 44, says climbing is less about piling up records than enjoying an adventure, being happy and experiencing new people, food, and culture. She's planning to return in June to her favorite climb, Pakistan's Nanga Parbat, known as the “killer mountain,” with a group of amateur trekkers.
“I’m just an ordinary person who has happened to achieve records while climbing the Himalayas during my vacations,” Watanabe told The Associated Press in a recent interview in Tokyo. “I don’t consider myself a mountaineer.”
In 2006, when she was a student nurse, Watanabe successfully reached the 8,201-meter (26,906-foot) summit of the world's sixth-highest mountain, Cho Oyu, on the Nepal-China border.
It was the first time she climbed one of the world's 14 peaks exceeding 8,000 meters (26,246 feet).
After becoming a full-time university hospital nurse in 2009, she struggled to balance work and climbing, eventually switching to temporary nursing so she could climb more often.
She has since regularly scaled the Himalayas and sees it as a way to regain her peace of mind from Japan's often stressful conformity-bound environment. She now wants to share the joy of mountain climbing with those who need a break.
Watanabe is preparing for a trek in June to Nanga Parbat in Pakistan, the world's ninth-highest peak, which she reached in her second attempt in 2022. This time, she plans to go with a group of amateurs, most of whom will stay at the base camp.
“The Nanga Parbat base camp is extremely scenic and it's my favorite among the 14 peaks," Watanabe said. “I want everyone to see that.” The participants are encouraged to follow at their own pace, freely stop, take photos and talk to the Sherpa guides.
“They are not supposed to be working hard,” Watanabe says. “I want (the climbers) to be free from the stereotypes and realize that the Himalayas can be fun...and to know there are more important things than reaching the summit."
Born in Onojo City in southern Japan in 1981, Watanabe was encouraged by her mother to join a kids’ adventure club and started climbing at age three. She went to an island camp in China, an expedition on the Mongolian grasslands with other children, and climbed a snowy mountain in Pakistan at 12.
Growing up, she said that her passion for adventure and climbing helped her pull through difficult times as she struggled with pressure in Japan to join collective activities and not stand out.
Her medical training has helped during her 31 expeditions over the past 20 years.
“The experience (as a nurse) has become useful in the mountains when I face emergencies and need to make a quick decision on the spot about the weather or my own health conditions."
In her first attempt at Everest in 2011, with the peak just 150 meters (160 yards) away, she decided to turn back when the weather suddenly deteriorated. Her tearful Sherpa protested, saying it was only an hour to the top. But Watanabe said she anticipated a shortage of oxygen in the tank if the weather worsened and slowed them down. On the way back, she lost her sight. They made it back safely, although she came down with pneumonia.
Back at Everest in 2013 on an extremely windy day, the conditions seemed better. Other climbers retreated, but she carefully went on and safely reached the summit.
Watanabe became the first Japanese women to scale the world's 14 highest peaks in October 2024, when she reached the 8,027-meter (26,335-foot) Mount Shishapangma in China.
In July 2024, she also became the first woman to reach the top of the 8,611-meter (28,251-foot) K2, the world's second-highest mountain, three times, an achievement recognized by the Guinness World Records.
Watanabe plans to keep climbing for the joy it brings her.
“I will probably end up climbing (mountains in the Himalayas) about 100 times,” she says. “It would be fun if that eventually becomes a record that I set in my own unique way."

Related Tags

World news
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.