ADVERTISEMENT

AFP, US, Japan validate combat readiness in West Philippine Sea through joint drills

Aerial patrols reach Bashi Channel, a critical waterway separating Northern Luzon from Taiwan

Published Feb 27, 2026 01:26 pm
The Philippine Navy’s AW159 helicopter executes a cross-deck landing during the 15th Multilateral Maritime Cooperative Activity (MMCA) in the West Philippine Sea, held from February 20 to 26, 2026. (Photo: Armed Forces of the Philippines)
The Philippine Navy’s AW159 helicopter executes a cross-deck landing during the 15th Multilateral Maritime Cooperative Activity (MMCA) in the West Philippine Sea, held from February 20 to 26, 2026. (Photo: Armed Forces of the Philippines)
The Armed Forces of the Philippines (AFP) announced on Friday, Feb. 27, that it has tested its combat readiness in a high-stakes demonstration of trilateral interoperability in the West Philippine Sea (WPS) with counterparts from the United States and Japan.
The AFP concluded its 15th Multilateral Maritime Cooperative Activity (MMCA) with the US Indo-Pacific Command (INDOPACOM) and Japan Maritime Self-Defense Force (JMSDF) on Thursday, Feb. 26, after a week of intensive naval and air exercises.
The designated operational box covered areas within Philippine jurisdiction which extended up to the northern tip of Luzon, particularly Mavulis Island, and toward the maritime boundary in the area, said AFP public affairs office chief, Col. Xerxes Trinidad.
The AFP said naval assets operated up to waters west of Basco, Batanes while air operations were conducted within airspace over Philippine territory and its territorial sea north of Luzon, including Bashi Channel, another military official confirmed.
The Bashi Channel lies between northern Luzon and Taiwan, and connects the WPS to the western Pacific Ocean. The waterway is a key transit route for military and commercial vessels moving between the South China Sea and the Pacific.
The channel has drawn attention from Beijing, Washington, and Tokyo due to its proximity to Taiwan and major sea lines of communication. For Manila, the area north of Luzon forms part of its northern maritime approaches.
In fact, it sits near Mavulis Island, the country’s northernmost island, where AFP Chief of Staff Gen. Romeo Brawner Jr. previously expressed his intention to strengthen the military’s presence in preparation for a possible Taiwan invasion contingency.
Because of its proximity to both Taiwan and China, the Bashi Channel is frequently monitored by regional powers as a key chokepoint that could influence the outcome of a potential conflict.
Read: Prepare rescue plan for 250,000 OFWs in Taiwan in case of invasion, Brawner tells troops
Assets deployed
During the MMCA, the AFP said it deployed the Philippine Navy’s guided missile frigate BRP Antonio Luna (FF151) with an embarked AW159 helicopter, along with the Philippine Air Force's (PAF) FA-50 fighter jets, C-208B utility aircraft, A-29 Super Tucano light attack aircraft, and a Sokol search and rescue helicopter.
The Philippine Coast Guard (PCG) also joined with offshore patrol vessel BRP Gabriela Silang (OPV 8301), and the AFP said its participation reflected a “whole-of-nation” approach to maritime security.
Meanwhile, Japan contributed a P-3 Orion maritime patrol aircraft while the US deployed the guided missile destroyer USS Dewey (DDG 105) and a P-8A Poseidon maritime patrol and reconnaissance aircraft.
Exercises
Prior to the sailing phase, preparatory engagements were undertaken under the overall MMCA framework, including the troops’ operational synchronization on Feb. 20, a subject matter expert exchange aboard USS Dewey (DDG 105) in Subic on Feb. 21, and final preparations and movement to the operational area on Feb. 22.
The four-day at-sea activities were officially conducted from Feb. 23 to 26, including a communications check exercise, maritime domain awareness drills, replenishment at sea, and joint air patrols.
Participating forces also carried out fly-bys, division tactics and officer of the watch maneuvers, a photo exercise, and an anti-submarine warfare exercise.
A live-fire gunnery exercise was also conducted by BRP Antonio Luna (FF-151) to validate its targeting accuracy and combat readiness under realistic maritime conditions.
The AFP said the activity ended with a hotwash and finish exercise to assess performance and capture lessons for future operations.
“This second MMCA of the year underscores the sustained commitment of partner forces to enhance interoperability, reinforce maritime security, and improve maritime domain awareness in the region,” Trinidad said.
The first MMCA in the WPS this year, which was also the 14th iteration overall since the series began in 2024, was conducted by the AFP along with partners from the US and Australia from Feb. 15 to 16.
Read: Chinese warships spotted during PH‑US‑Australia maritime drills in WPS

Related Tags

AFP MMCA US Japan Bashi Channel WPS China
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.