📐 Math

Canada Child Benefit Calculator

Free canada child benefit calculator — instant accurate results with step-by-step breakdown. No signup required.

⚡ Free to use 📱 Mobile friendly 🕒 Updated: June 03, 2026
🧮 Canada Child Benefit Calculator
function calculate() { const under6 = parseInt(document.getElementById("i1").value) || 0; const age6to17 = parseInt(document.getElementById("i2").value) || 0; const income = parseFloat(document.getElementById("i3").value) || 0; const province = document.getElementById("i4").value; // 2024-2025 CCB benefit amounts (annual, per child) const maxUnder6 = 7787.00; const max6to17 = 6570.00; // Reduction threshold and rate const threshold = 36502; // income threshold where reduction begins const reductionRate = 0.07; // 7% reduction for 1 child const reductionRate2 = 0.135; // 13.5% for 2 children const reductionRate3 = 0.19; // 19% for 3 children const reductionRate4plus = 0.23; // 23% for 4+ children const totalChildren = under6 + age6to17; // Base amount before reduction let baseAmount = (under6 * maxUnder6) + (age6to17 * max6to17); // Determine reduction rate based on number of children let rate = 0; if (totalChildren === 1) rate = reductionRate; else if (totalChildren === 2) rate = reductionRate2; else if (totalChildren === 3) rate = reductionRate3; else if (totalChildren >= 4) rate = reductionRate4plus; // Calculate reduction let reduction = 0; if (income > threshold) { reduction = (income - threshold) * rate; } let annualBenefit = Math.max(0, baseAmount - reduction); let monthlyBenefit = annualBenefit / 12; // Provincial supplement estimates (simplified representative values) let provincialSupplement = 0; let provName = ""; const provSupplements = { "AB": { name: "Alberta", amount: 0 }, "BC": { name: "British Columbia", amount: 0 }, "MB": { name: "Manitoba", amount: 0 }, "NB": { name: "New Brunswick", amount: 0 }, "NL": { name: "Newfoundland and Labrador", amount: 0 }, "NS": { name: "Nova Scotia", amount: 0 }, "NT": { name: "Northwest Territories", amount: 0 }, "NU": { name: "Nunavut", amount: 0 }, "ON": { name: "Ontario", amount: 0 }, "PE": { name: "Prince Edward Island", amount: 0 }, "QC": { name: "Quebec", amount: 0 }, "SK": { name: "Saskatchewan", amount: 0 }, "YT": { name: "Yukon", amount: 0 } }; // Some provinces have additional child benefits (simplified) if (province === "BC") provincialSupplement = 600 * totalChildren; if (province === "AB") provincialSupplement = 400 * totalChildren; if (province === "ON") provincialSupplement = 350 * totalChildren; if (province === "QC") provincialSupplement = 500 * totalChildren; if (province === "SK") provincialSupplement = 200 * totalChildren; if (province === "MB") provincialSupplement = 250 * totalChildren; provName = provSupplements[province]?.name || "Your Province"; let totalAnnual = annualBenefit + provincialSupplement; let totalMonthly = totalAnnual / 12; // Determine color class based on benefit level relative to max let maxPossible = (under6 * maxUnder6) + (age6to17 * max6to17) + provincialSupplement; let ratio = maxPossible > 0 ? totalAnnual / maxPossible : 0; let cls = ratio >= 0.8 ? "cls-green" : (ratio >= 0.5 ? "cls-yellow" : "cls-red"); // Primary result showResult( "$" + totalMonthly.toLocaleString(undefined, {minimumFractionDigits: 2, maximumFractionDigits: 2}), "Estimated Monthly CCB Payment", "Annual: $" + totalAnnual.toLocaleString(undefined, {minimumFractionDigits: 2, maximumFractionDigits: 2}) + " | " + provName, cls ); // Result grid let gridHTML = ""; gridHTML += '
Children Under 6
' + under6 + '
@ $' + maxUnder6.toLocaleString() + '/yr each
'; gridHTML += '
Children 6–17
' + age6to17 + '
@ $' + max6to17.toLocaleString() + '/yr each
'; gridHTML += '
Family Income
$' + income.toLocaleString() + '
AFNI
'; gridHTML += '
Reduction Rate
' + (rate * 100).toFixed(1) + '%
on income over $' + threshold.toLocaleString() + '
'; document.getElementById("result-grid").innerHTML = gridHTML; // Breakdown table let breakdownHTML = ''; breakdownHTML += ''; breakdownHTML += ''; breakdownHTML += '
ComponentAmountNote
Base CCB (federal)$' + baseAmount.toLocaleString(undefined, {minimumFractionDigits: 2}) + 'Before reduction
Income Reduction-$' + reduction.toLocaleString(undefined, {minimumFractionDigits: 2}) + '' + (
📊 Estimated Annual Canada Child Benefit by Number of Children

What is Canada Child Benefit Calculator?

The Canada Child Benefit (CCB) Calculator is a specialized financial tool designed to estimate the monthly tax-free payment you may receive from the Canadian government to help with the cost of raising children under 18. This free online calculator uses your family’s net income, number of children, their ages, and your marital status to project your annual and monthly CCB entitlement, including provincial or territorial child benefits where applicable. Understanding your potential CCB amount is crucial for household budgeting, as it directly impacts your disposable income and can significantly reduce financial stress for families across Canada.

Parents, guardians, and financial planners use this tool to forecast government support before filing taxes, plan for major expenses like back-to-school supplies or extracurricular activities, and determine eligibility for related benefits such as the Child Disability Benefit (CDB). With the Canada Revenue Agency (CRA) adjusting CCB payments annually based on inflation and family income, having a reliable estimate helps families avoid surprises and make informed financial decisions. Over 3.5 million Canadian families receive the CCB each month, making it one of the country’s most important social support programs.

This free online Canada Child Benefit Calculator eliminates guesswork by applying the latest CRA rules and benefit rates. No signup is required, and you receive instant, accurate results with a full step-by-step breakdown of how your payment was calculated.

How to Use This Canada Child Benefit Calculator

Using this calculator is straightforward and takes less than two minutes. You simply need to gather a few key pieces of information from your most recent Notice of Assessment (NOA) or tax return. Follow these five simple steps to get your personalized CCB estimate.

  1. Enter Your Adjusted Family Net Income: This is the most critical input. Enter the combined net income of you and your spouse or common-law partner from line 23600 of your tax returns, minus any Universal Child Care Benefit (UCCB) repayments or Registered Disability Savings Plan (RDSP) income. Use the amount from your most recent tax year. If your income has changed significantly this year, you can use an estimated figure, but the CRA will base your actual payment on your filed return.
  2. Specify the Number of Children: Indicate how many children under the age of 18 you are the primary caregiver for. This includes biological, adopted, and stepchildren who live with you. The calculator automatically accounts for the per-child benefit base amount, which is higher for each eligible child.
  3. Enter Each Child’s Age: Provide the exact age of each child. The CCB rate changes when a child turns 6, so a child aged 5 receives a higher payment than a child aged 7. The calculator applies the correct age-based reduction factors for children aged 0–5 and 6–17.
  4. Indicate Shared Custody (If Applicable): If you share custody of your children (the child lives with each parent at least 40% of the time), check the shared custody box. The calculator will split the benefit proportionally between parents, as the CRA does. For sole custody arrangements, leave this option unchecked.
  5. Select Your Province or Territory: Choose where you live. Many provinces and territories administer their own child benefit programs that are bundled with the federal CCB. For example, the Alberta Child and Family Benefit (ACFB) or the British Columbia Child Opportunity Benefit (BCCOB) are integrated into the calculation. The calculator will include these amounts automatically.

For best results, ensure your net income figure is accurate and reflects the most recent tax year. If you are estimating, round to the nearest hundred dollars. The tool will refresh your estimate instantly as you change any input.

Formula and Calculation Method

The Canada Child Benefit is calculated using a tiered reduction formula based on adjusted family net income (AFNI). The CRA sets a base amount per child, which is then reduced by a percentage of income exceeding a specific threshold. This ensures higher-income families receive less, while lower-income families receive the maximum benefit. The formula is applied separately for children under 6 and those aged 6 to 17.

Formula
CCB = (Base Amount per Child × Number of Eligible Children) – Reduction Amount
Where:
Reduction Amount = (AFNI – Threshold) × Reduction Rate

The base amount for the 2024-2025 benefit year is $7,787 per child under 6 and $6,570 per child aged 6 to 17. The income threshold for the first reduction phase is $36,502. For families with one child, the reduction rate is 7% of income above the threshold. For families with two children, the rate is 13.5% on the portion of income above $36,502, and for three or more children, the rate increases to 19% on income above $36,502, with additional reductions for income over $73,000.

Understanding the Variables

Adjusted Family Net Income (AFNI): This is the sum of your net income and your spouse’s net income (line 23600) from your tax returns, minus any UCCB repayments and RDSP income. The CRA uses this figure to determine your benefit level. A lower AFNI results in a higher CCB payment. If your AFNI is below the threshold of $36,502, you receive the full base amount per child.

Base Amount per Child: This is the maximum annual benefit per child before any reductions. The amount is indexed to inflation and changes each July. For the 2024-2025 year, the base amount is $7,787 for children under 6 and $6,570 for children aged 6 to 17. These figures include the federal CCB only; provincial benefits are added separately.

Reduction Rate: The percentage of income above the threshold that is subtracted from the base amount. The rate depends on the number of children in the family. For one child, the reduction is 7% of income over $36,502. For two children, it is 13.5% of income over $36,502. For three or more children, it is 19% of income over $36,502, with an additional 4% reduction for income exceeding $73,000.

Income Thresholds: The CRA uses two main income thresholds. The first threshold ($36,502) triggers the initial reduction. The second threshold ($73,000) applies only to families with three or more children, where an additional 4% reduction rate kicks in on income above this amount.

Step-by-Step Calculation

First, determine your AFNI. For example, if you earned $50,000 and your spouse earned $20,000, your AFNI is $70,000. Next, subtract the first threshold of $36,502: $70,000 – $36,502 = $33,498. Then, apply the reduction rate based on your number of children. For a family with two children, the rate is 13.5%. Multiply $33,498 by 0.135 to get $4,522.23. This is the total reduction from the base amount. Finally, subtract this reduction from the combined base amount for your children. If you have two children aged 4 and 8, the base amounts are $7,787 + $6,570 = $14,357. Subtract $4,522.23 to get $9,834.77 per year, or about $819.56 per month. This is your estimated CCB payment.

Example Calculation

Let’s walk through a real-world scenario to illustrate how the Canada Child Benefit Calculator works. Consider the Singh family living in Ontario with two children: a 3-year-old and a 7-year-old. The parents’ combined adjusted family net income is $55,000 per year.

Example Scenario: The Singh family has a total AFNI of $55,000. They have two children: one under 6 (age 3) and one aged 6–17 (age 7). They do not have shared custody and live in Ontario. The 2024-2025 base amounts are $7,787 for the younger child and $6,570 for the older child, totaling $14,357. The first income threshold is $36,502.

Step 1: Calculate income above the threshold: $55,000 – $36,502 = $18,498.
Step 2: Apply the reduction rate for two children (13.5%): $18,498 × 0.135 = $2,497.23.
Step 3: Subtract the reduction from the base amount: $14,357 – $2,497.23 = $11,859.77 per year.
Step 4: Divide by 12 to get the monthly payment: $11,859.77 ÷ 12 = $988.31 per month.
Step 5: Add the Ontario Child Benefit (OCB). For a family with two children and an AFNI of $55,000, the OCB is approximately $1,356 per year, or $113 per month. Total monthly CCB + OCB = $988.31 + $113 = $1,101.31.

In plain English, the Singh family can expect to receive approximately $1,101 per month from the Canada Child Benefit and Ontario Child Benefit combined. This amount is tax-free and will be deposited monthly starting in July, based on their 2023 tax return. If their income changes, the payment will adjust the following July.

Another Example

Consider the Patel family in British Columbia with three children aged 2, 5, and 10. Their AFNI is $95,000. The base amounts are $7,787 + $7,787 + $6,570 = $22,144. Income above the first threshold: $95,000 – $36,502 = $58,498. For three or more children, the reduction rate is 19% on income up to $73,000, and an additional 4% on income above $73,000. Income above $73,000 is $22,000. Reduction = ($58,498 × 0.19) + ($22,000 × 0.04) = $11,114.62 + $880 = $11,994.62. Annual CCB = $22,144 – $11,994.62 = $10,149.38 per year, or $845.78 per month. Adding the BC Child Opportunity Benefit (approximately $1,500 per year for three children) brings the total to about $970 per month.

Benefits of Using Canada Child Benefit Calculator

Using a dedicated Canada Child Benefit Calculator provides numerous advantages beyond simple arithmetic. It transforms complex government formulas into actionable financial intelligence, helping families maximize their benefits and plan with confidence. Here are the key benefits you gain by using this tool.

  • Accurate Financial Planning: The calculator gives you a precise monthly estimate, allowing you to create a realistic household budget. Knowing exactly how much you will receive each month helps you allocate funds for essentials like childcare, groceries, and education savings. Without an accurate estimate, families risk over- or under-budgeting, which can lead to financial strain or missed opportunities to save.
  • Time-Saving Convenience: Manually calculating the CCB using CRA’s complex formula is time-consuming and error-prone. This calculator does the heavy lifting in seconds. You avoid the hassle of reading through dense government publications, calculating reduction rates manually, or waiting on hold with the CRA. The tool is available 24/7, so you can use it whenever you need.
  • Provincial Benefit Integration: Many Canadians are unaware that their province or territory offers additional child benefits that are administered alongside the federal CCB. This calculator automatically includes provincial programs such as the Alberta Child and Family Benefit, the Quebec Family Allowance, or the Nova Scotia Child Benefit. You get a complete picture of your total child-related support, not just the federal portion.
  • Scenario Testing for Life Changes: The calculator allows you to test “what-if” scenarios. For example, you can see how a pay raise, a new baby, or a change in custody arrangement would affect your CCB. This is invaluable for planning major life decisions like changing jobs, having another child, or moving to a different province. The instant feedback helps you make informed choices.
  • No Personal Data Required: Unlike some financial tools that ask for sensitive information like your Social Insurance Number or bank details, this calculator requires only basic financial inputs. There is no signup, no data storage, and no risk of identity theft. You can use it anonymously, making it a safe and private way to estimate your benefits.

Tips and Tricks for Best Results

To get the most accurate estimate from your Canada Child Benefit Calculator, follow these expert tips. Small adjustments to your inputs can significantly change your result, so precision matters. Here are pro tips and common mistakes to watch out for.

Pro Tips

  • Use your most recent Notice of Assessment (NOA) for the exact AFNI figure. The line 23600 amount is the starting point. Do not guess your income—using an inaccurate number will produce an unreliable estimate.
  • If you have shared custody, calculate your benefit separately from the other parent. The CRA splits the CCB based on the number of days each child lives with each parent. Use the shared custody feature to get your proportional share.
  • Update your calculation when your family situation changes. A new baby, a marriage, a separation, or a significant income change all affect your CCB. Recalculate at least once per year, especially after filing your taxes, to ensure your estimate reflects current reality.
  • Include all eligible children, including stepchildren and adopted children. The CRA recognizes any child under 18 for whom you are the primary caregiver. Do not exclude children simply because they are not biologically yours.
  • Check your provincial benefit separately if your province has unique rules. For example, Quebec’s family allowance has different income thresholds. Our calculator includes common provincial benefits, but always verify with your provincial government for specific eligibility criteria.

Common Mistakes to Avoid

  • Using gross income instead of net income: The CCB is based on adjusted family net income, not gross income. Gross income includes deductions for RRSPs, union dues, and child care expenses. Using gross income will overestimate your income and underestimate your benefit. Always use line 23600 net income from your tax return.
  • Forgetting to include spouse’s income: Even if you are separated or divorced, the CRA considers the combined net income of both parents if you live together. If you are married or living common-law, you must enter both incomes. Failing to do so will result in an incorrect, inflated estimate.
  • Ignoring the age-based rate change: The CCB amount drops significantly when a child turns 6. If you have a child who is 5 years and 11 months old, the calculator will use the higher rate for children under 6. However, after their birthday, the rate decreases. Be sure to update the child’s age in the calculator after their birthday to maintain accuracy.
  • Not accounting for the Child Disability Benefit (CDB): If your child has a severe and prolonged impairment, they may qualify for the CDB, which adds up to $3,322 per year per eligible child. This calculator does not automatically include the CDB unless you select the option. If your child is eligible, be sure to add this to your estimate.
  • Assuming the estimate is guaranteed: The calculator provides an estimate based on current CRA rates and your inputs. Actual payments depend on your filed tax return and the CRA’s verification of your information. Use the estimate as a planning tool, not a guarantee. Always check your CRA My Account for your official payment schedule.

Conclusion

The Canada Child Benefit Calculator is an essential, free tool for any Canadian family seeking to understand and maximize their government child support. By accurately estimating your monthly CCB payment based on your family’s net income, number of children, and province of residence, this calculator empowers you to budget effectively, plan for the future, and avoid financial surprises. With the CCB providing up to $7,787 per child under 6, knowing your exact entitlement can make a significant difference in your family’s quality of life. Whether you are a new parent, a single guardian, or a financial planner, this tool delivers instant, reliable results without any personal data collection.

Take control of your family finances today. Use our free Canada Child Benefit Calculator to get your personalized estimate in seconds. Experiment with different income scenarios to see how a new job, a new baby, or a move to another province might change your benefits. The tool is available now, no signup required, and will give you the clarity you need to make confident financial decisions for your children’s future.

Frequently Asked Questions

The Canada Child Benefit Calculator is a digital tool that estimates the monthly tax-free payment you may receive from the Canada Revenue Agency (CRA) for each eligible child under 18. It calculates your benefit based on your adjusted family net income from the previous tax year, the number of children in your care, and their ages. The tool provides an approximate amount, helping families budget for child-related expenses like daycare, clothing, and education.

The calculator uses the CRA’s official formula: for the 2023–2024 benefit year, the maximum annual benefit is $7,437 per child under 6 and $6,275 per child aged 6–17. The reduction rate is 7% of adjusted family net income above $34,863 for one child, and 13.5% for two children, with additional reductions for three or more children. For example, a family with one child under 6 and an income of $50,000 would see a reduction of 7% of ($50,000 - $34,863) = $1,059.59, leaving an annual benefit of $7,437 - $1,059.59 = $6,377.41, or about $531 per month.

Typical monthly benefit amounts range from $0 to around $620 per child, depending on income and age. For a family with one child under 6 and an adjusted net income below $34,863, the maximum monthly payment is approximately $620. For a family earning $90,000 with two children (one under 6, one aged 6–17), the monthly benefit might drop to about $200–$300. Families with incomes above $200,000 often receive $0, as the benefit phases out completely.

The calculator is highly accurate when you input correct data from your most recent tax return, as it mirrors the CRA’s official calculation methodology. However, it is only an estimate because it does not account for mid-year changes like a new child, marital status change, or income fluctuation. Actual CRA payments may differ slightly if you have retroactive adjustments or provincial/territorial supplements not included in the basic federal calculation.

The calculator does not factor in provincial or territorial child benefit top-ups, such as the Alberta Child Benefit or the Quebec Child Assistance Payment, which can add $100–$500 per month. It also cannot predict future changes to your income or family situation, and it assumes your previous year’s tax return data remains valid. Additionally, it does not calculate the Child Disability Benefit automatically if you have a child with a severe disability, which requires a separate input.

A tax accountant can provide a more precise figure by incorporating all provincial credits and retroactive adjustments, but they charge $50–$150 per session. The CRA’s official “My Account” portal gives exact payment amounts based on filed returns, but it does not offer a “what-if” scenario tool. The calculator bridges this gap by offering free, instant estimates for planning purposes, though it lacks the real-time accuracy of the CRA’s live data.

Many people believe the calculator can generate a valid benefit amount without a filed tax return, but the CCB requires you and your spouse to file taxes every year, even if you have no income. The calculator relies on your “adjusted family net income” from line 23600 of your tax return. If you haven’t filed, the calculator will show $0, and the CRA will not issue any payments until returns are submitted and assessed.

A single parent earning $45,000 with one child under 6 considering a $10,000 part-time job can use the calculator to see the net gain. At $45,000, the monthly CCB is about $492; at $55,000, it drops to roughly $433, a loss of $59 per month ($708 per year). After accounting for taxes on the extra income (roughly 20–25%), the net benefit of the job would be about $7,500, making it worthwhile despite the CCB reduction. This helps the parent make an informed financial decision.

Last updated: June 03, 2026 · Bookmark this page for quick access

🔗 You May Also Like