{"id":629,"date":"2025-11-29T19:39:38","date_gmt":"2025-11-29T19:39:38","guid":{"rendered":"https:\/\/canada.truenorthtaxes.ca\/?p=629"},"modified":"2025-11-29T19:39:38","modified_gmt":"2025-11-29T19:39:38","slug":"how-to-write-off-vehicle-expenses-for-a-business","status":"publish","type":"post","link":"https:\/\/truenorthbenefits.ca\/taxes\/how-to-write-off-vehicle-expenses-for-a-business\/","title":{"rendered":"How to Write Off Vehicle Expenses for a Business"},"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 Write Off Vehicle Expenses for a Business Canada 2026<\/h1>\n        <p>Turn your commute into a tax break \u2014 here&#8217;s the complete guide to deducting vehicle costs and maximizing your savings<\/p>\n    <\/div>\n\n    <div class=\"vftc-content\">\n        <p>So you&#8217;re using your vehicle for business and wondering if you can actually write off those costs? Absolutely, but here&#8217;s the thing \u2014 the CRA has rules, and they&#8217;re pickier than your aunt at a potluck. Claiming vehicle expenses isn&#8217;t just about tossing receipts in a shoebox and hoping for the best. You need proper tracking, legitimate business use, and an understanding of what actually qualifies. Miss the details, and you&#8217;re looking at a denied claim or worse, an audit that&#8217;ll make you wish you&#8217;d just paid full price, eh?<\/p>\n\n        <div class=\"vftc-highlight-box\">\n            <h3>Quick Answer<\/h3>\n            <p><strong>To write off vehicle expenses for a business in Canada, track your total business kilometers versus personal kilometers, then claim the proportional percentage of allowable costs.<\/strong> Deductible expenses include fuel, insurance, maintenance, lease payments, and depreciation (Capital Cost Allowance). You must maintain a detailed mileage log showing dates, destinations, kilometers driven, and business purposes. For 2026, the CRA requires contemporaneous records \u2014 reconstructed logs won&#8217;t cut it during an audit.<\/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            The Two Methods: Detailed vs Simplified\n        <\/h2>\n        \n        <p>The CRA gives you two routes for claiming vehicle expenses, and picking the right one can mean thousands of dollars difference in your deductions. The detailed method requires tracking every single expense throughout the year, then claiming your business-use percentage. The simplified method uses a flat per-kilometer rate set by the CRA, which for 2026 sits at 70 cents per kilometer for the first 5,000 business kilometers and 64 cents for each additional kilometer.<\/p>\n\n        <p>Here&#8217;s what most accountants won&#8217;t tell you upfront: <strong>the detailed method almost always yields bigger deductions if you&#8217;re driving a newer vehicle or racking up serious mileage<\/strong>. But it demands meticulous record-keeping. The simplified method? Perfect for lower mileage or when you can&#8217;t be bothered tracking every gas receipt, but you&#8217;ll leave money on the table if your actual costs exceed those CRA rates.<\/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            What Vehicle Expenses Are Deductible?\n        <\/h2>\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>Operating Costs<\/h4>\n                <p>Fuel, oil changes, routine maintenance, repairs, car washes, and parking fees directly related to business activities. Track every receipt meticulously.<\/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 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>Fixed Costs<\/h4>\n                <p>Insurance premiums, license and registration fees, lease payments (subject to limits), and loan interest (for owned vehicles with restrictions).<\/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 7h8m0 0v8m0-8l-8 8-4-4-6 6\"><\/path>\n                    <\/svg>\n                <\/div>\n                <h4>Capital Cost Allowance<\/h4>\n                <p>Depreciation on owned vehicles, claimed through CCA at 30% declining balance for Class 10 vehicles (or 15% for Class 10.1 luxury vehicles over $37,000).<\/p>\n            <\/div>\n        <\/div>\n\n        <p>Now, what doesn&#8217;t qualify? Traffic tickets, parking violations, personal use portions, and any expenses already reimbursed by clients or employers. The CRA&#8217;s not interested in subsidizing your speeding habit or that road trip to cottage country you tried to call a &#8220;business retreat.&#8221;<\/p>\n\n        <div class=\"vftc-cta-box\">\n            <h3>Want to See All Deductible Business Expenses?<\/h3>\n            <p>Explore the complete list of write-offs available to Canadian businesses<\/p>\n            <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/business-expenses-tax-deductible-canada\/\" class=\"vftc-cta-button\">View Full 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            The Mileage Log: Your Audit Insurance Policy\n        <\/h2>\n\n        <p>Let me be blunt \u2014 without a proper mileage log, your vehicle expense claims are toast if the CRA comes knocking. And they love auditing vehicle expenses because they&#8217;re so often claimed incorrectly. Your log needs to capture every business trip with the date, starting location, destination, kilometers driven, and the business purpose. &#8220;Client meeting&#8221; works. &#8220;Went to Tim&#8217;s&#8221; doesn&#8217;t unless you&#8217;re actually meeting a client there.<\/p>\n\n        <p>The log must be contemporaneous, meaning you record trips as they happen or within a reasonable timeframe. Trying to reconstruct twelve months of driving from memory in March? The CRA will disallow it faster than you can say &#8220;double-double.&#8221; Apps like MileIQ, Everlance, or even a simple spreadsheet work fine \u2014 just stay consistent and detailed.<\/p>\n\n        <p>Calculate your business-use percentage by dividing total business kilometers by total annual kilometers. If you drove 25,000 km total and 15,000 were business, that&#8217;s 60% business use. Apply that percentage to your total allowable vehicle expenses to determine your deduction.<\/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            Special Rules and Limitations\n        <\/h2>\n\n        <ul class=\"vftc-list\">\n            <li><strong>Luxury vehicle cap:<\/strong> For passenger vehicles costing over $37,000 (before GST\/HST), CCA is limited and calculated on the capped amount, not the full purchase price.<\/li>\n            <li><strong>Lease payment limits:<\/strong> Monthly lease deductions max out at $950 (before GST\/HST) for passenger vehicles. Higher payments get prorated down.<\/li>\n            <li><strong>Interest expense cap:<\/strong> Loan interest deductions are capped at $10 per day for passenger vehicles, regardless of actual interest paid.<\/li>\n            <li><strong>Commuting isn&#8217;t business use:<\/strong> Driving from home to your regular office location? That&#8217;s personal use. Driving from your office to meet clients? Business use.<\/li>\n            <li><strong>Employee vs self-employed:<\/strong> Employees face additional restrictions and must have employer-required use. Self-employed individuals have more flexibility but stricter record-keeping requirements.<\/li>\n        <\/ul>\n\n        <p>Understanding these limitations prevents nasty surprises at tax time. For incorporated businesses, consider whether the corporation should own the vehicle or reimburse you for using your personal vehicle \u2014 each approach has different tax implications worth exploring with an accountant.<\/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 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            Calculating Your Actual Deduction\n        <\/h2>\n\n        <p>Here&#8217;s a real-world example. You drive 30,000 km annually, with 18,000 km for business (60% business use). Your vehicle expenses total $12,000 including fuel, insurance, maintenance, and lease payments. Under the detailed method, you claim 60% of $12,000 = $7,200. Under the simplified method, you&#8217;d claim (5,000 km \u00d7 $0.70) + (13,000 km \u00d7 $0.64) = $3,500 + $8,320 = $11,820.<\/p>\n\n        <p>Wait, the simplified method is higher here? Yep \u2014 sometimes it works out that way, especially with lower overall vehicle costs or high business mileage. This is why smart business owners calculate both methods annually and use whichever gives the bigger deduction. The CRA doesn&#8217;t care which method you choose as long as you&#8217;re consistent within each tax year and can support your claims.<\/p>\n\n        <p>Want to see how vehicle deductions affect your overall tax situation? Our <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/income-tax-calculator\/\" style=\"color: var(--primary-color); text-decoration: none; font-weight: 600;\">income tax calculator<\/a> shows exactly how business deductions reduce your taxable income across all provinces.<\/p>\n\n        <div class=\"vftc-cta-box\">\n            <h3>Running a Small Business?<\/h3>\n            <p>Understand GST\/HST implications for your vehicle expenses and other business costs<\/p>\n            <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/hst-gst-guide-small-business\/\" class=\"vftc-cta-button\">View GST\/HST Guide<\/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                Can I deduct vehicle expenses if I work from home?\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, but only for actual business travel \u2014 meeting clients, picking up supplies, attending business events, or traveling to temporary work locations. Your regular commute from home to a permanent office location isn&#8217;t deductible, even if you work from home most days.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                What if I forgot to keep a mileage log throughout the 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                You&#8217;re in a tough spot. The CRA requires contemporaneous records and typically rejects reconstructed logs. Your best bet is to track a representative sample period (say, three months) and use that to estimate annual business use, but this significantly increases audit risk. Start tracking properly immediately for future years.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Can I claim both the detailed method and the simplified per-kilometer rate?\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, you must choose one method per vehicle per tax year. However, you can calculate both to see which gives you a higher deduction, then claim that method. You can also switch methods between years, but not combine them in the same year.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Are electric vehicle charging costs deductible?\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. Electricity costs for charging your business-use electric vehicle are deductible the same way fuel costs are for gas vehicles. Track public charging station receipts directly. For home charging, calculate the proportion of your electricity bill attributable to business charging based on your business-use percentage.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                How do I handle vehicle expenses if my business is incorporated?\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 have two options: the corporation owns the vehicle and claims expenses directly, or you own the vehicle personally and the corporation reimburses you per kilometer at the CRA&#8217;s prescribed rates. Each has different tax implications, GST\/HST considerations, and record-keeping requirements. Consult an accountant to determine which structure works best for your situation.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Can I deduct car payments on a financed vehicle?\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                Not directly. For owned vehicles, you claim Capital Cost Allowance (depreciation) at 30% declining balance, plus the interest portion of your loan payments (subject to the $10\/day cap for passenger vehicles). The principal portion of payments isn&#8217;t deductible \u2014 it&#8217;s considered a capital expense already accounted for through CCA.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                What&#8217;s considered a &#8220;passenger vehicle&#8221; versus other vehicle types?\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                Passenger vehicles are automobiles designed for carrying nine or fewer passengers. Pickup trucks, vans, and SUVs used primarily for transporting goods or passengers in a business may qualify for more favorable treatment with higher CCA rates and no luxury tax caps, but must meet specific criteria around seating and cargo capacity.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Do I need receipts for everything, or is a mileage log enough?\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                For the simplified per-kilometer method, a detailed mileage log is sufficient. For the detailed method, you need both the mileage log (to prove business-use percentage) AND receipts for all claimed expenses \u2014 gas, insurance, repairs, everything. Keep both digital and physical copies for at least six years.\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&#8217;m employed rather than self-employed?\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, but it&#8217;s more restrictive. Your employer must require you to use your own vehicle as a condition of employment and provide a signed T2200 form. You can only deduct expenses for traveling to meet clients or perform work duties away from your regular office \u2014 not your commute to your primary workplace.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                How does GST\/HST affect vehicle expense deductions?\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&#8217;re GST\/HST registered, you can claim Input Tax Credits for the GST\/HST paid on vehicle expenses, proportional to your business use. This is separate from your income tax deduction. The vehicle expense deduction on your tax return should be calculated on amounts before GST\/HST if you&#8217;re claiming ITCs.\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 Write Off Vehicle Expenses for a Business Canada 2026 Turn your commute into a tax break \u2014 here&#8217;s the complete guide to deducting vehicle costs and maximizing your savings So you&#8217;re using your vehicle for business and wondering if you can actually write off those costs? Absolutely, but here&#8217;s the thing \u2014 the [&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-629","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\/629","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=629"}],"version-history":[{"count":0,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts\/629\/revisions"}],"wp:attachment":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/media?parent=629"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/categories?post=629"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/tags?post=629"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}