{
  "slug": "private-tutor-vs-online-course-cost",
  "title": "Private Tutor vs Online Course Cost Calculator",
  "heading": "Private Tutor vs Online Course Calculator",
  "category": "financial",
  "url": "https://www.revenuelab.fyi/toolbox/private-tutor-vs-online-course-cost",
  "summary": "Compare the total cost of hourly private tutoring against a self-paced online course subscription.",
  "description": "A private tutor offers personalized, one-on-one instruction billed by the hour, which adds up quickly for longer-term learning, while an online course or subscription charges a flat fee for potentially unlimited content but requires more self-discipline and lacks direct personalized feedback. This tool compares total spend over your learning timeline for each option.",
  "formula": "Tutor Total = Hourly Rate × Hours per Week × Weeks. Online Course Total = Subscription Fee × Months (or one-time course price).",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=private-tutor-vs-online-course-cost",
  "inputs": [
    {
      "id": "tutorHourlyRate",
      "label": "Tutor hourly rate",
      "kind": "number",
      "hint": null,
      "default": 60,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "tutorHoursPerWeek",
      "label": "Tutoring hours per week",
      "kind": "number",
      "hint": null,
      "default": 2,
      "unit": null,
      "min": 0,
      "max": null
    },
    {
      "id": "weeks",
      "label": "Weeks of instruction needed",
      "kind": "number",
      "hint": null,
      "default": 20,
      "unit": null,
      "min": 1,
      "max": 104
    },
    {
      "id": "onlineCoursePrice",
      "label": "Online course/subscription total cost",
      "kind": "number",
      "hint": null,
      "default": 300,
      "unit": "$",
      "min": 0,
      "max": null
    }
  ],
  "outputs": [
    {
      "id": "winner",
      "label": "Lower total cost option",
      "format": "raw",
      "hint": null,
      "primary": true
    },
    {
      "id": "tutorTotal",
      "label": "Private tutor total cost",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "onlineCourseTotal",
      "label": "Online course total cost",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "diff",
      "label": "Difference in total cost",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "equivalentHourlyRateOnline",
      "label": "Online course cost per tutoring-equivalent hour",
      "format": "currency",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Tutor hourly rate: 60 $",
      "Tutoring hours per week: 2",
      "Weeks of instruction needed: 20",
      "Online course/subscription total cost: 300 $"
    ],
    "outputs": [
      "Lower total cost option: Online Course",
      "Private tutor total cost: $2,400",
      "Online course total cost: $300",
      "Difference in total cost: $2,100",
      "Online course cost per tutoring-equivalent hour: $7.50"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter tutor hourly rate ($).",
      "Enter tutoring hours per week.",
      "Enter weeks of instruction needed.",
      "Enter online course/subscription total cost ($).",
      "Read your lower total cost option 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": {
        "tutorHourlyRate": 35,
        "tutorHoursPerWeek": 1.2,
        "weeks": 12,
        "onlineCoursePrice": 175
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "tutorHourlyRate": 60,
        "tutorHoursPerWeek": 2,
        "weeks": 20,
        "onlineCoursePrice": 300
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "tutorHourlyRate": 95,
        "tutorHoursPerWeek": 3.2,
        "weeks": 32,
        "onlineCoursePrice": 475
      }
    }
  ],
  "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": "When is a private tutor worth the extra cost?",
      "a": "When personalized feedback, accountability, or a specific exam deadline matters most — struggling students or those with tight timelines often progress faster with direct one-on-one instruction."
    },
    {
      "q": "Can I combine both approaches?",
      "a": "Yes — many students use an online course for foundational content at low cost and reserve a few tutor sessions for targeted problem areas or exam prep, blending the cost savings with personalized help."
    },
    {
      "q": "Do online courses have hidden costs?",
      "a": "Check for one-time vs recurring subscription pricing, and whether certificates, add-on materials, or live coaching sessions cost extra beyond the base course price."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/community-college-vs-university-cost"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — Private Tutor vs Online Course Cost Calculator (https://www.revenuelab.fyi/toolbox/private-tutor-vs-online-course-cost)"
}