FPS ↔ MPH Converter
Convert between feet per second and miles per hour instantly
Enter ft/s value to convert to MPH
Enter MPH value to convert to ft/s
Conversion Result
10 ft/s = 6.818 mph
6.818 mph • 3.048 m/s • 10.973 km/h
📚 FPS ↔ MPH Conversion Details
FPS to MPH Formula
mph = fps × 0.681818
To convert feet per second to miles per hour, multiply by 0.681818 (or 15/22).
MPH to FPS Formula
fps = mph × 1.46667
To convert miles per hour to feet per second, multiply by 1.46667 (or 22/15).
Bidirectional Conversion
This converter works both ways simultaneously:
- Type in ft/s → mph updates automatically
- Type in mph → ft/s updates automatically
- No buttons to click - works as you type
Common Uses
- Physics calculations
- Vehicle speed analysis
- Sports performance metrics
- Engineering projects
📏 How This Converter Works
This is a bidirectional converter that works in real-time:
- FPS → MPH: When you type in the ft/s field, the mph field automatically updates
- MPH → FPS: When you type in the mph field, the ft/s field automatically updates
- No swapping needed: Both conversions happen simultaneously
- Real-time: Updates happen as you type, no button clicks required
// Bidirectional Conversion Logic:
mph = fps × 0.681818
fps = mph × 1.46667
// Example 1: Type "10" in ft/s
mph = 10 × 0.681818 = 6.81818
// Example 2: Type "60" in mph
fps = 60 × 1.46667 = 88
mph = fps × 0.681818
fps = mph × 1.46667
// Example 1: Type "10" in ft/s
mph = 10 × 0.681818 = 6.81818
// Example 2: Type "60" in mph
fps = 60 × 1.46667 = 88
📊 Conversion Table
| Feet per Second | Miles per Hour | Approx. Metric |
|---|---|---|
| 1 ft/s | 0.682 mph | 0.305 m/s |
| 5 ft/s | 3.409 mph | 1.524 m/s |
| 10 ft/s | 6.818 mph | 3.048 m/s |
| 15 ft/s | 10.227 mph | 4.572 m/s |
| 20 ft/s | 13.636 mph | 6.096 m/s |
| 88 ft/s | 60 mph | 26.822 m/s |
❓ Frequently Asked Questions
Q: How many feet per second equal 1 mile per hour?
A: 1 mile per hour equals approximately 1.46667 feet per second.
Q: How does the bidirectional conversion work?
A: Both input fields work simultaneously. When you change the ft/s value, mph updates automatically. When you change the mph value, ft/s updates automatically.
Q: Do I need to click any button to convert?
A: No! The conversion happens automatically as you type in either field.
Q: How accurate is this converter?
A: This converter provides accurate calculations up to 5 decimal places.