Financial Aid Gap Calculator Formula

Understand the math behind the financial aid gap calculator. Each variable explained with a worked example.

Formulas Used

Financial Aid Gap

aid_gap = max(total_cost - total_aid, 0)

Total Cost of Attendance

total_coa = total_cost

Total Aid Package

total_aid_out = total_aid

Net Price (after free money)

net_price = total_cost - free_money

Aid Coverage

aid_coverage_pct = min(total_aid / total_cost * 100, 100)

Variables

VariableDescriptionDefault
tuition_feesTuition and Fees($)30000
room_boardRoom and Board($)12000
books_suppliesBooks and Supplies($)1200
grants_scholarshipsGrants and Scholarships($)18000
federal_loansFederal Loans Offered($)5500
work_studyWork-Study($)2500
total_costDerived value= tuition_fees + room_board + books_suppliescalculated
total_aidDerived value= grants_scholarships + federal_loans + work_studycalculated
free_moneyDerived value= grants_scholarshipscalculated

How It Works

How to Calculate the Financial Aid Gap

The aid gap is the difference between what college costs and what your financial aid covers. This is the amount you must pay from savings, income, or additional loans.

Formula

Total Cost = Tuition + Room & Board + Books

Aid Gap = Total Cost - (Grants + Loans + Work-Study)

Net Price = Total Cost - Grants/Scholarships (free money only)

The net price is a better measure of true cost since loans and work-study must be repaid or earned.

Worked Example

COA: $43,200 ($30K tuition, $12K room/board, $1.2K books). Aid: $18K grants, $5.5K loans, $2.5K work-study.

tuition_fees = 30000room_board = 12000books_supplies = 1200grants_scholarships = 18000federal_loans = 5500work_study = 2500
  1. 01Total cost: $30,000 + $12,000 + $1,200 = $43,200
  2. 02Total aid: $18,000 + $5,500 + $2,500 = $26,000
  3. 03Aid gap: $43,200 - $26,000 = $17,200
  4. 04Net price (free money only): $43,200 - $18,000 = $25,200
  5. 05Aid coverage: $26,000 / $43,200 = 60.2%

Ready to run the numbers?

Open Financial Aid Gap Calculator