Rideshare vs Driving Cost Calculator

This calculator settles the question you ask standing on the kerb: is it cheaper to book a ride or take your own car? It builds an estimated fare from the rate card your local platform actually uses — base fare, booking fee, per-mile, per-minute, minimum fare, surge and tip — and puts it against the full cost of driving, which is fuel plus per-mile wear plus whatever you pay to park and cross bridges. It also gives you the break-even parking price: the amount above which the ride wins no matter what.

Calculator

This calculator runs in your browser. Enable JavaScript for live results — the inputs, formula and worked example below remain fully readable without it.

Inputs this calculator takes, with typical values
InputWhat to enterExample
Trip distance one wayDriving distance for one leg, from your mapping app rather than straight-line distance.12 mi
Trip time one wayExpected in-vehicle minutes at the time of day you travel; rideshare pricing charges for time as well as distance.25 min
Round tripTick for there and back: the fare, fuel, wear and tolls double, but parking is still counted once.No
Base fareThe flag-drop amount from your city's rate card, before distance and time are added.2.5 $
Booking or service feeThe flat per-trip fee added after the fare; it is normally not multiplied by surge.2.75 $
Minimum fareThe floor your platform charges before the booking fee, which short trips almost always hit.9 $
Rate per mileDistance rate from the rate card; check a recent receipt if your city publishes it.1.15 $
Rate per minuteTime rate from the rate card; this is the term that punishes congested trips.0.35 $
Surge or dynamic-pricing multiplier1.0 means no surge; the app shows the multiplier or an increased price before you confirm.1 ×
TipApplied to the fare plus booking fee; set to zero if you do not tip in your market.15 %
Your fuel cost per milePump price divided by your real mpg: $3.50 a gallon at 25 mpg is $0.14 a mile.0.14 $
Wear-and-tear allowance per mileTyres, maintenance and depreciation per mile; the IRS standard mileage rate less fuel is a defensible anchor.0.2 $
Parking at the destinationTotal parking for the visit, counted once even on a round trip; airport long-stay rates belong here.25 $
Tolls and airport fees each wayBridge, tunnel, congestion or airport access charges for one leg; they double on a round trip.0 $

It returns

  • Rideshare cost minus driving cost — Positive means driving yourself is cheaper by that amount; negative means the ride is.
  • Estimated rideshare cost
  • All-in cost of driving yourself
  • Break-even parking price — Pay more than this to park and the ride is the cheaper option.
  • Your driving cost per mile, all in

The formula

F=[max(Fmin,(c+ad+bt)s)+k](1+p)
PBE=Ftotal(d(ffuel+wwear)+tolls)

In plain text: Fare = [max(min fare, (base + a·d + b·t) × surge) + booking] × (1 + tip)

  • FEstimated fare for one leg ($)
  • cBase fare ($)
  • aRate per mile ($/mile)
  • dTrip distance (miles)
  • bRate per minute ($/minute)
  • tTrip duration (minutes)
  • sSurge or dynamic-pricing multiplier (×)
  • kBooking or service fee ($)
  • pTip rate (decimal)
  • F_minMinimum fare before the booking fee ($)

The driving side is distance × (fuel per mile + wear per mile) + tolls + parking. Parking is charged once per visit; every other term doubles on a round trip.

Updated Category Commuting, Trips & Getting Around Verified against published test cases Reading time 11 min

Why this comparison is really about parking

The mileage cost of driving is small and the fare is large, so on the raw trip alone driving nearly always wins. A 10-mile city trip costs about $3.40 in fuel and wear; the same trip as a booked ride costs four to eight times that. If the comparison stopped there it would not be worth calculating.

What flips it is everything that happens after you arrive. Downtown garages charge $20 to $40 for an evening. Airport long-stay lots charge by the day for the whole time you are away. Congestion charges, bridge tolls and airport pick-up fees stack on top. Those costs are indifferent to how far you drove, which means the comparison is not really fare-versus-fuel — it is fare-versus-parking, with fuel as a rounding term.

That is why the most useful output on this page is the break-even parking price. It answers a question you can check on the garage sign before you commit: at this fare and this distance, what is the most I could pay to park before the ride became the cheaper choice? Above that number, book the ride. Below it, drive. It removes the arithmetic from a decision people usually make on instinct, and instinct in this decision is reliably wrong in both directions — people underrate parking on short trips and overrate it on long ones.

The second thing this calculator forces into the open is the true cost of a mile in your own car. Fuel is the visible part and it is roughly 12 to 20 cents a mile for a typical petrol car. Tyres, brakes, servicing and depreciation add substantially more. The IRS publishes a standard mileage rate each year as the deductible cost of operating a vehicle for business — 70 cents a mile for 2025, reset annually by notice — and that figure is built to cover all of those together. Using fuel alone makes driving look better than it is.

How a rideshare fare is actually built

Every major platform prices the same way, and knowing the shape of the formula is what lets you estimate a fare before you open the app. Start with a base fare, add a per-mile charge and a per-minute charge. Those three terms are what dynamic pricing multiplies: a 1.8× surge multiplies the metered amount, not the flat fees.

