{"id":434,"date":"2025-11-17T00:24:51","date_gmt":"2025-11-17T00:24:51","guid":{"rendered":"https:\/\/canada.truenorthtaxes.ca\/?p=434"},"modified":"2025-11-17T00:24:51","modified_gmt":"2025-11-17T00:24:51","slug":"capital-cost-allowance","status":"publish","type":"post","link":"https:\/\/truenorthbenefits.ca\/taxes\/capital-cost-allowance\/","title":{"rendered":"Capital Cost Allowance"},"content":{"rendered":"\n\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: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%);\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>Capital Cost Allowance Canada 2026<\/h1>\n        <p>Write off your business assets the smart way \u2014 maximize your tax deductions without ticking off the CRA<\/p>\n    <\/div>\n\n<div class=\"vftc-content\">\n    <p>Let&#8217;s cut through the accounting mumbo-jumbo, eh? Capital Cost Allowance sounds like something only your CPA should worry about, but here&#8217;s the truth: understanding CCA could save your small business thousands in taxable income this year. And with the 2026 tax rules coming into play, you&#8217;ll want to get this right from day one.<\/p>\n\n    <div class=\"vftc-highlight-box\">\n        <h3>Quick Answer<\/h3>\n        <p><strong>Capital Cost Allowance (CCA) is Canada&#8217;s tax depreciation system<\/strong> that lets you deduct the cost of business assets over time. For 2026, you can claim percentages ranging from 4% to 100% depending on your asset class, with most equipment falling into Class 8 (20%) or Class 10 (30%). The half-year rule still applies for most purchases, meaning you can only claim 50% of the normal rate in the first year.<\/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=\"M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n            <\/svg>\n        <\/div>\n        What Exactly Is CCA?\n    <\/h2>\n    \n    <p>Think of CCA as the CRA&#8217;s way of acknowledging that your work truck or laptop doesn&#8217;t last forever. Unlike immediate business expenses (like your coffee-run to Tim&#8217;s), capital assets stick around for years. The taxman won&#8217;t let you write off that $50,000 delivery van all at once, but through CCA, you&#8217;ll recover that cost gradually. It&#8217;s not a perfect match for actual depreciation, but it&#8217;s the only game in town for reducing taxable income on your T2125.<\/p>\n\n    <p>Here&#8217;s where it gets interesting: <strong>you don&#8217;t have to claim CCA every year<\/strong>. Yep, you read that right. If your business income is low this year, you can skip it and save those deductions for when you&#8217;re in a higher tax bracket. That flexibility? That&#8217;s pure gold for tax planning.<\/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=\"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 9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10\"><\/path>\n            <\/svg>\n        <\/div>\n        The Asset Classes That Matter Most\n    <\/h2>\n\n    <p>The CRA has over 40 CCA classes, but let&#8217;s focus on the ones that actually show up in your business:<\/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.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>Class 10 (30%)<\/h4>\n            <p>Most vehicles, drones, and general-purpose equipment. Your work pickup? It&#8217;s here. Just watch for that pesky 10.1 sub-class for passenger vehicles over $37,000.<\/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 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>Class 1 (4%)<\/h4>\n            <p>Buildings acquired after 1987. Slow and steady wins the race, but don&#8217;t expect a quick tax win here. Additions over $100K might jump to Class 3 instead.<\/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 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>Class 8 (20%)<\/h4>\n            <p>Furniture, tools under $500, and miscellaneous equipment. This is your catch-all class for stuff that doesn&#8217;t fit elsewhere. Good rates!<\/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 18h.01M8 21h8a2 2 0 002-2V5a2 2 0 00-2-2H8a2 2 0 00-2 2v14a2 2 0 002 2z\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>Class 12 (100%)<\/h4>\n            <p>Computer software, small tools under $500. Immediate write-off! This is where you want your purchases to land when possible.<\/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=\"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    The Half-Year Rule (And How to Use It)\n    <\/h2>\n\n    <p>Here&#8217;s a quirky Canadian tax rule that trips up even seasoned business owners: the half-year rule. In the year you buy an asset, you can only claim 50% of the normal CCA rate. Bought a $10,000 Class 8 printer in December? You&#8217;re claiming 10% (half of 20%) for 2026, not the full 20%.<\/p>\n\n    <p>But\u2014and this is crucial\u2014<strong>the half-year rule doesn&#8217;t apply to certain purchases<\/strong>. If you bought the asset in a prior year but didn&#8217;t start using it until 2026, you might dodge this rule. Also, some short-year elections and immediate expensing provisions can bypass it entirely. Understanding <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/tax-brackets-canada\/\" style=\"color: var(--primary-color); text-decoration: none; font-weight: 600;\">how your tax bracket affects timing<\/a> could save you hundreds.<\/p>\n\n    <div class=\"vftc-cta-box\">\n        <h3>Confused About Your Asset Class?<\/h3>\n        <p>Our tax calculator factors in CCA to show your real tax savings<\/p>\n        <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/income-tax-calculator\/\" class=\"vftc-cta-button\">Calculate My Tax Savings<\/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=\"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    Recapture and Terminal Loss: The Double-Edged Sword\n    <\/h2>\n\n    <p>Sell that equipment for more than your undepreciated capital cost (UCC)? The CRA claws back your previous CCA claims through &#8220;recapture&#8221;\u2014taxed as regular income. But sell for less than your UCC? That&#8217;s a &#8220;terminal loss,&#8221; and you can deduct the full amount. It&#8217;s one of the few instances where the tax system actually feels&#8230; fair?<\/p>\n\n    <p>This is why timing matters. Planning a major equipment upgrade? Consider selling old assets in the same year you buy new ones to offset recapture. And if you&#8217;re moving provinces, don&#8217;t forget about <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/moving-expenses-tax-deduction\/\" style=\"color: var(--primary-color); text-decoration: none; font-weight: 600;\">moving expense deductions<\/a> that might also apply.<\/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=\"M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z\"><\/path>\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 12a3 3 0 11-6 0 3 3 0 016 0z\"><\/path>\n            <\/svg>\n        <\/div>\n    Pro Tips for 2026\n    <\/h2>\n\n    <ul class=\"vftc-list\">\n        <li><strong>Track everything:<\/strong> The CRA loves documentation. Keep receipts, invoices, and usage logs like they&#8217;re your business lifeline\u2014because they are.<\/li>\n        <li><strong>Consider immediate expensing:<\/strong> For Canadian-Controlled Private Corporations (CCPCs), the $1.5 million immediate expensing limit might still be available in 2026 for qualifying assets.<\/li>\n        <li><strong>Rental property trap:<\/strong> Claiming CCA on your rental property reduces your adjusted cost base, potentially triggering larger capital gains when you sell. Sometimes it&#8217;s better to skip it.<\/li>\n        <li><strong>Home office assets:<\/strong> That ergonomic chair and dual-monitor setup? If you&#8217;re self-employed, they might qualify under Class 8 or 12.<\/li>\n        <li><strong>RRSP vs CCA timing:<\/strong> Strategic timing of CCA claims can affect your <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/rrsp-contributions-taxes\/\" style=\"color: var(--primary-color); text-decoration: none; font-weight: 600;\">RRSP contribution room<\/a> calculations. Plan accordingly.<\/li>\n    <\/ul>\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 CCA on a vehicle I use 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            Yes, but only on the business-use percentage. If you drive 20,000 km for business and 10,000 km personal, you can claim 66.7% of the CCA. Keep a detailed mileage log\u2014CRA audits love to dive into vehicle claims. And remember, passenger vehicles over $37,000 (before tax) fall into the restrictive Class 10.1.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            What&#8217;s the difference between CCA and a regular business expense?\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            Business expenses are fully deductible in the year you incur them (office supplies, advertising, your cell phone bill). Capital assets\u2014things that provide lasting value like vehicles, buildings, or expensive equipment\u2014must be depreciated through CCA over several years. The CRA has specific thresholds, but generally, items under $500 can be expensed immediately.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            Should I claim CCA on my rental property?\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            It depends on your long-term plans. Claiming CCA reduces your adjusted cost base, which means a larger capital gain when you sell. If you&#8217;re holding long-term and expect appreciation, skipping CCA might save you more in the long run. But if you need immediate tax relief and aren&#8217;t selling soon, go for it. Just remember\u2014you can&#8217;t create or increase a rental loss with CCA alone.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            How does immediate expensing work for 2026?\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            Canadian-Controlled Private Corporations (CCPCs) can immediately expense up to $1.5 million of eligible property annually. This covers most machinery, equipment, and Class 12 assets. The half-year rule doesn&#8217;t apply here, giving you a full deduction. However, this limit is shared among associated corporations, and certain assets like buildings and vehicles are excluded. Check if this beats your regular CCA calculation.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            What happens if I sell an asset for more than I claimed in CCA?\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            That&#8217;s called &#8220;recapture,&#8221; and the CRA will include it as income on your tax return. For example, if you bought a vehicle for $30,000, claimed $10,000 in CCA, then sold it for $25,000, you&#8217;d have a $5,000 recapture. The silver lining? If you replace the asset in the same year, you might defer this income. Planning asset sales strategically can minimize the tax hit.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            Can CCA create a business loss?\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, and this is critical. You cannot use CCA to create or increase a business loss. Your CCA claim is limited to the amount that would bring your net income to zero. However, you can carry forward unused CCA deductions indefinitely. This is why strategic timing matters\u2014claim it when you have income to offset, skip it when you don&#8217;t.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            How does CCA work for home-based businesses?\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 same rules apply, but watch for personal-use restrictions. That fancy desk chair? If your home office is 15% of your home&#8217;s square footage, you can only claim 15% of the chair&#8217;s cost through CCA. The CRA is strict about dual-use assets. Consider whether claiming CCA on your home itself is wise\u2014it can jeopardize your principal residence exemption. For more info, see our guide on <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/childcare-expense-tax-deduction\/\" style=\"color: var(--primary-color);\">home-related tax deductions<\/a>.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            What&#8217;s the best CCA strategy for maximizing tax refunds?\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            Time your purchases for year-end to get that half-year rule benefit sooner. Consider leasing vs. buying\u2014lease payments are fully deductible each year, avoiding CCA complexity. For corporations, compare regular CCA against immediate expensing. Most importantly, project your income: claim CCA in high-income years, skip it in low-income years. And always, always keep immaculate records. The CRA loves to audit capital assets.\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>Capital Cost Allowance Canada 2026 Write off your business assets the smart way \u2014 maximize your tax deductions without ticking off the CRA Let&#8217;s cut through the accounting mumbo-jumbo, eh? Capital Cost Allowance sounds like something only your CPA should worry about, but here&#8217;s the truth: understanding CCA could save your small business thousands in [&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-434","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\/434","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=434"}],"version-history":[{"count":0,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts\/434\/revisions"}],"wp:attachment":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/media?parent=434"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/categories?post=434"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/tags?post=434"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}