Real Estate Commission Split Calculator Formula

Understand the math behind the real estate commission split calculator. Each variable explained with a worked example.

Formulas Used

Total Commission

total_comm = total_commission

Listing Agent Receives

listing_agent_pay = listing_agent_take

Listing Brokerage Receives

listing_broker_pay = listing_broker_take

Buyer Agent Receives

buyer_agent_pay = buyer_agent_take

Buyer Brokerage Receives

buyer_broker_pay = buyer_broker_take

Per Side Amount

commission_per_side = listing_side_total

Variables

VariableDescriptionDefault
sale_priceProperty Sale Price(USD)450000
total_commission_pctTotal Commission Rate(%)5.5
listing_side_pctListing Side Share(%)50
listing_agent_splitListing Agent Split (of their side)(%)70
buyer_agent_splitBuyer Agent Split (of their side)(%)70
total_commissionDerived value= sale_price * total_commission_pct / 100calculated
listing_side_totalDerived value= total_commission * listing_side_pct / 100calculated
buyer_side_totalDerived value= total_commission * (1 - listing_side_pct / 100)calculated
listing_agent_takeDerived value= listing_side_total * listing_agent_split / 100calculated
listing_broker_takeDerived value= listing_side_total - listing_agent_takecalculated
buyer_agent_takeDerived value= buyer_side_total * buyer_agent_split / 100calculated
buyer_broker_takeDerived value= buyer_side_total - buyer_agent_takecalculated

How It Works

How Real Estate Commissions Are Split

A real estate commission is typically paid by the seller and split among four parties: the listing agent, listing brokerage, buyer agent, and buyer brokerage.

Commission Flow

1. Total commission is deducted from the sale proceeds 2. The total is split between the listing side and buyer side (often 50/50) 3. Each side is then split between the agent and their brokerage 4. Agent splits vary based on experience, production volume, and brokerage model

Common Split Structures

  • Traditional: 50/50 to 70/30 agent/broker split
  • High-producer: 80/20 or 90/10 for top agents
  • Cap model: Agent pays a fixed annual cap, then keeps 100%
  • 100% commission: Agent keeps all but pays a flat monthly desk fee
  • Worked Example

    A $450,000 sale with 5.5% total commission, 50/50 listing-buyer split, and both agents on 70/30 splits with their brokerages.

    sale_price = 450000total_commission_pct = 5.5listing_side_pct = 50listing_agent_split = 70buyer_agent_split = 70
    1. 01Total commission: $450,000 x 5.5% = $24,750
    2. 02Listing side: $24,750 x 50% = $12,375
    3. 03Buyer side: $24,750 x 50% = $12,375
    4. 04Listing agent (70%): $12,375 x 70% = $8,663
    5. 05Listing brokerage (30%): $12,375 - $8,663 = $3,713
    6. 06Buyer agent (70%): $12,375 x 70% = $8,663
    7. 07Buyer brokerage (30%): $12,375 - $8,663 = $3,713