{"id":588,"date":"2025-11-26T23:21:40","date_gmt":"2025-11-26T23:21:40","guid":{"rendered":"https:\/\/canada.truenorthtaxes.ca\/?p=588"},"modified":"2025-11-26T23:21:40","modified_gmt":"2025-11-26T23:21:40","slug":"can-you-file-taxes-on-cra-my-account","status":"publish","type":"post","link":"https:\/\/truenorthbenefits.ca\/taxes\/can-you-file-taxes-on-cra-my-account\/","title":{"rendered":"Can You File Taxes on CRA My Account"},"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.cma-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.cma-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.cma-hero h1 {\n    font-size: 2.5em;\n    margin: 0 0 16px 0;\n    font-weight: 700;\n}\n\n.cma-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.cma-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.cma-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.cma-content h3 {\n    font-size: 1.4em;\n    margin: 25px 0 16px 0;\n    color: var(--text-dark);\n}\n\n.cma-content p {\n    line-height: 1.8;\n    color: var(--text-light);\n    margin-bottom: 16px;\n    font-size: 1.05em;\n}\n\n.cma-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.cma-icon svg {\n    width: 28px;\n    height: 28px;\n    stroke: #4F46E5;\n}\n\n.cma-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.cma-highlight-box h3 {\n    margin-top: 0;\n    color: var(--primary-color);\n}\n\n.cma-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.cma-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.cma-feature-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);\n}\n\n.cma-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.cma-feature-icon svg {\n    width: 40px;\n    height: 40px;\n    stroke: #4F46E5;\n}\n\n.cma-feature-card h4 {\n    margin: 0 0 12px 0;\n    color: var(--text-dark);\n    font-size: 1.2em;\n}\n\n.cma-feature-card p {\n    margin: 0;\n    font-size: 0.95em;\n}\n\n.cma-list {\n    list-style: none;\n    padding: 0;\n    margin: 20px 0;\n}\n\n.cma-list li {\n    padding: 12px 0 12px 36px;\n    position: relative;\n    line-height: 1.6;\n    color: var(--text-light);\n}\n\n.cma-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.cma-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.cma-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.cma-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.cma-faq-item:hover {\n    background: #F3F4F6;\n}\n\n.cma-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.cma-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.cma-faq-item.active .cma-faq-toggle {\n    background: var(--primary-color);\n}\n\n.cma-faq-toggle svg {\n    width: 20px;\n    height: 20px;\n    stroke: var(--text-dark);\n    transition: all 0.3s;\n}\n\n.cma-faq-item.active .cma-faq-toggle svg {\n    stroke: white;\n    transform: rotate(180deg);\n}\n\n.cma-faq-answer {\n    margin-top: 16px;\n    color: var(--text-light);\n    line-height: 1.7;\n    display: none;\n}\n\n.cma-faq-item.active .cma-faq-answer {\n    display: block;\n}\n\n.cma-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.cma-cta-box h3 {\n    margin: 0 0 16px 0;\n    color: white;\n}\n\n.cma-cta-box p {\n    margin: 0 0 20px 0;\n    opacity: 0.95;\n    color: white;\n}\n\n.cma-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.cma-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    .cma-hero h1 {\n        font-size: 1.8em;\n    }\n    \n    .cma-content {\n        padding: 24px;\n    }\n    \n    .cma-features-grid {\n        grid-template-columns: 1fr;\n    }\n}\n<\/style>\n<div class=\"cma-wrapper\">\n    <div class=\"cma-hero\">\n        <h1>Can You File Taxes on CRA My Account?<\/h1>\n        <p>The straight goods on what you can (and can&#8217;t) do with Canada&#8217;s tax portal in 2026<\/p>\n    <\/div>\n\n<div class=\"cma-content\">\n    <p>Let&#8217;s cut through the confusion right off the bat \u2014 one of the biggest misunderstandings we see every tax season is folks thinking they can file their entire tax return directly through CRA My Account. You&#8217;re not alone if you&#8217;ve been scratching your head about this, and here&#8217;s the bottom line: <strong>CRA My Account is not a tax filing tool itself<\/strong>, but rather your command centre for everything *after* you&#8217;ve filed.<\/p>\n\n    <div class=\"cma-highlight-box\">\n        <h3>\ud83c\udfaf Quick Answer for 2026<\/h3>\n        <p><strong>No, you cannot file your initial tax return directly through CRA My Account.<\/strong> You must use <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/how-to-file-taxes-in-canada\/\" style=\"color: var(--primary-color); text-decoration: none; font-weight: 600;\">NETFILE-certified tax software<\/a> or a tax professional&#8217;s EFILE service. However, starting in the 2026 tax year, the CRA is piloting pre-filled returns in My Account for eligible lower-income Canadians \u2014 a potential game-changer that could flip this whole answer on its head.<\/p>\n    <\/div>\n\n    <h2>\n        <div class=\"cma-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        What CRA My Account Actually Does (And Why You Still Absolutely Need It)\n    <\/h2>\n    \n    <p>Think of CRA My Account as your financial dashboard, not your filing cabinet. Here&#8217;s what this powerful portal brings to the table:<\/p>\n\n    <div class=\"cma-features-grid\">\n        <div class=\"cma-feature-card\">\n            <div class=\"cma-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>Auto-fill My Return<\/h4>\n            <p>Automatically imports T4s, T5s, and other tax slips from the last 10 years \u2014 a massive time-saver that eliminates manual data entry errors.<\/p>\n        <\/div>\n\n        <div class=\"cma-feature-card\">\n            <div class=\"cma-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=\"M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>Track Your Refund<\/h4>\n            <p>See your refund status in real-time, update direct deposit info, and spot any uncashed cheques from previous years.<\/p>\n        <\/div>\n\n        <div class=\"cma-feature-card\">\n            <div class=\"cma-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 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>Authorize Representatives<\/h4>\n            <p>Starting July 2025, this is now the *only* way to give your tax preparer digital access to your info. No more paper forms!<\/p>\n        <\/div>\n\n        <div class=\"cma-feature-card\">\n            <div class=\"cma-feature-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 10V3L4 14h7v7l9-11h-7z\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>View Notices &#038; Limits<\/h4>\n            <p>Access up to 12 years of Notices of Assessment, check RRSP contribution room, and monitor TFSA limits to avoid over-contribution penalties.<\/p>\n        <\/div>\n    <\/div>\n\n    <h2>\n        <div class=\"cma-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        The Real Ways to File Your Taxes in Canada\n    <\/h2>\n\n    <p>Here&#8217;s where the rubber meets the road. You&#8217;ve got two main electronic filing options, and neither of them is &#8220;through My Account&#8221;:<\/p>\n\n    <h3><strong>Option 1: NETFILE (DIY Filing)<\/strong><\/h3>\n    <p>This is the CRA&#8217;s service for individuals who want to file their own taxes using <strong>NETFILE-certified tax software<\/strong>. Think TurboTax, Wealthsimple Tax, or CloudTax. You prepare your return in the software, then transmit it directly to the CRA. No paper, no stamps, no waiting weeks for confirmation.<\/p>\n\n    <ul class=\"cma-list\">\n        <li>You&#8217;ll need your SIN and birth date (access codes were phased out)<\/li>\n        <li>Refunds can hit your account in as little as 8 days with direct deposit<\/li>\n        <li>Over 25 million returns are processed annually, with nearly two-thirds filed electronically<\/li>\n        <li>Last year, approximately 93% of Canadians filed online<\/li>\n    <\/ul>\n\n    <h3><strong>Option 2: EFILE (Through a Tax Pro)<\/strong><\/h3>\n    <p>If you&#8217;d rather not go it alone, <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/wealthsimple-tax-review\/\" style=\"color: var(--primary-color); text-decoration: none; font-weight: 600;\">EFILE is what tax professionals use<\/a> to file returns electronically on your behalf. Starting in 2026, tax preparers must renew their EFILE passwords by January 31st to continue transmitting returns \u2014 so if you use a pro, make sure they&#8217;re up to date.<\/p>\n\n    <p>Both methods require you to have your tax slips ready, though Auto-fill my return (accessed *through* My Account) can pull much of this data automatically for returning filers.<\/p>\n\n    <h2>\n        <div class=\"cma-icon\">\n            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 10V3L4 14h7v7l9-11h-7z\"><\/path>\n            <\/svg>\n        <\/div>\n        The 2026 Game-Changer: Pre-Filled Returns Are Coming\n    <\/h2>\n\n    <p>Here&#8217;s the plot twist that could rewrite everything we just told you. The CRA announced that <strong>starting in the 2026 tax year, pre-filled tax returns will be available directly in CRA My Account<\/strong> for eligible lower-income Canadians. This pilot program represents the first step toward automatic tax filing \u2014 something advocates have pushed for years.<\/p>\n\n    <p>While details are still emerging, this means that if you&#8217;re eligible, you may be able to log into My Account, review a pre-completed return based on data the CRA already has (T4s, benefit info, etc.), make any necessary adjustments, and submit \u2014 all without separate software. This could fundamentally change the answer to &#8220;can you file through My Account&#8221; for millions of Canadians.<\/p>\n\n    <div class=\"cma-highlight-box\">\n        <h3>Head&#8217;s Up for First-Time Filers<\/h3>\n        <p>If you&#8217;re filing for the very first time, you <strong>cannot register for CRA My Account until after you file<\/strong> and receive your Notice of Assessment by mail (which takes 4-6 weeks). It&#8217;s a catch-22 that catches many off guard, but once you&#8217;re in the system, you&#8217;re set for life.<\/p>\n    <\/div>\n\n    <h2>\n        <div class=\"cma-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        Why You Still Need CRA My Account in 2026\n    <\/h2>\n\n    <p>Even though you can&#8217;t file directly through it (yet), skipping CRA My Account would be like driving without a rearview mirror. Here&#8217;s why:<\/p>\n\n    <ul class=\"cma-list\">\n        <li><strong>Auto-fill eliminates errors:<\/strong> Manually entering T4 info is where most mistakes happen<\/li>\n        <li><strong>Instant authorization:<\/strong> The July 2025 changes mean digital rep access is now mandatory<\/li>\n        <li><strong>Audit readiness:<\/strong> Upload documents directly if the CRA comes knocking<\/li>\n        <li><strong>Benefit tracking:<\/strong> See all your Canada Child Benefit, GST\/HST credit, and other payments in one place<\/li>\n        <li><strong>Security:<\/strong> Multi-factor authentication keeps your data safer than paper mail<\/li>\n    <\/ul>\n\n    <p>Understanding <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/tax-brackets-canada\/\" style=\"color: var(--primary-color); text-decoration: none; font-weight: 600;\">how tax brackets work in Canada<\/a> helps you maximize the value of credits and deductions you track through My Account.<\/p>\n\n    <div class=\"cma-cta-box\">\n        <h3>Calculate Your Potential Refund<\/h3>\n        <p>See how much you could get back before you file<\/p>\n        <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/income-tax-calculator\/\" class=\"cma-cta-button\">Try Our Tax Calculator<\/a>\n    <\/div>\n<\/div>\n\n<div class=\"cma-faq-section\">\n    <h2>Frequently Asked Questions<\/h2>\n\n    <div class=\"cma-faq-item\">\n        <div class=\"cma-faq-question\">\n            Can I file my taxes directly through the CRA My Account website?\n            <div class=\"cma-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=\"cma-faq-answer\">\n            No, CRA My Account is a portal for viewing and managing your tax information, not for filing your initial return. You must use NETFILE-certified software or an EFILE tax professional. However, you can use Auto-fill my return within My Account to pre-populate your software with CRA data.\n        <\/div>\n    <\/div>\n\n    <div class=\"cma-faq-item\">\n        <div class=\"cma-faq-question\">\n            What&#8217;s the difference between NETFILE and EFILE?\n            <div class=\"cma-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=\"cma-faq-answer\">\n            NETFILE is for individuals filing their own taxes using certified software. EFILE is the system tax professionals use to file returns on behalf of clients. Both transmit returns electronically to the CRA, but EFILE requires the preparer to register annually and pass suitability screening.\n        <\/div>\n    <\/div>\n\n    <div class=\"cma-faq-item\">\n        <div class=\"cma-faq-question\">\n            When will I be able to register for CRA My Account as a first-time filer?\n            <div class=\"cma-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=\"cma-faq-answer\">\n            You must first file your tax return and receive your Notice of Assessment by mail (4-6 weeks processing time). Only then can you register for CRA My Account using information from your NOA to verify your identity. There&#8217;s no way to speed this up \u2014 it&#8217;s a security measure.\n        <\/div>\n    <\/div>\n\n    <div class=\"cma-faq-item\">\n        <div class=\"cma-faq-question\">\n            Will pre-filled tax returns in My Account be mandatory in 2026?\n            <div class=\"cma-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=\"cma-faq-answer\">\n            The pre-filled returns launching in 2026 will be optional and initially available only to eligible lower-income Canadians as a pilot program. You&#8217;ll be able to review, edit if needed, and submit. It&#8217;s not yet clear what the eligibility criteria will be, but it&#8217;s expected to expand over time.\n        <\/div>\n    <\/div>\n\n    <div class=\"cma-faq-item\">\n        <div class=\"cma-faq-question\">\n            Do I need a CRA My Account to use NETFILE?\n            <div class=\"cma-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=\"cma-faq-answer\">\n            Not strictly required, but highly recommended. While you can file via NETFILE without My Account, you won&#8217;t be able to use Auto-fill my return \u2014 one of the biggest time-savers. Plus, you can&#8217;t view your Notice of Assessment or track your refund without it.\n        <\/div>\n    <\/div>\n\n    <div class=\"cma-faq-item\">\n        <div class=\"cma-faq-question\">\n            How do I authorize my tax preparer through My Account?\n            <div class=\"cma-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=\"cma-faq-answer\">\n            Since July 2025, you must log into My Account, go to &#8220;Authorized representatives,&#8221; and approve their access request digitally. The old paper form (T1013) is no longer accepted. Your preparer will initiate the request, and you&#8217;ll receive a notification to approve it.\n        <\/div>\n    <\/div>\n\n    <div class=\"cma-faq-item\">\n        <div class=\"cma-faq-question\">\n            Can I file amendments or changes through CRA My Account?\n            <div class=\"cma-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=\"cma-faq-answer\">\n            Yes! While you can&#8217;t file the original return, you can submit adjustments using the &#8220;Change my return&#8221; feature in My Account. This is much faster than mailing in a T1-ADJ form. You can also use ReFILE through certified software if you filed via NETFILE initially.\n        <\/div>\n    <\/div>\n\n    <div class=\"cma-faq-item\">\n        <div class=\"cma-faq-question\">\n            What if I can&#8217;t access My Account during NETFILE hours?\n            <div class=\"cma-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=\"cma-faq-answer\">\n            CRA My Account itself is available 21 hours daily (closed 3am-6am ET), but NETFILE has its own schedule. NETFILE operates 7 days\/week with varying hours by timezone: Eastern time 6am-3am, Pacific time 3am-midnight. The system is typically closed for maintenance from late January through mid-February.\n        <\/div>\n    <\/div>\n\n    <div class=\"cma-faq-item\">\n        <div class=\"cma-faq-question\">\n            Is my data safe if I use Auto-fill my return?\n            <div class=\"cma-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=\"cma-faq-answer\">\n            Yes, Auto-fill my return uses secure encrypted connections between CRA and certified software providers. The CRA receives your data from employers and financial institutions anyway; Auto-fill simply pulls it into your return automatically. Always use reputable, CRA-certified software and enable multi-factor authentication on your My Account for maximum security.\n        <\/div>\n    <\/div>\n\n    <div class=\"cma-faq-item\">\n        <div class=\"cma-faq-question\">\n            Can non-residents file taxes through CRA My Account?\n            <div class=\"cma-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=\"cma-faq-answer\">\n            Non-residents generally cannot use NETFILE, which means My Account&#8217;s Auto-fill feature isn&#8217;t available to them either. They must file paper returns or use specific non-resident services. However, they can still create a My Account after filing to view notices and manage certain aspects of their Canadian tax affairs.\n        <\/div>\n    <\/div>\n<\/div>\n<\/div>\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n    const faqItems = document.querySelectorAll('.cma-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>Can You File Taxes on CRA My Account? The straight goods on what you can (and can&#8217;t) do with Canada&#8217;s tax portal in 2026 Let&#8217;s cut through the confusion right off the bat \u2014 one of the biggest misunderstandings we see every tax season is folks thinking they can file their entire tax return directly [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[19],"tags":[],"class_list":["post-588","post","type-post","status-publish","format-standard","hentry","category-software-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\/588","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=588"}],"version-history":[{"count":0,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts\/588\/revisions"}],"wp:attachment":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/media?parent=588"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/categories?post=588"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/tags?post=588"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}