ADVERTISEMENT

Top House leaders file P350,000 tax-free income bill in response to Marcos' SONA

Published Jul 29, 2026 08:48 pm

At A Glance

  • Speaker Faustino Dy III and Majority Leader Sandro Marcos file House Bill No. 10345 to implement President Marcos' tax relief proposal.
  • The measure raises the annual tax-free income ceiling from P250,000 to P350,000, restructuring graduated income tax rates under the National Internal Revenue Code.
  • Lawmakers emphasize that the bill updates tax brackets to reflect present realities, giving workers more take-home pay for essentials while keeping tax policy responsible.
Ilocos Norte 1st district Rep. Sandro Marcos (left), Isabela 6th district Rep. Faustino "Bojie" Dy III (Facebook)
Ilocos Norte 1st district Rep. Sandro Marcos (left), Isabela 6th district Rep. Faustino "Bojie" Dy III (Facebook)


House Speaker Isabela 6th district Rep. Faustino "Bojie" Dy III and Majority Leader Ilocos Norte 1st district Rep. Sandro Marcos have jointly filed a bill that would turn President Marcos' tax relief proposal for Filipinos into a reality.
Filed on Tuesday, July 28 or a day after President Marcos' fifth and penultimate State of the Nation Address (SONA) was House Bill (HB) No. 10345 .
The measure would allow Filipino workers keep a larger portion of their earnings by raising the annual tax-free income ceiling to P350,000 from the current P250,000.
"Raising the tax-free ceiling to P350,000 gives workers more room for food, tuition, medicine and the bills that do not wait,” Rep. Marcos said.
“President Marcos' SONA placed tax relief where families will feel it, in the pay they bring home after every cutoff, and Speaker Bojie Dy has made sure the House responds with a bill rather than applause alone," noted the presidential son.
The measure seeks to amend Section 24 of the National Internal Revenue Code by restructuring the graduated income tax rates imposed on Filipino citizens and resident aliens.
Under the Tax Reform for Acceleration and Inclusion (TRAIN) law, individuals with annual taxable income not exceeding P250,000 have been exempt from income tax since 2018.
HB No. 10345 raises that threshold by P100,000, placing annual taxable income not exceeding P350,000 under the zero-percent tax bracket.
The proposed schedule sets a 15 percent rate for taxable income above P350,000 but not exceeding P400,000 and retains the succeeding marginal rates of 20 percent, 25 percent, 30 percent and 35 percent.
For income above P400,000, the measure retains the existing base taxes and graduated rates applying to the P400,000, P800,000, P2 million and P8 million thresholds.
Meanwhile, Married individuals will continue to calculate their respective income taxes separately, while income that cannot be exclusively attributed to either spouse will be divided equally between them.
Minimum wage earners will remain exempt from income tax on their taxable income, holiday pay, overtime pay, night shift differential pay and hazard pay.
Qualified self-employed individuals and professionals may also choose the 8 percent tax on gross sales, receipts and non-operating income exceeding the proposed P350,000 threshold, in place of graduated income tax and percentage tax.
Mixed-income earners will remain subject to the graduated rates on compensation income and the applicable graduated or optional 8 percent tax on income from business or professional practice.
“The President’s SONA gave us a clear standard: tax policy must remain responsible while recognizing how much the cost of living has changed, and Speaker Bojie Dy shares that practical approach. This measure updates the brackets for workers, professionals and small entrepreneurs so the tax code reflects present realities,” Rep. Marcos added.
The secretary of the Department of Finance (DOF), upon the recommendation of the Bureau of Internal Revenue (BIR) commissioner, will issue the implementing regulations within 90 days, while the law will take effect 15 days after its complete publication.

Related Tags

Sandro Marcos Faustino \"Bojie\" Dy III SONA Marcos PBBM Tax-free income ceiling
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.