Planning a beaded bracelet or necklace means turning a finished length into a bead count and a length of cord to cut. This calculator does both: it converts your target length and bead size into how many beads you need, how much stringing material to cut, and how a repeating pattern divides across the strand.
How it works
Every bead occupies a fixed pitch along the strand — its diameter plus any deliberate spacing gap:
pitch = bead diameter + spacing gap (mm)
bead count = floor(finished length mm / pitch)
beads/inch = 25.4 / pitch
thread length = finished length + waste allowance
The waste allowance covers the cord you need beyond the last bead for knots,
crimps, and the clasp. For a repeating motif of N beads, full repeats are
floor(count / N) and the leftover is count mod N.
Example and tips
A 18 cm (180 mm) bracelet strung with 8 mm rounds and no spacer gives
180 / 8 = 22 beads, about 3.2 beads per inch. Add a 4 mm seed spacer between
each round and the pitch becomes 12 mm, dropping the count to 15 beads. Always
cut a little long: it is far easier to trim excess cord than to restring a strand
that came up short at the clasp. For symmetric patterns, aim for an odd leftover
so you can place a single centre bead.