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_applicantTotal Screening Cost
total_cost = total_screening_costApplication Fees Collected
fees_collected = total_fees_collectedNet Out-of-Pocket Cost
net_cost = net_screening_costScreening Cost Per Unit
cost_per_unit = num_units > 0 ? total_screening_cost / num_units : 0Variables
| Variable | Description | Default |
|---|---|---|
credit_check_cost | Credit Check Cost(USD) | 35 |
background_check_cost | Background Check Cost(USD) | 25 |
eviction_report_cost | Eviction History Report(USD) | 15 |
income_verification_cost | Income Verification Cost(USD) | 10 |
num_applicants | Number of Applicants to Screen | 4 |
application_fee_charged | Application Fee You Charge(USD) | 50 |
num_units | Number of Units to Fill | 1 |
cost_per_applicant | Derived value= credit_check_cost + background_check_cost + eviction_report_cost + income_verification_cost | calculated |
total_screening_cost | Derived value= cost_per_applicant * num_applicants * num_units | calculated |
total_fees_collected | Derived value= application_fee_charged * num_applicants * num_units | calculated |
net_screening_cost | Derived value= total_screening_cost - total_fees_collected | calculated |
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
Application Fee Best Practices
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
- 01Cost per applicant: $35 + $25 + $15 + $10 = $85
- 02Total screening cost: $85 x 4 x 1 = $340
- 03Fees collected: $50 x 4 = $200
- 04Net out-of-pocket: $340 - $200 = $140
Ready to run the numbers?
Open Tenant Screening Cost Calculator