What Is a Money Counter Calculator?
This Money Counter Calculator quickly totals a mix of bills and coins by multiplying each denomination by how many you have, then adding everything together. It uses US currency denominations ($100, $50, $20, $10, $5, $1 bills and quarter, dime, nickel, penny coins), making it perfect for cash drawers, tip jars, piggy banks, fundraisers, and end-of-shift register counts.
How to Use It
Enter the number of each bill and coin you are counting. Leave any field blank or at zero if you have none of that denomination. The calculator returns your grand total in dollars along with the total number of pieces counted, so you can reconcile both the value and the physical count.
The Formula Explained
The math is a weighted sum: \(\text{Total} = \sum (\text{denomination value} \times \text{count})\). Each count is multiplied by its face value, and the products are added. For example, three $20 bills contribute \(3 \times \$20 = \$60\). The same logic applies to coins using their decimal values ($0.25, $0.10, $0.05, $0.01).
$$\begin{gathered} \text{Total} = \text{Bills} + \text{Coins} \\[1.5em] \text{where}\quad \left\{ \begin{aligned} \text{Bills} &= 100\,\text{\$100} + 50\,\text{\$50} + 20\,\text{\$20} + 10\,\text{\$10} + 5\,\text{\$5} + \text{\$1} \\ \text{Coins} &= 0.25\,\text{Qtr} + 0.10\,\text{Dime} + 0.05\,\text{Nickel} + 0.01\,\text{Penny} \end{aligned} \right. \end{gathered}$$
Worked Example
Suppose you have two $100 bills, one $20, four $1 bills, ten quarters, and five pennies. Bills:
$$(2 \times 100) + (1 \times 20) + (4 \times 1) = 200 + 20 + 4 = \$224.$$Coins:
$$(10 \times 0.25) + (5 \times 0.01) = 2.50 + 0.05 = \$2.55.$$Grand total = $226.55 across 22 pieces.
FAQ
Which currency does it use? It uses standard US dollar denominations. The same approach works for any currency if you map the values.
Does it count rolls of coins? Enter the individual coin count, not the number of rolls — multiply rolls by coins-per-roll first.
Can I leave fields empty? Yes. Empty fields are treated as zero.