{"id":645,"date":"2025-12-04T01:26:07","date_gmt":"2025-12-04T01:26:07","guid":{"rendered":"https:\/\/canada.truenorthtaxes.ca\/?p=645"},"modified":"2025-12-04T01:26:07","modified_gmt":"2025-12-04T01:26:07","slug":"how-to-report-self-employment-income-on-canadian-taxes","status":"publish","type":"post","link":"https:\/\/truenorthbenefits.ca\/taxes\/how-to-report-self-employment-income-on-canadian-taxes\/","title":{"rendered":"How to Report Self-Employment Income"},"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;\n    color:white!important;\n}\n\n.vftc-content {\n    background: white;\n    border-radius: 12px;\n    padding: 40px;\n    margin-bottom: 30px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n}\n\n.vftc-content h2 {\n    font-size: 1.8em;\n    margin: 30px 0 20px 0;\n    color: var(--text-dark);\n    display: flex;\n    align-items: center;\n    gap: 12px;\n}\n\n.vftc-content h3 {\n    font-size: 1.4em;\n    margin: 25px 0 16px 0;\n    color: var(--text-dark);\n}\n\n.vftc-content p {\n    line-height: 1.8;\n    color: var(--text-light);\n    margin-bottom: 16px;\n    font-size: 1.05em;\n}\n\n.vftc-icon {\n    width: 48px;\n    height: 48px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: linear-gradient(135deg, #FEE2E2 0%, #FED7AA 100%);\n    border-radius: 12px;\n    flex-shrink: 0;\n}\n\n.vftc-icon svg {\n    width: 28px;\n    height: 28px;\n    stroke: #4F46E5;\n}\n\n.vftc-highlight-box {\n    background: linear-gradient(135deg, #DBEAFE 0%, #E0E7FF 100%);\n    border-left: 4px solid var(--primary-color);\n    padding: 24px;\n    border-radius: 12px;\n    margin: 30px 0;\n}\n\n.vftc-highlight-box h3 {\n    margin-top: 0;\n    color: var(--primary-color);\n}\n\n.vftc-features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));\n    gap: 24px;\n    margin: 30px 0;\n}\n\n.vftc-feature-card {\n    background: var(--bg-light);\n    padding: 28px;\n    border-radius: 12px;\n    text-align: center;\n    transition: all 0.3s;\n}\n\n.vftc-feature-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);\n}\n\n.vftc-feature-icon {\n    width: 72px;\n    height: 72px;\n    margin: 0 auto 20px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: linear-gradient(135deg, #FEE2E2 0%, #FED7AA 100%);\n    border-radius: 16px;\n}\n\n.vftc-feature-icon svg {\n    width: 40px;\n    height: 40px;\n    stroke: #4F46E5;\n}\n\n.vftc-feature-card h4 {\n    margin: 0 0 12px 0;\n    color: var(--text-dark);\n    font-size: 1.2em;\n}\n\n.vftc-feature-card p {\n    margin: 0;\n    font-size: 0.95em;\n}\n\n.vftc-list {\n    list-style: none;\n    padding: 0;\n    margin: 20px 0;\n}\n\n.vftc-list li {\n    padding: 12px 0 12px 36px;\n    position: relative;\n    line-height: 1.6;\n    color: var(--text-light);\n}\n\n.vftc-list li:before {\n    content: \"\u2713\";\n    position: absolute;\n    left: 0;\n    color: var(--success-color);\n    font-weight: bold;\n    font-size: 1.3em;\n}\n\n.vftc-faq-section {\n    background: white;\n    border-radius: 12px;\n    padding: 40px;\n    margin-top: 40px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n}\n\n.vftc-faq-section h2 {\n    font-size: 2em;\n    margin: 0 0 30px 0;\n    color: var(--text-dark);\n    text-align: center;\n}\n\n.vftc-faq-item {\n    background: var(--bg-light);\n    padding: 24px;\n    border-radius: 12px;\n    margin-bottom: 16px;\n    cursor: pointer;\n    transition: all 0.3s;\n}\n\n.vftc-faq-item:hover {\n    background: #F3F4F6;\n}\n\n.vftc-faq-question {\n    font-weight: 600;\n    color: var(--text-dark);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    font-size: 1.1em;\n}\n\n.vftc-faq-toggle {\n    width: 32px;\n    height: 32px;\n    background: white;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    transition: all 0.3s;\n}\n\n.vftc-faq-item.active .vftc-faq-toggle {\n    background: var(--primary-color);\n}\n\n.vftc-faq-toggle svg {\n    width: 20px;\n    height: 20px;\n    stroke: var(--text-dark);\n    transition: all 0.3s;\n}\n\n.vftc-faq-item.active .vftc-faq-toggle svg {\n    stroke: white;\n    transform: rotate(180deg);\n}\n\n.vftc-faq-answer {\n    margin-top: 16px;\n    color: var(--text-light);\n    line-height: 1.7;\n    display: none;\n}\n\n.vftc-faq-item.active .vftc-faq-answer {\n    display: block;\n}\n\n.vftc-cta-box {\n    background: linear-gradient(135deg, var(--primary-color) 0%, #7C3AED 100%);\n    padding: 32px;\n    border-radius: 12px;\n    text-align: center;\n    color: white;\n    margin: 30px 0;\n}\n\n.vftc-cta-box h3 {\n    margin: 0 0 16px 0;\n    color: white;\n}\n\n.vftc-cta-box p {\n    margin: 0 0 20px 0;\n    opacity: 0.95;\n    color: white;\n}\n\n.vftc-cta-button {\n    display: inline-block;\n    background: white;\n    color: var(--primary-color);\n    padding: 14px 32px;\n    border-radius: 8px;\n    text-decoration: none;\n    font-weight: 600;\n    transition: all 0.3s;\n}\n\n.vftc-cta-button:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);\n}\n\n@media (max-width: 768px) {\n    .vftc-hero h1 {\n        font-size: 1.8em;\n    }\n    \n    .vftc-content {\n        padding: 24px;\n    }\n    \n    .vftc-features-grid {\n        grid-template-columns: 1fr;\n    }\n}\n<\/style>\n\n<div class=\"vftc-wrapper\">\n    <div class=\"vftc-hero\">\n        <h1>How to Report Self-Employment Income Canada 2026<\/h1>\n        <p>Navigate the T2125 form like a pro \u2014 here&#8217;s your complete guide to declaring freelance income and avoiding CRA headaches<\/p>\n    <\/div>\n\n    <div class=\"vftc-content\">\n        <p>So you&#8217;re self-employed and staring at tax forms wondering where the heck all your freelance income goes. Welcome to the club, eh? Unlike employees who get nice tidy T4 slips, you&#8217;re responsible for tracking every dollar earned, calculating net income, and filling out forms that look like they were designed to confuse people on purpose. But here&#8217;s the deal \u2014 mess up reporting your self-employment income and you&#8217;re looking at reassessments, penalties, and potential audits that&#8217;ll make your life miserable for months.<\/p>\n\n        <div class=\"vftc-highlight-box\">\n            <h3>Quick Answer<\/h3>\n            <p><strong>Report self-employment income on Form T2125 (Statement of Business or Professional Activities), which you file with your personal T1 income tax return.<\/strong> You&#8217;ll report gross income from all sources, deduct eligible business expenses to calculate net income, then transfer that net amount to line 13500 or 14300 of your T1. For 2026, self-employed individuals have until June 15 to file, but any taxes owed are still due April 30. Keep detailed records of all income and expenses for at least six years.<\/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 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            Understanding Form T2125\n        <\/h2>\n        \n        <p>The T2125 is your primary weapon for reporting self-employment income. Think of it as the self-employed version of a T4 slip, except you&#8217;re doing all the work yourself. The form has several sections: business identification, income, expenses, and calculations that determine your net business income or loss.<\/p>\n\n        <p>Here&#8217;s what trips people up: <strong>you report gross income before any deductions, then systematically subtract allowable expenses<\/strong>. The CRA wants to see everything \u2014 total revenue from all clients, all invoice amounts, cash payments, everything. Trying to report only &#8220;net&#8221; without showing the breakdown? That&#8217;s a recipe for an audit letter.<\/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 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                    <\/svg>\n                <\/div>\n                <h4>Gross Business Income<\/h4>\n                <p>Report all revenue before expenses \u2014 sales, fees, commissions, and any other business income. Include cash, cheques, and electronic payments received during the tax year.<\/p>\n            <\/div>\n\n            <div class=\"vftc-feature-card\">\n                <div class=\"vftc-feature-icon\">\n                    <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 7h6m0 10v-3m-3 3h.01M9 17h.01M9 14h.01M12 14h.01M15 11h.01M12 11h.01M9 11h.01M7 21h10a2 2 0 002-2V5a2 2 0 00-2-2H7a2 2 0 00-2 2v14a2 2 0 002 2z\"><\/path>\n                    <\/svg>\n                <\/div>\n                <h4>Business Expenses<\/h4>\n                <p>Deduct legitimate costs like advertising, office supplies, vehicle expenses, professional fees, and home office expenses. Proper categorization and documentation are essential.<\/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 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                <h4>Net Income Calculation<\/h4>\n                <p>Subtract total expenses from gross income to determine net business income. This amount transfers to your T1 return and forms the basis for calculating income tax and CPP contributions.<\/p>\n            <\/div>\n        <\/div>\n\n        <p>Need to understand what expenses you can actually write off? Our comprehensive guide covers all <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/business-expenses-tax-deductible-canada\/\" style=\"color: var(--primary-color); text-decoration: none; font-weight: 600;\">deductible business expenses in Canada<\/a> with specific examples and CRA requirements.<\/p>\n\n        <h2>\n            <div class=\"vftc-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 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 2\"><\/path>\n                <\/svg>\n            <\/div>\n            Step-by-Step Reporting Process\n        <\/h2>\n\n        <p>Start by gathering all your income documentation \u2014 invoices issued, payment records, bank statements, and any T4A or T5018 slips you&#8217;ve received. These slips report amounts clients have paid you, and the CRA already has copies, so your numbers better match up.<\/p>\n\n        <p>Calculate your total gross income for the year. This includes everything you earned from business activities, regardless of whether clients issued slips. Cash payments? Count them. PayPal transfers? Count them. That favor you did for a friend who paid you? Yep, count it. The CRA considers all business revenue taxable income.<\/p>\n\n        <p>Next, categorize and total your business expenses using the categories provided on the T2125. The form breaks expenses into specific lines \u2014 advertising, meals and entertainment, office expenses, professional fees, and more. Some expenses like meals are only 50% deductible, so pay attention to the rules for each category.<\/p>\n\n        <h2>\n            <div class=\"vftc-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-2.5L13.732 4c-.77-.833-1.964-.833-2.732 0L3.732 16.5c-.77.833.192 2.5 1.732 2.5z\"><\/path>\n                <\/svg>\n            <\/div>\n            Critical Dates and Deadlines\n        <\/h2>\n\n        <ul class=\"vftc-list\">\n            <li><strong>June 15, 2026:<\/strong> Filing deadline for self-employed individuals and their spouses. This extends the regular April 30 deadline but doesn&#8217;t delay payment obligations.<\/li>\n            <li><strong>April 30, 2026:<\/strong> Payment deadline for any taxes owed. Late payment triggers interest charges even if you file by June 15.<\/li>\n            <li><strong>Quarterly installments:<\/strong> If you owed more than $3,000 last year, make quarterly payments on March 15, June 15, September 15, and December 15.<\/li>\n            <li><strong>GST\/HST filing:<\/strong> If registered, file quarterly or annually depending on your revenue. Most self-employed filers report annually by June 15.<\/li>\n        <\/ul>\n\n        <p>Understanding <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/hst-gst-guide-small-business\/\" style=\"color: var(--primary-color); text-decoration: none; font-weight: 600;\">GST\/HST requirements for small businesses<\/a> helps you navigate registration thresholds and filing obligations alongside your income tax reporting.<\/p>\n\n        <div class=\"vftc-cta-box\">\n            <h3>Calculate Your Tax Liability<\/h3>\n            <p>See exactly how self-employment income affects your taxes across all provinces<\/p>\n            <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/income-tax-calculator\/\" class=\"vftc-cta-button\">Use Tax Calculator<\/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=\"M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z\"><\/path>\n                <\/svg>\n            <\/div>\n            CPP Contributions for Self-Employed\n        <\/h2>\n\n        <p>Here&#8217;s the kicker that surprises new freelancers \u2014 you pay both the employee and employer portions of CPP contributions. For 2026, that&#8217;s 11.9% of your net self-employment income (after expenses) between $3,500 and the yearly maximum pensionable earnings of approximately $68,500.<\/p>\n\n        <p>The good news? The employer portion is tax deductible, effectively reducing your taxable income. The bad news? It&#8217;s a significant chunk of money you need to budget for. On $50,000 of net income, you&#8217;re looking at roughly $4,700 in CPP contributions that come due when you file your return or through quarterly installments.<\/p>\n\n        <h2>\n            <div class=\"vftc-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-2.5L13.732 4c-.77-.833-1.964-.833-2.732 0L3.732 16.5c-.77.833.192 2.5 1.732 2.5z\"><\/path>\n                <\/svg>\n            <\/div>\n            Common Reporting Mistakes to Avoid\n        <\/h2>\n\n        <p>The biggest mistake? Not reporting all income because you didn&#8217;t receive a slip. The CRA uses sophisticated data matching algorithms, and unreported income shows up as red flags. Even if a client didn&#8217;t issue a T4A, you&#8217;re still legally required to report that income.<\/p>\n\n        <p>Another common error is claiming personal expenses as business deductions. Your Netflix subscription isn&#8217;t a business expense even if you occasionally watch documentaries for &#8220;research.&#8221; The gym membership you claim for &#8220;client meetings&#8221; won&#8217;t fly either. Stick to legitimate, documentable business expenses only.<\/p>\n\n        <p>Mixing personal and business finances creates accounting nightmares and audit risks. Open a separate business bank account and credit card. This simple step makes tracking income and expenses infinitely easier and demonstrates to the CRA that you&#8217;re running a legitimate business, not hiding personal expenses.<\/p>\n\n        <p>Understanding how your income fits into Canada&#8217;s progressive <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/tax-brackets-canada\/\" style=\"color: var(--primary-color); text-decoration: none; font-weight: 600;\">tax bracket system<\/a> helps you plan deductions strategically and estimate your actual tax liability.<\/p>\n\n        <div class=\"vftc-cta-box\">\n            <h3>Considering Incorporation?<\/h3>\n            <p>Compare corporate tax rates to understand if incorporating makes sense for your income level<\/p>\n            <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/corporation-tax-rates-canada\/\" class=\"vftc-cta-button\">View Corporate Rates<\/a>\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-section\">\n        <h2>Frequently Asked Questions<\/h2>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Do I need to report self-employment income under $30,000?\n                <div class=\"vftc-faq-toggle\">\n                    <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <div class=\"vftc-faq-answer\">\n                Absolutely yes. All self-employment income must be reported regardless of amount. The $30,000 threshold only determines whether you must register for GST\/HST, not whether income is taxable. Even $100 of freelance income needs to be reported on your tax return.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                What if I didn&#8217;t receive a T4A slip from a client?\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                You still must report the income. Clients aren&#8217;t required to issue T4A slips for all payments, especially for amounts under $500. Use your own records \u2014 invoices, bank deposits, and payment confirmations \u2014 to calculate and report all business income accurately.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Can I report self-employment income if I also have a regular job?\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, many people have both employment income (T4) and self-employment income (T2125). Report each on the appropriate forms. Your T4 employment income goes on lines 10100-10400 of your T1, while self-employment net income from the T2125 goes on line 13500 or 14300. Both combine to determine your total taxable income.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                How do I report income received in cash?\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                Report cash income exactly like any other business revenue \u2014 include it in your gross income on the T2125. Keep detailed records of cash transactions including dates, amounts, and sources. Cash income is fully taxable and not reporting it constitutes tax evasion, which carries serious penalties.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                What happens if my business had a loss this 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                Report the loss on your T2125 anyway. Business losses can offset other income in the current year, reducing your overall tax bill. You can also carry losses back three years or forward 20 years to offset income in those years. Just ensure your business shows a reasonable expectation of profit over time, or the CRA may reclassify it as a hobby.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Do I need to charge GST\/HST on my services?\n                <div class=\"vftc-faq-toggle\">\n                    <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <div class=\"vftc-faq-answer\">\n                Only if you&#8217;re registered for GST\/HST, which becomes mandatory once you exceed $30,000 in gross revenue over four consecutive quarters. Below that threshold, registration is voluntary. If registered, you must charge and remit GST\/HST but can also claim input tax credits on business expenses.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Can I amend my return if I forgot to report some income?\n                <div class=\"vftc-faq-toggle\">\n                    <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <div class=\"vftc-faq-answer\">\n                Yes, file a T1 adjustment request or use the ReFILE service to correct your return. It&#8217;s better to voluntarily amend than wait for the CRA to discover the omission. Voluntary disclosures before an audit generally result in reduced or waived penalties, though you&#8217;ll still owe taxes and interest on unreported income.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                What records do I need to keep for self-employment income?\n                <div class=\"vftc-faq-toggle\">\n                    <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <div class=\"vftc-faq-answer\">\n                Keep all invoices issued, payment records, bank statements, receipts for expenses, contracts, and any documentation supporting your income and expense claims. The CRA requires you to retain records for six years from the end of the tax year they relate to. Digital or physical copies are both acceptable.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                How do I report income from multiple clients or gigs?\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                Combine all self-employment income on a single T2125 form if the work is similar in nature. Report the total gross income from all clients, then deduct your total allowable expenses. You don&#8217;t need to break down income by individual client on the form, though you should maintain detailed records showing each income source in your own books.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                What&#8217;s the difference between business and professional income?\n                <div class=\"vftc-faq-toggle\">\n                    <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <div class=\"vftc-faq-answer\">\n                Professional income applies to regulated professions like doctors, lawyers, accountants, and dentists who provide services requiring specialized knowledge. Business income covers everyone else \u2014 consultants, freelancers, contractors, and small business owners. Both use Form T2125, but professional income goes on line 13500 while business income goes on line 14300 of your T1 return.\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            faqItems.forEach(i => i.classList.remove('active'));\n            \n            if (!isActive) {\n                this.classList.add('active');\n            }\n        });\n    });\n});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>How to Report Self-Employment Income Canada 2026 Navigate the T2125 form like a pro \u2014 here&#8217;s your complete guide to declaring freelance income and avoiding CRA headaches So you&#8217;re self-employed and staring at tax forms wondering where the heck all your freelance income goes. Welcome to the club, eh? Unlike employees who get nice tidy [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12],"tags":[],"class_list":["post-645","post","type-post","status-publish","format-standard","hentry","category-business-taxes"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":8}},"_links":{"self":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts\/645","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=645"}],"version-history":[{"count":0,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts\/645\/revisions"}],"wp:attachment":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/media?parent=645"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/categories?post=645"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/tags?post=645"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}