{"id":186,"date":"2025-11-09T00:17:45","date_gmt":"2025-11-09T00:17:45","guid":{"rendered":"https:\/\/canada.truenorthtaxes.ca\/?p=186"},"modified":"2025-11-09T00:17:45","modified_gmt":"2025-11-09T00:17:45","slug":"t4-slip-canada","status":"publish","type":"post","link":"https:\/\/truenorthbenefits.ca\/taxes\/t4-slip-canada\/","title":{"rendered":"T4 Slip Guide"},"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.cg-calculator-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.cg-hero {\n    text-align: center;\n    padding: 40px 20px;\n    background: linear-gradient(135deg, var(--primary-color) 0%, #7C3AED 100%);\n    border-radius: 16px;\n    color: white;\n    margin-bottom: 40px;\n}\n\n.cg-hero h1 {\n    font-size: 2.5em;\n    margin: 0 0 16px 0;\n    font-weight: 700;\n}\n\n.cg-hero p {\n    font-size: 1.2em;\n    opacity: 0.95;\n    max-width: 700px;\n    margin: 0 auto;\n}\n\n.cg-content-section {\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.cg-content-section h2 {\n    font-size: 2em;\n    margin: 0 0 20px 0;\n    color: var(--text-dark);\n}\n\n.cg-content-section h3 {\n    font-size: 1.4em;\n    margin: 30px 0 16px 0;\n    color: var(--text-dark);\n}\n\n.cg-content-section p {\n    line-height: 1.8;\n    color: var(--text-light);\n    margin-bottom: 16px;\n}\n\n.cg-icon {\n    width: 40px;\n    height: 40px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: linear-gradient(135deg, #EEF2FF 0%, #E0E7FF 100%);\n    border-radius: 10px;\n}\n\n.cg-icon svg {\n    width: 24px;\n    height: 24px;\n}\n\n.cg-features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin: 30px 0;\n}\n\n.cg-feature-card {\n    background: var(--bg-light);\n    padding: 24px;\n    border-radius: 12px;\n    text-align: center;\n}\n\n.cg-feature-icon {\n    width: 64px;\n    height: 64px;\n    margin: 0 auto 16px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: linear-gradient(135deg, #EEF2FF 0%, #E0E7FF 100%);\n    border-radius: 16px;\n}\n\n.cg-feature-icon svg {\n    width: 36px;\n    height: 36px;\n}\n\n.cg-feature-card h4 {\n    margin: 0 0 12px 0;\n    color: var(--text-dark);\n}\n\n.cg-feature-card p {\n    margin: 0;\n    font-size: 0.95em;\n}\n\n.cg-highlight-box {\n    background: linear-gradient(135deg, #EEF2FF 0%, #E0E7FF 100%);\n    border-left: 4px solid var(--primary-color);\n    padding: 24px;\n    border-radius: 12px;\n    margin: 24px 0;\n}\n\n.cg-highlight-box h3 {\n    margin-top: 0;\n    color: var(--primary-color);\n}\n\n.cg-box-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n    gap: 16px;\n    margin: 24px 0;\n}\n\n.cg-box-item {\n    background: var(--bg-light);\n    padding: 20px;\n    border-radius: 8px;\n    border: 2px solid var(--primary-color);\n}\n\n.cg-box-item h4 {\n    margin: 0 0 8px 0;\n    color: var(--primary-color);\n    font-size: 1.1em;\n}\n\n.cg-box-item p {\n    margin: 0;\n    font-size: 0.95em;\n    line-height: 1.6;\n}\n\n.cg-warning-box {\n    background: #FEF3C7;\n    border-left: 4px solid var(--warning-color);\n    padding: 20px;\n    border-radius: 8px;\n    margin: 24px 0;\n}\n\n.cg-warning-box h4 {\n    margin: 0 0 12px 0;\n    color: #92400E;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n}\n\n.cg-faq-item {\n    background: var(--bg-light);\n    padding: 24px;\n    border-radius: 12px;\n    margin-bottom: 16px;\n}\n\n.cg-faq-question {\n    font-weight: 600;\n    color: var(--text-dark);\n    margin-bottom: 12px;\n}\n\n.cg-faq-answer {\n    color: var(--text-light);\n    line-height: 1.7;\n}\n\n.cg-cta-box {\n    background: linear-gradient(135deg, var(--success-color) 0%, var(--secondary-color) 100%);\n    color: white;\n    padding: 32px;\n    border-radius: 12px;\n    text-align: center;\n    margin: 32px 0;\n}\n\n.cg-cta-box h3 {\n    margin-top: 0;\n    color: white;\n}\n\n.cg-cta-box a {\n    display: inline-block;\n    background: white;\n    color: var(--primary-color);\n    padding: 12px 32px;\n    border-radius: 8px;\n    text-decoration: none;\n    font-weight: 600;\n    margin: 8px;\n    transition: all 0.3s;\n}\n\n.cg-cta-box a: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    .cg-hero h1 {\n        font-size: 1.8em;\n    }\n    \n    .cg-content-section {\n        padding: 24px;\n    }\n\n    .cg-features-grid, .cg-box-grid {\n        grid-template-columns: 1fr;\n    }\n}\n<\/style>\n\n<div class=\"cg-calculator-wrapper\">\n    <div class=\"cg-hero\">\n        <h1>T4 Slip Canada 2026: Your Complete Guide to Statement of Remuneration Paid<\/h1>\n        <p>Everything employees and employers need to know about T4 slips, boxes, deadlines, and filing requirements<\/p>\n    <\/div>\n\n    <div class=\"cg-content-section\">\n        <h2>\n            <span class=\"cg-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\" \/>\n                <\/svg>\n            <\/span>\n            What Is a T4 Slip and Why Does It Matter?\n        <\/h2>\n        \n        <div class=\"cg-highlight-box\">\n\n            <p><strong>Official Name:<\/strong> Statement of Remuneration Paid<\/p>\n            <p><strong>Who Gets It:<\/strong> Employees who earned over $500 or had CPP, EI, or income tax deducted<\/p>\n            <p><strong>Deadline:<\/strong> Employers must issue by February 28, 2026 (for 2025 tax year)<\/p>\n            <p><strong>Purpose:<\/strong> Reports your total employment income and all deductions for tax filing<\/p>\n        <\/div>\n\n        <p>Let&#8217;s cut to the chase\u2014if you&#8217;ve worked for someone in Canada, you&#8217;re getting a T4 slip, and it&#8217;s kinda a big deal. This isn&#8217;t just another government form gathering virtual dust in your inbox. The T4 slip (officially called the Statement of Remuneration Paid) is your official record of everything you earned and every penny deducted from your paycheque throughout the year. Without it? You can&#8217;t properly file your taxes. Period.<\/p>\n\n        <p>Think of your T4 slip as your employment income&#8217;s year-end report card. It tells the whole story: your gross earnings before anyone took a bite, what went to the Canada Pension Plan, what disappeared into Employment Insurance premiums, and how much income tax your employer already shipped off to the CRA on your behalf. It&#8217;s transparency in action\u2014both you and the Canada Revenue Agency get the exact same information at the same time.<\/p>\n\n        <p>Here&#8217;s what makes the T4 slip different from just looking at your final December paystub: it&#8217;s the official document that both you and the CRA rely on for tax filing. Your employer can&#8217;t just scribble numbers on a napkin and call it a day. The T4 format is standardized, regulated, and legally binding. If there&#8217;s a discrepancy between what you think you earned and what&#8217;s on your T4, guess which one the CRA will trust? The T4, every single time.<\/p>\n\n        <h3>Who Gets a T4 Slip? Understanding Employee Eligibility<\/h3>\n\n        <p>The rules around T4 issuance are actually pretty straightforward, but there are some nuances worth knowing. Your employer must issue you a T4 slip if you meet any of these criteria: you earned more than $500 during the calendar year (this is a CRA administrative policy to reduce paperwork burden on employers), or you had Canada Pension Plan contributions, Employment Insurance premiums, Provincial Parental Insurance Plan premiums (Quebec), or income tax deducted from your pay\u2014even if the total income was under $500.<\/p>\n\n        <p>There&#8217;s a special exception for taxable group term life insurance benefits. If your employer provided these benefits, you&#8217;re getting a T4 regardless of your earnings amount. It&#8217;s one of those quirky CRA rules that catches people off guard, but it exists to ensure all taxable benefits get properly reported.<\/p>\n\n        <p>What if you worked multiple jobs? You&#8217;ll receive a separate T4 slip from each employer. And here&#8217;s where it gets interesting\u2014if you worked in different provinces for the same employer, you&#8217;ll get multiple T4 slips from that single employer, one for each province of employment. The CRA needs to know which province collected what taxes, so province-hopping workers end up with a small stack of T4s even if they only worked for one company.<\/p>\n\n        <div class=\"cg-features-grid\">\n            <div class=\"cg-feature-card\">\n                <div class=\"cg-feature-icon\">\n                    <svg fill=\"none\" stroke=\"#4F46E5\" 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-1\" \/>\n                    <\/svg>\n                <\/div>\n                <h4>Employment Income<\/h4>\n                <p>Total wages, salaries, bonuses, commissions, and taxable benefits before any deductions<\/p>\n            <\/div>\n            <div class=\"cg-feature-card\">\n                <div class=\"cg-feature-icon\">\n                    <svg fill=\"none\" stroke=\"#10B981\" 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\" \/>\n                    <\/svg>\n                <\/div>\n                <h4>CPP Contributions<\/h4>\n                <p>Your contributions to Canada Pension Plan (or QPP in Quebec) deducted throughout the year<\/p>\n            <\/div>\n            <div class=\"cg-feature-card\">\n                <div class=\"cg-feature-icon\">\n                    <svg fill=\"none\" stroke=\"#F59E0B\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8v13m0-13V6a2 2 0 112 2h-2zm0 0V5.5A2.5 2.5 0 109.5 8H12zm-7 4h14M5 12a2 2 0 110-4h14a2 2 0 110 4M5 12v7a2 2 0 002 2h10a2 2 0 002-2v-7\" \/>\n                    <\/svg>\n                <\/div>\n                <h4>EI Premiums<\/h4>\n                <p>Employment Insurance premiums withheld to protect against job loss and other situations<\/p>\n            <\/div>\n            <div class=\"cg-feature-card\">\n                <div class=\"cg-feature-icon\">\n                    <svg fill=\"none\" stroke=\"#7C3AED\" 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\" \/>\n                    <\/svg>\n                <\/div>\n                <h4>Income Tax Deducted<\/h4>\n                <p>Federal and provincial income tax withheld at source and remitted to CRA on your behalf<\/p>\n            <\/div>\n        <\/div>\n\n        <h3>Understanding T4 Slip Boxes: The Complete Breakdown<\/h3>\n\n        <p>Alright, let&#8217;s decode this thing box by box. Your T4 slip isn&#8217;t trying to confuse you\u2014it&#8217;s just incredibly thorough. Each numbered box serves a specific purpose for your tax return, and understanding them helps you catch errors before they become problems with the CRA.<\/p>\n\n        <div class=\"cg-box-grid\">\n            <div class=\"cg-box-item\">\n                <h4>Box 10: Province of Employment<\/h4>\n                <p>The two-letter code for where you physically worked (ON, BC, AB, etc.). This determines which provincial tax rates applied to your earnings.<\/p>\n            <\/div>\n            <div class=\"cg-box-item\">\n                <h4>Box 12: Social Insurance Number<\/h4>\n                <p>Your unique nine-digit SIN. Double-check this immediately\u2014a single wrong digit can cause major CRA headaches.<\/p>\n            <\/div>\n            <div class=\"cg-box-item\">\n                <h4>Box 14: Employment Income<\/h4>\n                <p>The big number\u2014your total earnings including salary, wages, bonuses, commissions, vacation pay, and taxable benefits. This goes on Line 10100 of your tax return.<\/p>\n            <\/div>\n            <div class=\"cg-box-item\">\n                <h4>Box 16: CPP Contributions<\/h4>\n                <p>Employee&#8217;s Canada Pension Plan contributions (leave blank if Box 17 is filled). Used for your CPP credits and reported on Line 30800.<\/p>\n            <\/div>\n            <div class=\"cg-box-item\">\n                <h4>Box 16A: CPP2 Contributions<\/h4>\n                <p>Second CPP contributions introduced in 2024 for enhanced future benefits. This is a newer addition to the T4 slip format.<\/p>\n            <\/div>\n            <div class=\"cg-box-item\">\n                <h4>Box 17: QPP Contributions<\/h4>\n                <p>Quebec Pension Plan contributions if you worked in Quebec. Never appears on the same slip as Box 16\u2014separate slips for different provinces.<\/p>\n            <\/div>\n            <div class=\"cg-box-item\">\n                <h4>Box 18: EI Premiums<\/h4>\n                <p>Total Employment Insurance premiums deducted. These protect you against job loss, sickness, and parental leave situations.<\/p>\n            <\/div>\n            <div class=\"cg-box-item\">\n                <h4>Box 20: RPP Contributions<\/h4>\n                <p>Registered Pension Plan contributions made through your employer&#8217;s pension plan. Reported on Line 20700 and reduces your taxable income.<\/p>\n            <\/div>\n            <div class=\"cg-box-item\">\n                <h4>Box 22: Income Tax Deducted<\/h4>\n                <p>Combined federal and provincial income tax withheld from your paycheques throughout the year. Goes on Line 43700 as tax already paid.<\/p>\n            <\/div>\n            <div class=\"cg-box-item\">\n                <h4>Box 24: EI Insurable Earnings<\/h4>\n                <p>The portion of your earnings subject to EI premiums (capped at the annual maximum insurable earnings threshold).<\/p>\n            <\/div>\n            <div class=\"cg-box-item\">\n                <h4>Box 26: CPP\/QPP Pensionable Earnings<\/h4>\n                <p>Earnings used to calculate your pension contributions (also has an annual maximum). Essential for determining your future CPP\/QPP benefits.<\/p>\n            <\/div>\n            <div class=\"cg-box-item\">\n                <h4>Box 29: Employment Code<\/h4>\n                <p>Special codes for unique employment situations (placement workers, taxi drivers, election workers, etc.). Most people will see this blank.<\/p>\n            <\/div>\n            <div class=\"cg-box-item\">\n                <h4>Box 40: Other Taxable Benefits<\/h4>\n                <p>Additional taxable benefits already included in Box 14, like employer-paid life insurance premiums or personal use of company vehicles.<\/p>\n            <\/div>\n            <div class=\"cg-box-item\">\n                <h4>Box 44: Union Dues<\/h4>\n                <p>Union or professional dues paid through payroll deductions. These are tax-deductible on your return.<\/p>\n            <\/div>\n            <div class=\"cg-box-item\">\n                <h4>Box 45: Dental Benefits<\/h4>\n                <p>Indicates eligibility for employer-offered dental benefits as of December 31. Uses codes 1-5 to show coverage status (mandatory for 2023 onwards).<\/p>\n            <\/div>\n            <div class=\"cg-box-item\">\n                <h4>Box 52: Pension Adjustment<\/h4>\n                <p>Value of benefits accrued in employer&#8217;s pension plan. Reduces your RRSP contribution room for the following year.<\/p>\n            <\/div>\n        <\/div>\n\n        <h3>When to Expect Your T4 Slip: Critical Deadlines<\/h3>\n\n        <p>Timing matters when it comes to T4 slips, and the CRA doesn&#8217;t mess around with deadlines. Employers must distribute T4 slips to employees and file them with the CRA by February 28, 2026 for the 2025 tax year. If February 28 falls on a weekend or statutory holiday, the deadline extends to the next business day\u2014but don&#8217;t count on this happening; mark the 28th in your calendar regardless.<\/p>\n\n        <p>You&#8217;ll receive your T4 slip one of three ways: paper copy by mail (old school but still common), digitally via email (you must have provided consent for electronic delivery), or through your employer&#8217;s online payroll portal (increasingly popular and environmentally friendly). Many companies now default to digital T4s, so check your work email and employee self-service portals starting mid-February.<\/p>\n\n        <p>Here&#8217;s a pro tip most people don&#8217;t realize: if you have a CRA My Account set up, your T4 slips become available there as soon as your employer files them\u2014often before you receive your copy from the employer. This is especially handy if you&#8217;re eager to file early or if your paper copy gets lost in the mail. The slips usually appear in CRA My Account by mid-March, though some employers file earlier.<\/p>\n\n        <div class=\"cg-warning-box\">\n            <h4>\n                <svg width=\"24\" height=\"24\" fill=\"none\" stroke=\"#92400E\" viewBox=\"0 0 24 24\" style=\"display: inline; vertical-align: middle;\">\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-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\" \/>\n                <\/svg>\n                Missing Your T4 Slip?\n            <\/h4>\n            <p>If you haven&#8217;t received your T4 by early March, contact your employer&#8217;s payroll department immediately. Verify your current address is on file, as T4s mailed to old addresses don&#8217;t get forwarded. Don&#8217;t wait until the April tax filing deadline to chase down missing slips\u2014give yourself time to resolve any issues.<\/p>\n        <\/div>\n\n        <h3>T4 vs. T4A: What&#8217;s the Difference?<\/h3>\n\n        <p>People constantly mix these up, so let&#8217;s set the record straight. A T4 slip is for employment income\u2014you worked as an employee for someone who deducted CPP, EI, and income tax from your pay. A T4A slip is for other types of income: pension payments, self-employment income paid to contractors, scholarships, lump-sum payments, and various other sources that don&#8217;t fit the traditional employer-employee relationship.<\/p>\n\n        <p>If you freelanced or worked as an independent contractor, you&#8217;re getting a T4A, not a T4. If you received pension income after retirement, that&#8217;s also a T4A. The key distinction? T4 means you were an employee with statutory deductions. T4A means you received income that either doesn&#8217;t qualify as employment income or comes from sources other than regular employment. Some people receive both types of slips in the same year if they had diverse income sources.<\/p>\n\n        <h3>Common T4 Slip Mistakes and How to Spot Them<\/h3>\n\n        <p>Errors happen, even with computerized payroll systems. The most common mistake? Incorrect Social Insurance Numbers. One transposed digit means the CRA can&#8217;t properly credit you for taxes paid and contributions made. Always verify your SIN matches what&#8217;s on your social insurance card exactly.<\/p>\n\n        <p>Another frequent error involves Box 14 (employment income) not matching the sum of your final pay stub plus any taxable benefits in Box 40. Your gross year-to-date earnings from your last December paystub plus Box 40 should equal Box 14. If it doesn&#8217;t, something&#8217;s wrong\u2014either the employer forgot to include a bonus, miscalculated taxable benefits, or there&#8217;s a payroll system error.<\/p>\n\n        <p>CPP and EI contributions in Boxes 16 and 18 should also pass the smell test. There are annual maximum contribution amounts for both programs. For 2025, if your earnings exceeded the yearly maximum pensionable earnings threshold, your CPP contributions should max out at the ceiling amount (check CRA&#8217;s published rates). Same goes for EI premiums\u2014they stop once you hit the maximum insurable earnings. If your income was high enough to hit these maximums but the boxes show lower amounts, your employer may have under-deducted.<\/p>\n\n        <p>What do you do if you spot an error? Contact your employer&#8217;s payroll department immediately\u2014don&#8217;t try to &#8220;fix&#8221; it yourself on your tax return. Employers must issue an amended T4 slip and submit the correction to the CRA. You should never file your tax return with a T4 you know contains errors. Wait for the corrected slip, even if it delays your filing slightly. Filing with wrong information creates bigger headaches down the road.<\/p>\n\n        <h3>Using Your T4 Slip to File Taxes in 2026<\/h3>\n\n        <p>When tax season rolls around (April 30 for most individuals, June 15 if you&#8217;re self-employed), your T4 slip becomes the foundation of your tax return. If you&#8217;re filing electronically using <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/best-tax-software-for-canadians\/\" target=\"_blank\" rel=\"noopener\">tax software<\/a>, the program will ask for each box number and you simply enter the corresponding amounts. Most modern software even auto-fills T4 information if you grant access to the CRA&#8217;s Auto-fill my return service\u2014super convenient.<\/p>\n\n        <p>Filing on paper? You don&#8217;t actually attach your T4 slip to your return anymore. Keep it with your records, but the CRA already has a copy from your employer. This change reduced paper waste and processing time. However, hang onto those T4 slips for at least six years from the end of the tax year they relate to\u2014that&#8217;s the CRA&#8217;s official record-keeping requirement in case of an audit or reassessment.<\/p>\n\n        <p>Your T4 information flows into multiple lines on your T1 General tax return. Box 14 goes on Line 10100 (employment income). Box 22 goes on Line 43700 (income tax deducted). Box 20 (RPP contributions) goes on Line 20700. Union dues from Box 44 go on Line 21200. Each box has its designated spot, and <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/how-to-file-taxes-in-canada\/\" target=\"_blank\" rel=\"noopener\">tax software guides you through<\/a> the process, but understanding where everything goes helps you catch software errors or ensure manual filing accuracy.<\/p>\n\n        <div class=\"cg-cta-box\">\n            <h3>Ready to Calculate Your Tax Situation?<\/h3>\n            <p>Use our tools to estimate your taxes and understand your tax brackets<\/p>\n            <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/income-tax-calculator\/\" target=\"_blank\" rel=\"noopener\">Income Tax Calculator<\/a>\n            <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/tax-brackets-canada\/\" target=\"_blank\" rel=\"noopener\">Tax Brackets Guide<\/a>\n        <\/div>\n\n        <h3>Special Situations: Taxable Benefits and Other Information Boxes<\/h3>\n\n        <p>The &#8220;Other Information&#8221; area at the bottom of your T4 slip is where things get interesting. This section uses two-digit codes to report specific types of income or deductions that don&#8217;t fit neatly into the main numbered boxes. Code 40 shows up frequently\u2014it details taxable benefits like employer-paid life insurance premiums, personal use of company vehicles, or housing benefits. The amount here is already included in Box 14, so you&#8217;re not double-taxed; it&#8217;s just broken out for transparency.<\/p>\n\n        <p>Code 42 reports employment commissions if you&#8217;re in sales. Code 43 is for Canadian Armed Forces personnel and police officers on international operational missions\u2014their deployment income has special tax treatment. Code 71 applies to workers who qualify for tax exemptions under the Indian Act. There are dozens of these codes, each addressing specific employment situations.<\/p>\n\n        <p>Taxable benefits deserve special attention because employees often don&#8217;t realize they&#8217;re receiving them. Did your employer give you a company car you also use personally? That&#8217;s a taxable benefit. Free parking worth over $5 per month? Taxable benefit. Employer-paid gym membership? Usually a taxable benefit. Group term life insurance premiums paid by your employer when coverage exceeds $25,000? You guessed it\u2014taxable benefit. All these show up in the &#8220;Other Information&#8221; section and are already included in your Box 14 employment income.<\/p>\n\n        <h3>Employer Responsibilities and Penalties<\/h3>\n\n        <p>Employers, this section&#8217;s for you. Filing T4 slips isn&#8217;t optional\u2014it&#8217;s a legal requirement under the Income Tax Act. Miss the February 28 deadline and the CRA starts charging penalties. For slips filed late, the penalty is $10 per day with a minimum of $100 and maximum of $7,500. But wait, there&#8217;s more\u2014if the CRA determines the late filing was deliberate or due to gross negligence, penalties jump to 5% of the total amount shown on the T4 slips.<\/p>\n\n        <p>Incorrect information carries its own penalties. Misreporting employment income in Box 14, failing to include CPP contributions in Box 16, or forgetting to report EI premiums in Box 18 can all trigger fines. The CRA doesn&#8217;t mess around with payroll compliance. Many businesses use automated payroll software to minimize errors and ensure timely filing\u2014it&#8217;s worth the investment compared to penalty costs and CRA headaches.<\/p>\n\n        <p>Employers must also prepare and file a T4 Summary along with all the individual T4 slips. The summary reconciles total employment income, CPP contributions, EI premiums, and income tax deductions across all employees. This document must match what the employer remitted throughout the year. Discrepancies between the T4 Summary and actual remittances raise red flags at the CRA and often trigger payroll audits.<\/p>\n\n        <h3>Electronic Filing vs. Paper Filing<\/h3>\n\n        <p>The CRA strongly encourages electronic filing of T4 slips, and for good reason\u2014it&#8217;s faster, more accurate, and environmentally friendlier. Employers can use the CRA&#8217;s Web Forms application for filing up to 50 T4 slips, or the Internet File Transfer service for larger volumes. Payroll software typically handles electronic filing automatically, uploading encrypted data directly to the CRA&#8217;s secure servers.<\/p>\n\n        <p>Paper filing is still permitted for employers with fewer than 50 employees, but honestly, it&#8217;s becoming obsolete. Paper slips are more prone to data entry errors when CRA staff manually input the information, processing takes longer, and there&#8217;s always the risk of mail loss. If you&#8217;re still filing on paper in 2026, seriously consider switching to electronic filing. The initial setup takes a bit of time, but the long-term benefits far outweigh any temporary inconvenience.<\/p>\n\n        <h3>Record Keeping: How Long to Keep Your T4 Slips<\/h3>\n\n        <p>The CRA requires you to keep your T4 slips and all supporting documents for six years from the end of the tax year they relate to. So your 2025 T4 slip needs to be kept until at least the end of 2031. Why so long? The CRA has up to three years (in most cases) to reassess your tax return, and in cases involving misrepresentation or fraud, they can go back even further.<\/p>\n\n        <p>Store your T4 slips somewhere safe but accessible. A dedicated file folder works great for paper copies. If you receive electronic T4s, download them and back them up\u2014don&#8217;t rely solely on your employer&#8217;s portal remaining accessible years later. Companies get acquired, payroll systems change, and online portals sometimes disappear. Print a hard copy or save the PDF to multiple locations (computer, cloud storage, external drive).<\/p>\n\n        <p>If you&#8217;re ever audited, the CRA will request documentation to verify your income and deductions. No T4 slip? You&#8217;re going to have a hard time proving your income tax was properly withheld or your CPP contributions were made. It&#8217;s six years of storage space versus years of potential CRA nightmares\u2014easy choice.<\/p>\n\n        <div class=\"cg-highlight-box\">\n            <h3>Quick Reference: T4 Filing with NETFILE<\/h3>\n            <p>When you file your tax return electronically using NETFILE, you don&#8217;t need to send your T4 slips to the CRA\u2014they already have them from your employer. However, you must keep your T4s for your records in case of an audit. Learn more about <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/netfile\/\" target=\"_blank\" rel=\"noopener\">electronic tax filing through NETFILE<\/a>.<\/p>\n        <\/div>\n    <\/div>\n\n    <div class=\"cg-content-section\">\n        <h2>\n            <span class=\"cg-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.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z\" \/>\n                <\/svg>\n            <\/span>\n            Frequently Asked Questions About T4 Slips\n        <\/h2>\n\n        <div class=\"cg-faq-item\">\n            <h3 class=\"cg-faq-question\">What if I worked for multiple employers in 2025\u2014do I get multiple T4 slips?<\/h3>\n            <div class=\"cg-faq-answer\">\n                <p>Yes, absolutely. You&#8217;ll receive a separate T4 slip from each employer you worked for during the calendar year. If you had three jobs in 2025, expect three T4 slips. Each slip reports only the income and deductions from that specific employer. When filing your tax return, you must report all T4 slips\u2014the tax software will combine them to calculate your total employment income. Don&#8217;t forget to include T4s from short-term jobs or positions you left partway through the year.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"cg-faq-item\">\n            <h3 class=\"cg-faq-question\">Can I file my taxes before receiving my T4 slip?<\/h3>\n            <div class=\"cg-faq-answer\">\n                <p>Technically no, and it&#8217;s a bad idea. You need the accurate information from your T4 slip to file your tax return correctly. Estimating your income and deductions leads to errors that the CRA will catch when they compare your return to the T4 your employer filed. If you&#8217;re eager to file early, wait until your employer issues the T4 (by February 28) or check your CRA My Account where T4s often appear by mid-March. Filing with incorrect information creates reassessment headaches and potential penalties.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"cg-faq-item\">\n            <h3 class=\"cg-faq-question\">What&#8217;s the difference between Box 14 and Box 24 on my T4 slip?<\/h3>\n            <div class=\"cg-faq-answer\">\n                <p>Box 14 shows your total employment income including everything you earned\u2014salary, bonuses, commissions, taxable benefits, the whole nine yards. Box 24 shows your EI insurable earnings, which is the portion of your income subject to Employment Insurance premiums. There&#8217;s an annual maximum for insurable earnings (around $63,200 for 2025), so if you earned more than this threshold, Box 24 will show the maximum while Box 14 shows your full earnings. Box 24 is used specifically to calculate EI premiums, while Box 14 determines your taxable income.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"cg-faq-item\">\n            <h3 class=\"cg-faq-question\">My employer closed their business\u2014how do I get my T4 slip?<\/h3>\n            <div class=\"cg-faq-answer\">\n                <p>Even if a business closes, the employer is still legally required to issue T4 slips by February 28. Try contacting former company owners, HR departments, or the accountant who handled payroll. If the business filed for bankruptcy, the trustee handling the bankruptcy should have payroll records. As a last resort, call the CRA at 1-800-959-8281 and explain the situation. They can sometimes help retrieve T4 information, though it may delay your tax filing. You might need to estimate your income using your final pay stub and work with the CRA to resolve it later.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"cg-faq-item\">\n            <h3 class=\"cg-faq-question\">Why does Box 40 show taxable benefits when I didn&#8217;t receive any extra money?<\/h3>\n            <div class=\"cg-faq-answer\">\n                <p>Taxable benefits aren&#8217;t always cash in your pocket\u2014they&#8217;re perks with monetary value that the CRA treats as income. Common examples include employer-paid premiums for group term life insurance over $25,000 coverage, personal use of a company vehicle, employer-provided parking, housing allowances, or gym memberships. The value of these benefits is already included in Box 14 (employment income), and Box 40 simply breaks them out for transparency. You&#8217;re not double-taxed, but you do pay income tax on the value of these benefits because they reduce your living expenses or provide personal value.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"cg-faq-item\">\n            <h3 class=\"cg-faq-question\">Do students working summer jobs get T4 slips?<\/h3>\n            <div class=\"cg-faq-answer\">\n                <p>Yes, if you earned more than $500 or had any CPP, EI, or income tax deducted from your summer job paycheques, you&#8217;ll receive a T4 slip. Even if you only worked for two months, you&#8217;re required to report that income on your tax return. Students often don&#8217;t realize they need to file taxes if they earned relatively little money, but filing is important\u2014you might be entitled to a refund of income tax withheld, and filing establishes your RRSP contribution room for future years. Plus, many students qualify for tuition tax credits that can reduce their tax burden significantly.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"cg-faq-item\">\n            <h3 class=\"cg-faq-question\">What happens if my employer files my T4 slip late?<\/h3>\n            <div class=\"cg-faq-answer\">\n                <p>Your employer faces CRA penalties for late filing ($10 per day with specific maximums), but this doesn&#8217;t directly affect you as the employee. However, late T4 filing does delay your tax filing since you need the slip to file accurately. If your employer misses the February 28 deadline, you have a few options: wait for the late T4 and file your return late (you won&#8217;t face penalties unless you owe taxes), estimate your income using your last pay stub and file on time with a note explaining the situation, or contact the CRA to report the missing T4 and get their guidance. The CRA can sometimes access employer-filed information even if you haven&#8217;t received your copy.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"cg-faq-item\">\n            <h3 class=\"cg-faq-question\">How does Box 52 (Pension Adjustment) affect my RRSP contribution room?<\/h3>\n            <div class=\"cg-faq-answer\">\n                <p>Box 52 reports the value of pension benefits you earned through your employer&#8217;s Registered Pension Plan during the year. This amount directly reduces your RRSP contribution room for the following year. Here&#8217;s why: the government doesn&#8217;t want you &#8220;double-dipping&#8221; on retirement savings tax benefits. If your employer&#8217;s pension plan provides substantial retirement benefits, your ability to contribute to an RRSP decreases correspondingly. Your Notice of Assessment shows your RRSP deduction limit after accounting for the pension adjustment. For example, if you have an 18% RRSP contribution rate based on income but a large pension adjustment, your actual RRSP room might be much smaller or even zero.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"cg-faq-item\">\n            <h3 class=\"cg-faq-question\">Can I access my T4 slip online if I didn&#8217;t give my employer consent for electronic delivery?<\/h3>\n            <div class=\"cg-faq-answer\">\n                <p>If you have a CRA My Account, yes! Once your employer files your T4 slip with the CRA (by February 28), it becomes available in your My Account even if you never consented to electronic delivery from your employer. This is separate from employer-issued electronic T4s. The CRA receives copies of all T4 slips regardless of how employers distribute them to employees. T4 slips typically appear in My Account by mid-March. Log into CRA My Account, go to &#8220;Tax Returns&#8221; and select &#8220;View and print T4s&#8221; to download PDF copies. This is incredibly useful if your paper T4 gets lost in the mail or you need copies for multiple years.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"cg-faq-item\">\n            <h3 class=\"cg-faq-question\">What if my T4 slip shows income from a province where I didn&#8217;t work?<\/h3>\n            <div class=\"cg-faq-answer\">\n                <p>Box 10 on your T4 shows the province of employment\u2014where you physically performed the work, not where your employer is headquartered. If you worked remotely from Ontario for a company based in British Columbia, Box 10 should show ON, not BC. If your T4 shows the wrong province, contact your employer immediately to request an amended T4. Province of employment matters because it determines which provincial tax rates apply. An error here could mean you&#8217;re charged incorrect provincial income tax. Employers sometimes get this wrong with remote workers, so always verify Box 10 matches where you actually worked.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"cg-cta-box\">\n        <h3>Maximize Your Tax Return<\/h3>\n        <p>Learn about deductions and tax planning strategies<\/p>\n        <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/rrsp-vs-tfsa\/\" target=\"_blank\" rel=\"noopener\">RRSP vs TFSA Guide<\/a>\n        <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/disability-tax-credit-canada\/\" target=\"_blank\" rel=\"noopener\">Disability Tax Credit<\/a>\n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>T4 Slip Canada 2026: Your Complete Guide to Statement of Remuneration Paid Everything employees and employers need to know about T4 slips, boxes, deadlines, and filing requirements What Is a T4 Slip and Why Does It Matter? Official Name: Statement of Remuneration Paid Who Gets It: Employees who earned over $500 or had CPP, EI, [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-186","post","type-post","status-publish","format-standard","hentry","category-info-pages"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":8}},"_links":{"self":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts\/186","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=186"}],"version-history":[{"count":0,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts\/186\/revisions"}],"wp:attachment":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/media?parent=186"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/categories?post=186"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/tags?post=186"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}