Calc Hub

Periodization Calculator

Map a training block into build weeks, deload cadence, taper length, peak weekly set targets, and a realistic session count before race day or testing week.

Last updated: 2026-03-26

Periodization calculator

Enter your values

Turn your timeline and training age into a simple block structure before you overfill the calendar.

All required fields must be filled in.

Build Weeks

--

Enter your runway, training frequency, and current workload to sketch a practical build-deload-taper flow.

Calculation History(0)
No calculations yet. Complete a calculation to see it here.

Example calculations

Tap an example to prefill the calculator with sample values.

Half-marathon runway

16-week intermediate build

A runner or hybrid athlete wants enough load progression, a couple of deloads, and a short taper before race week.

Result: 12 build weeks, 2 deloads, 2 taper weeks

Strength cycle

12-week advanced block

An experienced lifter wants a tighter cadence with more frequent deloads and a lower peak-volume ceiling.

Result: Frequent deloads, lower peak set count, heavier peak-intensity target

How the periodization plan is estimated

The calculator starts with the total runway, reserves a short taper based on the goal, then inserts deloads according to training age. That keeps the plan closer to how real programs are structured instead of assuming every week can be a build week.

Peak weekly hard sets scale from the current workload, the selected goal, and the athlete's experience level. The output is a planning target for volume progression, not a substitute for coach-level exercise prescription.

Periodization calculator FAQs

How build weeks, deloads, and taper length are chosen for a first-pass block plan.

What does the calculator mean by a deload?

A deload is a lower-stress week that lets fatigue come down before the next build block. The calculator uses a cadence based on training age so newer athletes can run longer uninterrupted blocks than advanced athletes.

Why do endurance blocks get a longer taper?

Because race-focused blocks often need a little more time to shed fatigue while preserving specificity. The exact taper depends on event distance and volume, but a two-week planning taper is a useful default.

Are weekly hard sets the only thing that matters?

No. Exercise selection, intensity, sleep, and injury history still matter. Weekly sets are used here as a simple planning anchor so the output stays lightweight and calculator-shaped.

Embed this calculator

Copy the code below to embed this calculator on your website or blog. It's free — no API key needed.

<iframe
  src="https://calc.mintloop.dev/embed/health/periodization-calculator"
  width="100%"
  height="600"
  frameborder="0"
  title="Periodization Calculator"
  loading="lazy">
</iframe>
Optional: auto-resize script
<script>
var CALC_HUB_ORIGIN = 'https://calc.mintloop.dev';
window.addEventListener('message', function(e) {
  if (e.origin !== CALC_HUB_ORIGIN) return;
  if (!e.data || e.data.type !== 'calc-hub-resize') return;
  var frames = document.querySelectorAll('iframe[src*="calc.mintloop.dev"]');
  frames.forEach(function(f) {
    if (f.contentWindow === e.source) {
      f.style.height = String(Math.max(0, Number(e.data.height) || 0)) + 'px';
    }
  });
});
</script>

Use adjacent health calculators to benchmark the block you are about to run.

Get more health calculators

Join the Calc Hub newsletter for new calculators for training, running, recovery, and everyday performance planning.

Join the Calc Hub newsletter

Was this calculator helpful?

Your feedback helps us improve future calculators.