# Drive Time Calculator

Calculate driving time from distance and average speed. Account for rest stops and see total trip duration in hours and minutes.

## What this calculates

How long will your drive take? Enter the distance, your average speed, and any planned stops to get a realistic trip duration. Works with both miles and kilometers, so you can plan road trips in any country.

## Inputs

- **Distance** — min 0
- **Distance Unit** — options: Miles, Kilometers
- **Average Speed** — min 1, max 300
- **Speed Unit** — options: mph, km/h
- **Number of Stops** — min 0, max 20 — Rest stops, gas stops, etc.
- **Average Stop Duration** (minutes) — min 0, max 120 — Average time spent at each stop

## Outputs

- **Driving Time** — formatted as text — Time spent actually driving
- **Total Trip Time** — formatted as text — Driving time plus stop time
- **Total Stop Time** — formatted as text
- **Drive Time (Decimal)**
- **Distance (Converted)** — formatted as text — Distance in the other unit system

## Details

The basic formula is Time = Distance / Speed. This calculator also factors in rest stops so your estimate reflects real-world driving.

Tips for estimating average speed:

  - Highway driving: 60-70 mph (95-115 km/h) is realistic for US interstates, accounting for traffic and speed variation

  - Mixed highway and city: 40-50 mph (65-80 km/h)

  - City driving only: 20-30 mph (30-50 km/h)

  - Rural two-lane roads: 45-55 mph (70-90 km/h)

When to plan stops:

  - Every 2 hours or 100-150 miles to stay alert

  - Gas stops roughly every 250-350 miles depending on your vehicle

  - Meal stops add 30-45 minutes each

## Frequently Asked Questions

**Q: How accurate is an average speed estimate?**

A: For highway trips, using 60-65 mph as your average speed is realistic and accounts for speed variation, traffic, and the occasional slowdown. For trips mixing highway and city driving, 45-50 mph is more accurate. GPS navigation apps provide better real-time estimates since they factor in current traffic.

**Q: How often should I take rest stops on a long drive?**

A: Safety experts recommend stopping every 2 hours or 100 miles to stretch and stay alert. A 15-minute break is usually enough. For drives over 8 hours, plan for at least one longer meal stop of 30-45 minutes.

**Q: Should I account for traffic in my estimate?**

A: Yes. If you are driving through or near a major city during rush hour, add 30-60 minutes to your estimate. Weekend traffic near tourist destinations can also add significant time. Lower your average speed estimate rather than adding time separately for a simpler calculation.

---

Source: https://vastcalc.com/calculators/everyday/drive-time
Category: Everyday Life
Last updated: 2026-04-08
