{"id":442,"date":"2025-11-20T01:06:00","date_gmt":"2025-11-20T01:06:00","guid":{"rendered":"https:\/\/canada.truenorthtaxes.ca\/?p=442"},"modified":"2025-11-20T01:06:00","modified_gmt":"2025-11-20T01:06:00","slug":"moving-expenses-tax-deduction","status":"publish","type":"post","link":"https:\/\/truenorthbenefits.ca\/taxes\/moving-expenses-tax-deduction\/","title":{"rendered":"Moving Expenses Tax Deduction"},"content":{"rendered":"\n<style>\n:root {\n    --primary-color: #4F46E5;\n    --secondary-color: #10B981;\n    --text-dark: #1F2937;\n    --text-light: #6B7280;\n    --bg-light: #F9FAFB;\n    --border-color: #E5E7EB;\n    --success-color: #059669;\n    --warning-color: #F59E0B;\n}\n\n.vftc-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 20px;\n    color: var(--text-dark);\n}\n\n.vftc-hero {\n    text-align: center;\n    padding: 40px 20px;\n    background: #4F46E5;\n    border-radius: 16px;\n    color: white;\n    margin-bottom: 40px;\n}\n\n.vftc-hero h1 {\n    font-size: 2.5em;\n    margin: 0 0 16px 0;\n    font-weight: 700;\n}\n\n.vftc-hero p {\n    font-size: 1.2em;\n    opacity: 0.95;\n    max-width: 700px;\n    margin: 0 auto;\ncolor:white!important;\n}\n\n.vftc-content {\n    background: white;\n    border-radius: 12px;\n    padding: 40px;\n    margin-bottom: 30px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n}\n\n.vftc-content h2 {\n    font-size: 1.8em;\n    margin: 30px 0 20px 0;\n    color: var(--text-dark);\n    display: flex;\n    align-items: center;\n    gap: 12px;\n}\n\n.vftc-content h3 {\n    font-size: 1.4em;\n    margin: 25px 0 16px 0;\n    color: var(--text-dark);\n}\n\n.vftc-content p {\n    line-height: 1.8;\n    color: var(--text-light);\n    margin-bottom: 16px;\n    font-size: 1.05em;\n}\n\n.vftc-icon {\n    width: 48px;\n    height: 48px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: linear-gradient(135deg, #FEE2E2 0%, #FED7AA 100%);\n    border-radius: 12px;\n    flex-shrink: 0;\n}\n\n.vftc-icon svg {\n    width: 28px;\n    height: 28px;\n    stroke: #4F46E5;\n}\n\n.vftc-highlight-box {\n    background: linear-gradient(135deg, #DBEAFE 0%, #E0E7FF 100%);\n    border-left: 4px solid var(--primary-color);\n    padding: 24px;\n    border-radius: 12px;\n    margin: 30px 0;\n}\n\n.vftc-highlight-box h3 {\n    margin-top: 0;\n    color: var(--primary-color);\n}\n\n.vftc-features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));\n    gap: 24px;\n    margin: 30px 0;\n}\n\n.vftc-feature-card {\n    background: var(--bg-light);\n    padding: 28px;\n    border-radius: 12px;\n    text-align: center;\n    transition: all 0.3s;\n}\n\n.vftc-feature-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);\n}\n\n.vftc-feature-icon {\n    width: 72px;\n    height: 72px;\n    margin: 0 auto 20px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: linear-gradient(135deg, #FEE2E2 0%, #FED7AA 100%);\n    border-radius: 16px;\n}\n\n.vftc-feature-icon svg {\n    width: 40px;\n    height: 40px;\n    stroke: #4F46E5;\n}\n\n.vftc-feature-card h4 {\n    margin: 0 0 12px 0;\n    color: var(--text-dark);\n    font-size: 1.2em;\n}\n\n.vftc-feature-card p {\n    margin: 0;\n    font-size: 0.95em;\n}\n\n.vftc-list {\n    list-style: none;\n    padding: 0;\n    margin: 20px 0;\n}\n\n.vftc-list li {\n    padding: 12px 0 12px 36px;\n    position: relative;\n    line-height: 1.6;\n    color: var(--text-light);\n}\n\n.vftc-list li:before {\n    content: \"\u2713\";\n    position: absolute;\n    left: 0;\n    color: var(--success-color);\n    font-weight: bold;\n    font-size: 1.3em;\n}\n\n.vftc-faq-section {\n    background: white;\n    border-radius: 12px;\n    padding: 40px;\n    margin-top: 40px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n}\n\n.vftc-faq-section h2 {\n    font-size: 2em;\n    margin: 0 0 30px 0;\n    color: var(--text-dark);\n    text-align: center;\n}\n\n.vftc-faq-item {\n    background: var(--bg-light);\n    padding: 24px;\n    border-radius: 12px;\n    margin-bottom: 16px;\n    cursor: pointer;\n    transition: all 0.3s;\n}\n\n.vftc-faq-item:hover {\n    background: #F3F4F6;\n}\n\n.vftc-faq-question {\n    font-weight: 600;\n    color: var(--text-dark);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    font-size: 1.1em;\n}\n\n.vftc-faq-toggle {\n    width: 32px;\n    height: 32px;\n    background: white;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    transition: all 0.3s;\n}\n\n.vftc-faq-item.active .vftc-faq-toggle {\n    background: var(--primary-color);\n}\n\n.vftc-faq-toggle svg {\n    width: 20px;\n    height: 20px;\n    stroke: var(--text-dark);\n    transition: all 0.3s;\n}\n\n.vftc-faq-item.active .vftc-faq-toggle svg {\n    stroke: white;\n    transform: rotate(180deg);\n}\n\n.vftc-faq-answer {\n    margin-top: 16px;\n    color: var(--text-light);\n    line-height: 1.7;\n    display: none;\n}\n\n.vftc-faq-item.active .vftc-faq-answer {\n    display: block;\n}\n\n.vftc-cta-box {\n    background: linear-gradient(135deg, var(--primary-color) 0%, #7C3AED 100%);\n    padding: 32px;\n    border-radius: 12px;\n    text-align: center;\n    color: white;\n    margin: 30px 0;\n}\n\n.vftc-cta-box h3 {\n    margin: 0 0 16px 0;\n    color: white;\n}\n\n.vftc-cta-box p {\n    margin: 0 0 20px 0;\n    opacity: 0.95;\n    color: white;\n}\n\n.vftc-cta-button {\n    display: inline-block;\n    background: white;\n    color: var(--primary-color);\n    padding: 14px 32px;\n    border-radius: 8px;\n    text-decoration: none;\n    font-weight: 600;\n    transition: all 0.3s;\n}\n\n.vftc-cta-button:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);\n}\n\n@media (max-width: 768px) {\n    .vftc-hero h1 {\n        font-size: 1.8em;\n    }\n    \n    .vftc-content {\n        padding: 24px;\n    }\n    \n    .vftc-features-grid {\n        grid-template-columns: 1fr;\n    }\n}\n<\/style>\n\n<div class=\"vftc-wrapper\">\n    <div class=\"vftc-hero\">\n        <h1>Moving Expenses Tax Deduction Canada 2026<\/h1>\n        <p>Save thousands on your next move \u2014 but only if you meet the CRA&#8217;s strict new rules<\/p>\n    <\/div>\n\n    <div class=\"vftc-content\">\n        <p>Let\u2019s cut to the chase, eh? Moving ain&#8217;t cheap. Between hiring movers, paying for gas across multiple provinces, and shelling out for temporary digs, your wallet takes a serious beating. The CRA knows this, but here&#8217;s the kicker \u2014 since 2018, they&#8217;ve clamped down hard on who&#8217;s actually eligible to claim moving expenses. So before you start dreaming about deducting that $5,000 cross-country haul, you need to know exactly where you stand.<\/p>\n\n        <div class=\"vftc-highlight-box\">\n            <h3>Quick Answer<\/h3>\n            <p><strong>You can only claim moving expenses in Canada for 2026 if you&#8217;re relocating for work or to attend full-time post-secondary education,<\/strong> and your new home must be at least <strong>40 kilometres closer<\/strong> to your new work or school location. The days of deducting moves for any reason are long gone \u2014 the CRA tightened these rules significantly in 2018.<\/p>\n        <\/div>\n\n        <h2>\n            <div class=\"vftc-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                <\/svg>\n            <\/div>\n            Who Actually Qualifies for the Deduction?\n        <\/h2>\n        \n        <p>The CRA doesn&#8217;t mess around with eligibility. You need to meet one of these scenarios <strong>and<\/strong> pass the distance test:<\/p>\n\n        <ul class=\"vftc-list\">\n            <li>You moved to start a new job or business location in Canada<\/li>\n            <li>You relocated to attend full-time post-secondary courses as a student<\/li>\n            <li>You&#8217;re a deemed or factual resident of Canada moving back from abroad for work<\/li>\n            <li>You moved between work locations within Canada (rare, but possible)<\/li>\n        <\/ul>\n\n        <p>But here&#8217;s the deal-breaker \u2014 <strong>the 40 kilometre rule<\/strong>. If your new home isn&#8217;t at least 40km closer to your new work or school than your old place was, you&#8217;re out of luck. And no, you can&#8217;t fudge the numbers. The CRA uses GPS coordinates and official maps to verify this.<\/p>\n\n        <h2>\n            <div class=\"vftc-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                <\/svg>\n            <\/div>\n            What You Can Actually Deduct (And What You Can&#8217;t)\n        <\/h2>\n\n        <p>Even if you qualify, not every receipt in your shoebox counts. The CRA&#8217;s list of eligible moving expenses is <em>specific<\/em>.<\/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=\"M13 10V3L4 14h7v7l9-11h-7z\"><\/path>\n                    <\/svg>\n                <\/div>\n                <h4>Transportation Costs<\/h4>\n                <p>Vehicle expenses, fuel, and up to $5,000 for meals during the move. Keep every receipt, eh?<\/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=\"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                <h4>Temporary Living Expenses<\/h4>\n                <p>Up to 15 days of temporary accommodation near your old or new home<\/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=\"M7 16a4 4 0 01-.88-7.903A5 5 0 1115.9 6L16 6a5 5 0 011 9.9M15 13l-3-3m0 0l-3 3m3-3v12\"><\/path>\n                    <\/svg>\n                <\/div>\n                <h4>Mover &#038; Storage Fees<\/h4>\n                <p>Professional moving services, packing, and up to 3 months of storage costs<\/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 13h6m-3-3v6m5 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>Lease Cancellation<\/h4>\n                <p>Costs to break your old lease, plus incidentals like utility hook-ups<\/p>\n            <\/div>\n        <\/div>\n\n        <p><strong>Don&#8217;t even think about claiming:<\/strong> real estate commissions, mortgage penalties, home staging, house-hunting trips, or those &#8220;just in case&#8221; Tim Hortons runs. The CRA will shut those down faster than you can say &#8220;double-double.&#8221;<\/p>\n\n        <div class=\"vftc-highlight-box\">\n            <h3>Students, Listen Up!<\/h3>\n            <p>If you&#8217;re moving for school, you can only claim against scholarship, fellowship, bursary, or research grant income. You can&#8217;t use moving expenses to create a loss against other income sources. This trips up a lot of folks at tax time.<\/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=\"M7 21h10a2 2 0 002-2V9.414a1 1 0 00-.293-.707L16.414 5.414A1 1 0 0015.586 5H7a2 2 0 00-2 2v14a2 2 0 002 2z\"><\/path>\n                <\/svg>\n            <\/div>\n            How to Claim: The T1-M Form\n        <\/h2>\n\n        <p>Here&#8217;s the paperwork reality check. You&#8217;ll need to complete the <strong>Form T1-M, Moving Expenses Deduction<\/strong>, and attach it to your T1 return. The form walks you through calculating your deduction, but you can&#8217;t just ballpark it.<\/p>\n\n        <ul class=\"vftc-list\">\n            <li>Total your eligible moving expenses (keep every single receipt)<\/li>\n            <li>Calculate the portion you can deduct based on your income type<\/li>\n            <li>Carry forward any unused amounts to future years (students, this is huge)<\/li>\n        <\/ul>\n\n        <p><strong>Pro tip:<\/strong> The CRA loves documentation. Photograph odometer readings, save gas receipts, keep hotel invoices, and get written confirmation from your employer about the relocation. If you&#8217;re audited and can&#8217;t prove it, you&#8217;re hooped.<\/p>\n\n        <div class=\"vftc-cta-box\">\n            <h3>Not Sure About Your Tax Bracket?<\/h3>\n            <p>Understanding your tax rate helps you maximize the value of deductions<\/p>\n            <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/tax-brackets-canada\/\" class=\"vftc-cta-button\">Check Tax Brackets<\/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=\"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-4m-5 0H9m0 0H7m2 0v-4a2 2 0 012-2h2a2 2 0 012 2v4m-6 0V9a2 2 0 012-2h2a2 2 0 012 2v7\"><\/path>\n                <\/svg>\n            <\/div>\n            Employer Moving Allowances: The Taxable Trap\n        <\/h2>\n\n        <p>Many Canadians get tripped up here. If your employer gives you a moving allowance, it&#8217;s <strong>fully taxable as income<\/strong> unless it&#8217;s a reimbursement for actual, receipted expenses. That $10,000 &#8220;moving bonus&#8221;? Yeah, that&#8217;s getting taxed at your marginal rate.<\/p>\n\n        <p>However, if your employer directly pays the moving company or reimburses you for specific costs (with receipts), those amounts aren&#8217;t taxable and reduce what you can claim. You can&#8217;t double-dip, folks.<\/p>\n\n        <p>Understanding <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/income-tax-calculator\/\" style=\"color: var(--primary-color); text-decoration: none; font-weight: 600;\">how moving allowances affect your taxable income<\/a> can save you from a nasty surprise at tax time.<\/p>\n\n        <h2>\n            <div class=\"ftc-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\"><\/path>\n                <\/svg>\n            <\/div>\n            International Students &#038; Newcomers\n        <\/h2>\n\n        <p>If you&#8217;re landing in Canada as a permanent resident or international student, you can claim moving expenses for your relocation to Canada \u2014 but only if you meet the work\/student criteria. The 40km rule applies, but it&#8217;s measured from your previous residence abroad to your new Canadian home and work\/school location.<\/p>\n\n        <p>Keep meticulous records of travel costs, shipping of belongings, and temporary accommodation. Currency conversions must use the Bank of Canada rate for the day of each expense. The CRA is particularly picky about foreign receipts.<\/p>\n\n        <p>Planning long-term? <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/rrsp-contributions-taxes\/\" style=\"color: var(--primary-color); text-decoration: none; font-weight: 600;\">Contributing to an RRSP<\/a> once you&#8217;re settled can help offset the taxes on that relocation allowance.<\/p>\n    <\/div>\n\n    <div class=\"vftc-faq-section\">\n        <h2>Frequently Asked Questions<\/h2>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Can I claim moving expenses if I work remotely for a Toronto company but moved to Vancouver?\n                <div class=\"vftc-faq-toggle\">\n                    <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <div class=\"vftc-faq-answer\">\n                If your employer required the relocation and your new Vancouver home is at least 40km closer to your designated work office (even if you work from home), you may qualify. The key is employer requirement and the distance test. Remote-first companies make this tricky.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                What if I moved mid-year for school but had no scholarship income until the following 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                Good news! Students can carry forward unused moving expenses to future years. File the claim in the year you moved, then carry forward the unused portion to the year you actually receive scholarship income. Don&#8217;t lose those receipts.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Do I need my employer to write a letter confirming the move was required?\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            While not mandatory for filing, a letter from HR stating the relocation was required for employment is gold if the CRA audits you. It&#8217;s not legally required, but it shuts down disputes before they start. Think of it as insurance.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Can I claim my pet&#8217;s moving costs or vehicle shipping?\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                Pet transport costs are generally deductible as part of moving household effects. Vehicle shipping costs are also eligible if you&#8217;re moving a long distance where driving isn&#8217;t practical. Keep detailed invoices \u2014 the CRA scrutinizes these.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                What if my employer reimbursed some but not all expenses?\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 can only claim the out-of-pocket portion that wasn&#8217;t reimbursed. Report the reimbursement as income (if it was a taxable allowance) and deduct the total eligible expenses. The net effect is claiming only what you actually paid.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Can I claim moving expenses for my family if I moved ahead of them?\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 can claim expenses for moving your spouse\/common-law partner and dependents later, but generally only for one trip per person. The CRA won&#8217;t cover multiple back-and-forth trips. Timing matters.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                How long do I need to keep moving expense receipts?\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 them for at least six years from the date of your tax filing. If you carried forward expenses to future years, keep receipts until six years after the year you finally claimed them. Digital scans are acceptable.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                What if I moved for work but the job fell through?\n                <div class=\"vftc-faq-toggle\">\n                    <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <div class=\"vftc-faq-answer\">\n                If you moved with the reasonable expectation of employment and the job fell through through no fault of your own, you can still claim the expenses. Document the job offer and termination. The CRA is surprisingly reasonable on this if you have proof.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Are moving expenses different for Quebec residents?\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                Quebec follows the same federal rules for moving expense deductions on the provincial tax return. However, Quebec has its own tax forms and calculations. The eligibility criteria and 40km rule are identical.\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n    const faqItems = document.querySelectorAll('.vftc-faq-item');\n    \n    faqItems.forEach(item => {\n        item.addEventListener('click', function() {\n            const isActive = this.classList.contains('active');\n            \n            \/\/ Close all items\n            faqItems.forEach(i => i.classList.remove('active'));\n            \n            \/\/ Open clicked item if it wasn't active\n            if (!isActive) {\n                this.classList.add('active');\n            }\n        });\n    });\n});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Moving Expenses Tax Deduction Canada 2026 Save thousands on your next move \u2014 but only if you meet the CRA&#8217;s strict new rules Let\u2019s cut to the chase, eh? Moving ain&#8217;t cheap. Between hiring movers, paying for gas across multiple provinces, and shelling out for temporary digs, your wallet takes a serious beating. The CRA [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22],"tags":[],"class_list":["post-442","post","type-post","status-publish","format-standard","hentry","category-tax-deductions"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":8}},"_links":{"self":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts\/442","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=442"}],"version-history":[{"count":0,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts\/442\/revisions"}],"wp:attachment":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/media?parent=442"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/categories?post=442"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/tags?post=442"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}