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_commissionListing Agent Receives
listing_agent_pay = listing_agent_takeListing Brokerage Receives
listing_broker_pay = listing_broker_takeBuyer Agent Receives
buyer_agent_pay = buyer_agent_takeBuyer Brokerage Receives
buyer_broker_pay = buyer_broker_takePer Side Amount
commission_per_side = listing_side_totalVariables
| Variable | Description | Default |
|---|---|---|
sale_price | Property Sale Price(USD) | 450000 |
total_commission_pct | Total Commission Rate(%) | 5.5 |
listing_side_pct | Listing Side Share(%) | 50 |
listing_agent_split | Listing Agent Split (of their side)(%) | 70 |
buyer_agent_split | Buyer Agent Split (of their side)(%) | 70 |
total_commission | Derived value= sale_price * total_commission_pct / 100 | calculated |
listing_side_total | Derived value= total_commission * listing_side_pct / 100 | calculated |
buyer_side_total | Derived value= total_commission * (1 - listing_side_pct / 100) | calculated |
listing_agent_take | Derived value= listing_side_total * listing_agent_split / 100 | calculated |
listing_broker_take | Derived value= listing_side_total - listing_agent_take | calculated |
buyer_agent_take | Derived value= buyer_side_total * buyer_agent_split / 100 | calculated |
buyer_broker_take | Derived value= buyer_side_total - buyer_agent_take | calculated |
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
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.
- 01Total commission: $450,000 x 5.5% = $24,750
- 02Listing side: $24,750 x 50% = $12,375
- 03Buyer side: $24,750 x 50% = $12,375
- 04Listing agent (70%): $12,375 x 70% = $8,663
- 05Listing brokerage (30%): $12,375 - $8,663 = $3,713
- 06Buyer agent (70%): $12,375 x 70% = $8,663
- 07Buyer brokerage (30%): $12,375 - $8,663 = $3,713
Ready to run the numbers?
Open Real Estate Commission Split Calculator