TL;DR Singapore's cooling measures are not just rules to memorise - they shape how much you can afford, what options are available, and how flexible your future property plans can be. For new buyers in 2026, understanding taxes, borrowing limits, holding periods, and the latest EC changes is key to avoiding costly surprises. Upfront costs: First-time Singapore Citizen buyers generally pay 0% ABSD on their first home, but BSD, legal fees, renovation costs, and other cash requirements still need to be planned early. Borrowing limits: LTV, TDSR, and MSR rules determine how much you can realistically borrow, which means your true budget may be lower than the property price range you initially hoped for. Future flexibility: SSD, MOP rules, and the 15-month wait-out period can affect when you can sell, upgrade, right-size, or move between private and public housing. EC changes: Future EC projects will have a 10-year MOP, 15-year full privatisation timeline, no Deferred Payment Scheme, and a higher 90% first-timer allocation during the priority period. Buyer impact: These EC changes do not affect only EC buyers. They may also reshape upgrader demand, shift interest across HDBs and private condos, and make long-term planning more important. Bottom line: The smartest buyers are not simply those who move fastest, but those who understand their numbers, know the rules, and choose a property that supports both today's needs and tomorrow's options. You've found a property you like.The location works. The price seems manageable. You've even started imagining what life could look like in your future home.Then reality kicks in.You discover that you need more cash upfront than expected.The bank approves a smaller loan than you were counting on.Or perhaps you realise that some housing options are no longer available because of rules you never knew existed.These situations are more common than many first-time buyers realise.In Singapore, buying a property is not just about finding a home you love. It is also about understanding the rules that determine how much you can borrow, how much tax you may need to pay, how long you must hold a property, and what opportunities may be available to you in the future.The latest Executive Condominium (EC) rule changes have made this even more important.Whether you're a single buyer purchasing your first home, a couple planning for the future, or simply trying to understand how Singapore's property market works, this guide breaks down the cooling measures every new buyer should know in 2026.Before We Begin: What Do The Rules Mean For You?Reading about ABSD, TDSR, LTV limits, and EC policies is useful.But what most buyers really want to know is:"How do these rules affect me personally?"Use the calculator below to estimate your upfront costs, financing limits, affordability, and potential property options based on your own profile. Singapore Property Cost Calculator 2026 Singapore property cost calculator 2026 Full upfront cost breakdown - BSD, ABSD, downpayment, grants, and affordability checks - based on your buyer profile. Buying costs Affordability Net sale proceeds Your profile Citizenship status Singapore Citizen (SC) Permanent Resident (PR) Foreigner US / Iceland / Swiss / Liechtenstein (FTA) Property count (after this purchase) 1st property 2nd property 3rd+ property Property type Private condo / landed HDB flat EC - new launch (pre-8 May 2026) EC - new GLS (post-8 May 2026) EC resale (privatised) Loan type Bank loan HDB loan (HDB flats only) Property & loan details Purchase price (S$) S$ Loan tenure 25 years 30 years 35 years (private only) Actual interest rate (% p.a.) - for monthly repayment estimate 3.5% Stress-test rate used for TDSR / MSR checks is fixed at 4% p.a. per MAS guidelines. Income & debts Fixed monthly income - applicant 1 (S$) S$ Variable income - applicant 1 (S$) S$ 30% haircut applied - banks count only 70% of variable income Include a co-borrower (e.g. spouse) Fixed monthly income - applicant 2 (S$) S$ Variable income - applicant 2 (S$) S$ 30% haircut applied Other monthly debt obligations - all applicants (S$) S$ Car loans, personal loans, credit cards etc. Cost breakdown Affordability checks What can you afford? Based on your income inputs from the Buying Costs tab. Adjust income and debts there to update these figures. Sale details Expected selling price (S$) S$ Outstanding loan balance (S$) S$ CPF principal withdrawn (S$) S$ Total CPF OA used for purchase + monthly instalments Years since CPF first withdrawn Yrs Used to estimate accrued interest at 2.5% p.a. Agent commission (%) 1.0% Legal fees (S$) S$ Estimated net proceeds For general reference only - not financial, legal, or property advice. Rates and rules are subject to change. Verify with IRAS, HDB, MAS, or a licensed conveyancing lawyer before transacting. CPF accrued interest estimated at 2.5% p.a. compound. Grant eligibility subject to HDB assessment. // ?? Helpers ?????????????????????????????????????????????????????????????????? function fmt(n) { return 'S$' + Math.round(n).toLocaleString('en-SG'); } function pct(n) { return Math.round(n * 100) + '%'; } function bsd(p) { const bands = [[180000,0.01],[180000,0.02],[640000,0.03],[500000,0.04],[1500000,0.05],[Infinity,0.06]]; let tax = 0, rem = p; for (const [b,r] of bands) { const chunk = Math.min(rem, b); tax += chunk * r; rem -= chunk; if (rem 25 yrs. Private: > 30 yrs. function longTenureThreshold(proptype) { return proptype === 'hdb' ? 25 : 30; } // Returns { ltv, minCashPct, reduced } for the buyer profile. function loanLimits(loantype, count, proptype, effTenure) { // HDB concessionary loan: 75% LTV, full 25% downpayment payable from CPF (0% min cash). if (loantype === 'hdb') return { ltv: 0.75, minCashPct: 0.00, reduced: false }; // Bank loan: base LTV by number of properties. let ltv = count === 1 ? 0.75 : count === 2 ? 0.45 : 0.35; let reduced = false; if (effTenure > longTenureThreshold(proptype)) { ltv = count === 1 ? 0.55 : count === 2 ? 0.25 : 0.15; // one-tier reduction reduced = true; } // Minimum cash: 5% at 75% LTV, 10% at 55% LTV, 25% for any 2nd+ property. const minCashPct = count === 1 ? (reduced ? 0.10 : 0.05) : 0.25; return { ltv, minCashPct, reduced }; } function getIncome() { const f1 = parseFloat(document.getElementById('income1_fixed').value) || 0; const v1 = parseFloat(document.getElementById('income1_var').value) || 0; let total = f1 + v1 * 0.7; if (document.getElementById('coborrower_toggle').checked) { const f2 = parseFloat(document.getElementById('income2_fixed').value) || 0; const v2 = parseFloat(document.getElementById('income2_var').value) || 0; total += f2 + v2 * 0.7; } return Math.round(total); } // CPF Housing Grant estimates (indicative, subject to HDB assessment) function estimateGrant(status, proptype, price, income) { if (proptype !== 'hdb') return null; if (status !== 'sc' && status !== 'pr') return null; // Enhanced CPF Housing Grant (EHG) for HDB - SC/PR first-timers // Household income ? S$9,000 for EHG; up to S$120,000 for SC couples if (income > 9000) return null; // Simplified estimate - actual amount depends on flat type & family nucleus const ehg = income 0 ? fmt(tdsrUsed) + ' / ' + fmt(tdsrLimit) : 'Enter income'} ${msrApplies ? ` MSR (30% limit) ${income === 0 ? '—' : msrOk ? 'Pass' : 'Fail'} ${income > 0 ? fmt(monthlyStress) + ' / ' + fmt(msrLimit) : 'Enter income'} ` : ` MSR N/A Private property ` } ABSD rate ${pct(rate)} `; // ?? Insights ?? let ins = ''; if (income > 0 && !tdsrOk) ins += `TDSR exceeded — total monthly debt of ${fmt(tdsrUsed)} is above the 55% income limit of ${fmt(tdsrLimit)}. Try adding a co-borrower, extending the loan tenure, or reducing other debts.`; if (income > 0 && msrApplies && !msrOk) ins += `MSR exceeded — the stress-tested mortgage of ${fmt(monthlyStress)}/mo exceeds 30% of gross income (${fmt(msrLimit)}). Consider a lower price point or longer loan tenure.`; if (absdAmt > 0 && rate >= 0.20) ins += `ABSD of ${fmt(absdAmt)} must be paid in cash within 14 days of signing the OTP. This cannot be paid from CPF.`; if (proptype === 'ec_new26') ins += `Post-8 May 2026 EC rules: 10-year MOP, 15-year privatisation, no Deferred Payment Scheme. Allow approximately 13 years from purchase before you can sell on the open market.`; if (status === 'foreigner') ins += `60% ABSD applies — ${fmt(absdAmt)} payable in cash within 14 days of OTP. Foreigners may wish to explore commercial property, which carries no ABSD.`; if (rate === 0 && count === 1 && (status === 'sc' || status === 'us_fta')) ins += `You pay 0% ABSD as a first-time SC / FTA buyer. This slot is irreplaceable — use it strategically.`; if (hdbLoanInvalid) ins += `An HDB concessionary loan is only available for HDB flats — not ECs or private property. For this property type you'd take a bank loan, which requires a minimum 5% cash downpayment.`; if (tenureCapped) ins += `Loan tenure capped at ${cap} years for this loan/property type (you selected ${tenureYrs}). All repayment and loan figures use ${cap} years.`; if (reduced) ins += `LTV reduced to ${Math.round(ltv*100)}% because the loan tenure exceeds ${longTenureThreshold(proptype)} years. The same reduction applies if the loan runs past your 65th birthday — check your age against the tenure. Minimum cash downpayment is ${Math.round(minCashPct*100)}%.`; if (count >= 2) ins += `For a 2nd or subsequent property, the minimum cash downpayment is 25% (${fmt(minCash)}) — far higher than the 5% for a first home, and it cannot come from CPF.`; document.getElementById('insight-box').innerHTML = ins; // ?? Affordability tab ?? calcAfford(income, otherdebt, proptype, effTenure); } // ?? Affordability tab ???????????????????????????????????????????????????????? function calcAfford(income, otherdebt, proptype, tenureYrs) { if (!income) { document.getElementById('afford-content').innerHTML = 'Enter your income in the Buying Costs tab to see affordability estimates.'; return; } const tdsrLimit = Math.round(income * 0.55); const msrLimit = Math.round(income * 0.30); const maxMortgageTdsr = Math.max(0, tdsrLimit - otherdebt); const msrApplies = proptype === 'hdb' || proptype === 'ec_new' || proptype === 'ec_new26'; // Max loan at stress rate 4% function maxLoanFromPayment(pmt, years) { const r = 0.04/12, n = years*12; return Math.round(pmt / (r * Math.pow(1+r,n) / (Math.pow(1+r,n)-1))); } const maxLoanTdsr = maxLoanFromPayment(maxMortgageTdsr, tenureYrs); const maxLoanMsr = msrApplies ? maxLoanFromPayment(msrLimit, tenureYrs) : null; const bindingLoan = maxLoanMsr !== null ? Math.min(maxLoanTdsr, maxLoanMsr) : maxLoanTdsr; // Max property price = binding loan / LTV const maxPriceFirst = Math.round(bindingLoan / 0.75); const maxPriceSecond = Math.round(Math.min(maxLoanTdsr, maxLoanMsr || Infinity) / 0.45); document.getElementById('afford-content').innerHTML = ` Max monthly mortgage (TDSR)${fmt(maxMortgageTdsr)}/mo ${msrApplies ? `Max monthly mortgage (MSR)${fmt(msrLimit)}/mo` : ''} Max loan (TDSR-bound, stress rate 4%)${fmt(maxLoanTdsr)} ${msrApplies ? `Max loan (MSR-bound, stress rate 4%)${fmt(maxLoanMsr)}` : ''} Max property price — 1st property (LTV 75%)${fmt(maxPriceFirst)} Max property price — 2nd property (LTV 45%)${fmt(maxPriceSecond)} These figures use a 4% stress-test rate over ${tenureYrs} years. Actual approved loan may vary depending on your bank's assessment, credit score, age, and other factors. Add a co-borrower in the Buying Costs tab to increase your borrowing power. `; } // ?? Proceeds tab ????????????????????????????????????????????????????????????? function calcProceed() { const sellPrice = parseFloat(document.getElementById('sell_price').value) || 0; const outstandingLoan= parseFloat(document.getElementById('outstanding_loan').value) || 0; const cpfUsed = parseFloat(document.getElementById('cpf_used').value) || 0; const cpfYears = parseFloat(document.getElementById('cpf_years').value) || 0; const commissionRate = parseFloat(document.getElementById('commission').value) / 100; const legalFee = parseFloat(document.getElementById('sell_legal').value) || 0; document.getElementById('commission_val').textContent = parseFloat(document.getElementById('commission').value).toFixed(1) + '%'; // CPF accrued interest at 2.5% p.a. compound const cpfAccrued = Math.round(cpfUsed * (Math.pow(1.025, cpfYears) - 1)); const cpfRefund = cpfUsed + cpfAccrued; const commission = Math.round(sellPrice * commissionRate); const grossProfit = sellPrice - outstandingLoan - commission - legalFee; const cashProceeds = Math.max(0, grossProfit - cpfRefund); const cpfProceeds = Math.min(grossProfit, cpfRefund); document.getElementById('proceed-breakdown').innerHTML = ` Selling price${fmt(sellPrice)} Outstanding loan repayment− ${fmt(outstandingLoan)} Agent commission (${(commissionRate*100).toFixed(1)}%)− ${fmt(commission)} Legal fees− ${fmt(legalFee)} Gross proceeds before CPF refund${fmt(grossProfit)} CPF principal used${fmt(cpfUsed)} CPF accrued interest (2.5% p.a. × ${cpfYears} yrs)${fmt(cpfAccrued)} Total CPF refund required− ${fmt(cpfRefund)} Net cash proceeds (to bank account)${fmt(cashProceeds)} CPF proceeds (returned to CPF OA)${fmt(cpfProceeds)} CPF refund is returned to your CPF Ordinary Account, not paid in cash. It can be reused for your next property purchase. Accrued interest is an estimate at 2.5% p.a. compound — actual figures depend on the date of each CPF withdrawal. `; } // ?? Event wiring ????????????????????????????????????????????????????????????? document.querySelectorAll('#tab-buy select, #tab-buy input').forEach(el => el.addEventListener('input', calc)); document.getElementById('coborrower_toggle').addEventListener('change', function() { document.getElementById('coborrower-section').style.display = this.checked ? 'block' : 'none'; calc(); }); document.querySelectorAll('#tab-proceed input').forEach(el => el.addEventListener('input', calcProceed)); document.querySelectorAll('.tab').forEach(tab => { tab.addEventListener('click', function() { document.querySelectorAll('.tab').forEach(t => t.classList.remove('active')); document.querySelectorAll('.tab-panel').forEach(p => p.classList.remove('active')); this.classList.add('active'); document.getElementById('tab-' + this.dataset.tab).classList.add('active'); }); }); calc(); calcProceed(); Once you've explored your numbers, continue reading to understand the policies behind them. A quick shortcut to the topic you want to know: The Cooling Measures Every New Buyer Should Know Taxes You Need To Budget For Borrowing Limits That Determine What You Can Afford Rules That Affect Your Future Flexibility Why Everyone Is Suddenly Talking About ECs The New EC Rules Explained Why The EC Changes Affect More Than Just EC Buyers What These Measures Mean For Your Property Journey Practical Steps Before You Commit Want To Explore Your Options In Greater Detail? Final Thoughts The Cooling Measures Every New Buyer Should Know For many first-time buyers, cooling measures sound intimidating.In reality, they are simply a set of rules designed to keep Singapore's property market stable and sustainable while ensuring homes remain accessible to those buying for their own occupation.Rather than memorising a long list of acronyms, it helps to understand cooling measures through three key areas:1. Taxes and costs you need to budget for2. Borrowing limits that determine affordability3. Rules that affect your future flexibilityTogether, these measures influence almost every property purchase in Singapore.Taxes You Need To Budget For Additional Buyer's Stamp Duty (ABSD)ABSD is one of the most widely discussed cooling measures in Singapore.It is an additional tax imposed on residential property purchases, on top of the standard Buyer's Stamp Duty.The good news for most first-time Singapore Citizen buyers is that ABSD remains 0% on your first residential property purchase.However, understanding ABSD remains important because it can significantly affect future upgrading or investment plans.Current ABSD Rates Buyer Profile 1st Property 2nd Property 3rd+ Property Singapore Citizen 0% 20% 30% Singapore PR 5% 30% 35% Foreigner 60% 60% 60% US / Iceland / Switzerland / Liechtenstein Nationals 0% 20% 30% Entity / Company 65% 65% 65% To understand the impact, consider a Singapore Citizen purchasing a second property worth S$2 million.The ABSD alone would amount to S$400,000.For a foreign buyer purchasing the same property, the ABSD would reach S$1.2 million.This is why ABSD plays such a significant role in influencing purchasing decisions and discouraging speculative demand.For married homeowners planning their next move, ABSD considerations can sometimes become more complex. Ownership arrangements, the sequence of buying and selling, and eligibility for various concessions may all influence the overall outcome.Buyer's Stamp Duty (BSD)Unlike ABSD, BSD applies to almost all residential property purchases.BSD is calculated using a progressive tax structure based on the property's purchase price.Current BSD Rates Purchase Price BSD Rate First S$180,000 1% Next S$180,000 2% Next S$640,000 3% Next S$500,000 4% Next S$1.5 million 5% Amount Above S$3 million 6% Although BSD receives less attention than ABSD, it can still be a substantial upfront cost.For example:A S$1.5 million property attracts approximately S$44,600 in BSDA S$2 million property attracts approximately S$69,600 in BSDWhat this means for new buyersMany first-time buyers focus entirely on the property's advertised price.However, the true cost of purchasing a home includes stamp duties, legal fees, and other acquisition costs.Understanding these expenses early helps you avoid budget surprises later.Borrowing Limits That Determine What You Can Afford Many new buyers assume that affordability is determined purely by income.In reality, Singapore's financing framework often has a greater influence on what you can ultimately purchase.Three key measures determine how much you can borrow.Loan-to-Value (LTV) LimitsLTV limits determine the maximum percentage of a property's value that can be financed through a housing loan.For private residential properties financed with a bank loan: Loan Count Maximum LTV First Housing Loan 75% Second Housing Loan 45% Third Housing Loan 35% For example, a buyer purchasing a S$1 million private property can typically borrow up to S$750,000 under a first housing loan, assuming they meet all other financing requirements.The remaining S$250,000 must come from cash and CPF savings.For HDB flats, eligible buyers may choose to take an HDB housing loan instead of a bank loan. HDB loans currently allow financing of up to 65% of the property's purchase price or value (whichever is lower), subject to HDB's eligibility criteria.EC buyers generally finance their purchase using bank loans, which are subject to the prevailing LTV limits and other financing rules such as the Mortgage Servicing Ratio (MSR).As buyers take on additional housing loans, the required upfront commitment increases significantly.Total Debt Serving Ratio (TDSR)TDSR limits your total monthly debt obligations to 55% of your gross monthly income.Importantly, TDSR considers more than just your mortgage.It also includes:Car loansPersonal loansCredit card debtExisting mortgages (if any)Other debt commitmentsFor example:Monthly household income: S$12,000Maxim TDSR limit: S$6,600Existing debt obligations: S$800This leaves S$5,800 available for mortgage repayments.As a result, many buyers find that TDSR becomes their true affordability ceiling.Mortgage Serving Ratio (MSR)MSR applies specifically to HDBs and ECs.Under MSR rules, monthly mortgage repayments cannot exceed 30% of gross monthly household income.For a household earning S$12,000 monthly:Maximum mortgage repayment under MSR: S$3,600 per monthThis stricter limit often becomes the key affordability benchmark for HDB and EC buyers.What this means for new buyersTogether, LTV, TDSR, and MSR explain why what you can afford and what you can borrow are not always the same thing.Many buyers start their property search based on listings they see online.A better starting point is understanding your financing limits first.Doing so helps you search with confidence and avoid disappointment later.Rules That Affect Your Future Flexibility Buying a home is not just about entering the market.It is also about understanding what options remain available to you afterwards.Several cooling measures influence how flexible your future plans can be.Seller's Stamp Duty (SSD)SSD applies when residential properties are sold within three years of purchase.Current SSD Rates Holding Period SSD Rate Up to 1 year 12% More than 1 year to 2 years 8% More than 2 years to 3 years 4% More than 3 years 0%
Read more