Barbell Plate Calculator (kg)
Calculate the exact plate combination needed per side to hit your target barbell weight in kilograms.
What this tool does
This calculator determines the optimal combination of kilogram plates required on each side of a barbell to reach a specified target weight. It subtracts the bar weight from the total, divides the remainder by two to find the per-side load, then applies a greedy algorithm across standard plate denominations (25, 20, 15, 10, 5, 2.5, and 1.25 kg) to minimise the number of plates needed. The output shows the exact plate stack per side, any remainder that cannot be loaded with the available denominations, and the total weight per side.
Formula Used
Disclaimer
This calculator is for educational and informational purposes only. It does not provide medical, nutritional, or training advice. Results are mathematical estimates and may not reflect individual circumstances. Consult a qualified coach, registered dietitian, medical professional, or physiotherapist for personal guidance.
How Barbell Plate Calculator (kg) works
This calculator determines the exact plate loading required on each side of a barbell to reach a target training weight. It subtracts the bar weight from the target total, divides the remainder by two (one side per collar), and then breaks that per-side weight into the largest available plates first (25 kg, 20 kg, 15 kg, 10 kg, 5 kg, 2.5 kg, and 1.25 kg) using a greedy algorithm. The tool reports both the total per-side weight and the specific plate stack (how many of each denomination), along with any remainder that cannot be assembled with the defined plate set.
The formula
The base calculation is straightforward arithmetic:
Per-side weight = (Target weight − Bar weight) ÷ 2
The algorithm then applies a greedy optimisation loop over the plate array [25, 20, 15, 10, 5, 2.5, 1.25], computing n = floor(remaining_weight / plate_weight) for each denomination in descending order, subtracting the matched weight, and continuing until the remainder falls below 1.25 kg. Any residual weight below the smallest plate is reported as "Remainder."
Worked through: 100 kg on a standard 20 kg bar leaves 80 kg of plates, 40 kg per side, which loads as one 25 and one 15. A 142.5 kg squat on the same bar needs 61.25 kg per side: two 25s, a 10, and a 1.25, with nothing left over. The greedy choice is not a shortcut here; checked exhaustively against every loadable per-side weight up to 250 kg, largest-first always produces the fewest plates for this denomination set.
Where this method is most accurate
This tool assumes the availability of standard Olympic and powerlifting plates in the seven denominations coded into the engine. Gyms that stock only bumper plates (often limited to 25, 20, 15, 10, and 5 kg) or calibrated competition discs (which may include 0.5 kg and 0.25 kg change plates) will see remainders more frequently. The greedy algorithm guarantees the fewest total plates when the denominations form a canonical set, but non-standard plate inventories or fractional target weights (e.g. 102.75 kg) may require manual adjustment. Bar weights also vary: women's Olympic bars are typically 15 kg, technique bars range from 5–10 kg, and specialty bars (trap, safety-squat) span 20–32 kg. In competition settings worldwide, kilogram discs follow the colour coding set by the IPF technical rules and the IWF equivalent: 25 kg red, 20 kg blue, 15 kg yellow, 10 kg green, and 5 kg white, which makes a loaded bar readable at a glance in any gym that uses them. Training in a pounds gym, use the pounds version of this calculator instead; the arithmetic is the same, the denominations are not.
What this tool does not do
This calculator performs plate arithmetic only. It does not prescribe training loads, recommend progression schemes, or account for collar weight (standard spring collars add roughly 2.5 kg total; competition collars add 5 kg). It does not verify whether a given load is appropriate for an individual's strength level, training phase, or injury history. The tool will not adjust for partial repetitions, tempo prescriptions, or percentage-based programming. Users working from percentage-based programs, the approach standard texts such as the NSCA's Essentials of Strength Training and Conditioning describe, must calculate the target weight separately before entering it here.
Disclaimer
This tool is an educational resource that performs mathematical plate-loading calculations. It is not medical, training, or nutritional advice. It does not diagnose, treat, cure, or prevent any condition. Consult a qualified strength coach, certified personal trainer, or sports-medicine professional before beginning or modifying any resistance-training program. Loading barbells incorrectly or lifting weights beyond current capacity carries risk of acute injury. Always use collars, check equipment condition, and follow facility safety protocols.
Questions
- Why does the calculator show a remainder?
- A remainder appears when the per-side weight cannot be assembled exactly using the available plate denominations (25, 20, 15, 10, 5, 2.5, and 1.25 kg). Gyms with micro-plates (0.5 kg, 0.25 kg) or change plates can reduce or eliminate remainders.
- Does the calculator include collar weight?
- No. Standard spring collars add approximately 2.5 kg total (1.25 kg per side), and competition collars add about 5 kg total. To account for collars, subtract their combined weight from your target before entering it into the tool, or add their weight to the bar-weight input.
- Can I use this calculator with bumper plates?
- Yes, but bumper-plate sets often omit 2.5 kg and 1.25 kg denominations, which will increase the frequency and size of remainders. The tool assumes availability of all seven standard plate weights; missing denominations will be skipped automatically, leaving a larger remainder.
- How do I handle non-standard bar weights?
- Enter the actual bar weight in the "Bar Weight" field. Women's Olympic bars are typically 15 kg, technique bars range from 5–10 kg, and specialty bars (trap-bar, safety-squat) vary between 20 and 32 kg. Weigh the bar if the manufacturer specification is unavailable.
- Why does the tool use a greedy algorithm instead of optimising for fewest plates?
- For the standard kilogram plate set, the greedy approach (largest denomination first) yields the minimum number of plates: checked exhaustively against every loadable per-side weight up to 250 kg, largest-first never uses more plates than the true optimum for this denomination set. More complex optimisation would add computational overhead without changing the result.
Sources & Methodology
Subtracts bar weight from target total, divides by two for per-side load, then applies a greedy algorithm over the plate set [25, 20, 15, 10, 5, 2.5, 1.25] kg to minimise the number of plates. This arithmetic partition approach is standard in barbell programming and gym software.
- › International Powerlifting Federation. Technical Rules Book.
- › International Weightlifting Federation. Technical and Competition Rules & Regulations.
- › NSCA; Haff GG, Triplett NT (eds). Essentials of Strength Training and Conditioning. 5th ed. Human Kinetics.
Spotted something off?
Calculations or display — let us know.
More in Strength Training
View all 22 →- Barbell Plate Calculator (lbs)Calculate per-side plate loading to hit your target barbell weight with standard Olympic plates.
- DOTS Score CalculatorNormalise powerlifting totals across bodyweight and sex using the DOTS coefficient system.
- Multi-Formula 1RM Comparison CalculatorCompare Epley, Brzycki, and Lombardi 1RM predictions side-by-side from a single lift.
- One-Rep Max Calculator (Brzycki Formula)Estimate your one-rep max from sub-maximal lifts using the Brzycki (1993) formula.
- One-Rep Max Calculator (Epley Formula)Estimate your one-rep max from submaximal lifts using the classic Epley formula.
- Strength Standards CalculatorCompare your lift to your body weight and see which strength tier the ratio falls into.