Deload Week Calculator Formula
Understand the math behind the deload week calculator. Each variable explained with a worked example.
Formulas Used
Deload Weekly Sets
deload_sets = round(current_volume_sets * (1 - volume_reduction_pct / 100))Deload Working Weight
deload_weight = current_intensity_lbs * (1 - intensity_reduction_pct / 100)Total Load Reduction
volume_load_change = (1 - (1 - volume_reduction_pct / 100) * (1 - intensity_reduction_pct / 100)) * 100Variables
| Variable | Description | Default |
|---|---|---|
current_volume_sets | Current Weekly Sets | 20 |
current_intensity_lbs | Current Working Weight(lbs) | 250 |
volume_reduction_pct | Volume Reduction(%) | 40 |
intensity_reduction_pct | Intensity Reduction(%) | 20 |
How It Works
Planning a Deload Week
A deload is a planned reduction in training stress to allow recovery and supercompensation. It prevents overtraining and sets up the next training block.
Strategy
Deload Sets = Current Sets x (1 - Volume Reduction %)
Deload Weight = Current Weight x (1 - Intensity Reduction %)
Most coaches recommend reducing volume 30-50% while keeping intensity within 10-20% of normal. This maintains neuromuscular patterns while allowing systemic recovery.
Worked Example
Currently doing 20 sets/week at 250 lbs, deloading with 40% volume cut and 20% intensity cut.
current_volume_sets = 20current_intensity_lbs = 250volume_reduction_pct = 40intensity_reduction_pct = 20
- 01Deload sets = 20 x (1 - 0.40) = 12 sets/week
- 02Deload weight = 250 x (1 - 0.20) = 200 lbs
- 03Total load reduction = 1 - (0.60 x 0.80) = 1 - 0.48 = 52% less total work
Ready to run the numbers?
Open Deload Week Calculator