Plate math is the calculation of which weight plates to load on each side of a barbell to reach a target total. The rule is: plates per side = (target weight − bar weight) ÷ 2, then load the heaviest plates first and work down. This calculator handles lbs and kg, lets you disable plates you don't have, and shows the closest achievable weight when an exact match isn't possible.
The formula
plates_per_side = (target_weight − bar_weight) / 2
Starting from the heaviest plate, load as many as fit without exceeding the per-side total, then move to the next smaller plate. This is a greedy algorithm — it always uses the largest possible plate first.
Practical examples
Example 1 — 225 lbs on a 45 lb bar: Per side = (225 − 45) / 2 = 90 lbs. 90 = 45 + 45 → two 45 lb plates per side.
Example 2 — 315 lbs on a 45 lb bar: Per side = (315 − 45) / 2 = 135 lbs. 135 = 45 + 45 + 45 → three 45 lb plates per side.
Example 3 — 100 kg on a 20 kg bar: Per side = (100 − 20) / 2 = 40 kg. 40 = 20 + 20 → two 20 kg plates per side.
Common mistakes
Forgetting the bar weight. A 45 lb (20 kg) Olympic bar is part of the total. Loading four 45 lb plates (two per side) gives 180 lbs of plates + 45 lb bar = 225 lbs total — not 180 lbs.
Confusing the US 45 lb bar with the IWF 20 kg bar. These are not the same weight. 45 lbs ≈ 20.4 kg; 20 kg ≈ 44.1 lbs. If you train with a metric bar in a US-unit gym, enter the actual bar weight rather than the default.
Missing small plates. If you don't have 2.5 lb or 1.25 kg plates, some target weights cannot be achieved exactly. Enable only the plates you actually have — the calculator will show the closest possible weight.
Misreading "per side" as total. The calculator shows plates per side. The same set goes on both ends. Each 45 lb plate you see in the output adds 90 lbs total (two plates, one per side).
International and regional variations
| Standard | Bar weight | Common plate denominations |
|---|---|---|
| IWF (international competition) | 20 kg (men) / 15 kg (women) | 25, 20, 15, 10, 5, 2.5, 1.25 kg |
| US gym (lbs) | 45 lbs (Olympic) / 20 lbs (standard) | 45, 35, 25, 10, 5, 2.5 lbs |
| Powerlifting (IPF) | 20 kg (men) / 15 kg (women) | Same metric denominations as IWF |
Quick reference
| Target (lbs) | Plates per side | Target (kg) | Plates per side |
|---|---|---|---|
| 95 | 25 | 40 | 10 + 10 |
| 135 | 45 | 60 | 20 + 20 |
| 185 | 45 + 25 | 80 | 20 + 20 + 10 |
| 225 | 45 + 45 | 100 | 20 + 20 + 20 |
| 275 | 45 + 45 + 25 | 120 | 25 + 20 + 5 |
| 315 | 45 + 45 + 45 | 140 | 25 + 20 + 15 |
| 405 | 45 + 45 + 45 + 45 | 180 | 25 × 4 |