Sorting Guide
The 10-pile method is a time-tested way to put cards in numerical order without constantly scanning stacks one by one. Collectors have used it for decades, and it’s based on the same principles as a computer science “radix sort” algorithm.
A quick example: With a large set, such as 1992 Upper Deck Baseball running from #1 to #683, you do not need to hand-sort every card into exact order one at a time. After two full sorting passes, the final step is simply grouping cards by their hundreds digit and stacking those groups together in order.
10 Piles
Create ten piles labeled 0 through 9. These piles make it easy to sort by each digit of the card number.
Two Full Passes
Sort once by the ones digit, then again by the tens digit. Those two passes do most of the heavy lifting.
Group by Hundreds
The final step is grouping cards by the hundreds digit and stacking the groups together in numerical order.
Step-by-Step
- Start with 10 piles labeled 0 through 9.
-
First pass: Sort the cards by the last digit of the card number.
Example: Card #89 goes into the 9 pile; Card #100 goes into the 0 pile; Card #2 goes into the 2 pile. - Stack the piles with “0” on top and “9” on the bottom.
-
Second pass: Sort the stack again using the second digit from the right, also known as the tens digit.
Example: Card #89 goes into the 8 pile; Card #100 goes into the 0 pile; Card #2 goes into the 0 pile because there is no tens digit. - Stack the piles with “9” on top and “0” on the bottom.
- Final step: Separate the cards by the third digit from the right, also known as the hundreds digit. For larger collections, continue using the next digit to the left as needed. Place the highest numbered group on the bottom and the lowest numbered group on the top.
At this point, the cards are in numerical order. For example, with a set running from #1 to #683, cards #1-99 form the lowest group, cards #100-199 form the next group, cards #200-299 follow, and so on through the 600s. Once those groups are stacked together with the highest numbered group on the bottom and the lowest numbered group on top, the set is ready to file, box, or checklist.
Tips
- Work on a clear table or desk so piles don’t mix.
- Group base sets and inserts separately before you start.
- For multi-set lots, sort by year and brand first, then use the 10-pile method.
- Use sticky notes, sorting trays, or card box dividers to label your piles if you’re working with larger collections. We currently use a BCW Sorting Tray, which features three rows and sections labeled A through Z. It works well for sorting large stacks of cards by number, separating base cards from inserts and parallels, or organizing cards by player or manufacturer.
A Note on Origins
Long before spreadsheets and scanning apps, collectors needed an efficient way to order thousands of cards by hand. The 10-pile method became a hobby staple because it mirrors a mathematical technique known as radix sorting, a way of ordering numbers by processing one digit at a time. Old-school set builders passed it along at card shows and through collector clubs, and it remains one of the fastest ways to organize bulk collections today.
📝 CC Note: A downloadable graphic and printable pile labels will be added soon.