Then apply the minimum fare. If the metered amount lands below it, you are charged the minimum instead. This is why very short rides feel disproportionately expensive: a one-mile hop that meters at $4.70 still costs you the $9.00 floor. The extra $4.30 buys nothing.

Add the booking or service fee, a flat per-trip charge that funds the platform rather than the driver, and which is normally outside the surge calculation. Finally apply the tip, which most people compute on the fare plus fee.

The driving side is far simpler: distance × (fuel per mile + wear per mile), plus tolls, plus parking. The only subtlety is the round-trip rule. Fare, fuel, wear and tolls all double when you go back; parking does not, because you park once. Getting that wrong is the most common error in a homemade comparison, and it systematically favours the ride.

The break-even parking price falls straight out of setting the two totals equal and solving for parking: it is the fare total minus everything on the driving side except parking. If that comes out negative, the fare is below your mileage and toll costs alone, and driving loses even in a free lot — worth knowing, because it means no parking decision can rescue it.

Worked example: a 10-mile evening trip downtown

You are going 10 miles into the city centre, expected to take 20 minutes. Your local rate card is $2.50 base, $1.15 a mile, $0.35 a minute, a $9.00 minimum and a $2.75 booking fee. There is no surge and you are not tipping in this example so the arithmetic stays visible. Your car does 25 mpg on $3.50 fuel, so 14 cents a mile, and you allow 20 cents a mile for wear. Parking in the garage is free for the first hour, then $18.

  1. Metered fare. $2.50 + (1.15 × 10) + (0.35 × 20) = $2.50 + $11.50 + $7.00 = $21.00.
  2. Minimum fare check. $21.00 is above the $9.00 floor, so no top-up.
  3. Add the booking fee. $21.00 + $2.75 = $23.75 one way.
  4. Driving mileage cost. 10 × ($0.14 + $0.20) = 10 × $0.34 = $3.40.
  5. Break-even parking. $23.75 − $3.40 = $20.35.
  6. Compare with real parking. The garage charges $18, which is below $20.35, so driving wins — by $23.75 − ($3.40 + $18.00) = $2.35.

Now make it a round trip. The fare becomes 2 × $23.75 = $47.50 and the mileage cost becomes 2 × $3.40 = $6.80, but the $18 parking is still charged once, so driving costs $24.80 and wins by $22.70. The round-trip case favours driving far more strongly, because doubling the trip doubles the fare while leaving the largest driving cost untouched. That asymmetry is the whole reason people drive to the airport and regret it only when the trip runs long.

How to read the result

Read the cost gap first, then the break-even parking. The gap tells you the answer at today's parking price. The break-even figure tells you how much that answer has in reserve — a gap of $2 on a $20 break-even is a coin flip that a surge or a full garage will overturn, while a gap of $25 is settled.

Treat a negative break-even as a hard signal. It means the fare is below what the miles alone cost you, which happens on long airport runs with cheap promotional pricing, and on trips where you have set a high wear allowance. Driving cannot win that case at any parking price.

Do not chase small gaps. The fare is an estimate built on a rate card that changes, and your wear allowance is an estimate about your own car. A difference under about 10% of the larger number is inside the noise; decide on whether you want to drink, whether you are carrying luggage, and how long you will spend circling for a space.

Check the surge multiplier separately. Surge is the only input that can change by a factor of three between opening the app and confirming the ride. If your decision is close and the multiplier is above about 1.5, waiting fifteen minutes is usually worth more than any other adjustment you could make.

Remember what neither side prices. Driving costs you the time spent parking and walking, plus the risk of a ticket. A ride costs you the wait, and it removes the option of leaving whenever you like. Neither appears in the totals, and on a close call they are what should decide it.

Estimated fare and break-even parking by trip length

Illustrative rate card: $2.50 base, $1.15 per mile, $0.35 per minute, $9.00 minimum, $2.75 booking fee, no surge, no tip. City speed assumed at 2.5 minutes per mile. Driving at $0.34 a mile all in. Enter your own city's rates above for a real figure.
One-way tripMinutesEstimated fareCost to driveBreak-even parking
2 mi5$11.75$0.68$11.07
5 mi13$15.55$1.70$13.85
10 mi25$25.50$3.40$22.10
15 mi38$35.80$5.10$30.70
25 mi60$55.00$8.50$46.50

The 2-mile row is the minimum-fare case: the meter reads $6.55 but the $9.00 floor applies, so the fare is $9.00 + $2.75. Notice that break-even parking rises steadily with distance, which is why long trips tolerate expensive parking and short ones do not.

