Organizing 1,700 Resistors in a Ring Binder

I used a ring binder and card sleeves to organize 1,700 through-hole resistors.

Resistors from 10K to 51K ohms

You can use this PDF to make your own ring binder:


The template code and generated PDF document are released under the MIT license. You can find a copy of the MIT license at the bottom of this page.


What Are Resistors?

Resistors are a fundamental component in electronics. They are used to limit the current flowing through a circuit. Resistors have colored bands that represent their value. The first two bands represent the first two digits of the resistance, and the third band represents the “multiplier” value, or power of 10. For example, a 10KΩ resistor has a brown band, a black band, and an orange band. The first two bands are brown (1) and black (0), which is 10. The third band is orange (1,000Ω), so the resistance is 10 x 1,000 = 10,000Ω.

10,000 ohm resistor

The “tolerance” value is the fourth band. This is the maximum deviation from the nominal resistance. For example, a 10KΩ resistor with a 5% tolerance can have a resistance between 9,500Ω and 10,500Ω.


Resistor color chart

The E24 Series

The E24 series is a logarithmic series of 24 values for each power of 10: 1.0, 1.1, 1.2, 1.3, 1.5, 1.6, 1.8, 2.0, 2.2, 2.4, 2.7, 3.0, 3.3, 3.6, 3.9, 4.3, 4.7, 5.1, 5.6, 6.2, 6.8, 7.5, 8.2, 9.1.

You can multiply each value in the series by the multiplier (power of 10) to get the 24 resistance values for each order of magnitude. For example, these are the first ten resistor values with a brown multiplier band (10Ω): 100Ω, 110Ω, 120Ω, 130Ω, 150Ω, 160Ω, 180Ω, 200Ω, 220Ω, 240Ω.


How I Organized 1,700 Resistors

I bought a resistor pack that included 1,700 resistors in the E24 series, in sets of 10 (170 different values.) I bought 14 W carbon film resistors with a 5% tolerance.

Pack of carbon film resistors

It’s very useful to have a wide range of resistors for breadboard circuits and prototype PCBs. It’s not so useful when they’re all mixed together in a single bag. The resistors I bought didn’t have any labels or markings on the paper strips, so I had to read the colored bands or use a multimeter to find the resistance.

For my first attempt at organizing them, I sorted them by the multiplier band (0.1Ω, 1Ω, 10Ω, etc.), and put them in labeled drawers:

The original drawers I used to organize the resistors

This didn’t really help at all. I still needed to sort through 24 different values to find the one I was looking for. It got even worse once I started pulling out individual resistors to use in breadboard circuits. Instead of 24 sets of 10, I could have up to 240 individual resistors to sort through.

Ring Binder Design

I had some spare card sleeves, and I realized that I could use these to create a 3x3 grid of pockets on an A4 ring binder sheet.

I used DocSpring to create the layout for all the pages. DocSpring is an API for filling out and generating PDFs. You can upload an existing PDF form, or create your own PDF templates using HTML and CSS. DocSpring’s HTML/CSS templates support the Liquid template language, so I wrote some Liquid code to calculate the resistor values and generate all the pages for the E24 series.

(Disclaimer: I’m the founder of DocSpring.)

Screenshot of the DocSpring template editor showing Liquid / HTML

Screenshot of the DocSpring template editor showing SCSS

This template didn’t need any fields, so I didn’t need to use the DocSpring API. I just downloaded the generated PDF from the Preview tab.

I included a resistor graphic that shows the colored bands for each value. This was invaluable when I was sorting resistors into sleeves.

Screenshot of the DocSpring template editor showing SCSS

I used Sleeve Kings 63.5mm X 88mm Card Sleeves for the 3x3 grid of pockets.

Sleeve Kings 63.5mm X 88mm Card Sleeves

I cut them to make them a little shorter, and stuck them onto ring binder sheets using a glue stick. Then I sorted all the resistors into sleeves, which felt like doing a jigsaw puzzle. It was a fun activity for a rainy Sunday afternoon.

I’m pretty happy with how this turned out, and I think my version is even better than the expensive ring binders I found for sale. The PDF and code are MIT licensed, so anyone is more than welcome to use this for personal or commercial purposes.


This ring binder system makes it much easier to see when I need to order more resistors. (I’ve got some more 330, 360, 1K, and 1.1K ohm resistors on the way!)



How To Organize Your Own Resistors

Option 1: Buy Card Binder Sheets

After publishing this blog post, I found out that you can buy card binder sheets that already come with 9 pockets. You can purchase these on Amazon.

3x3 card binder sheets


I found another option that has some flaps at the top of each pocket. This would prevent the resistors from falling out if you drop the binder or tip it upside down. I’ll probably use this option next time I need to organize electronic components. It would also be very handy for SD cards and USB sticks.

3x3 card binder sheets with flaps for each pocket

Supplies

Instructions

  1. Print the PDF
  2. Cut out the cards on each page
  3. Insert the cards into the pockets
  4. Insert resistors in front of the cards in each pocket

Option 2: Make DIY Card Binder Sheets

Supplies

Instructions

  1. Print the PDF
  2. Insert pages into ring binder sheets
  3. Use glue stick to glue the card sleeves to the outside of the ring binder sheets
  4. Insert resistors into card sleeves

Option 3: Raaco storage drawers

@impulse7 posted a comment on Hacker News where they shared their own solution to this problem. They created PDF labels to organize resistors in Raaco storage drawers. They have shared their PDF generation code on GitHub. This is a great option if you have plenty of space in your workshop.

Labels for Raaco storage organizer, from https://github.com/tonybjorkman/raaco-organizer


Option 4: Buy A Finished Ring Binder With Sorted Resistors

If you want to skip all the work and just buy a pre-made ring binder, you can buy one from an electronics supplier such as RS Components. This will save a lot of time, but they can be quite expensive.

$504 NZD for a ring binder of sorted resistors

$504.52 New Zealand dollars = $323.72 USD

I found a few cheaper options but they were still hundreds of dollars. So I thought it would be fun to make my own ring binder.



P.S. Digi-Key’s Resistor Color Code Calculator was very useful. It’s a great tool for quickly looking up resistor values.

DigiKey's 4 Band Resistor Color Code Calculator

MIT License

Copyright 2022 Nathan Broadbent. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this PDF document, software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE PDF AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
comments powered by Disqus