# Stopping Distance Calculator

Calculate total vehicle stopping distance including reaction and braking distance. Factor in speed, road conditions, and reaction time with this free.

## What this calculates

Stopping distance is the total distance a vehicle travels from the moment a hazard is perceived until the vehicle comes to a complete stop. It comprises two parts: reaction distance (traveled during the driver's reaction time) and braking distance (traveled while decelerating). Understanding stopping distance is essential for safe driving and road design.

## Inputs

- **Speed** (km/h) — min 0 — Vehicle speed in kilometers per hour.
- **Reaction Time** (s) — min 0, max 5 — Driver reaction time before braking begins.
- **Friction Coefficient** — min 0.01, max 1.5 — Tire-road friction coefficient (typically 0.7 dry, 0.4 wet, 0.1 icy).
- **Road Condition** — options: Dry (μ ≈ 0.7), Wet (μ ≈ 0.4), Icy (μ ≈ 0.1) — Selecting a preset overrides the friction coefficient.

## Outputs

- **Reaction Distance** (m) — Distance traveled during the driver's reaction time.
- **Braking Distance** (m) — Distance needed to decelerate to a complete stop.
- **Total Stopping Distance** (m) — Sum of reaction distance and braking distance.
- **Total Stopping Distance** (ft) — Total stopping distance converted to feet.

## Details

The total stopping distance of a vehicle depends on two phases. During the reaction phase, the car continues at its current speed while the driver perceives the hazard and moves their foot to the brake. The reaction distance equals speed multiplied by reaction time: dreaction = v × treaction.

During the braking phase, kinetic energy is converted into heat through friction between the tires and road surface. The braking distance is derived from kinematics: dbraking = v² / (2μg), where μ is the coefficient of friction and g = 9.81 m/s². On dry asphalt, μ ≈ 0.7, but on wet roads it drops to about 0.4, and on ice it can be as low as 0.1.

Because braking distance grows with the square of speed, doubling your speed quadruples the braking distance. At 60 km/h on a dry road the total stopping distance is roughly 36 m, but at 120 km/h it jumps to about 118 m. This is why speed limits exist and why keeping a safe following distance is critical, especially in adverse weather conditions.

## Frequently Asked Questions

**Q: What is a typical reaction time for drivers?**

A: The average reaction time is about 1.5 seconds for an alert driver. However, fatigue, distractions, or impairment can increase this to 2.5 seconds or more.

**Q: Why does braking distance increase with the square of speed?**

A: Kinetic energy is proportional to the square of velocity (KE = ½mv²). Since the brakes must dissipate all kinetic energy through friction, doubling speed means four times as much energy to dissipate, hence four times the braking distance.

**Q: How does road condition affect stopping distance?**

A: Road condition changes the friction coefficient. Dry asphalt has μ ≈ 0.7, wet road about 0.4, and ice can be as low as 0.1. Lower friction means significantly longer braking distances.

**Q: Does this calculator account for ABS or other safety systems?**

A: This calculator uses the basic physics model. ABS prevents wheel lock-up but does not significantly reduce stopping distance on dry roads. On wet or icy surfaces, ABS can modestly improve braking performance.

---

Source: https://vastcalc.com/calculators/everyday/stopping-distance
Category: Everyday Life
Last updated: 2026-04-21
