{
  "slug": "child-support-calculator-tennessee",
  "title": "Tennessee Child Support Calculator (Income Shares)",
  "heading": "Tennessee Child Support Calculator",
  "category": "financial",
  "url": "https://www.revenuelab.fyi/toolbox/child-support-calculator-tennessee",
  "summary": "Estimates guideline child support in Tennessee using the income-shares model.",
  "description": "Estimates guideline child support in Tennessee using an income-shares model: both parents' monthly incomes are combined, a guideline percentage (editable, representing a lookup in Tennessee's statutory schedule) is applied to combined income to get a basic obligation, and each parent pays their pro-rata share of that obligation based on their percentage of combined income. Childcare and health insurance costs are added on top and split the same way. This is an estimate only, not legal advice — actual awards depend on the specific court, county guideline worksheets, and judicial discretion, and a judge may deviate from the guideline for good cause.",
  "formula": "Tennessee income shares: basic obligation = combined monthly income × guideline % (schedule lookup); each parent pays their % share of combined income times (basic + childcare + health insurance).",
  "dateModified": "2026-01-15",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=child-support-calculator-tennessee",
  "inputs": [
    {
      "id": "incomeA",
      "label": "Parent A monthly gross income",
      "kind": "number",
      "hint": null,
      "default": 5500,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "incomeB",
      "label": "Parent B monthly gross income",
      "kind": "number",
      "hint": null,
      "default": 3500,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "children",
      "label": "Number of children",
      "kind": "number",
      "hint": null,
      "default": 2,
      "unit": null,
      "min": 1,
      "max": 6
    },
    {
      "id": "guidelinePct",
      "label": "Guideline % of combined income (editable — represents the Tennessee schedule lookup for this income/child count)",
      "kind": "number",
      "hint": null,
      "default": 21,
      "unit": "%",
      "min": 5,
      "max": 40
    },
    {
      "id": "childcare",
      "label": "Monthly work-related childcare cost",
      "kind": "number",
      "hint": null,
      "default": 0,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "healthInsurance",
      "label": "Monthly health insurance premium for children",
      "kind": "number",
      "hint": null,
      "default": 0,
      "unit": "$",
      "min": 0,
      "max": null
    }
  ],
  "outputs": [
    {
      "id": "total",
      "label": "Total monthly child support obligation",
      "format": "currency",
      "hint": null,
      "primary": true
    },
    {
      "id": "basic",
      "label": "Basic obligation (guideline % of combined income)",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "shareA",
      "label": "Parent A's share of combined income",
      "format": "percent",
      "hint": null,
      "primary": false
    },
    {
      "id": "shareB",
      "label": "Parent B's share of combined income",
      "format": "percent",
      "hint": null,
      "primary": false
    },
    {
      "id": "payorAAmount",
      "label": "Parent A's pro-rata amount",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "payorBAmount",
      "label": "Parent B's pro-rata amount",
      "format": "currency",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Parent A monthly gross income: 5500 $",
      "Parent B monthly gross income: 3500 $",
      "Number of children: 2",
      "Guideline % of combined income (editable — represents the Tennessee schedule lookup for this income/child count): 21 %",
      "Monthly work-related childcare cost: 0 $",
      "Monthly health insurance premium for children: 0 $"
    ],
    "outputs": [
      "Total monthly child support obligation: $1,890",
      "Basic obligation (guideline % of combined income): $1,890",
      "Parent A's share of combined income: 61.1%",
      "Parent B's share of combined income: 38.9%",
      "Parent A's pro-rata amount: $1,155",
      "Parent B's pro-rata amount: $735"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter parent a monthly gross income ($).",
      "Enter parent b monthly gross income ($).",
      "Enter number of children.",
      "Enter guideline % of combined income (editable — represents the tennessee schedule lookup for this income/child count) (%).",
      "Enter monthly work-related childcare cost ($).",
      "Enter monthly health insurance premium for children ($).",
      "Read your total monthly child support obligation on the right — it updates as you type.",
      "Hit Share to keep the scenario or send it to someone."
    ]
  },
  "scenarios": [
    {
      "name": "Conservative",
      "description": "Lower-end numbers — what if things land soft?",
      "values": {
        "incomeA": 3300,
        "incomeB": 2100,
        "children": 1,
        "guidelinePct": 12.6,
        "childcare": 0,
        "healthInsurance": 0
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "incomeA": 5500,
        "incomeB": 3500,
        "children": 2,
        "guidelinePct": 21,
        "childcare": 0,
        "healthInsurance": 0
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "incomeA": 8800,
        "incomeB": 5600,
        "children": 3,
        "guidelinePct": 33.6,
        "childcare": 0,
        "healthInsurance": 0
      }
    }
  ],
  "limitations": [
    "Results are estimates before tax, fees, and inflation unless an input explicitly covers them.",
    "Rates are treated as fixed for the whole period — variable-rate products will drift from this projection.",
    "This is educational maths, not financial advice. Check anything contractual with the lender or your accountant."
  ],
  "faq": [
    {
      "q": "What model does Tennessee use for child support?",
      "a": "Tennessee uses an income-shares model: both parents' incomes are combined, a schedule amount is applied, and each parent pays a share proportional to their percentage of combined income."
    },
    {
      "q": "How does Tennessee's income-shares model treat overnights?",
      "a": "Tennessee's Child Support Guidelines use an income-shares model with a parenting-time (PRISM) adjustment that credits the paying parent for each day of parenting time above 92 days a year."
    },
    {
      "q": "Where does the guideline percentage in this calculator come from?",
      "a": "It's an editable input that stands in for the amount you'd look up in Tennessee's statutory child support schedule table for your combined income and number of children — the schedule isn't a single flat percentage, so adjust it to match your state's table."
    },
    {
      "q": "Is this number what a Tennessee court will order?",
      "a": "This is an estimate only, not legal advice — actual awards depend on the specific court, county guideline worksheets, and judicial discretion, and a judge may deviate from the guideline for good cause."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/alimony-calculator-tennessee"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — Tennessee Child Support Calculator (Income Shares) (https://www.revenuelab.fyi/toolbox/child-support-calculator-tennessee)"
}