{"id":412,"date":"2025-11-16T02:10:49","date_gmt":"2025-11-16T02:10:49","guid":{"rendered":"https:\/\/canada.truenorthtaxes.ca\/?p=412"},"modified":"2025-11-16T02:10:49","modified_gmt":"2025-11-16T02:10:49","slug":"transportation-costs-tax-deductions","status":"publish","type":"post","link":"https:\/\/truenorthbenefits.ca\/taxes\/transportation-costs-tax-deductions\/","title":{"rendered":"Transportation Deductions"},"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<div class=\"vftc-wrapper\">\n    <div class=\"vftc-hero\">\n        <h1>Transportation Deductions Canada 2026<\/h1>\n        <p>Save hundreds on your tax bill by claiming every kilometre you&#8217;re entitled to \u2014 here&#8217;s the straight goods<\/p>\n    <\/div>\n\n<div class=\"vftc-content\">\n    <p>Let&#8217;s face it: between gas prices that make you wince and insurance that costs an arm and a leg, driving in Canada isn&#8217;t cheap. Whether you&#8217;re hustling between job sites, moving cross-country for that golden opportunity, or trekking to medical appointments three towns over, those transportation costs add up faster than a snowstorm in January. The silver lining? The CRA actually lets you claw back some of those expenses \u2014 if you know the rules and keep proper records.<\/p>\n\n    <div class=\"vftc-highlight-box\">\n        <h3>Quick Answer<\/h3>\n        <p><strong>Self-employed Canadians can deduct 70\u00a2 per business kilometre (first 5,000 km) and 64\u00a2 thereafter for 2026<\/strong>, plus parking, insurance, and loan interest. Commission employees with a T2200 can claim a portion of vehicle expenses, while employees moving at least 40 km closer to work can deduct transportation costs like gas, meals, and temporary lodging. Medical travel over 40 km qualifies for a 28.5\u00a2\/km deduction.<\/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=\"M11 17l-5-5m0 0l5-5m-5 5h12\"><\/path>\n            <\/svg>\n        <\/div>\n        Who Can Actually Claim What?\n    <\/h2>\n    \n    <p>Not everyone can write off their morning commute to the Timmies drive-thru, eh? Here&#8217;s the real breakdown:<\/p>\n\n    <ul class=\"vftc-list\">\n        <li><strong>Self-employed folks:<\/strong> You&#8217;ve hit the jackpot. Deduct business-related kilometres, maintenance, fuel, insurance, lease payments, and even that overpriced parking downtown.<\/li>\n        <li><strong>Commission employees:<\/strong> If your employer signed a T2200 form declaring you must use your own vehicle, you can claim a portion based on business vs. personal use.<\/li>\n        <li><strong>Salaried employees:<\/strong> Tough break \u2014 your daily commute isn&#8217;t deductible, even if you&#8217;re stuck on the 401 for two hours.<\/li>\n        <li><strong>Anyone moving 40+ km for work or school:<\/strong> This is your moment. Claim transportation costs including vehicle expenses, meals, and temporary accommodation.<\/li>\n        <li><strong>Medical travel for treatment >40 km:<\/strong> Claim 28.5\u00a2\/km or actual receipts, plus meals and lodging if you travelled over 80 km.<\/li>\n    <\/ul>\n\n    <p>Here&#8217;s a beauty of a detail: <strong>you can claim moving expenses against any income earned at your new location<\/strong>, not just employment income. That means students moving for university can claim against taxable scholarships or research grants. Not too shabby!<\/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        The Logbook Method vs. Simplified Method\n    <\/h2>\n\n    <p>Tracking automobile expenses can feel like a part-time job, but the CRA gives you two ways to skin this cat:<\/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=\"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>Detailed Logbook<\/h4>\n            <p>Track every business trip&#8217;s date, destination, purpose, and kilometres. Maintain receipts for all vehicle-related costs. Yields the biggest deduction but demands meticulous records.<\/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=\"M13 10V3L4 14h7v7l9-11h-7z\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>Simplified Method<\/h4>\n            <p>Use CRA&#8217;s reasonable per-kilometre rates. No receipts needed, just a simple log of business kilometres. Quick and painless but might leave money on the table.<\/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=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>2026 Rates<\/h4>\n            <p>First 5,000 business km: 70\u00a2\/km. Each additional km: 64\u00a2\/km. These rates include gas, maintenance, and depreciation \u2014 don&#8217;t double-dip!<\/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=\"M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>Parking &#038; Extras<\/h4>\n            <p>Parking fees and supplementary business insurance are deductible on top of per-km rates. Keep those receipts \u2014 they add up faster than you&#8217;d think.<\/p>\n        <\/div>\n    <\/div>\n\n    <h2>\n        <div class=\"vftc-icon\">\n            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z\"><\/path>\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 11a3 3 0 11-6 0 3 3 0 016 0z\"><\/path>\n            <\/svg>\n        <\/div>\n        Moving &#038; Medical: The Forgotten Deductions\n    <\/h2>\n\n    <p>While everyone obsesses over vehicle expense claims, they&#8217;re sleeping on two major transportation deductions. If you moved at least 40 km closer to a new job or school, you can deduct transportation costs including gas, meals, and temporary lodging. The best part? You can claim these against any income, not just employment earnings.<\/p>\n\n    <p>Medical travel follows similar rules: 28.5\u00a2\/km for trips over 40 km one way for specialist treatment not available locally. Travel over 80 km? You can also claim meals and accommodation. That trek from rural Saskatchewan to Saskatoon for your specialist? Deductible, beauty!<\/p>\n\n    <div class=\"vftc-cta-box\">\n        <h3>Moving This Year?<\/h3>\n        <p>See how moving expenses interact with your overall tax situation<\/p>\n        <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/moving-expenses-tax-deduction\/\" class=\"vftc-cta-button\">Moving Expense Guide<\/a>\n    <\/div>\n\n    <h2>\n        <div class=\"vftc-icon\">\n            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z\"><\/path>\n            <\/svg>\n        <\/div>\n        Paperwork That&#8217;ll Save Your Bacon\n    <\/h2>\n\n    <p>If the CRA comes knocking, you need receipts that would make a beaver proud. For vehicle expenses: a detailed logbook showing dates, destinations, purposes, and kilometres for each business trip. For moving expenses: receipts for transportation, meals, and lodging. For medical travel: appointment confirmations and travel logs.<\/p>\n\n    <p><strong>Pro tip:<\/strong> Apps like MileIQ or QuickBooks Self-Employed automatically track trips using GPS. Set it and forget it \u2014 way easier than scribbling in a notebook while stuck in traffic on the DVP.<\/p>\n\n    <p>Understanding <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/tax-brackets-canada\/\" style=\"color: var(--primary-color); text-decoration: none; font-weight: 600;\">Canada&#8217;s 2026 tax brackets<\/a> helps you calculate the real dollar value of these deductions based on your marginal rate.<\/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 transportation to and from my regular office?\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            Unfortunately, no. The CRA considers your daily commute a personal expense, even if you&#8217;re using your vehicle for work later. The only exception is if you&#8217;re travelling to a temporary work location outside your normal area, or if you&#8217;re a tradesperson moving between job sites.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            What&#8217;s the difference between a tax deduction and a tax credit for transportation?\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            Transportation deductions (like vehicle expenses) reduce your taxable income dollar-for-dollar. A $1,000 deduction saves you $1,000 \u00d7 your marginal tax rate. Credits, like the public transit amount in some provinces, reduce taxes owed directly. Deductions are generally more valuable for higher earners. Use our <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/income-tax-calculator\/\">income tax calculator<\/a> to see the impact.\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 my logbook records?\n            <div class=\"vftc-faq-toggle\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                <\/svg>\n            <\/div>\n        <\/div>\n        <div class=\"vftc-faq-answer\">\n            The CRA requires you to keep records for at least six years from the end of the tax year. For vehicle expenses, maintain both your detailed logbook and all receipts for gas, maintenance, insurance, and lease payments. Digital records are acceptable if they&#8217;re complete and readable.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            Can I claim vehicle expenses if I work from home but occasionally drive to the office?\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            Generally, no. Trips from your home office to your employer&#8217;s location are considered personal commuting, even if you work from home most days. However, if you travel from your home office to a client&#8217;s location or a temporary work site, those kilometres qualify as business travel.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            What if I use the same vehicle for both business and personal trips?\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 must prorate expenses based on business versus personal kilometres. Track both types of travel in your logbook. The CRA formula is: (Business km \u00f7 Total km) \u00d7 Total Vehicle Expenses. Never claim 100% unless you have a second vehicle used exclusively for business.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            Are parking fees deductible if I&#8217;m running business errands?\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! Parking fees for business activities are 100% deductible on top of your per-kilometre rate. This includes parking while visiting clients, attending business meetings, or running business-related errands. Keep those parking receipts \u2014 they add up faster than you&#8217;d think, especially in downtown Toronto or Vancouver.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            Can I claim transportation costs for my kids&#8217; medical appointments?\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. Medical travel deductions apply to you, your spouse\/common-law partner, and your dependents. For travel over 40 km to access specialist care not available locally, claim 28.5\u00a2\/km. If you travelled over 80 km, you can also claim meals and accommodation using the simplified or detailed method.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            What happens if I forget to track my kilometres for a few months?\n            <div class=\"vftc-faq-toggle\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                <\/svg>\n            <\/div>\n        <\/div>\n        <div class=\"vftc-faq-answer\">\n            The CRA requires a complete logbook for the entire tax year. Incomplete records could result in your entire claim being denied. If you forgot, you might use a sample period approach: maintain a detailed logbook for at least three consecutive months to establish a base pattern, then extrapolate for the year. However, a full-year logbook is always safer.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            Can I claim vehicle loan interest even if I use the simplified kilometre method?\n            <div class=\"vftc-faq-toggle\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                <\/svg>\n            <\/div>\n        <\/div>\n        <div class=\"vftc-faq-answer\">\n            No, the CRA&#8217;s reasonable per-kilometre rates are all-inclusive. If you choose the simplified method, you cannot separately claim loan interest, lease payments, insurance, or maintenance. You must pick one method or the other for each vehicle. Run the numbers both ways to see which yields the larger deduction.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            How do transportation deductions affect my RRSP contribution room?\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        Since vehicle and moving expense deductions reduce your net income, they indirectly increase your RRSP contribution room for the following year. Lower net income = lower RRSP room, but the tax savings typically outweigh this small reduction. For optimal tax planning, consider how deductions interact with <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/rrsp-contributions-taxes\/\">RRSP contributions<\/a>.\n        <\/div>\n    <\/div>\n<\/div>\n<\/div>\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>Transportation Deductions Canada 2026 Save hundreds on your tax bill by claiming every kilometre you&#8217;re entitled to \u2014 here&#8217;s the straight goods Let&#8217;s face it: between gas prices that make you wince and insurance that costs an arm and a leg, driving in Canada isn&#8217;t cheap. Whether you&#8217;re hustling between job sites, moving cross-country for [&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-412","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\/412","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=412"}],"version-history":[{"count":0,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts\/412\/revisions"}],"wp:attachment":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/media?parent=412"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/categories?post=412"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/tags?post=412"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}