ADVERTISEMENT

Affordable homes buck Metro Manila condo glut—Colliers

Published Aug 12, 2026 12:27 pm
The site of the Port Town Housing Project in Manila. (Photo courtesy of DHSUD)
The site of the Port Town Housing Project in Manila. (Photo courtesy of DHSUD)

Economic and affordable condominiums have emerged as the main drivers of housing demand in Metro Manila as developers grapple with about 80,000 unsold units and residential vacancies are poised to hit a record high this year, according to property consultancy Colliers Philippines.

In its Q2 2026 Metro Manila Residential Report published on Wednesday, Aug. 12, Colliers said demand shifted markedly toward condominium projects priced between ₱1.8 million and ₱3.6 million in the first half of 2026, supported by government housing programs and improved affordability.

The report was authored by Colliers Philippines research director Joey Roi Bondoc, assistant manager Martin Aguila, and senior analyst Brent Respicio.

Economic and affordable units accounted for a combined 67 percent of Metro Manila condominium net take-up in the first half, more than double their 33-percent share a year ago.

Economic units accounted for 29 percent of net take-up, while affordable projects comprised the largest share at 38 percent. Colliers noted that the mid-income segment, which historically dominated pre-selling demand, suffered a significant number of buyer backouts during the period.

Colliers attributed the shift partly to government support, particularly the Pambansang Pabahay para sa Pilipino (4PH) Program and lower mortgage rates from state-run Home Development Mutual Fund (HDMF) or more popularly known as Pag-IBIG Fund.

Pag-IBIG is offering promotional housing loan rates as low as 4.5 percent annually until end-2026 for qualified borrowers purchasing homes above the ₱1.8-million socialized housing ceiling, while its maximum loan amount has been raised to ₱10 million from ₱6 million.

Despite stronger demand for cheaper units, Metro Manila’s broader condominium market remains weighed down by a substantial inventory overhang.

Colliers said unsold condominium inventory stood at about 80,000 units as of the second quarter, including 32,600 ready-for-occupancy (RFO) units, prompting developers to prioritize clearing existing inventory instead of launching new projects.

Only 1,200 condominium units were launched in the second quarter, bringing first-half launches to 2,600 units, down 64 percent year-on-year. Net take-up also fell 60 percent quarter-on-quarter to 500 units in the second quarter, the lowest quarterly level in five quarters.

Metro Manila’s secondary condominium vacancy rate rose to 24.9 percent in the second quarter from 24.7 percent in the previous three months. Colliers expects vacancy to peak at a record 25.6 percent by end-2026 before declining starting in 2027 as completions taper.

Bay Area is expected to see vacancy approach 60 percent amid substantial new supply and is projected to overtake Fort Bonifacio as Metro Manila’s largest residential condominium hub by year-end, with about 46,300 units.

Meanwhile, higher construction material prices stemming from the Middle East conflict have delayed project turnovers in Makati central business district (CBD), Ortigas Center, C5 Corridor, and Alabang. Colliers said higher costs and narrower profit margins have prompted some developers to postpone projects, including ultra-luxury developments in Makati CBD.

Amid Metro Manila’s oversupply, Colliers urged developers to expand further into provincial markets, where average take-up rates for house-and-lot projects in key areas ranged from 88 percent to 96 percent as of the first quarter, while condominium projects posted rates of between 82 percent and 91 percent.

“We believe that accelerating license-to-sell approvals is critical to housing recovery. Regulatory bottlenecks are restricting new supply despite strong demand in Metro Manila and key provincial markets. Faster approvals would bring more homes to buyers, narrow the housing gap, improve affordability, and support broader economic growth nationwide. Solving the housing gap requires strong public-private partnership (PPP),” Bondoc said.

Colliers also proposed raising the ₱3.6-million value-added tax (VAT) exemption threshold for residential properties, noting that about 9,300 unsold RFO condominium units in Metro Manila were priced between ₱3.601 million and ₱5 million as of the second quarter.

Developers are likewise tapping growing demand for leisure-oriented properties outside Metro Manila, with recently launched beachfront developments in Batangas province recording take-up rates of between 80 percent and 90 percent within a quarter of their launch. Colliers also noted strong demand in Mactan and Samal islands.

Related Tags

Colliers Philippines residential market
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.