Tenant Screening Cost Calculator Formula

Understand the math behind the tenant screening cost calculator. Each variable explained with a worked example.

Formulas Used

Cost Per Applicant

per_applicant_cost = cost_per_applicant

Total Screening Cost

total_cost = total_screening_cost

Application Fees Collected

fees_collected = total_fees_collected

Net Out-of-Pocket Cost

net_cost = net_screening_cost

Screening Cost Per Unit

cost_per_unit = num_units > 0 ? total_screening_cost / num_units : 0

Variables

VariableDescriptionDefault
credit_check_costCredit Check Cost(USD)35
background_check_costBackground Check Cost(USD)25
eviction_report_costEviction History Report(USD)15
income_verification_costIncome Verification Cost(USD)10
num_applicantsNumber of Applicants to Screen4
application_fee_chargedApplication Fee You Charge(USD)50
num_unitsNumber of Units to Fill1
cost_per_applicantDerived value= credit_check_cost + background_check_cost + eviction_report_cost + income_verification_costcalculated
total_screening_costDerived value= cost_per_applicant * num_applicants * num_unitscalculated
total_fees_collectedDerived value= application_fee_charged * num_applicants * num_unitscalculated
net_screening_costDerived value= total_screening_cost - total_fees_collectedcalculated

How It Works

Tenant Screening Costs

Thorough tenant screening is one of the most important steps in rental property management. The cost of screening is small compared to the potential cost of a bad tenant.

Standard Screening Components

  • Credit check: Reviews credit score, payment history, and debt levels ($25-$45)
  • Background check: Criminal history at county, state, and federal levels ($20-$35)
  • Eviction history: Searches for prior eviction filings ($10-$20)
  • Income verification: Employment and income confirmation ($5-$15)
  • Reference checks: Prior landlord contacts (typically free but time-consuming)
  • Application Fee Best Practices

  • Many states limit application fees to the actual cost of screening
  • Disclose screening criteria in advance to reduce frivolous applications
  • Some jurisdictions require specific disclosures about how fees are used
  • Consider offering to waive fees for well-qualified applicants to attract better tenants
  • Worked Example

    Screening 4 applicants per unit, 1 unit to fill. Credit check $35, background $25, eviction report $15, income verification $10. Charging $50 application fee.

    credit_check_cost = 35background_check_cost = 25eviction_report_cost = 15income_verification_cost = 10num_applicants = 4application_fee_charged = 50num_units = 1
    1. 01Cost per applicant: $35 + $25 + $15 + $10 = $85
    2. 02Total screening cost: $85 x 4 x 1 = $340
    3. 03Fees collected: $50 x 4 = $200
    4. 04Net out-of-pocket: $340 - $200 = $140

    Ready to run the numbers?

    Open Tenant Screening Cost Calculator