Flip Profit Calculator Formula
Understand the math behind the flip profit calculator. Each variable explained with a worked example.
Formulas Used
Net Profit
profit = net_profitReturn on Investment
roi = total_cost > 0 ? (net_profit / total_cost) * 100 : 0Total Project Cost
total_project_cost = total_costTotal Holding Costs
holding_expense = total_holdingTotal Selling Costs
selling_expense = commission + closingProfit Per Month
profit_per_month = holding_months > 0 ? net_profit / holding_months : 0Variables
| Variable | Description | Default |
|---|---|---|
purchase_price | Purchase Price(USD) | 180000 |
rehab_cost | Total Rehab Cost(USD) | 40000 |
holding_months | Holding Period (months) | 5 |
monthly_holding_cost | Monthly Holding Cost(USD) | 1500 |
sale_price | Expected Sale Price(USD) | 310000 |
agent_commission_pct | Agent Commission(%) | 5 |
closing_costs_pct | Closing Costs (Buyer + Seller)(%) | 3 |
total_holding | Derived value= holding_months * monthly_holding_cost | calculated |
commission | Derived value= sale_price * agent_commission_pct / 100 | calculated |
closing | Derived value= sale_price * closing_costs_pct / 100 | calculated |
total_cost | Derived value= purchase_price + rehab_cost + total_holding + commission + closing | calculated |
net_profit | Derived value= sale_price - total_cost | calculated |
How It Works
House Flip Profit Analysis
Flipping a property involves buying below market value, renovating, and selling for a profit. Accurate cost accounting is critical because hidden costs erode margins quickly.
Formula
Net Profit = Sale Price - Purchase Price - Rehab Cost - Holding Costs - Selling Costs
Cost Components
Profit Targets
Worked Example
Buy at $180,000, rehab for $40,000, hold 5 months at $1,500/month, sell at $310,000 with 5% commission and 3% closing costs.
purchase_price = 180000rehab_cost = 40000holding_months = 5monthly_holding_cost = 1500sale_price = 310000agent_commission_pct = 5closing_costs_pct = 3
- 01Holding costs: 5 x $1,500 = $7,500
- 02Commission: $310,000 x 5% = $15,500
- 03Closing costs: $310,000 x 3% = $9,300
- 04Total project cost: $180,000 + $40,000 + $7,500 + $15,500 + $9,300 = $252,300
- 05Net profit: $310,000 - $252,300 = $57,700
- 06ROI: $57,700 / $252,300 = 22.9%
- 07Profit per month: $57,700 / 5 = $11,540
Ready to run the numbers?
Open Flip Profit Calculator