What this Bike Pace Calculator does
This English-language bike pace calculator solves the three core cycling math problems in one place: given any two of distance, time, and speed, it finds the third. Whether you're planning a century ride out of San Francisco, training for a triathlon bike split, or just trying to figure out if you can finish a 40-mile loop before dark, enter what you know and the calculator fills in the rest. Cycling pace and speed are two sides of the same coin — pace tells you how long each mile or kilometer takes, while speed tells you how many you cover per hour. Both matter depending on whether you're following a coach's power plan or matching a group ride average. The tool handles road distances, stationary bike sessions, and mountain biking efforts alike. 100% client-side — your data never leaves your browser. No uploads, no tracking, no server logs. There are 86,400 seconds in a day to train, and none of them should be spent worrying about where your ride data ends up.
Features
- Three-way solve. Enter any two of distance, duration, and speed — the calculator derives the missing value immediately, covering pace, time, and distance in a single tool.
- Pace and speed display. Results show both your per-mile (or per-km) cycling pace and your average speed in mph or km/h, so you can match whatever metric your GPS watch or coach uses.
- Bike split calculator mode. Training for a triathlon or multi-stage event? Enter your target distance and goal time to get the exact average speed you need to hold — useful for brick workouts and race-day pacing.
- Stationary bike support. Stationary bike speed calculators often ignore resistance, but this tool lets you enter the console readout directly to compare indoor sessions against outdoor benchmarks.
- Imperial and metric units. Switch freely between miles/mph and kilometers/km/h. Great if you train with riders on both systems or follow training plans written in a different unit system.
- Zero server dependency. All arithmetic runs locally in your browser. As documented on MDN Web Docs, modern browsers expose powerful APIs that remove any need for server round-trips — this calculator relies on the same principle: compute locally, share nothing.
How to use the Bike Pace Calculator
Pick the two values you know, fill them in, and hit Calculate. Results appear instantly — no page reload needed.
- Choose your known inputs. Select which two fields you have: distance + time, distance + speed, or speed + time. The third field becomes the output.
- Enter distance. Type the ride distance in miles or kilometers — for example,
26.2for a marathon-equivalent cycling leg, or100for a metric century. - Enter time or speed. For time, use
HH:MM:SSformat (e.g.1:45:00for one hour forty-five minutes). For speed, enter a decimal like18.5mph. - Hit Calculate. Your cycling pace (min/mile or min/km), average speed, and total ride time all display at once. Use Copy to paste results into a training log or spreadsheet.
- Adjust and iterate. Change any input to model different scenarios — what pace you'd need at 20 mph, or how long a 60-mile ride takes at your current average — and recalculate instantly.
Common use cases
- Triathlon bike split planning. Athletes use the bike split calculator mode to set a realistic cycling target that leaves enough energy for the run. Enter the T1-to-T2 distance and your goal time to get the exact pace to hold.
- Group ride matching. Before joining a new group out of Boston or any local club, plug in the advertised average speed and the typical route distance to see the expected finish time — no surprises at the turnaround.
- Stationary bike benchmarking. Indoor cyclists can enter the console speed and session duration to get a comparable outdoor pace figure — handy for tracking fitness across winter training blocks and comparing to road data.
- Calorie and training context. Once you know your average speed and ride duration, you can cross-reference energy expenditure with the [Calories Burned Calculator](/en/calories-burned-calculator/) or pair it with the [TDEE calculator](/en/tdee-calculator/) to align fueling with output.
- Route time estimation. Planning a bikepacking outing or a commute on a new route? Enter the distance and your comfortable cruising speed to get a reliable time estimate before you roll out.
Frequently asked questions
What's the difference between a bicycle pace calculator and a cycling speed calculator?
Speed is distance divided by time (e.g. 18 mph). Pace is the inverse — time per unit distance (e.g. 3:20 per mile). Both describe the same ride; which you use depends on your training plan. This tool reports both so you're covered either way.
Does this tool store my ride data anywhere?
No. The entire calculation runs in your browser using local JavaScript — nothing is sent to a server, logged, or tracked. You can verify this by running it with your network connection disabled; it works identically offline.
How do I calculate my bike split for a triathlon?
Enter the bike-leg distance and your target finish time for that segment. The calculator returns the average speed you need to maintain. Many athletes target a conservative split — a 10-second-per-mile cushion on the bike often saves several minutes on the run.
Can I use this as a stationary bike speed calculator?
Yes. Read the speed or distance figure off your bike's console, enter duration, and the tool converts it to a pace comparable to outdoor riding. Keep in mind that indoor resistance settings affect perceived effort — console speed doesn't account for wind or gradient.
Why does my GPS watch show a different pace than this calculator?
GPS devices average pace over rolling windows and may apply smoothing algorithms, while this calculator uses exact inputs you provide. Small differences in recorded distance (GPS drift on tight turns, tunnel gaps) can shift pace by 5–15 seconds per mile on shorter rides. The Linux Foundation timing standards that underpin GPS synchronization are precise, but distance measurement via satellite geometry still carries inherent error.
What cycling distances does this support?
Any positive number — from a 5-mile commute to a 200-mile ultra. There's no upper limit. For context, competitive road cyclists cover 100 miles at around 22–25 mph average, while recreational riders typically sustain 12–16 mph over similar distances.