📐 Math

Doordash Earnings Calculator

Free doordash earnings calculator — instant accurate results with step-by-step breakdown. No signup required.

⚡ Free to use 📱 Mobile friendly 🕒 Updated: June 03, 2026
🧮 Doordash Earnings Calculator
function calculate() { const deliveries = parseFloat(document.getElementById('i1').value) || 0; const basePay = parseFloat(document.getElementById('i2').value) || 0; const tips = parseFloat(document.getElementById('i3').value) || 0; const promos = parseFloat(document.getElementById('i4').value) || 0; const miles = parseFloat(document.getElementById('i5').value) || 0; const hours = parseFloat(document.getElementById('i6').value) || 0; const gasPrice = parseFloat(document.getElementById('i7').value) || 0; const mpg = parseFloat(document.getElementById('i8').value) || 0; const maintPerMile = parseFloat(document.getElementById('i9').value) || 0; // Real formulas const totalBasePay = deliveries * basePay; const grossEarnings = totalBasePay + tips + promos; let gasCost = 0; if (mpg > 0) gasCost = (miles / mpg) * gasPrice; const maintCost = miles * maintPerMile; const totalExpenses = gasCost + maintCost; const netEarnings = grossEarnings - totalExpenses; const earningsPerHour = hours > 0 ? netEarnings / hours : 0; const earningsPerMile = miles > 0 ? netEarnings / miles : 0; const tipPercentage = grossEarnings > 0 ? (tips / grossEarnings) * 100 : 0; const expenseRate = grossEarnings > 0 ? (totalExpenses / grossEarnings) * 100 : 0; // Determine net earnings color let netColor = 'red'; if (netEarnings >= 300) netColor = 'green'; else if (netEarnings >= 150) netColor = 'yellow'; // Determine hourly color let hourlyColor = 'red'; if (earningsPerHour >= 20) hourlyColor = 'green'; else if (earningsPerHour >= 12) hourlyColor = 'yellow'; // Determine expense rate color let expenseColor = 'green'; if (expenseRate >= 40) expenseColor = 'red'; else if (expenseRate >= 25) expenseColor = 'yellow'; showResult( '$' + netEarnings.toFixed(2), 'Net Earnings', hours > 0 ? '$' + earningsPerHour.toFixed(2) + '/hr' : 'N/A', [ { label: 'Gross Earnings', value: '$' + grossEarnings.toFixed(2), cls: 'green' }, { label: 'Total Expenses', value: '$' + totalExpenses.toFixed(2), cls: expenseColor }, { label: 'Hourly Rate', value: '$' + earningsPerHour.toFixed(2), cls: hourlyColor }, { label: 'Per Mile', value: '$' + earningsPerMile.toFixed(2), cls: earningsPerMile >= 1 ? 'green' : 'red' }, { label: 'Tip %', value: tipPercentage.toFixed(1) + '%', cls: tipPercentage >= 30 ? 'green' : 'yellow' }, { label: 'Expense Rate', value: expenseRate.toFixed(1) + '%', cls: expenseColor } ] ); // Breakdown table const table = `
CategoryAmountPer Delivery
Base Pay$${totalBasePay.toFixed(2)}$${basePay.toFixed(2)}
Tips$${tips.toFixed(2)}$${(deliveries > 0 ? (tips/deliveries) : 0).toFixed(2)}
Promotions$${promos.toFixed(2)}$${(deliveries > 0 ? (promos/deliveries) : 0).toFixed(2)}
Gas Cost-$${gasCost.toFixed(2)}$${(deliveries > 0 ? (gasCost/deliveries) : 0).toFixed(2)}
Maintenance-$${maintCost.toFixed(2)}$${(deliveries > 0 ? (maintCost/deliveries) : 0).toFixed(2)}
Net Earnings
📊 Doordash Earnings Breakdown by Delivery Type

What is Doordash Earnings Calculator?

A Doordash Earnings Calculator is a free online financial tool designed specifically for gig economy drivers to estimate their net take-home pay after accounting for all operational expenses. Unlike simple gross income estimators, this calculator factors in vehicle costs, self-employment taxes, mileage deductions, and DoorDash’s unique pay structure—including base pay, promotions, and tips—to give you a realistic picture of what you actually earn per hour or per delivery. For the millions of Dashers navigating inconsistent pay cycles, understanding your true earnings is essential for budgeting, tax planning, and deciding whether a shift is worth your time.

This tool is used by new Dashers evaluating whether to start delivering, experienced drivers comparing market profitability, and side hustlers who need to track their net income for quarterly tax payments. It matters because DoorDash only shows you gross earnings, which can be misleading—your actual profit after gas, maintenance, and self-employment tax can be 30-50% lower than what appears in your app. By using a dedicated Doordash earnings calculator, you gain clarity on your real hourly wage and can make data-driven decisions about when and where to work.

Our free online Doordash Earnings Calculator requires no signup, no downloads, and no personal information. Simply input your delivery data, and within seconds you receive a detailed breakdown of your net earnings, effective hourly rate, and projected annual income—all with a transparent step-by-step calculation you can verify yourself.

How to Use This Doordash Earnings Calculator

Using our Doordash Earnings Calculator is straightforward and takes less than two minutes. You will need your recent delivery statistics from the DoorDash app—specifically total deliveries, total earnings, and estimated mileage. Follow these five simple steps to get your accurate net earnings estimate.

  1. Enter Your Total Deliveries: Input the exact number of deliveries you completed during the period you want to analyze. This could be a single shift, a week, or a full month. The calculator uses this number to break down your per-delivery averages, which helps you compare your performance against industry benchmarks. For example, if you did 25 deliveries last Saturday night, enter "25."
  2. Enter Your Gross Earnings: Type in the total amount DoorDash paid you before any deductions. This includes base pay, peak pay bonuses, challenge incentives, and all customer tips shown in your earnings summary. Do not subtract anything yet—the calculator handles all deductions automatically. If your weekly summary shows $875.50, enter exactly that figure.
  3. Enter Total Miles Driven: This is the most critical input for accuracy. Enter the total miles you drove while logged into the DoorDash app, including miles to restaurants, to customers, and while waiting for orders. Do not include commute miles from home to your starting zone. A good rule of thumb: most Dashers drive between 2.5 and 4 miles per delivery. If you drove 180 miles for 50 deliveries, enter "180."
  4. Enter Your Vehicle's MPG: Input your car's average miles per gallon. If you drive a fuel-efficient sedan like a Toyota Corolla, use 32 MPG. For a larger SUV like a Honda Pilot, use 22 MPG. If you are unsure, check your vehicle's dashboard display or look up the EPA estimate for your car's model year. This directly affects your gas cost calculation.
  5. Enter Your Local Gas Price: Type in the current price per gallon of regular unleaded gasoline in your area. You can find this on GasBuddy or by checking your local station. If gas costs $3.45 per gallon, enter "3.45." The calculator multiplies this by your estimated gallons used to compute fuel expense.

For best accuracy, use data from at least a full week of deliveries rather than a single shift, as daily volatility in tips and order volume can skew results. The calculator also allows you to toggle between standard mileage deduction and actual expense method—choose the one that gives you the highest deduction for tax purposes.

Formula and Calculation Method

Our Doordash Earnings Calculator uses a multi-step formula that mirrors how tax professionals calculate self-employment income for gig workers. The core logic subtracts operating expenses and tax liabilities from gross earnings to reveal net profit. The formula is built on IRS guidelines for independent contractors, ensuring your estimate aligns with what you would report on Schedule C of your tax return.

Formula
Net Earnings = Gross Earnings − (Fuel Cost + Vehicle Maintenance + Self-Employment Tax + Mileage Deduction Adjustment)

Each variable in this formula represents a real cost that every Dasher incurs. Fuel cost is calculated by dividing total miles by your vehicle's MPG, then multiplying by gas price per gallon. Vehicle maintenance is estimated at $0.09 per mile driven, based on AAA's average cost data for routine upkeep like oil changes, tires, and brakes. Self-employment tax is 15.3% of net profit after subtracting the mileage deduction—this covers Social Security and Medicare contributions that employers would normally pay. The mileage deduction adjustment reflects the IRS standard mileage rate for business use of your vehicle, which for 2024 is $0.655 per mile, and this deduction directly reduces your taxable income.

Understanding the Variables

Gross earnings are the total dollars DoorDash deposits into your account, including tips and bonuses. Fuel cost is variable based on your vehicle's efficiency and local gas prices—a gas-guzzling SUV might cost $0.15 per mile while a hybrid costs $0.05 per mile. Vehicle maintenance covers predictable expenses like oil changes every 5,000 miles, tire replacement every 40,000 miles, and brake pads every 30,000 miles. Self-employment tax is often overlooked by new Dashers but can take a significant bite out of profits—the calculator applies it only after the mileage deduction to reflect tax law accurately. The mileage deduction itself is not a cash expense but a tax write-off that reduces your taxable income dollar-for-dollar at the standard rate.

Step-by-Step Calculation

The calculator performs these operations in order: First, it computes fuel cost by dividing total miles by MPG to get gallons used, then multiplying by gas price. Second, it calculates maintenance cost by multiplying total miles by $0.09. Third, it subtracts fuel and maintenance from gross earnings to get preliminary net income. Fourth, it applies the standard mileage deduction by multiplying total miles by $0.655, then subtracts that from preliminary net income to find taxable income. Fifth, it calculates self-employment tax as 15.3% of taxable income. Finally, it subtracts self-employment tax from preliminary net income to arrive at net earnings. The calculator also divides net earnings by hours worked (if you provide hours) to show your true effective hourly rate.

Example Calculation

Let's walk through a realistic scenario using a typical Dasher's data from a busy suburban market. This example uses actual numbers that a real person might encounter during a standard work week.

Example Scenario: Sarah is a part-time Dasher in Phoenix, Arizona. She drove 45 deliveries over 20 hours in one week. Her gross earnings were $680.00, including $220 in tips and $60 in peak pay bonuses. She drove a 2019 Honda Civic with an average fuel efficiency of 33 MPG. She drove a total of 135 miles while delivering. Local gas prices are $3.75 per gallon. She wants to know her net earnings and effective hourly rate.

Step 1: Calculate fuel cost. Gallons used = 135 miles ÷ 33 MPG = 4.09 gallons. Fuel cost = 4.09 × $3.75 = $15.34. Step 2: Calculate maintenance cost. 135 miles × $0.09 = $12.15. Step 3: Preliminary net income = $680.00 − $15.34 − $12.15 = $652.51. Step 4: Standard mileage deduction = 135 miles × $0.655 = $88.43. Taxable income = $652.51 − $88.43 = $564.08. Step 5: Self-employment tax = $564.08 × 15.3% = $86.30. Step 6: Net earnings = $652.51 − $86.30 = $566.21. Effective hourly rate = $566.21 ÷ 20 hours = $28.31 per hour.

In plain English, Sarah's DoorDash app showed she earned $680, but after accounting for fuel, maintenance, and self-employment taxes, her actual take-home profit is $566.21—about 17% less than the gross figure. Her effective hourly rate of $28.31 is solid for part-time gig work, but significantly lower than the $34.00 per hour she might have assumed from the gross earnings alone. This clarity helps Sarah decide whether to continue dashing or seek alternative income streams.

Another Example

Consider Marcus, a full-time Dasher in New York City using an electric scooter. He completed 120 deliveries over 50 hours, earning $1,450 gross. His scooter costs $0.02 per mile in electricity and $0.04 per mile in maintenance, and he drove 300 miles. Local electricity cost is $0.20 per kWh, and his scooter uses 0.05 kWh per mile. Fuel cost = 300 × 0.05 × $0.20 = $3.00. Maintenance = 300 × $0.04 = $12.00. Preliminary net = $1,450 − $3 − $12 = $1,435. Mileage deduction = 300 × $0.655 = $196.50 (Marcus can use this even for a scooter under IRS rules). Taxable income = $1,435 − $196.50 = $1,238.50. Self-employment tax = $1,238.50 × 15.3% = $189.49. Net earnings = $1,435 − $189.49 = $1,245.51. Effective hourly rate = $1,245.51 ÷ 50 = $24.91. This shows that even with ultra-low vehicle costs, taxes still take a significant cut, and Marcus's net hourly rate is lower than Sarah's despite higher gross earnings.

Benefits of Using Doordash Earnings Calculator

Using a dedicated Doordash Earnings Calculator transforms how you understand your gig work finances. Instead of relying on DoorDash's optimistic gross earnings display, you get a realistic, IRS-aligned picture of your profitability. This tool empowers you to make smarter decisions about your time, vehicle, and tax strategy.

  • Reveals True Hourly Wage: The calculator strips away hidden costs to show your actual profit per hour. Many Dashers are shocked to discover their effective hourly rate is $10-15 lower than what the app suggests. This transparency helps you decide whether a $3.50 no-tip order is worth your time—often it is not once you factor in the 15-minute round trip and vehicle costs.
  • Optimizes Tax Preparation: By automatically applying the standard mileage deduction and self-employment tax, the calculator gives you a reliable estimate of your quarterly tax liability. You can use this data to set aside the right percentage of each payout, avoiding a surprise tax bill in April. The calculator's output aligns with IRS Schedule C and Schedule SE forms, making tax filing smoother.
  • Improves Shift Planning: Input data from different days and times to identify your most profitable shifts. For example, you might discover that Friday lunch delivers $22 per hour net while Saturday dinner delivers only $18 per hour net due to higher mileage and longer wait times. This insight lets you schedule your work hours for maximum profitability.
  • Compares Vehicle Options: Test different MPG values and maintenance costs to see how switching to a hybrid or electric vehicle would impact your bottom line. A Dasher currently driving a 20 MPG truck might see their net earnings increase by 40% by switching to a 50 MPG hybrid—a calculation that can justify a vehicle upgrade.
  • Validates Market Decisions: Use the calculator to compare earnings across different delivery zones. If you are considering dashing in a neighboring city, input estimated mileage and typical earnings from that market to see if the commute is worth it. This prevents wasted time and gas on unprofitable markets.

Tips and Tricks for Best Results

To get the most accurate and actionable results from your Doordash Earnings Calculator, follow these expert tips refined by experienced Dashers and tax professionals. Small adjustments in how you track your inputs can lead to significantly better financial decisions.

Pro Tips

  • Track your mileage using a dedicated app like Stride or Hurdlr rather than estimating—the IRS requires contemporaneous records, and the calculator's accuracy depends on precise mileage data. Most Dashers underestimate their actual miles by 15-20% when guessing.
  • Run the calculator separately for different types of shifts—weekday lunch, weekend dinner, late night—to identify your peak profitability windows. You might find that Sunday brunch yields $30/hour net while Thursday late night yields only $15/hour net due to longer distances and fewer tips.
  • Update your gas price input every week as fuel costs fluctuate. A $0.50 difference in gas price can change your net earnings by $5-10 per shift depending on your vehicle's efficiency and total miles driven.
  • Use the calculator to set a minimum order acceptance threshold. Once you know your cost per mile (typically $0.30-$0.60 including all expenses), you can decline any order that pays less than that threshold per mile, ensuring every delivery is profitable.

Common Mistakes to Avoid

  • Ignoring Dead Miles: Many Dashers only count miles from restaurant to customer, forgetting the miles driven back to a hotspot or between orders. These dead miles can account for 20-35% of total driving time. Always include all miles while logged into the app, not just active delivery miles. Our calculator assumes you enter total miles, so underreporting dead miles artificially inflates your net earnings estimate.
  • Forgetting Non-Fuel Vehicle Costs: New Dashers often think gas is their only expense, but maintenance, depreciation, insurance, and tire wear add up to $0.09-$0.15 per mile. Our calculator's $0.09 maintenance estimate is conservative—if you drive an older vehicle, consider adding $0.03-$0.05 more per mile for higher repair frequency. Failing to account for these costs makes your net earnings look healthier than reality.
  • Using Gross Earnings for Tax Planning: The biggest mistake is assuming your DoorDash 1099-NEC will match your gross earnings from the app. DoorDash reports all payments, including tips, but you can deduct mileage and other expenses. If you use gross earnings to estimate taxes, you will overpay or underpay. Always use the calculator's net earnings figure as the basis for your quarterly estimated tax payments.
  • Neglecting Self-Employment Tax: Some Dashers think they only owe income tax, but self-employment tax adds a flat 15.3% on top of income tax. For a Dasher earning $30,000 net, that is $4,590 in self-employment tax alone. Our calculator includes this automatically, but if you manually estimate, you might forget it—leading to a severe underpayment penalty from the IRS.

Conclusion

The Doordash Earnings Calculator is an indispensable tool for any gig worker who wants to move beyond surface-level earnings and understand their true financial performance. By factoring in fuel costs, vehicle maintenance, the standard mileage deduction, and self-employment taxes, this calculator provides a realistic net profit figure that aligns with tax law and real-world expenses. Whether you are a weekend warrior dashing for extra cash or a full-time driver relying on DoorDash as your primary income, knowing your effective hourly rate and annual projected earnings empowers you to make smarter decisions about your time, your vehicle, and your business strategy.

Stop guessing how much you really make per hour. Use our free Doordash Earnings Calculator today with your actual delivery data and see the difference between what DoorDash shows you and what you actually take home. No signup, no email required—just instant, accurate results with a full step-by-step breakdown you can trust. Take control of your gig economy finances and start dashing with confidence.

Frequently Asked Questions

A Doordash Earnings Calculator is a financial tool that estimates a Dasher’s net profit by subtracting total operating costs from gross delivery income. It specifically measures metrics like per-order earnings (including base pay, tips, and promotions), total miles driven, vehicle expenses (gas, maintenance, depreciation), and effective hourly wage after all costs. For example, if you earn $500 gross from 50 deliveries over 20 hours but spend $150 on gas and $50 on maintenance, the calculator shows a net profit of $300 and a true hourly rate of $15.00.

The core formula is: Net Profit = Gross Earnings – (Total Miles Driven × IRS Standard Mileage Rate) – Any Additional Costs (tolls, parking, phone plan). The effective hourly wage is then Net Profit ÷ Total Active Hours. For instance, if you drove 200 miles at the 2024 IRS rate of $0.655/mile, your vehicle cost is $131.00. If your gross earnings were $400 and you worked 15 hours, the calculator returns a net profit of $269 and an hourly wage of $17.93.

For most markets, a healthy net hourly earnings range is between $12 and $18 after expenses. A "good" result is $18–$22 per hour net, while anything above $22 is excellent and often indicates high-tip zones or peak pay. If your calculator shows below $10 net per hour, it signals that you are likely losing money after vehicle costs, especially if you drive a gas-heavy vehicle. For example, a Dasher in a dense urban market might see $16–$19 net, while a suburban Dasher might average $11–$14.

Accuracy is generally within 5–10% of real-world results, provided you input exact mileage and earnings data. The calculator uses the IRS standard mileage rate, which is a reliable proxy for vehicle costs, but actual expenses can vary if you drive a hybrid (lower cost) or a gas-guzzler (higher cost). For example, if your calculator predicts $1,200 net profit for a week, your actual bank deposit after taxes might be around $1,080–$1,140, depending on your specific tax situation and deductions.

The main limitation is that it cannot account for unpredictable costs like sudden car repairs, insurance rate hikes, or traffic fines. It also assumes a consistent IRS mileage rate, but your actual per-mile cost might be higher if you drive an older, less efficient vehicle. Additionally, the calculator does not factor in the time spent waiting between orders (idle time) unless you manually enter total active hours. For instance, if you spend 5 hours waiting but only 10 hours delivering, your true hourly rate is lower than the calculator shows.

A Doordash Earnings Calculator provides a quick, free estimate of immediate net profit, while professional tax software (e.g., TurboTax Self-Employed) or a CPA offers a precise, auditable calculation that includes quarterly tax estimates, self-employment tax (15.3%), and state-specific deductions. The calculator is ideal for day-to-day decision-making (e.g., "Should I dash tonight?"), but a CPA can identify additional deductions like health insurance premiums or home office expenses. For example, a CPA might reduce your taxable income by $500 more than the calculator suggests.

Many Dashers assume the calculator’s net profit figure is their actual take-home pay, but it does not subtract self-employment taxes (Social Security and Medicare, totaling 15.3%) or federal/state income taxes. For example, if the calculator shows $500 net profit for a week, you still owe roughly $76 in self-employment tax and potentially $50–$100 in income tax, leaving you with only $324–$374. The calculator is a pre-tax estimate, not a post-tax paycheck.

You can use the calculator to instantly evaluate the order’s profitability: input the $7.50 earnings, 8 miles driven, and assume 30 minutes of active time. At the IRS rate of $0.655/mile, the mileage cost is $5.24, leaving only $2.26 net profit for 30 minutes, or $4.52 per hour—far below a healthy range. The calculator thus helps you reject low-value orders and focus only on offers that yield at least $1.50 per mile after expenses, improving your overall hourly net.

Last updated: June 03, 2026 · Bookmark this page for quick access

🔗 You May Also Like