Property Management Fee Calculator Formula

Understand the math behind the property management fee calculator. Each variable explained with a worked example.

Formulas Used

Monthly Management Fee

monthly_fee = monthly_mgmt

Annual Management Fees

annual_management = annual_mgmt

Annual Leasing Fees

annual_leasing_cost = annual_leasing

Annual Maintenance Markup

annual_markup = maintenance_markup

Total Annual PM Cost

total_annual_cost = total_annual

PM Cost as % of Revenue

pm_as_pct_revenue = (monthly_rent * 12 * num_units) > 0 ? (total_annual / (monthly_rent * 12 * num_units)) * 100 : 0

Variables

VariableDescriptionDefault
monthly_rentMonthly Rent Collected(USD)2200
mgmt_fee_pctMonthly Management Fee(%)8
leasing_fee_pctLeasing Fee (% of rent)(%)50
avg_turnovers_per_yearAverage Turnovers Per Year0.5
maintenance_markup_pctMaintenance Markup(%)10
avg_annual_maintenanceAverage Annual Maintenance Cost(USD)2400
num_unitsNumber of Units1
monthly_mgmtDerived value= monthly_rent * mgmt_fee_pct / 100calculated
annual_mgmtDerived value= monthly_mgmt * 12 * num_unitscalculated
leasing_per_turnoverDerived value= monthly_rent * leasing_fee_pct / 100calculated
annual_leasingDerived value= leasing_per_turnover * avg_turnovers_per_year * num_unitscalculated
maintenance_markupDerived value= avg_annual_maintenance * maintenance_markup_pct / 100 * num_unitscalculated
total_annualDerived value= annual_mgmt + annual_leasing + maintenance_markupcalculated

How It Works

Property Management Fee Breakdown

Property management companies charge various fees beyond the headline management percentage. Understanding the full cost helps you decide whether to self-manage or hire a professional.

Common Fee Types

  • Monthly management fee: 6-12% of collected rent (8-10% is typical for single-family)
  • Leasing fee: 50-100% of one month's rent for finding and placing a new tenant
  • Maintenance markup: 10-20% added to contractor invoices
  • Lease renewal fee: $100-$300 per renewal (not included in all contracts)
  • Vacancy fee: Some managers charge a reduced fee during vacancy
  • Self-Management vs. Professional

  • Self-management saves 8-12% of revenue but requires your time
  • Professional management makes sense for out-of-state investors or portfolios of 5+ units
  • A good PM should reduce vacancy, handle maintenance efficiently, and handle legal compliance
  • Negotiating PM Fees

  • Larger portfolios get better rates (5-7% for 10+ units)
  • Negotiate leasing fees and maintenance markup terms
  • Ensure the contract specifies what triggers additional fees
  • Worked Example

    $2,200/month rent, 8% management fee, 50% leasing fee, 0.5 turnovers per year, 10% maintenance markup on $2,400 annual maintenance, 1 unit.

    monthly_rent = 2200mgmt_fee_pct = 8leasing_fee_pct = 50avg_turnovers_per_year = 0.5maintenance_markup_pct = 10avg_annual_maintenance = 2400num_units = 1
    1. 01Monthly management fee: $2,200 x 8% = $176
    2. 02Annual management: $176 x 12 = $2,112
    3. 03Leasing fee per turnover: $2,200 x 50% = $1,100
    4. 04Annual leasing: $1,100 x 0.5 = $550
    5. 05Maintenance markup: $2,400 x 10% = $240
    6. 06Total annual PM cost: $2,112 + $550 + $240 = $2,902
    7. 07PM cost as % of revenue: $2,902 / $26,400 = 11.0%