ADVERTISEMENT

Tokyo leading the way in weather and disaster resilience

Published Aug 22, 2026 02:04 pm  |  Updated Aug 21, 2026 02:09 pm
Children play in a public fountain and cool off from the summer heat in Japan.
Children play in a public fountain and cool off from the summer heat in Japan.
By CHIARA TERZUOLO
Extreme heat, heavy rain and other urban crises brought about by climate change are now a global issue and have been at the forefront of everyone’s minds this summer 2026, with Europe and the United States hit by a historic heatwave. France recorded one of the hottest days since statistics began in 1947, with temperatures exceeding 44°C in some locations, and the country's public health authorities reporting over 2,000 excess deaths due to the heatwave as of July 2026.
Tokyo is no stranger to heat and other extreme weather, as well as being one of the world's most densely populated cities, home to over 14 million people. Discover three ways Japan’s capital is working to keep people safe in the face of climate challenges, and see how resilience can be woven into everyday life, communities, and businesses.
Everyday Readiness: Making resilience part of daily life
As extreme weather becomes part of daily urban life, the Tokyo-based startup Sakigake Japan is working to get resilience built into everyday routines. The company connects disaster-preparedness and climate-adaptation solutions with real-world use, creating value in normal times and becoming essential when crises strike.
One of their solutions is an AI- and cloud-based platform that visualizes weather and flood risk, which is particularly important in Tokyo, where sudden, localized downpours can overwhelm infrastructure. The platform helps estimate inundation risks specific areas face, supporting earlier precautions and better planning.
The increasing heat is also a major concern that must be addressed, as if a large disaster hits in summer and air conditioning stops, temperatures in homes and other buildings can quickly become life-threatening.
Mobile cold-chain solutions could address that gap. Portable refrigeration units used for events and logistics in normal times, can then shift to evacuation support for food, beverages, and medicine during emergencies. In addition to being movable, they can operate off-grid when external power is lost, enabling faster, more localized responses when transport and utilities are disrupted.
Creating rain gardens and green infrastructure in the city
Setagaya City in Tokyo is a residential district known for its abundant greenery, and home to Setagaya Trust & Community Design, a new model for urban development, fostering community ties through green infrastructure initiatives, such as personal rain gardens.
A rain garden collects rainwater from roofs and paved surfaces, holds it temporarily, and allows it to gradually soak into the ground. This helps reduce urban flooding and ease the heat island effect, among other benefits. Rainwater stored in tanks can also be used for watering gardens or during emergencies.
The idea is that if each household created one, it could help reduce flood risk across the community, so the initiative focuses on making rain gardens easy to build and enjoyable as an extension of everyday gardening, using materials readily available at home improvement stores and planting a variety of species to help create habitat for local wildlife.
As climate change increases the risk of urban flooding around the world, expanding bottom-up environmental efforts that begin with small, individually built rain gardens—alongside government-led infrastructure—can help strengthen disaster resilience in high-density cities like Tokyo.
New cooling fabrics to help beat the heat
As temperatures continue to rise, finding practical solutions for keeping people safe and comfortable is becoming a major challenge for cities around the world. Selected as a finalist for the pitch contest held at SusHi Tech Tokyo 2026, Asia’s largest global innovation conference, startup Eztia Materials has developed "HydraVolt," a next-generation cooling material aimed at people working in extreme heat sectors.
HydraVolt can be printed on or sewn into garments and is designed to lower skin temperature through evaporative cooling by up to 10 degrees Celsius, for as long as 8 hours, no electricity or batteries required. The material is recharged through exposure to water and can be laundered just like regular clothing.
The company has had successful test results with cooling headwear for elementary school children, shirts and headbands with the Hokkaido Nippon-Ham Fighters professional baseball team, and arm covers for drivers at Yamato Holdings Co., Ltd., a logistics and parcel delivery company. The results suggest strong potential for the technology to be scaled and incorporated into daily life.
With heatwaves battering Europe and the United States, weather patterns becoming more extreme and natural disasters becoming increasingly common, countries and cities across the globe are seeking ways to adapt to the problems caused by climate change. With centuries of experience dealing with everything from earthquakes to typhoon season, learn from Tokyo's urban strength and preparedness, and see how resilience can be built into the structure of a city.

Related Tags

world news Tokyo disaster resilience
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; } }

{{ static_articles_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.