ADVERTISEMENT

US clears $150M Bell 505 helicopter sale to PH

Published May 6, 2026 10:44 am  |  Updated May 6, 2026 02:24 pm

At A Glance

  • The United States has approved a possible $150 million sale of Bell 505 Jet Ranger X helicopters to the Philippines to strengthen pilot training and support military modernization.
  • The package includes helicopters, spare parts, simulators, and training for pilots and maintenance personnel, along with logistics and on-site support.
  • The aircraft are intended to address gaps in rotary-wing training and help prepare Filipino pilots for more advanced helicopters.
  • The deal is part of broader efforts to deepen defense ties between the two countries and enhance the Philippines' security capabilities, according to the US State Department.
  • This follows a separate earlier US approval of a $5.58 billion sale of F-16 fighter jets, though the Department of National Defense has not proceeded due to budget constraints.
Flags of United States and the Philippines (Photo from US Embassy in Manila)
Flags of United States and the Philippines (Photo from US Embassy in Manila)
The United States approved a possible $150 million sale of Bell 505 Jet Ranger X helicopters to the Philippines, a move seen to strengthen Manila’s pilot training capability and support its military modernization program.
In a statement Tuesday, May 5, the US Department of State said it had “made a determination approving a possible Foreign Military Sale to the Government of the Philippines of Bell 505 Jet Ranger X Helicopters and related equipment” with an estimated total cost of $150 million.
The package included aircraft, spare parts, and training support, and it covered main and tail rotor blades, full-length trainer shoes, and pilot training for 22 personnel. The training would include ground and flight instruction, left seat orientation, and Instrument Meteorological Conditions and Helicopter Upset Recovery.
The deal also involved maintenance training for six students and specialized courses covering the Bell 505 Maintenance Officer Course, field maintenance, integrated avionics, component maintenance, and Safran engine training for 22 trainees.
The proposed acquisition also included Bell 505 Veris flight simulators, a five-year Integrated Logistics Support package, and one year of on-site field and logistics support representatives.
The US said the sale would “support the foreign policy and national security of the United States by helping to improve the security of a treaty Ally that continues to be an important partner for political stability, peace, and economic progress in the Southeast Asia.”
It added that the helicopters would address gaps in rotary-wing training.
“The proposed sale will improve the Philippines’ capability to meet current and future threats by addressing aircraft competency gaps in operating rotary wing aircraft,” the statement said.
The US also noted the aircraft would help prepare pilots for more advanced platforms.
“This enhanced capability will facilitate the smooth transition for pilots to more complex rotary aircraft within the Armed Forces Philippines, and it is a cost-effective solution for developing rotary wing pilots,” it stressed.
The principal contractor for the deal would be Bell Textron Inc. based in Fort Worth, Texas.
The approval came as defense ties between Manila and Washington continued to deepen. Forces from the two nations are training in Manila until May 8 under the auspices of the Exercise Balikatan, featuring top-level military equipment.
It also followed an earlier US approval of a $5.58 billion sale of 20 F-16 fighter jets to the Philippines. The proposal, cleared in 2025, covered F-16C/D Block 70/72 aircraft along with weapons and support systems.
The Department of National Defense (DND) and Armed Forces of the Philippines (AFP) had acknowledged the offer but did not immediately proceed with the purchase due to budget constraints.
Read: Sufficient funding key to 'minimum impact' fighter jet fleet, says defense chief
DND Secretary Gilberto Teodoro Jr. said the country needed full funding to acquire a “minimum impact” fleet of multi-role fighter (MRF) jets under the Armed Forces modernization program, warning against partial purchases that could weaken capability and drive up costs.
He said the DND planned to acquire at least 40 jets for the Philippine Air Force but stressed that even this number remained limited compared with other countries, citing Ukraine’s planned 150 jets, Canada’s 200, and Thailand’s 50.
Teodoro warned that without sufficient congressional funding, the long-delayed multi-role fighter project could stall. He added that staggered buying would make prices “triple” over time.
He also pushed for advanced capabilities such as airborne warning and control systems and aerial tankers. He emphasized that sustaining aircraft with munitions and maintenance mattered as much as buying them.
The government has allocated about P61 billion for the project and the DND continued to coordinate with economic agencies to secure the needed funds.
Meanwhile, the AFP and DND have yet to react to the latest approval by the US government of the Bell 505 helicopter sale.

Related Tags

United States Bell helicopter modernization DND Armed Forces of the Philippines
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.