ADVERTISEMENT

OCD: 430 areas hit by flooding; habagat death toll rises to 26

Published Aug 18, 2026 03:56 pm

At A Glance

  • The Office of Civil Defense (OCD) said the death toll due to habagat rises to 26 as flooding hit 430 areas across 10 regions, affecting more than 5.14 million people.
  • Central Luzon recorded the most flooded areas with 404, while weather-related damage reaches P3.1 billion in infrastructure and P1.4 billion in agriculture.
  • The Philippine Coast Guard (PCG) and Belgium strengthened marine protection ties as they explore cooperation on pollution prevention, environmental monitoring, ecosystem restoration and maritime security amid garbage problems worsened by recent habagat rains.
People wade through floodwaters along Taft Ave. in Manila on August 17, 2026 following heavy rains brought by the southwest monsoon or “habagat.” Several roads in Metro Manila were reported flooded on Monday, disrupting transportation and leaving commuters stranded. (Mark Balmores/Manila Bulletin)
People wade through floodwaters along Taft Ave. in Manila on August 17, 2026 following heavy rains brought by the southwest monsoon or “habagat.” Several roads in Metro Manila were reported flooded on Monday, disrupting transportation and leaving commuters stranded. (Mark Balmores/Manila Bulletin)
The death toll from the combined effects of the enhanced southwest monsoon (habagat) and tropical cyclones “Luis” and “Maymay” has climbed to 26 as flooding spread to 430 areas amid recent rains, the Office of Civil Defense (OCD) reported on Tuesday, Aug. 18.
The OCD said that 5,146,748 individuals or 1,468,226 families in 10 regions have been affected by the weather disturbances.
The latest report covered Cordillera Administrative Region (CAR), Ilocos (Region 1), Cagayan Valley (Region 2), Central Luzon (Region 3), National Capital Region (NCR), Calabarzon (Region 4A), Mimaropa (Region 4B), Bicol (Region 5), Western Visayas (Region 6), and Zamboanga Peninsula (Region 9).
Central Luzon accounted for most of the flooded areas, with 404 reported cases. Another 15 areas were flooded in Ilocos Region and 11 in Calabarzon.
The OCD has yet to consolidate the number of flooded areas in NCR, where many roads were submerged in floodwaters due to heavy rains on Monday.
The latest figures also showed that Benguet still recorded the highest number of fatalities at 15, all of which were due to landslides. It was followed by Batangas and Rizal with three deaths apiece; Caloocan with two; and La Union, Quezon Province, and Negros Occidental with one each.
At least 17 people were also injured while one individual was missing in Batangas City.
Infrastructure losses were estimated at P3.105 billion while agricultural damage reached P1.423 billion.
The weather disturbances have also damaged a total of 1,989 houses.
The government and other responders have so far provided P760.11 million worth of assistance to affected communities.
PCG, Belgium deepen cooperation on marine protection amid garbage woes
Meanwhile, the Philippine Coast Guard (PCG) sought stronger collaboration with Belgium in marine environmental protection as the country grapples with mounting garbage problems brought by recent habagat rains.
Belgian Ambassador Vladislava Iordanova visited the PCG National Headquarters in Manila on Monday, August 17, where she and Admiral Ronnie Gil L. Gavan discussed joint efforts in pollution prevention, environmental monitoring, and ecosystem restoration.
Gavan emphasized that the partnership with Belgium would help the PCG strengthen its capacity to address these challenges.
“The visit reaffirmed the shared commitment of the PCG and Belgium to advancing maritime cooperation in environmental protection, safety, and capacity building,” PCG spokesperson Commodore Noemie Cayabyab said on Tuesday, Aug. 18.
Belgium’s track record in waste management and recycling has been recognized globally, with the country achieving one of the highest recycling rates in Europe.
The Belgian envoy highlighted this background during the talks as both sides examined how Belgian expertise could support Philippine efforts to reduce marine pollution and protect underwater critical infrastructure.
Gavan and Iordanova also discussed possible cooperation between Manila and Brussels on the enhancement of the country’s maritime security, maritime surveillance, information sharing, maritime domain awareness, and cooperation in addressing emerging maritime security challenges.
“Both sides likewise explored opportunities for capacity-building programs, postgraduate studies, and maritime simulation technologies to enhance the professional competence and operational readiness of PCG personnel,” Cayabayab noted.
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.