← All calculatorsGeneral & Scientific

Money Counter

Enter how many of each note and coin you have and get the total value plus a piece count — the till-reconciliation calculation, without a spreadsheet.

Total value
$0.00
Pieces counted
0

How to use the Money Counter

  1. Count each denomination into its own pile.
  2. Enter the quantity for each row.
  3. Read the running total and piece count.
  4. Compare against your expected float or takings figure.

How the calculation works

The total is the sum of each quantity multiplied by its face value. Counting by denomination rather than adding random notes together is what makes cash handling auditable: if the total is out, you can recount a single pile instead of the whole drawer, and the piece count catches a transposed quantity that the value alone might hide.

Coin values are handled in cents internally to sidestep floating-point drift. Adding 0.10 and 0.20 in binary floating point does not land exactly on 0.30, and across a few hundred coins those fractions can shift the displayed total by a cent. Counting in whole cents and dividing once at the end keeps the arithmetic exact — the same reason accounting systems store minor units as integers.

For a till, reconcile in two stages: separate the opening float from the day's takings, then compare takings against the register total. A discrepancy that matches a common note value usually indicates a miscount rather than a shortfall.

Formula
Total = Σ (quantity × denomination value) ; compute in minor units, divide by 100 once

Source: Standard cash reconciliation practice; integer minor-unit arithmetic for currency.

Worked example

Counting down a till containing 3 twenties, 7 fives, 12 ones, 18 quarters and 40 pennies.

  1. Notes: 3 × 20 + 7 × 5 + 12 × 1 = 60 + 35 + 12 = 107.
  2. Coins: 18 × 0.25 = 4.50; 40 × 0.01 = 0.40.
  3. Total: 107 + 4.90.

$111.90 across 80 pieces — subtract the opening float to get the day's cash takings.

Frequently asked questions

Can I use this for other currencies?+

The denomination labels are dollar-based, but the arithmetic is identical for any currency with matching denominations.

Why show a piece count?+

It catches entry errors. If the value looks right but the piece count is wildly off, a quantity was typed into the wrong row.

Should the float be included?+

Count it, then subtract it. Mixing float and takings is the most common source of till discrepancies.

Does it handle rolled coin?+

Enter the number of individual coins, not rolls — multiply the roll count by the coins per roll first.

Last reviewed September 1, 2026. We review this page whenever the underlying formula, tax year, published rate or standard changes.

Related

More in General & Scientific