ADVERTISEMENT

Marcos backs key satellite programs —Palace

Published Jun 7, 2026 03:44 pm
President Ferdinand “Bongbong” Marcos Jr. (PCO)
President Ferdinand “Bongbong” Marcos Jr. (PCO)
Key initiatives aimed at strengthening the country’s space science and technology capabilities earned the support of President Marcos during the 9th Philippine Space Council meeting at Malacañan Palace, Malacañang said.
During the meeting, the council reviewed recent developments in the Philippine space sector, including ongoing satellite programs, space infrastructure projects, and efforts to enhance the use of space-based data in government operations.
The Philippine Space Agency (PhilSA) reported progress on the Multispectral Unit for Land Assessment (MULA) satellite, which is targeted for launch as early as April 2027 and is expected to support disaster management, agricultural monitoring, and environmental mapping.
The council approved a resolution declaring the proposed MULA Constellation Program a national priority undertaking to expand the country’s sovereign Earth observation capabilities through locally developed satellites.
The council also approved the establishment of a Philippine Sovereign Geostationary Telecommunications Satellite Program, which seeks to provide secure and reliable communications services under Philippine control.
The proposed satellite system would help address connectivity gaps in remote areas, strengthen disaster resilience, and support mission-critical government operations.
Another resolution adopted by the council seeks to harmonize satellite data requirements across government agencies to improve planning, monitoring, and decision-making while reducing duplication of resources.
The council likewise approved a national Orbital Debris Response Protocol that will guide government agencies in responding to incidents involving space debris and rocket reentries within Philippine territory and maritime zones.
PhilSA reported that it has monitored 90 space vehicle drop zones in Philippine waters and airspace from June 2022 to May 2026, underscoring the growing need for coordinated space safety measures.
The agency also updated the council on plans to conduct a sounding rocket test launch in Lal-lo, Cagayan, between December 2026 and February 2027 as part of efforts to develop indigenous space launch capabilities. 

Space cooperation with Japan

Meanwhile, PhilSA and the Japan Aerospace Exploration Agency (JAXA) signed a Joint Declaration of Interest in Space Cooperation, reaffirming their shared goals and objectives, and their interest in exploring cooperation and industry partnerships in satellite joint mission partnership and data applications, space exploration and human spaceflight, and space sustainability. 
The declaration was signed by PhilSA Ad Interim Director General Gay Jane P. Perez and JAXA President Hiroshi Yamakawa during Marcos' state visit to Japan.
“As we mark the 10th anniversary of the launch into orbit of the Diwata-1 microsatellite from the Japanese module of the International Space Station this year, we are reminded of how our partnership has quite literally reached new heights, symbolizing our shared commitment to innovation, science, and the industries of the future,” Marcos said at the summit meeting with Japanese Prime Minister Takaichi Sanae.
In November 2025, PhilSA and JAXA co-organized the 31st Asia-Pacific Regional Space Agency Forum (APRSAF-31) in Cebu, the largest space forum in the region.
The partnership with Japan also extends to space education and outreach, PhilSA leads the Philippines’ participation in JAXA’s Kibo Asian Beneficial Collaboration (Kibo-ABC), which provides Filipino researchers and students with opportunities to design experiments to be conducted aboard the International Space Station’s (ISS) Japanese Experiment Module “Kibo”.
This includes regular involvement in the Asian Try Zero-G where several Philippine experiments have been conducted by astronauts in the Kibo module of ISS since 2022; sharing space-exposed seeds to Philippine schools for research through Asian Herb in Space (AHIS); and the Kibo Robot Programming Challenge (Kibo_RPC) where the Philippines recently won 3rd place.   
Beyond disaster management and space education, the recent Philippines-Japan Joint Statement on the Elevation to a Comprehensive Strategic Partnership articulated that Marcos and Prime Minister Sanae "shared the view that development and cooperation harnessing technological innovation are essential to sustainable prosperity, and also decided to deepen cooperation in the fields of space and digital transformation towards attaining food security."  

Related Tags

President Marcos PHILSA satellites Philippine Space Agency Philippines-Japan
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.