Assumptions and limits worth knowing

  • Rate cards vary by city and by vehicle class. The defaults here are a plausible mid-size US market for a standard vehicle. A premium tier can be double, and a shared or pooled ride noticeably less.
  • Dynamic pricing is not always shown as a multiplier. Many platforms now quote an upfront price with the surge baked in. If you have the quote, work backwards: divide the quoted fare by your metered estimate to recover the effective multiplier.
  • Airport trips carry extra fees on both sides. Pick-up and drop-off surcharges apply to the ride, and access fees or exit tolls apply to your car. Put each in the tolls field for the side it affects.
  • Parking is not always a single number. Garages with early-bird, evening and event rates need the rate you will actually pay, not the posted daily maximum.
  • The comparison ignores the second car. If you own the car regardless, insurance, registration and most of the depreciation happen whether you drive or not. The per-mile wear allowance captures only the mileage-driven part, which is the correct treatment for a single-trip decision.
  • No allowance is made for parking search time or the walk. In dense centres that can be ten to fifteen minutes each way, which is worth pricing yourself if your time is the binding constraint.

Related decisions this does not answer

This calculator prices one trip. If the trip repeats, the question changes shape. A daily commute is better analysed with the transit pass versus driving commute calculator, which annualises both sides and adds the pre-tax commuter benefit that a per-trip comparison cannot see. If you drive in and the recurring cost is the garage rather than the fuel, the monthly parking pass break-even calculator finds the number of days that justify a monthly pass — and once you hold a pass, the parking field here becomes zero, which changes the answer dramatically.

If the alternative to a solo ride is sharing your own car, the carpool cost split calculator divides the same mileage and parking costs across occupants, which routinely beats both options in this comparison. For a long-distance trip where the real constraint is the clock rather than the wallet, the road trip drive time calculator handles stops, traffic and arrival times.

One maintenance note that quietly changes the driving side: underinflated tyres raise rolling resistance and cut fuel economy, and pressure falls with temperature. Before a cold snap, the tire pressure temperature change calculator shows exactly how much pressure you have lost and what to set today. It is a small effect on any one trip, but it applies to every mile you drive, whereas the fare applies only to the ones you buy.

Frequently asked questions

Is it cheaper to Uber or drive to the airport?

It depends almost entirely on how long you are away, because airport parking is charged per day while the fare is charged once each way. Put the total parking for the whole trip in the parking field. A weekend at $18 a day is $54, which usually beats two fares on a short run and loses on a long one; a week at the same rate is $126, which almost always loses. Include the airport pick-up surcharge on the ride side and any access fee on the driving side.

What is a realistic cost per mile for my own car?

Around 30 to 40 cents a mile all in for a typical petrol passenger car — roughly 12 to 20 cents of fuel plus 15 to 25 cents of tyres, servicing and depreciation. Derive the fuel part exactly: pump price divided by your real mpg. For the wear part, the IRS standard mileage rate, published annually and set at 70 cents a mile for 2025, is designed to cover fuel and everything else together, so the rate less your fuel cost is a defensible upper bound.

Why is my short ride so expensive?

Because you are paying the minimum fare rather than the metered fare. Platforms set a floor — commonly around $8 to $10 before the booking fee — so any trip that meters below it is charged the floor. A one-mile trip that would meter at $4.70 costs the same as one that meters at $9.00. The calculator flags this whenever the top-up applies. For trips under about two miles, walking, cycling or transit is usually the better buy.

Does the surge multiplier apply to the booking fee and the tip?

Surge multiplies the metered portion — base fare plus distance plus time — and normally leaves the flat booking or service fee alone, which is how this calculator treats it. The tip is applied afterwards to the fare plus fee, so a surge does raise the tip in dollar terms if you tip a percentage. If your platform quotes an upfront price instead of a multiplier, enter a surge of 1.0 and adjust the per-mile and per-minute rates until the estimate matches your quote.

Should I include depreciation when I already own the car?

Include the mileage-driven part, not the time-driven part. A car loses value both by ageing and by accumulating miles; only the second is caused by the trip you are deciding on. That is what the per-mile wear allowance represents. Insurance, registration and the calendar portion of depreciation happen whether or not you make this trip, so leaving them out is correct for a single-trip decision — but not for deciding whether to own the car at all.

What does a negative break-even parking price mean?

It means the estimated fare is lower than what the miles and tolls alone cost you to drive, so the ride wins even if parking is completely free. You will see it on long trips with a modest rate card, or when you have set a high wear allowance. There is no parking price that rescues driving in that state. If it looks wrong, check the per-mile rate you entered against a recent receipt — a rate card that is too low is the usual cause.

Does the round-trip option double the parking cost?

No, and that is deliberate. On a round trip the fare, fuel, wear and tolls all double because you make the journey twice, but you park once at the destination and pay for that stay once. Enter the total parking for the whole visit — three hours in a garage, or five days in an airport lot — rather than a per-leg figure. Treating parking as a per-leg cost is the single most common error in a homemade version of this comparison.

How close does the gap have to be before it does not matter?

Treat anything under about 10% of the larger total as a tie. The fare rests on a rate card that platforms change without notice and on a trip time estimate that traffic will not respect, and the driving side rests on a wear allowance that is your own estimate. Within that band, decide on the things the calculator cannot price: luggage, alcohol, the walk from the garage, the wait for a driver, and whether you need the car once you arrive.

References