{"id":1190,"date":"2025-12-13T02:07:19","date_gmt":"2025-12-13T02:07:19","guid":{"rendered":"https:\/\/canada.truenorthtaxes.ca\/?p=1190"},"modified":"2025-12-13T02:07:19","modified_gmt":"2025-12-13T02:07:19","slug":"cpp-vs-oas","status":"publish","type":"post","link":"https:\/\/truenorthbenefits.ca\/taxes\/cpp-vs-oas\/","title":{"rendered":"CPP vs OAS"},"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.cppoas-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.cppoas-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.cppoas-hero h1 {\n    font-size: 2.5em;\n    margin: 0 0 16px 0;\n    font-weight: 700;\n}\n\n.cppoas-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.cppoas-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.cppoas-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.cppoas-content h3 {\n    font-size: 1.4em;\n    margin: 25px 0 16px 0;\n    color: var(--text-dark);\n}\n\n.cppoas-content p {\n    line-height: 1.8;\n    color: var(--text-light);\n    margin-bottom: 16px;\n    font-size: 1.05em;\n}\n\n.cppoas-content a {\n    color: var(--primary-color);\n    text-decoration: none;\n    font-weight: 600;\n}\n\n.cppoas-content a:hover {\n    text-decoration: underline;\n}\n\n.cppoas-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.cppoas-icon svg {\n    width: 28px;\n    height: 28px;\n    stroke: #4F46E5;\n}\n\n.cppoas-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.cppoas-highlight-box h3 {\n    margin-top: 0;\n    color: var(--primary-color);\n}\n\n.cppoas-comparison-table {\n    overflow-x: auto;\n    margin: 30px 0;\n}\n\n.cppoas-comparison-table table {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n}\n\n.cppoas-comparison-table th {\n    background: linear-gradient(135deg, #4F46E5 0%, #667eea 100%);\n    color: white;\n    padding: 16px;\n    text-align: left;\n    font-weight: 600;\n    font-size: 1.05em;\n}\n\n.cppoas-comparison-table td {\n    padding: 16px;\n    border-bottom: 1px solid var(--border-color);\n    color: var(--text-light);\n}\n\n.cppoas-comparison-table tr:last-child td {\n    border-bottom: none;\n}\n\n.cppoas-comparison-table tr:hover {\n    background: var(--bg-light);\n}\n\n.cppoas-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.cppoas-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.cppoas-feature-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);\n}\n\n.cppoas-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.cppoas-feature-icon svg {\n    width: 40px;\n    height: 40px;\n    stroke: #4F46E5;\n}\n\n.cppoas-feature-card h4 {\n    margin: 0 0 12px 0;\n    color: var(--text-dark);\n    font-size: 1.2em;\n}\n\n.cppoas-feature-card p {\n    margin: 0;\n    font-size: 0.95em;\n}\n\n.cppoas-list {\n    list-style: none;\n    padding: 0;\n    margin: 20px 0;\n}\n\n.cppoas-list li {\n    padding: 12px 0 12px 36px;\n    position: relative;\n    line-height: 1.6;\n    color: var(--text-light);\n}\n\n.cppoas-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.cppoas-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.cppoas-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.cppoas-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.cppoas-faq-item:hover {\n    background: #F3F4F6;\n}\n\n.cppoas-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.cppoas-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.cppoas-faq-item.active .cppoas-faq-toggle {\n    background: var(--primary-color);\n}\n\n.cppoas-faq-toggle svg {\n    width: 20px;\n    height: 20px;\n    stroke: var(--text-dark);\n    transition: all 0.3s;\n}\n\n.cppoas-faq-item.active .cppoas-faq-toggle svg {\n    stroke: white;\n    transform: rotate(180deg);\n}\n\n.cppoas-faq-answer {\n    margin-top: 16px;\n    color: var(--text-light);\n    line-height: 1.7;\n    display: none;\n}\n\n.cppoas-faq-item.active .cppoas-faq-answer {\n    display: block;\n}\n\n.cppoas-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.cppoas-cta-box h3 {\n    margin: 0 0 16px 0;\n    color: white;\n}\n\n.cppoas-cta-box p {\n    margin: 0 0 20px 0;\n    opacity: 0.95;\n    color: white;\n}\n\n.cppoas-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.cppoas-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    .cppoas-hero h1 {\n        font-size: 1.8em;\n    }\n    \n    .cppoas-content {\n        padding: 24px;\n    }\n    \n    .cppoas-features-grid {\n        grid-template-columns: 1fr;\n    }\n    \n    .cppoas-comparison-table {\n        font-size: 0.9em;\n    }\n}\n<\/style>\n\n<div class=\"cppoas-wrapper\">\n    <div class=\"cppoas-hero\">\n        <h1>CPP vs OAS: Canada 2026<\/h1>\n        <p>Understanding your retirement benefits \u2014 how these two pillars differ, what you&#8217;ll actually receive, and when to start collecting<\/p>\n    <\/div>\n\n    <div class=\"cppoas-content\">\n        <p>Alright, let&#8217;s talk retirement money. You&#8217;re scrolling through government websites, seeing acronyms like CPP and OAS thrown around like everyone&#8217;s supposed to know the difference. Here&#8217;s the truth \u2014 they&#8217;re both monthly cheques in retirement, but they come from completely different places and have totally different rules. One&#8217;s based on what you paid in during your working years. The other? It&#8217;s basically a residency bonus for sticking around Canada long enough. Let&#8217;s break this down without the bureaucratic mumbo-jumbo, eh?<\/p>\n\n        <div class=\"cppoas-highlight-box\">\n            <h3>\u26a1 Quick Answer<\/h3>\n            <p><strong>CPP is a contributory pension<\/strong> you pay into through your paycheque (like a mandatory retirement savings plan) \u2014 the more you earn and contribute, the more you&#8217;ll receive (up to $1,433\/month in 2026 at age 65). <strong>OAS is a residency-based benefit<\/strong> funded by general tax revenue \u2014 if you&#8217;ve lived in Canada for 40+ years after age 18, you&#8217;ll get the maximum ($727.67\/month for ages 65-74, $800.44 for 75+). Most retirees receive both, potentially getting over $2,200\/month combined. CPP has no income clawback; OAS gets reduced if you earn over $90,997 annually.<\/p>\n        <\/div>\n\n        <h2>\n            <div class=\"cppoas-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 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z\"><\/path>\n                <\/svg>\n            <\/div>\n            CPP vs OAS: Side-by-Side Comparison\n        <\/h2>\n\n        <div class=\"cppoas-comparison-table\">\n            <table>\n                <thead>\n                    <tr>\n                        <th>Feature<\/th>\n                        <th>CPP (Canada Pension Plan)<\/th>\n                        <th>OAS (Old Age Security)<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td><strong>Eligibility Basis<\/strong><\/td>\n                        <td>Work contributions \u2014 you must have paid into CPP during employment<\/td>\n                        <td>Residency \u2014 based on years lived in Canada after age 18<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>Funding Source<\/strong><\/td>\n                        <td>Payroll deductions (you + employer contribute)<\/td>\n                        <td>General tax revenue (no direct contribution required)<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>Maximum Monthly (2026)<\/strong><\/td>\n                        <td>$1,433 at age 65 (variable based on contributions)<\/td>\n                        <td>$727.67 (ages 65-74) \/ $800.44 (age 75+)<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>Earliest Start Age<\/strong><\/td>\n                        <td>Age 60 (reduced by 0.6% per month before 65)<\/td>\n                        <td>Age 65 (no early option)<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>Latest Start Age<\/strong><\/td>\n                        <td>Age 70 (increased by 0.7% per month after 65)<\/td>\n                        <td>Age 70 (increased by 0.6% per month after 65)<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>Clawback\/Recovery Tax<\/strong><\/td>\n                        <td>None \u2014 keep full amount regardless of income<\/td>\n                        <td>Yes \u2014 15% recovery tax if income exceeds $90,997<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>Work History Required<\/strong><\/td>\n                        <td>Yes \u2014 must have made contributions<\/td>\n                        <td>No \u2014 can qualify without ever working<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>Taxable Income<\/strong><\/td>\n                        <td>Yes \u2014 fully taxable<\/td>\n                        <td>Yes \u2014 fully taxable<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>Survivor Benefits<\/strong><\/td>\n                        <td>Yes \u2014 CPP survivor&#8217;s pension available<\/td>\n                        <td>No \u2014 OAS ends at death<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>Inflation Adjustment<\/strong><\/td>\n                        <td>Adjusted annually (January) based on CPI<\/td>\n                        <td>Adjusted quarterly based on cost of living<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n\n        <h2>\n            <div class=\"cppoas-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            Understanding CPP: Your Work-Based Pension\n        <\/h2>\n\n        <p>Think of CPP as a mandatory workplace pension that follows you from job to job. Every paycheque you&#8217;ve earned above $3,500 annually, you and your employer have been splitting CPP contributions (5.95% each in 2026, up to maximum pensionable earnings). Self-employed? You&#8217;re paying both halves \u2014 the full 11.9%. Ouch.<\/p>\n\n        <p>Here&#8217;s where it gets interesting: CPP isn&#8217;t sitting in a government piggy bank with your name on it. It&#8217;s a defined benefit plan managed by the CPP Investment Board, which has been crushing it with solid returns. Your contributions aren&#8217;t just funding your own retirement \u2014 they&#8217;re part of a larger pool funding everyone&#8217;s CPP. The system&#8217;s designed to be sustainable, with current contribution rates ensuring the plan stays solvent for decades.<\/p>\n\n        <h3>How Much CPP Will You Actually Get?<\/h3>\n\n        <p>Your CPP amount depends on three things: how much you earned, how long you contributed, and when you start collecting. The maximum monthly benefit at age 65 is $1,433, but the average Canadian only receives around $815\/month. Why the gap? Most people don&#8217;t max out their CPP contributions every year for 40 years.<\/p>\n\n        <p>CPP uses your best 39 years of earnings (dropping your eight lowest-earning years). Took time off for kids? CPP has a child-rearing dropout provision. Had years with no income due to disability? Those get dropped too. The calculation&#8217;s complex, but Service Canada provides a Statement of Contributions showing your estimated benefit.<\/p>\n\n        <div class=\"cppoas-features-grid\">\n            <div class=\"cppoas-feature-card\">\n                <div class=\"cppoas-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 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                    <\/svg>\n                <\/div>\n                <h4>Take CPP at 60<\/h4>\n                <p>Reduced by 36% (0.6% per month early). Maximum becomes $917\/month. Makes sense if you need income now or have shorter life expectancy.<\/p>\n            <\/div>\n\n            <div class=\"cppoas-feature-card\">\n                <div class=\"cppoas-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 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                    <\/svg>\n                <\/div>\n                <h4>Take CPP at 65<\/h4>\n                <p>Full benefit amount. Breakeven point compared to taking at 60 is around age 74. Standard choice for most Canadians.<\/p>\n            <\/div>\n\n            <div class=\"cppoas-feature-card\">\n                <div class=\"cppoas-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=\"M13 7h8m0 0v8m0-8l-8 8-4-4-6 6\"><\/path>\n                    <\/svg>\n                <\/div>\n                <h4>Delay CPP to 70<\/h4>\n                <p>Increased by 42% (0.7% per month delayed). Maximum becomes $2,035\/month. Best option if you&#8217;re still working or have longevity in your genes.<\/p>\n            <\/div>\n        <\/div>\n\n        <h2>\n            <div class=\"cppoas-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6\"><\/path>\n                <\/svg>\n            <\/div>\n            Understanding OAS: Your Residency Bonus\n        <\/h2>\n\n        <p>Old Age Security is Canada&#8217;s way of saying &#8220;thanks for sticking around.&#8221; It&#8217;s not based on work history at all \u2014 you could have never worked a day in your life and still qualify. The only requirement? Living in Canada for a solid chunk of time after you turned 18.<\/p>\n\n        <p>To get the full OAS payment ($727.67\/month for ages 65-74, bumped to $800.44 at 75), you need 40 years of Canadian residency after age 18. Got less than that? You&#8217;ll receive a partial amount \u2014 1\/40th of the full payment for each year of residency. Lived here for 20 years? You get 50% of the maximum. Pretty straightforward, eh?<\/p>\n\n        <p>Here&#8217;s the catch: you need at least 10 years of residency after age 18 to qualify for OAS at all. Less than that? You&#8217;re out of luck unless you&#8217;ve worked in a country with a social security agreement with Canada (totalization agreement), which can add those foreign years to your Canadian residency count.<\/p>\n\n        <h3>The OAS Clawback (Recovery Tax)<\/h3>\n\n        <p>Here&#8217;s where OAS gets complicated for high earners. If your individual net income exceeds $90,997 (2026 threshold), you start paying back 15% of every dollar over that threshold. This is called the OAS recovery tax or &#8220;clawback.&#8221; Earn $100,000? You&#8217;re repaying $1,350 annually ($112.50\/month). The clawback completely eliminates OAS once your income hits approximately $148,000.<\/p>\n\n        <p>Unlike CPP, which you keep regardless of other income, OAS acts as income-tested support. The government figures if you&#8217;re pulling in six figures in retirement, you probably don&#8217;t need the full OAS benefit. Fair? Depends who you ask.<\/p>\n\n        <div class=\"cppoas-cta-box\">\n            <h3>Planning Your Retirement Income?<\/h3>\n            <p>Calculate your total tax burden including CPP, OAS, and other retirement income<\/p>\n            <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/income-tax-calculator\/\" class=\"cppoas-cta-button\">Try Our Tax Calculator<\/a>\n        <\/div>\n\n        <h2>\n            <div class=\"cppoas-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            Strategic Timing: When Should You Start?\n        <\/h2>\n\n        <p>The million-dollar question: take it early or wait? There&#8217;s no universal answer, but here&#8217;s how to think about it:<\/p>\n\n        <ul class=\"cppoas-list\">\n            <li><strong>Take CPP\/OAS early if:<\/strong> You need the income now, have health issues suggesting shorter life expectancy, or want guaranteed income for immediate retirement needs.<\/li>\n            <li><strong>Delay CPP\/OAS if:<\/strong> You&#8217;re still working (and paying taxes that reduce the benefit value), have family longevity suggesting you&#8217;ll live into your 90s, or have other income sources to bridge the gap.<\/li>\n            <li><strong>Stagger them:<\/strong> Take CPP early but delay OAS to 70, or vice versa. They&#8217;re independent \u2014 you don&#8217;t have to coordinate their start dates.<\/li>\n            <li><strong>Tax optimization matters:<\/strong> If you&#8217;re in a high tax bracket in your 60s but expect lower income in your 70s, delaying benefits can save significant tax dollars.<\/li>\n        <\/ul>\n\n        <p>The math breaks even around age 74-75 for CPP (taking at 60 vs 65) and around age 83 for delaying to 70. But &#8220;breakeven&#8221; assumes you die exactly then \u2014 if you live longer, delaying wins. If you die earlier, taking early wins. Nobody has a crystal ball, so factor in your health, family history, and personal risk tolerance.<\/p>\n\n        <h2>\n            <div class=\"cppoas-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            Maximum Combined Income: What You Could Get\n        <\/h2>\n\n        <p>Let&#8217;s talk real numbers. A Canadian who maxed out CPP contributions for 40 years and lived in Canada for 40+ years after age 18 could receive:<\/p>\n\n        <ul class=\"cppoas-list\">\n            <li><strong>Ages 65-74:<\/strong> $1,433 (CPP) + $727.67 (OAS) = $2,160.67\/month or $25,928\/year<\/li>\n            <li><strong>Age 75+:<\/strong> $1,433 (CPP) + $800.44 (OAS) = $2,233.44\/month or $26,801\/year<\/li>\n            <li><strong>If both spouses qualify:<\/strong> That&#8217;s $51,856-53,602 annually for a retired couple \u2014 not getting rich, but a solid foundation<\/li>\n        <\/ul>\n\n        <p>Remember, these are taxable benefits. That $25,928 gets taxed based on your <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/tax-brackets-canada\/\">tax bracket<\/a>, reducing your actual take-home. At a 20% effective tax rate, you&#8217;d net about $20,742 annually. This is why most financial planners recommend CPP and OAS as a foundation, not your entire retirement income plan. Supplement with <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/rrsp-vs-fhsa\/\">RRSP savings<\/a>, workplace pensions, or <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/tax-free-savings-account-vs-rrsp\/\">TFSA investments<\/a> for a comfortable retirement.<\/p>\n\n        <h2>\n            <div class=\"cppoas-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 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                <\/svg>\n            <\/div>\n            Quebec Residents: QPP vs CPP\n        <\/h2>\n\n        <p>Quick note for Quebecers \u2014 you pay into the Quebec Pension Plan (QPP) instead of CPP. They&#8217;re nearly identical in structure, amounts, and rules, but administered separately by Retraite Qu\u00e9bec. When people say &#8220;CPP,&#8221; they usually mean &#8220;CPP\/QPP&#8221; interchangeably. The math and principles in this article apply to both programs with minimal differences.<\/p>\n    <\/div>\n\n    <div class=\"cppoas-faq-section\">\n        <h2>Frequently Asked Questions<\/h2>\n\n        <div class=\"cppoas-faq-item\">\n            <div class=\"cppoas-faq-question\">\n                Can I receive both CPP and OAS at the same time?\n                <div class=\"cppoas-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=\"cppoas-faq-answer\">\n                Absolutely! In fact, most Canadian retirees receive both. They&#8217;re completely separate programs with different eligibility criteria. CPP is based on your work contributions, while OAS is based on your residency. You apply for them separately through Service Canada, and they&#8217;re paid as two distinct monthly deposits. The only limitation is OAS clawback if your total retirement income (including CPP) exceeds $90,997 annually.\n            <\/div>\n        <\/div>\n\n        <div class=\"cppoas-faq-item\">\n            <div class=\"cppoas-faq-question\">\n                What happens to CPP and OAS if I keep working after 65?\n                <div class=\"cppoas-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=\"cppoas-faq-answer\">\n                You can collect both CPP and OAS while still working \u2014 there&#8217;s no penalty. However, if you&#8217;re collecting CPP and still earning employment income, you&#8217;ll continue making CPP contributions (called Post-Retirement Benefits or PRB), which slightly increases your future CPP payment. For OAS, working doesn&#8217;t affect eligibility, but if your total income including employment earnings exceeds $90,997, you&#8217;ll face the OAS clawback. Many Canadians delay starting OAS until they stop working to avoid losing benefits to the recovery tax.\n            <\/div>\n        <\/div>\n\n        <div class=\"cppoas-faq-item\">\n            <div class=\"cppoas-faq-question\">\n                If I never worked in Canada, can I still get OAS?\n                <div class=\"cppoas-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=\"cppoas-faq-answer\">\n                Yes! OAS is purely residency-based, not work-based. If you&#8217;ve lived in Canada for at least 10 years after age 18, you qualify for partial OAS (1\/40th of the maximum for each year of residency). Someone who never worked but lived in Canada for 40+ years after age 18 would receive the full OAS amount. You won&#8217;t qualify for CPP without work contributions, but OAS remains available. This makes OAS particularly valuable for stay-at-home parents, caregivers, or others with limited work history.\n            <\/div>\n        <\/div>\n\n        <div class=\"cppoas-faq-item\">\n            <div class=\"cppoas-faq-question\">\n                How does the OAS clawback actually work?\n                <div class=\"cppoas-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=\"cppoas-faq-answer\">\n                The OAS recovery tax (clawback) kicks in when your individual net income exceeds $90,997 in 2026. You repay 15 cents of every dollar over that threshold. For example, if you earn $100,000, that&#8217;s $9,003 over the threshold, so you repay $1,350 annually ($112.50\/month). The clawback completely eliminates OAS around $148,000 in annual income. This happens automatically through your tax return \u2014 Service Canada adjusts your monthly OAS payments based on your previous year&#8217;s income. Note: it&#8217;s based on individual income, not family income, so both spouses can receive full OAS even if combined household income is high.\n            <\/div>\n        <\/div>\n\n        <div class=\"cppoas-faq-item\">\n            <div class=\"cppoas-faq-question\">\n                Should I take CPP at 60 or wait until 65 or 70?\n                <div class=\"cppoas-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=\"cppoas-faq-answer\">\n                It depends on your personal situation. Take at 60 if you need income immediately, have health issues suggesting shorter life expectancy, or want guaranteed cash flow for early retirement. Take at 65 (standard age) for the balanced middle ground \u2014 this is what most Canadians choose. Delay until 70 if you&#8217;re still working and in a high tax bracket, have family longevity suggesting you&#8217;ll live into your 90s, or have other income sources and want to maximize your guaranteed lifetime income. The breakeven age is around 74 (age 60 vs 65 start) and 83 (age 65 vs 70 start). After those ages, delaying wins financially if you live longer.\n            <\/div>\n        <\/div>\n\n        <div class=\"cppoas-faq-item\">\n            <div class=\"cppoas-faq-question\">\n                What&#8217;s GIS and how does it relate to CPP and OAS?\n                <div class=\"cppoas-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=\"cppoas-faq-answer\">\n                GIS (Guaranteed Income Supplement) is an additional benefit for low-income OAS recipients. You must be receiving OAS to qualify for GIS \u2014 it&#8217;s not a standalone benefit. GIS tops up your income if you&#8217;re earning less than roughly $21,624 annually (single) or $28,560 (couple, combined). Unlike OAS which has a clawback for high earners, GIS phases out for low-to-moderate earners. It&#8217;s based on family income, not just individual income like OAS. If you&#8217;re collecting maximum CPP ($1,433\/month = $17,196\/year) plus full OAS, you likely won&#8217;t qualify for GIS. But if you have minimal CPP and low other income, GIS can add several hundred dollars monthly to your OAS payment.\n            <\/div>\n        <\/div>\n\n        <div class=\"cppoas-faq-item\">\n            <div class=\"cppoas-faq-question\">\n                Can my spouse receive survivor benefits from my CPP and OAS?\n                <div class=\"cppoas-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=\"cppoas-faq-answer\">\n                CPP offers a survivor&#8217;s pension to your surviving spouse or common-law partner. The amount depends on your CPP contributions and the survivor&#8217;s age (maximum is 60% of your CPP retirement pension). Your surviving spouse can receive both their own CPP and the survivor&#8217;s pension, though the combined amount cannot exceed the maximum CPP payment. However, OAS has NO survivor benefits \u2014 it ends completely when you die. This is a key difference between the two programs. If both spouses qualify for their own OAS based on residency, both receive it while alive, but when one dies, the household loses that entire OAS payment.\n            <\/div>\n        <\/div>\n\n        <div class=\"cppoas-faq-item\">\n            <div class=\"cppoas-faq-question\">\n                Do CPP and OAS increase with inflation?\n                <div class=\"cppoas-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=\"cppoas-faq-answer\">\n                Yes, both are indexed to inflation, but on different schedules. CPP is adjusted annually every January based on the Consumer Price Index (CPI). If inflation is 3%, your CPP payment increases by 3% in January. OAS is adjusted quarterly (January, April, July, October) based on cost-of-living changes. During high-inflation periods, OAS adjusts more frequently, giving you faster protection against rising prices. Both adjustments are automatic \u2014 you don&#8217;t need to apply or request them. This inflation protection is one of the most valuable features of government pensions, ensuring your purchasing power doesn&#8217;t erode over a 20-30 year retirement.\n            <\/div>\n        <\/div>\n\n        <div class=\"cppoas-faq-item\">\n            <div class=\"cppoas-faq-question\">\n                What if I worked in both Canada and the United States?\n                <div class=\"cppoas-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=\"cppoas-faq-answer\">\n                Canada and the U.S. have a totalization agreement allowing your work periods in both countries to count toward eligibility. For CPP, your Canadian work contributions determine your benefit (U.S. Social Security contributions count toward your U.S. benefit separately). For OAS, your U.S. residency can count toward the 10-year minimum eligibility requirement, but only Canadian residency counts for calculating the actual payment amount. This means if you lived 5 years in Canada and 5 years in the U.S., you&#8217;d qualify for OAS (10 years combined), but only receive 5\/40ths of the full amount. You could receive both partial Canadian OAS and partial U.S. Social Security. Learn more about <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/taxes-in-canada-vs-united-states\/\">tax implications of cross-border retirement<\/a>.\n            <\/div>\n        <\/div>\n\n        <div class=\"cppoas-faq-item\">\n            <div class=\"cppoas-faq-question\">\n                Are CPP and OAS automatically approved or do I need to apply?\n                <div class=\"cppoas-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=\"cppoas-faq-answer\">\n                You must apply for both \u2014 they&#8217;re not automatic. Apply through Service Canada online or by paper application. For CPP, you can apply as early as 12 months before you want payments to start. For OAS, apply 6 months before you turn 65 (or when you want to start if delaying). Service Canada will send you letters as reminders, but you need to initiate the application. Processing takes about 120 days (three months), so don&#8217;t wait until the last minute. Some people qualify for automatic enrollment in OAS if Service Canada has sufficient information in their records, but you&#8217;ll receive a letter asking you to confirm your banking details. Don&#8217;t assume you&#8217;re enrolled automatically \u2014 verify and apply to avoid payment delays.\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n    const faqItems = document.querySelectorAll('.cppoas-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\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>CPP vs OAS: Canada 2026 Understanding your retirement benefits \u2014 how these two pillars differ, what you&#8217;ll actually receive, and when to start collecting Alright, let&#8217;s talk retirement money. You&#8217;re scrolling through government websites, seeing acronyms like CPP and OAS thrown around like everyone&#8217;s supposed to know the difference. Here&#8217;s the truth \u2014 they&#8217;re both [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[14],"tags":[],"class_list":["post-1190","post","type-post","status-publish","format-standard","hentry","category-comparisons"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":8}},"_links":{"self":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts\/1190","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=1190"}],"version-history":[{"count":0,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts\/1190\/revisions"}],"wp:attachment":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/media?parent=1190"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/categories?post=1190"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/tags?post=1190"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}