Real Estate Commission Calculator Formula
Understand the math behind the real estate commission calculator. Each variable explained with a worked example.
Formulas Used
Total Commission
total = total_commissionListing Side Total
listing_side_total = listing_sideBuyer Side Total
buyer_side_total = buyer_sideListing Agent Net Earnings
listing_agent_earns = listing_agent_takeBuyer Agent Net Earnings
buyer_agent_earns = buyer_agent_takeEach Side as % of Sale
commission_per_side_pct = total_commission_pct / 2Variables
| Variable | Description | Default |
|---|---|---|
sale_price | Sale Price(USD) | 450000 |
total_commission_pct | Total Commission Rate(%) | 5 |
listing_agent_split | Listing Side Split(%) | 50 |
listing_agent_broker_split | Listing Agent Keeps (of their side)(%) | 70 |
buyer_agent_broker_split | Buyer Agent Keeps (of their side)(%) | 70 |
total_commission | Derived value= sale_price * total_commission_pct / 100 | calculated |
listing_side | Derived value= total_commission * listing_agent_split / 100 | calculated |
buyer_side | Derived value= total_commission - listing_side | calculated |
listing_agent_take | Derived value= listing_side * listing_agent_broker_split / 100 | calculated |
buyer_agent_take | Derived value= buyer_side * buyer_agent_broker_split / 100 | calculated |
How It Works
Real Estate Commission Structure
Real estate commissions are negotiable fees paid at closing, typically by the seller, for the services of real estate agents.
How Commission Splits Work
1. Total commission is set in the listing agreement (typically 4-6%) 2. The listing brokerage offers a co-op split to the buyer brokerage (often 50/50) 3. Each brokerage splits with their agent based on the agent-broker agreement
Recent Changes
After the 2024 NAR settlement:
Commission as a Selling Cost
Commission reduces your net proceeds and is factored into capital gains calculations as a selling expense, lowering your taxable gain.
Worked Example
A $450,000 sale with 5% total commission, 50/50 split. Both agents have 70/30 splits with their brokerages.
- 01Total commission: $450,000 x 5% = $22,500
- 02Listing side: $22,500 x 50% = $11,250
- 03Buyer side: $22,500 - $11,250 = $11,250
- 04Listing agent (70% of side): $11,250 x 70% = $7,875
- 05Buyer agent (70% of side): $11,250 x 70% = $7,875
- 06Each brokerage keeps: $11,250 x 30% = $3,375
Ready to run the numbers?
Open Real Estate Commission Calculator