Place Value Calculator
Break a number into the value each digit carries — thousands, hundreds, tens, tenths — and read it back in words.
In a positional system each digit is worth its face value times the place it sits in.
How the place value calculator works
In a positional system each digit is worth its face value times the place it sits in. In 4,530.7 the 4 means four thousands, the 5 five hundreds, the 3 three tens and the 7 seven tenths.
That is what makes arithmetic algorithms work: carrying and borrowing are just moving between adjacent places, each worth ten times its neighbour.
Formula: value of a digit = digit × 10^(its place)
Worked examples
| Inputs | Expanded form | Note |
|---|---|---|
| 4,530.7 broken down | 4000 + 500 + 30 + 0.7 | 4000 + 500 + 30 + 0.7 |
| A whole number | 2000 + 20 + 5 | 2000 + 20 + 5 |
| Under one | 0.4 + 0.05 | 0.4 + 0.05 |
FAQFrequently asked questions
What is place value?
The value a digit carries because of where it sits: the 5 in 4,530 means five hundreds, not five.
What is expanded form?
The number written as the sum of its place values: 4,530.7 = 4000 + 500 + 30 + 0.7.
What comes after the decimal point?
Tenths, hundredths, thousandths — each place worth a tenth of the one before it.
Why does place value matter?
Because every written arithmetic method — carrying, borrowing, long multiplication — is just bookkeeping between adjacent places.
What place is the 0 in 2,025?
The hundreds place. It holds the position so the 2 stays in the thousands.
Where these figures come from
- NIST Digital Library of Mathematical Functions — reference definitions for elementary and special functions
- Wolfram MathWorld — definitions and formulas for every topic on this page
- NIST/SEMATECH e-Handbook of Statistical Methods — the statistical formulas (mean, variance, z, confidence intervals, sample size)
- National curriculum in England — Mathematics — the terms and methods taught in UK schools
Last checked: September 2026. Formulas are fixed by mathematics and do not change with tax years or regulations.