{"id":365,"date":"2025-11-12T14:35:46","date_gmt":"2025-11-12T14:35:46","guid":{"rendered":"https:\/\/canada.truenorthtaxes.ca\/?p=365"},"modified":"2025-11-12T14:35:46","modified_gmt":"2025-11-12T14:35:46","slug":"maximum-tuition-tax-credit-canada","status":"publish","type":"post","link":"https:\/\/truenorthbenefits.ca\/taxes\/maximum-tuition-tax-credit-canada\/","title":{"rendered":"Maximum Tuition Tax Credit"},"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: #4F46E5;\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;\ncolor: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>Maximum Tuition Tax Credit Canada 2026<\/h1>\n        <p>Turn your post-secondary education costs into serious tax savings \u2014 here&#8217;s the complete student guide<\/p>\n    <\/div>\n\n    <div class=\"vftc-content\">\n        <p>Let&#8217;s cut through the noise, eh? You&#8217;re juggling textbooks, ramen noodles, and probably wondering if that massive tuition bill will ever pay off. Here&#8217;s the good news: the CRA&#8217;s got your back with tuition tax credits that can put hundreds \u2014 even thousands \u2014 back in your pocket. But here&#8217;s the kicker: most students don&#8217;t know about the carry forward rules and end up leaving money on the table.<\/p>\n\n        <div class=\"vftc-highlight-box\">\n            <h3>\ud83c\udfaf Quick Answer<\/h3>\n            <p><strong>There&#8217;s technically no &#8220;maximum&#8221; tuition tax credit limit in Canada for 2026.<\/strong> You can claim 15% of every dollar spent on eligible tuition fees with no annual cap. The real power move? Unused credits can be <strong>carried forward indefinitely<\/strong> or transferred to family members, though transfers are capped at $5,000 per year.<\/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=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                <\/svg>\n            <\/div>\n            How the Tuition Tax Credit Actually Works\n        <\/h2>\n        \n        <p>Here&#8217;s where things get interesting. The tuition tax credit isn&#8217;t a deduction \u2014 it&#8217;s a <strong>non-refundable tax credit<\/strong> calculated at the lowest federal tax bracket (15%). So for every $100 you spend on eligible tuition, you get $15 knocked off your tax bill. Simple enough, right?<\/p>\n\n        <p>But wait \u2014 what if you&#8217;re a full-time student with minimal income? That&#8217;s where the magic of <strong>tuition tax credit carry forward<\/strong> comes in. You can bank those unused credits for years, even decades, until you&#8217;re earning real money and need them most.<\/p>\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 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253\"><\/path>\n                    <\/svg>\n                <\/div>\n                <h4>No Annual Maximum<\/h4>\n                <p>Claim 15% of all eligible tuition paid \u2014 $10K tuition = $1,500 in federal tax savings<\/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=\"M8 7V3a2 2 0 012-2h4a2 2 0 012 2v4m-6 0h6m-6 0l-1 12a2 2 0 002 2h6a2 2 0 002-2L16 7\"><\/path>\n                    <\/svg>\n                <\/div>\n                <h4>Indefinite Carry Forward<\/h4>\n                <p>Unused credits never expire \u2014 perfect for students with low income<\/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 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z\"><\/path>\n                    <\/svg>\n                <\/div>\n                <h4>Transfer to Family<\/h4>\n                <p>Give up to $5,000 in credits to spouse, parent, or grandparent<\/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 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                <h4>T2202 Certificate<\/h4>\n                <p>Official form from your school \u2014 the key to unlocking your credits<\/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 5H7a2 2 0 00-2 2v10a2 2 0 002 2h8a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path>\n                <\/svg>\n            <\/div>\n            What&#8217;s the Real Maximum You Can Claim?\n        <\/h2>\n\n        <p>Here&#8217;s where we need to get specific. While there&#8217;s no cap on how much tuition you can claim in a given year, there ARE limits on transfers. You can only transfer <strong>$5,000 of your current year&#8217;s tuition amount<\/strong> to a family member. Anything above that stays with you \u2014 either used this year or carried forward.<\/p>\n\n        <p>Pro tip: If you&#8217;re planning to transfer credits, do it strategically. Transferred amounts can&#8217;t be carried forward by the recipient. So if your parent can&#8217;t use the full $5,000 transfer this year, that money vanishes. Sometimes it&#8217;s smarter to carry forward for yourself.<\/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 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                <\/svg>\n            <\/div>\n        Provincial Reality Check: Where You Live Matters\n        <\/h2>\n\n        <p>Remember when provinces offered their own tuition credits? Those days are mostly gone, eh? Ontario, BC, Alberta, and Saskatchewan have completely eliminated their provincial tuition tax credits. If you&#8217;re in these provinces, you&#8217;re riding on the federal credit alone.<\/p>\n\n        <p>But here&#8217;s the nuance: if you have <strong>unused provincial tuition tax credits<\/strong> from before they were cancelled, you can still claim them until they&#8217;re used up. You just can&#8217;t earn new ones.<\/p>\n\n        <p>Check your province&#8217;s rules \u2014 Quebec and a few others still offer some education-related credits, but they&#8217;re increasingly rare.<\/p>\n\n        <div class=\"vftc-cta-box\">\n            <h3>Confused About Your Tax Bracket?<\/h3>\n            <p>See exactly how tuition credits affect your overall tax picture<\/p>\n            <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/income-tax-calculator\/\" class=\"vftc-cta-button\">Calculate My Tax Savings<\/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=\"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            How to Claim Your Credits (Without the Headache)\n        <\/h2>\n\n        <p>First things first: you need your <strong>T2202 Tuition and Enrolment Certificate<\/strong>. Schools must issue these by February (same time as T4 slips). If you&#8217;re studying outside Canada, you&#8217;ll need to hunt down forms TL11A, TL11C, or TL11D \u2014 institutions won&#8217;t always send these automatically.<\/p>\n\n        <ul class=\"vftc-list\">\n            <li>Enter tuition amount on line 32300 of your federal Schedule 11<\/li>\n            <li>Complete your provincial Schedule S(11) too \u2014 even if your province has no credit, it&#8217;s required<\/li>\n            <li>Designate any transfers on your T2202 form (must be done by you, not the recipient)<\/li>\n            <li>Carry forward unused amounts automatically by filing your return<\/li>\n        <\/ul>\n\n        <p>Here&#8217;s a critical detail: <strong>you must file a tax return every year<\/strong> to keep your carry forward amounts active with the CRA. Even if you made zero income, file that return to preserve your credits.<\/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 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        Don&#8217;t Sleep on the Canada Training Credit\n        <\/h2>\n\n        <p>Here&#8217;s a bonus most people miss: the <strong>Canada Training Credit<\/strong> is a separate refundable credit that stacks with your tuition tax credit. You can claim up to $250 per year (lifetime max $5,000) if you&#8217;re between 25-65 and meet income requirements.<\/p>\n\n        <p>Think of it as free money from Ottawa for upskilling. You can claim both in the same year, potentially doubling your education tax benefits. Check if you qualify \u2014 this credit is refundable, meaning you get cash back even if you owe no tax.<\/p>\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                Is there a maximum tuition tax credit I can claim per 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                No, there&#8217;s no maximum limit on how much tuition you can claim in a year. You can claim 15% of all eligible tuition fees paid. However, transfers to family members are capped at $5,000 of the current year&#8217;s amount.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                How long can I carry forward unused tuition tax credits?\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 time limit for carrying forward unused tuition tax credits. They can be carried forward indefinitely until you have enough income to use them. However, you must file a tax return each year to maintain them in CRA records.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Can I transfer tuition credits from a previous 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                No, once you&#8217;ve carried forward tuition credits to a future year, they can no longer be transferred to anyone else. Only current year amounts up to $5,000 can be transferred to eligible family members.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                What&#8217;s the difference between tuition tax credit and Canada Training Credit?\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 tuition tax credit is non-refundable (15% of fees) with no income limits. The Canada Training Credit is refundable (max $250\/year), has age restrictions (25-65), and income requirements. You can claim both in the same year.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Do I lose my tuition credits if I move to another province?\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                Your federal tuition credits move with you. For provincial credits, you use your federal carryforward amounts for your new province&#8217;s Schedule 11, unless you moved to Alberta, Ontario, PEI, or Quebec. Most provinces have eliminated their credits anyway.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Can I claim tuition paid with student 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                Yes! You can claim tuition paid with student loans, scholarships, or out-of-pocket. The source of payment doesn&#8217;t matter. Plus, you can claim a separate 15% tax credit on interest paid on government student loans.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                What if my employer reimbursed my tuition?\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                If your employer reimbursed you and that amount wasn&#8217;t included in your income, you cannot claim that portion. However, if you paid more than what was reimbursed, you can claim the difference. Same rules apply if your parent&#8217;s employer covered costs.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                How do I check my unused tuition credit balance?\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                Log into CRA My Account and look for &#8220;View Carryover Amounts&#8221; under the Tax Returns section. You&#8217;ll see federal and provincial amounts separately. Your Notice of Assessment also shows these balances. Use these when completing Schedule 11 each year.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Can I claim tuition for online courses or coding bootcamps?\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, if the institution is CRA-approved and issues a T2202 form. Many accredited online universities and some professional bootcamps qualify. The key is the T2202 \u2014 no form, no credit. Always verify before enrolling.\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>Maximum Tuition Tax Credit Canada 2026 Turn your post-secondary education costs into serious tax savings \u2014 here&#8217;s the complete student guide Let&#8217;s cut through the noise, eh? You&#8217;re juggling textbooks, ramen noodles, and probably wondering if that massive tuition bill will ever pay off. Here&#8217;s the good news: the CRA&#8217;s got your back with tuition [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[21],"tags":[],"class_list":["post-365","post","type-post","status-publish","format-standard","hentry","category-tax-credits"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":8}},"_links":{"self":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts\/365","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=365"}],"version-history":[{"count":0,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts\/365\/revisions"}],"wp:attachment":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/media?parent=365"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/categories?post=365"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/tags?post=365"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}