Barbell Plate Calculator

Strength
45 + 45 per side
Load each side of the bar
Save this in Mariposas →

Exact load with standard plates.

Enter your target weight and bar, and this tells you exactly which plates to load on each side, no mental math between sets. Assumes standard lb plates (45/35/25/10/5/2.5).

How it works

The calculator works by subtracting the bar's weight from your target total, then dividing that remainder by two to find the load per side. From there, it applies a greedy algorithm, working from the heaviest plate down to the lightest (45, 35, 25, 10, 5, 2.5 lb) and fitting as many of each denomination as possible before moving to the next. This is essentially a variant of the classic change-making problem in computer science, adapted for the fixed denominations available in a standard plate set. Because barbells are always loaded symmetrically, both sides mirror each other exactly, and the bar itself (commonly 45 lb for a standard men's Olympic bar, though other bars differ) is accounted for before any plate math begins. The result is the minimum number of plates needed per side to hit your target, using only the denominations specified.

When to use it

This tool is most useful in busy gym sessions where you're moving between working sets quickly and don't want to lose focus doing arithmetic under fatigue. It's also handy when you're new to barbell training and haven't yet internalized the common plate combinations, or when you're chasing an unfamiliar number like 187 lb or 223 lb that doesn't resolve neatly in your head. Powerlifters and Olympic lifters switching between kilograms and pounds on the same day will also find it a reliable sanity check before stepping up to the bar.

Worked example

Say your program calls for 185 lb on a standard 45 lb barbell. The calculator first subtracts 45 from 185, leaving 140 lb of plates total, then divides by two for 70 lb per side. Working down from the largest denomination: one 45 lb plate covers 45, leaving 25 lb. One 25 lb plate covers that remainder exactly. So each side gets one 45 and one 25, for a total load of 185 lb. That's a clean two-plate-per-side setup, fast to confirm at a glance. Now try 192.5 lb: subtract 45, divide by two, and you need 73.75 lb per side, which resolves to one 45, one 25, one 2.5, and one 1.25... except 1.25 lb plates aren't in this standard set. The calculator flags that 192.5 is unreachable with these denominations, which stops you from loading something unbalanced or slightly off target.

Tips for an accurate result

  • Always confirm your bar weight before entering a target. A standard men's Olympic bar is 45 lb, but women's Olympic bars are 33 lb, and many gym training bars run 35 lb or even lighter. Using the wrong bar weight shifts every plate combination off.
  • If the calculator returns no valid combination, your target isn't achievable with standard lb plates and that specific bar. The closest reachable weights are typically 2.5 lb apart, so nudging your target up or down by 2.5 lb usually solves it.
  • Collars add weight, roughly 5 lb per pair for most spring collars, and less for plastic clip collars. If you train in a context where collar weight matters (a competition weigh-in, a precise max attempt), factor that in by reducing your plate target accordingly.
  • When you're loading multiple sets at different weights, plan your plate changes in order before you start. Going from 135 to 155 to 185 lb means adding a 10 per side, then swapping that 10 for a 25. Working out the sequence ahead of time cuts transition time between sets.
  • Double-check that your gym actually has the plates the calculator recommends. Some facilities are short on 35 lb or 2.5 lb plates. If a denomination is unavailable, you can usually substitute with combinations of smaller plates, like two 10s and one 5 in place of a 25.

Formula & sources: methodology · references.

Now go hit the number Mariposas turns every workout, run and class into progress · collect a cute pet 🐾

FAQ

What if my gym uses kilogram plates instead of pound plates?
This calculator is built around standard lb denominations, so the outputs won't apply directly to kg plates. Kilogram plate sets typically include 25, 20, 15, 10, 5, 2.5, and 1.25 kg discs, and a standard men's Olympic bar is 20 kg. You'd need a kg-specific version of the tool, or you can convert your target weight to kilograms first and work through the math manually.
Why does the calculator load the heaviest plates first?
Loading heaviest-first is both the mathematical optimum for minimizing plate count and the practical standard in every gym. Physically, large plates have to go on before smaller ones, because the smaller plates won't fit over them once a 45 is already on the sleeve. The greedy approach mirrors what an experienced lifter does automatically.
Can I use this for hex bar or trap bar deadlifts?
Yes, as long as you know the bar's actual weight and enter it correctly. Trap bars range widely, from around 35 lb to 60 lb depending on the model, so check the stamp on the bar or ask gym staff rather than assuming 45 lb. Once you have the real bar weight, the plate math works identically.
What's the lightest weight I can load with standard plates?
On a 45 lb bar, the minimum loaded weight using standard lb plates is 50 lb (the bar plus a 2.5 lb plate on each side). Below that, you're using just the bar itself at 45 lb. Some gyms stock 1.25 lb micro-plates, which would push the minimum down to 47.5 lb, but those aren't part of the standard set this calculator assumes.
Why does symmetrical loading matter so much?
An unevenly loaded bar creates a torque imbalance that the lifter must fight throughout the movement, which distorts technique and puts asymmetric stress on the spine and joints. In a competition setting it also leads to immediate disqualification. Even in training, consistently lifting a bar that's 5 or 10 lb heavier on one side can reinforce compensatory movement patterns over time. Always verify both sides match before unracking.