{"id":675,"date":"2025-12-06T01:38:39","date_gmt":"2025-12-06T01:38:39","guid":{"rendered":"https:\/\/canada.truenorthtaxes.ca\/?p=675"},"modified":"2025-12-06T01:38:39","modified_gmt":"2025-12-06T01:38:39","slug":"what-is-income-splitting-and-how-does-it-work","status":"publish","type":"post","link":"https:\/\/truenorthbenefits.ca\/taxes\/what-is-income-splitting-and-how-does-it-work\/","title":{"rendered":"What Is Income Splitting and How Does It Work"},"content":{"rendered":"\n<style>\n:root {\n    --primary-color: #4F46E5;\n    --secondary-color: #10B981;\n    --text-dark: #1F2937;\n    --text-light: #6B7280;\n    --bg-light: #F9FAFB;\n    --border-color: #E5E7EB;\n    --success-color: #059669;\n    --warning-color: #F59E0B;\n}\n\n.vftc-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 20px;\n    color: var(--text-dark);\n}\n\n.vftc-hero {\n    text-align: center;\n    padding: 40px 20px;\n    background: linear-gradient(135deg, #4F46E5 0%, #667eea 100%);\n    border-radius: 16px;\n    color: white;\n    margin-bottom: 40px;\n}\n\n.vftc-hero h1 {\n    font-size: 2.5em;\n    margin: 0 0 16px 0;\n    font-weight: 700;\n}\n\n.vftc-hero p {\n    font-size: 1.2em;\n    opacity: 0.95;\n    max-width: 700px;\n    margin: 0 auto;\n    color:white!important;\n}\n\n.vftc-content {\n    background: white;\n    border-radius: 12px;\n    padding: 40px;\n    margin-bottom: 30px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n}\n\n.vftc-content h2 {\n    font-size: 1.8em;\n    margin: 30px 0 20px 0;\n    color: var(--text-dark);\n    display: flex;\n    align-items: center;\n    gap: 12px;\n}\n\n.vftc-content h3 {\n    font-size: 1.4em;\n    margin: 25px 0 16px 0;\n    color: var(--text-dark);\n}\n\n.vftc-content p {\n    line-height: 1.8;\n    color: var(--text-light);\n    margin-bottom: 16px;\n    font-size: 1.05em;\n}\n\n.vftc-icon {\n    width: 48px;\n    height: 48px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: linear-gradient(135deg, #FEE2E2 0%, #FED7AA 100%);\n    border-radius: 12px;\n    flex-shrink: 0;\n}\n\n.vftc-icon svg {\n    width: 28px;\n    height: 28px;\n    stroke: #4F46E5;\n}\n\n.vftc-highlight-box {\n    background: linear-gradient(135deg, #DBEAFE 0%, #E0E7FF 100%);\n    border-left: 4px solid var(--primary-color);\n    padding: 24px;\n    border-radius: 12px;\n    margin: 30px 0;\n}\n\n.vftc-highlight-box h3 {\n    margin-top: 0;\n    color: var(--primary-color);\n}\n\n.vftc-features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));\n    gap: 24px;\n    margin: 30px 0;\n}\n\n.vftc-feature-card {\n    background: var(--bg-light);\n    padding: 28px;\n    border-radius: 12px;\n    text-align: center;\n    transition: all 0.3s;\n}\n\n.vftc-feature-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);\n}\n\n.vftc-feature-icon {\n    width: 72px;\n    height: 72px;\n    margin: 0 auto 20px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: linear-gradient(135deg, #FEE2E2 0%, #FED7AA 100%);\n    border-radius: 16px;\n}\n\n.vftc-feature-icon svg {\n    width: 40px;\n    height: 40px;\n    stroke: #4F46E5;\n}\n\n.vftc-feature-card h4 {\n    margin: 0 0 12px 0;\n    color: var(--text-dark);\n    font-size: 1.2em;\n}\n\n.vftc-feature-card p {\n    margin: 0;\n    font-size: 0.95em;\n}\n\n.vftc-list {\n    list-style: none;\n    padding: 0;\n    margin: 20px 0;\n}\n\n.vftc-list li {\n    padding: 12px 0 12px 36px;\n    position: relative;\n    line-height: 1.6;\n    color: var(--text-light);\n}\n\n.vftc-list li:before {\n    content: \"\u2713\";\n    position: absolute;\n    left: 0;\n    color: var(--success-color);\n    font-weight: bold;\n    font-size: 1.3em;\n}\n\n.vftc-faq-section {\n    background: white;\n    border-radius: 12px;\n    padding: 40px;\n    margin-top: 40px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n}\n\n.vftc-faq-section h2 {\n    font-size: 2em;\n    margin: 0 0 30px 0;\n    color: var(--text-dark);\n    text-align: center;\n}\n\n.vftc-faq-item {\n    background: var(--bg-light);\n    padding: 24px;\n    border-radius: 12px;\n    margin-bottom: 16px;\n    cursor: pointer;\n    transition: all 0.3s;\n}\n\n.vftc-faq-item:hover {\n    background: #F3F4F6;\n}\n\n.vftc-faq-question {\n    font-weight: 600;\n    color: var(--text-dark);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    font-size: 1.1em;\n}\n\n.vftc-faq-toggle {\n    width: 32px;\n    height: 32px;\n    background: white;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    transition: all 0.3s;\n}\n\n.vftc-faq-item.active .vftc-faq-toggle {\n    background: var(--primary-color);\n}\n\n.vftc-faq-toggle svg {\n    width: 20px;\n    height: 20px;\n    stroke: var(--text-dark);\n    transition: all 0.3s;\n}\n\n.vftc-faq-item.active .vftc-faq-toggle svg {\n    stroke: white;\n    transform: rotate(180deg);\n}\n\n.vftc-faq-answer {\n    margin-top: 16px;\n    color: var(--text-light);\n    line-height: 1.7;\n    display: none;\n}\n\n.vftc-faq-item.active .vftc-faq-answer {\n    display: block;\n}\n\n.vftc-cta-box {\n    background: linear-gradient(135deg, var(--primary-color) 0%, #7C3AED 100%);\n    padding: 32px;\n    border-radius: 12px;\n    text-align: center;\n    color: white;\n    margin: 30px 0;\n}\n\n.vftc-cta-box h3 {\n    margin: 0 0 16px 0;\n    color: white;\n}\n\n.vftc-cta-box p {\n    margin: 0 0 20px 0;\n    opacity: 0.95;\n    color: white;\n}\n\n.vftc-cta-button {\n    display: inline-block;\n    background: white;\n    color: var(--primary-color);\n    padding: 14px 32px;\n    border-radius: 8px;\n    text-decoration: none;\n    font-weight: 600;\n    transition: all 0.3s;\n}\n\n.vftc-cta-button:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);\n}\n\n@media (max-width: 768px) {\n    .vftc-hero h1 {\n        font-size: 1.8em;\n    }\n    \n    .vftc-content {\n        padding: 24px;\n    }\n    \n    .vftc-features-grid {\n        grid-template-columns: 1fr;\n    }\n}\n<\/style>\n\n<div class=\"vftc-wrapper\">\n    <div class=\"vftc-hero\">\n        <h1>What Is Income Splitting and How Does It Work?<\/h1>\n        <p>Master Canada&#8217;s smartest tax strategy to lower your family&#8217;s tax burden and keep more money where it belongs \u2014 in your pocket<\/p>\n    <\/div>\n\n    <div class=\"vftc-content\">\n        <p>Here&#8217;s the deal: you&#8217;re working hard, climbing the tax brackets, and watching a big chunk of your paycheque vanish to the CRA every year. Meanwhile, your spouse earns less and sits in a lower bracket. Feels unfair, doesn&#8217;t it? That&#8217;s where income splitting comes in \u2014 Canada&#8217;s legitimate way to level the playing field and slash your household&#8217;s overall tax bill.<\/p>\n\n        <div class=\"vftc-highlight-box\">\n            <h3>Quick Answer<\/h3>\n            <p><strong>Income splitting is a tax strategy that transfers income from a higher-earning spouse to a lower-earning partner<\/strong>, reducing your family&#8217;s total tax burden by taking advantage of Canada&#8217;s progressive tax system. The most common method is pension income splitting, where couples can allocate up to 50% of eligible pension income starting at age 65. You&#8217;ll file Form T1032 jointly each year to make this happen.<\/p>\n        <\/div>\n\n        <h2>\n            <div class=\"vftc-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                <\/svg>\n            <\/div>\n            How Income Splitting Actually Works\n        <\/h2>\n        \n        <p>Let&#8217;s break it down without the government jargon. Canada&#8217;s tax system is progressive \u2014 the more you earn, the higher your tax rate climbs. So if one partner makes $150,000 and the other makes $50,000, you&#8217;re paying way more in combined taxes than two partners each earning $100,000, even though the household income is identical. Income splitting helps fix that.<\/p>\n\n        <p>The strategy redistributes income from the higher earner to the lower earner, bringing both of you closer to the middle. The result? <strong>Lower marginal tax rates and potentially thousands saved annually<\/strong>. Think of it as the CRA&#8217;s sanctioned way to optimize your family&#8217;s tax situation \u2014 and honestly, you&#8217;d be leaving money on the table if you didn&#8217;t explore it.<\/p>\n\n        <p>But here&#8217;s the kicker: you can&#8217;t just shuffle money around willy-nilly. The CRA has strict rules called &#8220;attribution rules&#8221; designed to prevent tax avoidance. That&#8217;s why understanding which methods are legit is crucial.<\/p>\n\n        <h2>\n            <div class=\"vftc-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                <\/svg>\n            <\/div>\n            The Four Main Ways to Split Income Legally\n        <\/h2>\n\n        <div class=\"vftc-features-grid\">\n            <div class=\"vftc-feature-card\">\n                <div class=\"vftc-feature-icon\">\n                    <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                    <\/svg>\n                <\/div>\n                <h4>Pension Income Splitting<\/h4>\n                <p>The big one. At age 65, you can allocate up to 50% of eligible pension income (RRIF, life annuities, defined benefit pensions) to your spouse. Under 65? Only certain defined benefit pensions qualify.<\/p>\n            <\/div>\n\n            <div class=\"vftc-feature-card\">\n                <div class=\"vftc-feature-icon\">\n                    <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 9V7a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2m2 4h10a2 2 0 002-2v-6a2 2 0 00-2-2H9a2 2 0 00-2 2v6a2 2 0 002 2zm7-5a2 2 0 11-4 0 2 2 0 014 0z\"><\/path>\n                    <\/svg>\n                <\/div>\n                <h4>Spousal RRSP Contributions<\/h4>\n                <p>The higher earner contributes to a spousal RRSP in their partner&#8217;s name. When withdrawn in retirement, it&#8217;s taxed at the spouse&#8217;s lower rate. Watch the three-year attribution rule, though.<\/p>\n            <\/div>\n\n            <div class=\"vftc-feature-card\">\n                <div class=\"vftc-feature-icon\">\n                    <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\"><\/path>\n                    <\/svg>\n                <\/div>\n                <h4>Family Business Salaries<\/h4>\n                <p>Own a business? Hire your spouse or adult kids and pay reasonable salaries for legitimate work. Just make sure it passes the CRA&#8217;s smell test \u2014 actual duties, appropriate compensation, proper payroll deductions.<\/p>\n            <\/div>\n\n            <div class=\"vftc-feature-card\">\n                <div class=\"vftc-feature-icon\">\n                    <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 7h6m0 10v-3m-3 3h.01M9 17h.01M9 14h.01M12 14h.01M15 11h.01M12 11h.01M9 11h.01M7 21h10a2 2 0 002-2V5a2 2 0 00-2-2H7a2 2 0 00-2 2v14a2 2 0 002 2z\"><\/path>\n                    <\/svg>\n                <\/div>\n                <h4>Prescribed Rate Loans<\/h4>\n                <p>Loan money to your spouse at the CRA&#8217;s prescribed rate (currently low). They invest it, and income above the interest rate is taxed in their hands. Requires annual interest payments by January 30.<\/p>\n            <\/div>\n        <\/div>\n\n        <h2>\n            <div class=\"vftc-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z\"><\/path>\n                <\/svg>\n            <\/div>\n            What Income Actually Qualifies for Splitting?\n        <\/h2>\n\n        <p>Not all money is created equal in the CRA&#8217;s eyes. Here&#8217;s what you can and cannot split:<\/p>\n\n        <ul class=\"vftc-list\">\n            <li><strong>Eligible:<\/strong> RRIF withdrawals, life annuity payments from registered pension plans, certain defined benefit pension income<\/li>\n            <li><strong>Not eligible:<\/strong> CPP\/QPP payments, Old Age Security, U.S. IRA income, employment income, foreign pensions<\/li>\n            <li><strong>Age matters:<\/strong> Under 65? Only defined benefit pensions qualify. Hit 65 or older during the tax year? Your options expand significantly<\/li>\n            <li><strong>CPP sharing is different:<\/strong> You can share CPP credits, but that&#8217;s a separate application process \u2014 not the same as pension splitting<\/li>\n        <\/ul>\n\n        <p>Understanding these distinctions prevents headaches come tax time. Many folks assume all retirement income qualifies, then get rejected when they try to split their OAS. Don&#8217;t be that person.<\/p>\n\n        <div class=\"vftc-cta-box\">\n            <h3>Want to Calculate Your Potential Savings?<\/h3>\n            <p>See exactly how much you could save with income splitting strategies<\/p>\n            <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/income-tax-calculator\/\" class=\"vftc-cta-button\">Calculate Your Tax Impact<\/a>\n        <\/div>\n\n        <h2>\n            <div class=\"vftc-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15.232 5.232l3.536 3.536m-2.036-5.036a2.5 2.5 0 113.536 3.536L6.5 21.036H3v-3.572L16.732 3.732z\"><\/path>\n                <\/svg>\n            <\/div>\n            How to Actually File for Pension Income Splitting\n        <\/h2>\n\n        <p>Ready to make this happen? It&#8217;s simpler than you&#8217;d think, but precision matters. Both you and your spouse need to complete <strong>Form T1032 (Joint Election to Split Pension Income)<\/strong> when you file your returns. This isn&#8217;t a one-and-done deal \u2014 you elect annually, which gives you flexibility to adjust the split percentage based on your income situation each year.<\/p>\n\n        <p>The form asks for basic info: the transferring spouse&#8217;s eligible pension income, the percentage you want to split (up to 50%), and both partners&#8217; signatures. Most tax software like Wealthsimple Tax or TurboTax walks you through it, but double-check the numbers because errors delay processing and potentially trigger reviews.<\/p>\n\n        <p>Pro tip: You don&#8217;t have to split the same percentage every year. If your income disparity changes \u2014 maybe one spouse starts drawing more from investments or picks up part-time work \u2014 adjust accordingly. The goal is optimizing your combined tax situation, not hitting an arbitrary 50-50 split.<\/p>\n\n        <h2>\n            <div class=\"vftc-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-2.5L13.732 4c-.77-.833-1.964-.833-2.732 0L3.732 16.5c-.77.833.192 2.5 1.732 2.5z\"><\/path>\n                <\/svg>\n            <\/div>\n            Watch Out for TOSI \u2014 The Party Crasher\n        <\/h2>\n\n        <p>Since 2018, the Tax on Split Income (TOSI) rules have made life complicated for business owners trying to income split with adult family members. The government got wise to owners paying unreasonable dividends to spouses and kids to dodge taxes, so they introduced these anti-avoidance measures.<\/p>\n\n        <p>Under TOSI, certain income from private corporations, partnerships, or trusts gets taxed at the highest marginal rate (roughly 53%) unless specific exemptions apply. The rules are gnarly \u2014 you might qualify if you work 20+ hours weekly in the business, you&#8217;re over 65, or the business meets certain capital investment thresholds.<\/p>\n\n        <p>This is where professional advice becomes worth every penny. A qualified accountant can navigate the TOSI exemptions and structure things properly. DIY-ing this particular strategy often backfires spectacularly.<\/p>\n\n        <p>Running a business? Learn about maximizing deductions in our comprehensive guide to <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/business-expenses-tax-deductible-canada\/\" style=\"color: var(--primary-color); text-decoration: none; font-weight: 600;\">business expenses that are tax deductible in Canada<\/a>.<\/p>\n\n        <h2>\n            <div class=\"vftc-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 7h8m0 0v8m0-8l-8 8-4-4-6 6\"><\/path>\n                <\/svg>\n            <\/div>\n            Real Numbers: How Much Can You Actually Save?\n        <\/h2>\n\n        <p>Let&#8217;s get concrete. Say you&#8217;re earning $120,000 annually in pension income while your spouse has $30,000. Without splitting, you&#8217;re hitting the federal 26% bracket while they&#8217;re at 15%. Split $30,000 of your pension to them, and suddenly you&#8217;re both closer to the 20.5% bracket.<\/p>\n\n        <p>The savings vary wildly based on your specific situation \u2014 provincial tax rates, other income sources, available credits. But couples with significant income disparities commonly save $2,000 to $5,000 annually. Over a 20-year retirement? That&#8217;s potentially $100,000 that stays with your family instead of funding government programs.<\/p>\n\n        <p>Not sure where you stand? Understanding Canada&#8217;s <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/tax-brackets-canada\/\" style=\"color: var(--primary-color); text-decoration: none; font-weight: 600;\">federal and provincial tax brackets<\/a> helps you estimate your potential benefit before committing to a strategy.<\/p>\n\n        <h2>\n            <div class=\"vftc-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z\"><\/path>\n                <\/svg>\n            <\/div>\n            Common Mistakes That Cost People Money\n        <\/h2>\n\n        <ul class=\"vftc-list\">\n            <li><strong>Forgetting to file Form T1032:<\/strong> You must elect every single year. Skipping it means no split, period<\/li>\n            <li><strong>Violating the three-year rule on spousal RRSPs:<\/strong> Withdraw too soon and the income attributes back to the contributor<\/li>\n            <li><strong>Paying family members unreasonable salaries:<\/strong> The CRA will reassess and you&#8217;ll face penalties plus interest<\/li>\n            <li><strong>Missing the annual interest deadline:<\/strong> With prescribed rate loans, late payment kills the strategy permanently for that tax year<\/li>\n            <li><strong>Not considering provincial variations:<\/strong> Tax rates differ across provinces, affecting optimal split percentages<\/li>\n        <\/ul>\n\n        <p>The theme here? Income splitting rewards careful planning and consistent execution. Sloppy implementation negates the benefits and potentially creates audit triggers. When in doubt, consult a tax professional \u2014 especially for complex situations involving businesses or trusts.<\/p>\n\n        <div class=\"vftc-cta-box\">\n            <h3>Operating a Corporation?<\/h3>\n            <p>Understand how corporate tax rates impact your income splitting strategy<\/p>\n            <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/corporation-tax-rates-canada\/\" class=\"vftc-cta-button\">View Corporation Tax Rates<\/a>\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-section\">\n        <h2>Frequently Asked Questions<\/h2>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Can common-law couples use income splitting in Canada?\n                <div class=\"vftc-faq-toggle\">\n                    <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <div class=\"vftc-faq-answer\">\n                Absolutely. For tax purposes, the CRA treats married couples and common-law partners identically. You&#8217;ll need to meet the CRA&#8217;s definition of common-law (living together in a conjugal relationship for at least 12 continuous months), but once you do, all income splitting strategies \u2014 pension splitting, spousal RRSPs, prescribed rate loans \u2014 are available to you.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                What&#8217;s the difference between income splitting and pension splitting?\n                <div class=\"vftc-faq-toggle\">\n                    <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <div class=\"vftc-faq-answer\">\n                Pension splitting is actually a specific type of income splitting. &#8220;Income splitting&#8221; is the broad umbrella term for any strategy that shifts income from a high earner to a lower earner. Pension splitting specifically refers to the Form T1032 election that lets you allocate eligible pension income to your spouse. Other income splitting methods include spousal RRSPs, family business salaries, and prescribed rate loans.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Does income splitting affect my OAS or GIS benefits?\n                <div class=\"vftc-faq-toggle\">\n                    <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <div class=\"vftc-faq-answer\">\n                Yes, and this can work in your favor! OAS clawback kicks in at certain income thresholds. By splitting pension income to lower the higher earner&#8217;s income, you might avoid or reduce the clawback. For GIS, your combined family net income determines eligibility, so strategic splitting can maximize benefits. Just remember you can&#8217;t split OAS itself \u2014 only certain pension income.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                What happens if my spouse and I both have eligible pension income?\n                <div class=\"vftc-faq-toggle\">\n                    <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <div class=\"vftc-faq-answer\">\n                Only one of you can be the &#8220;transferring spouse&#8221; per tax year, so you&#8217;ll need to strategize. Usually, the higher earner transfers to the lower earner for maximum benefit. You can&#8217;t both split to each other simultaneously. Run the numbers to see which direction creates the biggest tax savings, and remember you can change this decision year to year.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Can I split rental income with my spouse?\n                <div class=\"vftc-faq-toggle\">\n                    <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <div class=\"vftc-faq-answer\">\n                Not directly through pension splitting, but you can structure ownership properly from the start. If you own the rental property jointly, you each report your share of income based on actual ownership percentage. The CRA will scrutinize arrangements where ownership doesn&#8217;t match financial reality, so legitimate joint ownership established when acquiring the property works best.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Is there a penalty if I withdraw from a spousal RRSP too soon?\n                <div class=\"vftc-faq-toggle\">\n                    <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <div class=\"vftc-faq-answer\">\n                There&#8217;s no actual &#8220;penalty,&#8221; but the tax advantage disappears. If you withdraw within three years of contribution (the remainder of that year plus two full calendar years), the income attributes back to the contributing spouse and gets taxed at their higher rate. This defeats the entire purpose of the strategy. Wait out the three years and you&#8217;re golden.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                How does income splitting work for self-employed individuals?\n                <div class=\"vftc-faq-toggle\">\n                    <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <div class=\"vftc-faq-answer\">\n                Self-employed folks can pay reasonable salaries to spouses or family members who actually work in the business. The key is &#8220;reasonable&#8221; \u2014 the CRA will compare compensation to what you&#8217;d pay an arm&#8217;s-length employee for similar work. You&#8217;ll need proper documentation: employment contracts, timesheets, job descriptions, and you must remit all payroll deductions. TOSI rules may apply to dividends or partnership distributions.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                What&#8217;s the current prescribed rate for spousal loans?\n                <div class=\"vftc-faq-toggle\">\n                    <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <div class=\"vftc-faq-answer\">\n                The CRA updates prescribed rates quarterly based on Government of Canada 90-day Treasury Bill yields. Rates can be as low as 1% during low-interest environments. The beautiful thing? Once you establish the loan at a certain rate, it&#8217;s locked in for the loan&#8217;s lifetime even if rates increase later. This creates powerful tax arbitrage when your investments earn more than the prescribed rate.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Can I income split with my adult children?\n                <div class=\"vftc-faq-toggle\">\n                    <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <div class=\"vftc-faq-answer\">\n                Yes, but TOSI rules make it tricky. If you own a business, you can pay adult children reasonable salaries for actual work performed. Dividends to adult children face strict TOSI tests \u2014 they generally need to work 20+ hours weekly in the business, be over 24, or the business must meet substantial capital requirements. Prescribed rate loans to adult children are still viable for investment income splitting outside of business structures.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Do I need to split the same percentage every year?\n                <div class=\"vftc-faq-toggle\">\n                    <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <div class=\"vftc-faq-answer\">\n                Not at all \u2014 this is one of pension splitting&#8217;s best features. You elect annually, so you can adjust the percentage (anywhere from 0% to 50%) based on that year&#8217;s income situation. Maybe your spouse had higher earnings from investments one year, so you split less. Next year their income drops, so you increase the split. This flexibility lets you optimize every single tax year independently.\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n    const faqItems = document.querySelectorAll('.vftc-faq-item');\n    \n    faqItems.forEach(item => {\n        item.addEventListener('click', function() {\n            const isActive = this.classList.contains('active');\n            \n            \/\/ Close all items\n            faqItems.forEach(i => i.classList.remove('active'));\n            \n            \/\/ Open clicked item if it wasn't active\n            if (!isActive) {\n                this.classList.add('active');\n            }\n        });\n    });\n});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>What Is Income Splitting and How Does It Work? Master Canada&#8217;s smartest tax strategy to lower your family&#8217;s tax burden and keep more money where it belongs \u2014 in your pocket Here&#8217;s the deal: you&#8217;re working hard, climbing the tax brackets, and watching a big chunk of your paycheque vanish to the CRA every year. [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23],"tags":[],"class_list":["post-675","post","type-post","status-publish","format-standard","hentry","category-tax-planning"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":8}},"_links":{"self":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts\/675","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/comments?post=675"}],"version-history":[{"count":0,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts\/675\/revisions"}],"wp:attachment":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/media?parent=675"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/categories?post=675"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/tags?post=675"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}