What Is the Coin Roll Calculator?
This tool tells you how many standard coin rolls (wrappers) you can make from a pile of coins, how many coins are left over, and the total dollar value of your stash. It uses official US Mint roll standards, so it applies to United States coins: pennies, nickels, dimes, quarters, half dollars and dollar coins.
How to Use It
Pick the coin type from the dropdown and enter the number of coins you have. The calculator instantly shows the number of complete rolls, leftover loose coins, the value of one roll, the value tied up in full rolls, and the total value of every coin you entered.
The Formula Explained
Standard US rolls hold a fixed number of coins: 50 pennies, 40 nickels, 50 dimes, 40 quarters, 20 half dollars and 25 dollar coins. The number of full rolls is the coin count divided by the coins-per-roll, rounded down: $$\text{rolls} = \left\lfloor \frac{\text{coins}}{\text{coins\_per\_roll}} \right\rfloor$$. The total value is simply $$\text{value} = \text{coins} \times \text{coin\_value}$$, where coin_value is the face value of one coin in dollars.
Worked Example
Suppose you have 100 quarters. Quarters roll 40 to a wrapper, so \(\lfloor 100 \div 40 \rfloor = 2\) full rolls, with \(100 - (2 \times 40) = 20\) leftover quarters. Each roll is worth \(40 \times \$0.25 = \$10.00\), so two rolls hold $20.00. The total value of all 100 quarters is \(100 \times \$0.25 = \$25.00\).
FAQ
How many coins fit in a roll? 50 pennies, 40 nickels, 50 dimes, 40 quarters, 20 half dollars, and 25 dollar coins.
What about the leftover coins? Leftover coins can't fill a complete roll. Banks usually only accept full rolls, so save loose coins until you have enough for another wrapper.
Does this work outside the US? The roll counts here follow US Mint standards. Other countries use different roll sizes, so the totals would differ.