Hydration Rate Calculator Formula
Understand the math behind the hydration rate calculator. Each variable explained with a worked example.
Formulas Used
Sweat Rate
sweat_rate_oz_hr = round(sweat_loss_oz / (exercise_minutes / 60) * 10) / 10Sweat Rate (mL/hr)
sweat_rate_ml_hr = round(sweat_loss_oz * 29.574 / (exercise_minutes / 60))Dehydration Level
dehydration_pct = round(weight_loss_lbs / pre_weight_lbs * 10000) / 100Target Fluid Intake
fluid_target_oz_hr = round(sweat_loss_oz / (exercise_minutes / 60) * 0.8 * 10) / 10Variables
| Variable | Description | Default |
|---|---|---|
pre_weight_lbs | Pre-Exercise Weight(lbs) | 160 |
post_weight_lbs | Post-Exercise Weight(lbs) | 158 |
fluid_consumed_oz | Fluid Consumed During Exercise(oz) | 16 |
exercise_minutes | Exercise Duration(min) | 60 |
weight_loss_lbs | Derived value= pre_weight_lbs - post_weight_lbs | calculated |
sweat_loss_oz | Derived value= weight_loss_lbs * 16 + fluid_consumed_oz | calculated |
How It Works
How Sweat Rate Is Calculated
Formula
Sweat Loss (oz) = Weight Lost (lbs) x 16 + Fluid Consumed (oz)
Sweat Rate = Sweat Loss / Exercise Duration (hours)
Each pound of weight lost during exercise represents about 16 oz (473 mL) of sweat.
Hydration Guidelines
Factors Affecting Sweat Rate
Worked Example
Pre-exercise: 160 lbs. Post-exercise: 158 lbs. Drank 16 oz during 60 minutes.
pre_weight_lbs = 160post_weight_lbs = 158fluid_consumed_oz = 16exercise_minutes = 60
- 01Weight lost = 160 - 158 = 2 lbs.
- 02Sweat loss = 2 x 16 + 16 = 48 oz.
- 03Sweat rate = 48 / 1 hr = 48 oz/hr (1420 mL/hr).
- 04Dehydration = 2 / 160 x 100 = 1.25%.
- 05Target fluid intake = 48 x 0.8 = 38.4 oz/hr.
Ready to run the numbers?
Open Hydration Rate Calculator