A place value calculator answers a question that looks trivial until you have to explain it: what is a particular digit in a number actually worth? The 7 in 7,502 is not worth seven. It is worth seven thousand, because of where it is sitting. The 7 in 0.007 is worth seven thousandths. Same symbol, three orders of magnitude apart in one direction and three in the other, and the only thing that distinguishes them is position.
This tool takes a number, splits it digit by digit, names the place each one occupies, states the value that digit contributes, and assembles the whole thing into expanded form and into words. Arb Digital built it as a teaching and checking aid — for anyone learning the system, and for anyone who has to write a figure out longhand on a cheque, a contract or a legal document and wants it verified before it is signed.
What This Place Value Calculator Does
Enter a number and the tool produces a full breakdown table: every digit, the name of its place, the power of ten that place represents, and the value that digit contributes to the total. It then gives you the number in expanded form — the sum of those contributions written out — and in words, using either the short or the long naming scale.
The headline figure isolates one digit at a time. Pick a position and the tool tells you what that digit is worth on its own, which is the step learners most often skip and the step that makes the whole system click. It also reports the number of whole-number digits, the number of decimal places, the highest place occupied, and the digit sum, which is the quantity behind the classic divisibility tests for three and nine.
Numbers are handled as text rather than as floating-point values, which matters more than it sounds. A number typed as 0.10 keeps its trailing zero here, because that zero is information about precision. Convert the same string to a JavaScript number first and the zero disappears, along with the distinction between a measurement good to one decimal place and one good to two.
How to Use It
- Type the number. Commas, spaces and a leading minus sign are all accepted; only digits and a single decimal point are actually used.
- Choose a digit to inspect. Counting starts at 1 from the leftmost digit of the whole-number part and continues through the decimal digits.
- Pick a naming scale if the number is large enough for it to matter. Below a billion the two scales agree and the choice has no effect.
- Read the breakdown table below the result panel for every digit at once, then the expanded form and the words underneath it.
- Check the digit sum if you are testing divisibility: a number is divisible by three exactly when its digit sum is, and by nine exactly when its digit sum is.
The System: How Place Value Is Calculated
Base ten is a positional system, which means the value of a digit is the digit itself multiplied by a power of ten determined by its position. Counting the ones place as position zero and moving left, the places are 10⁰, 10¹, 10², 10³ and so on — ones, tens, hundreds, thousands. Moving right from the decimal point the exponents go negative: 10⁻¹, 10⁻², 10⁻³ — tenths, hundredths, thousandths. The number 7,502.36 is therefore 7×10³ + 5×10² + 0×10¹ + 2×10⁰ + 3×10⁻¹ + 6×10⁻², which is exactly what the expanded form below the calculator prints.
Two details in that expansion are worth pausing on. The ones place is 10⁰, not 10¹, which trips up nearly everyone the first time; the exponent counts how many places you have moved, and from ones you have moved none. And the decimal places have no "oneths" — there is no 10⁻⁰ place, because the ones place already is 10⁰. The sequence runs tenths, hundredths, thousandths, and the plural naming pattern skips straight past the singular.
Why Zero Is the Hardest Digit in the System
Positional notation only works if every position is occupied, which means a symbol is needed for "nothing here". That symbol is zero, and its invention as a placeholder rather than as a quantity is what made the system possible. Roman numerals need no zero because they are additive rather than positional — XIV means ten plus four however you shuffle the reading — and they are correspondingly hopeless for arithmetic.
In practice this makes zero the digit most likely to be dropped by mistake and the digit whose loss costs the most. Writing 752 for 7,502 is a single-character slip and a 6,750 error. On a trailing decimal the direction reverses: 0.05 written as 0.5 is a tenfold overstatement. Reading numbers back digit by digit, naming each place aloud, is the standard defence and is exactly what the breakdown table here is for.
Trailing zeros after a decimal point carry a different kind of information. In measurement, 2.50 metres claims accuracy to the nearest centimetre while 2.5 metres claims only the nearest ten centimetres, even though the two are numerically equal. Our significant figures calculator handles that side of it, and the rounding calculator covers what happens when you have to cut a number back to a stated place.
Short Scale, Long Scale, and the Billion Problem
Above a million, English is not consistent with itself internationally. In the short scale, used in the United States and now in British official and media usage, each new name multiplies by a thousand: million, billion, trillion are 10⁶, 10⁹, 10¹². In the long scale, still standard in much of continental Europe and in Latin America, each new name multiplies by a million: a billion is 10¹², and 10⁹ is called a milliard.
This is not a pedantic distinction. A contract, a research paper or a financial report that says "billion" without saying which scale can be off by a factor of a thousand, and translations between languages are where the error most often enters. The scale selector on this page exists so you can see both readings of the same digits side by side. Where the stakes are high, the safest form is neither word: write the figure in scientific notation and the ambiguity disappears entirely.
Writing Numbers in Words Without Getting It Wrong
The words this tool produces follow the convention used on cheques and in formal legal drafting: hyphenate the compound tens, use "and" only to mark the decimal point, and name the decimal digits as a whole number followed by the place of the last one. So 7,502.36 becomes "seven thousand five hundred two and thirty-six hundredths".
British usage inserts "and" before the final group in the whole-number part — "seven thousand five hundred and two" — and that is entirely correct in its own register. The version here avoids it because using "and" for two different jobs in the same sentence is the source of most disputes about what a written figure meant. There is also a second acceptable form for the decimal portion, reading the digits individually: "point three six". Both are in use; only the first states the place explicitly, which is why it is preferred where a figure is legally binding.
The one rule with no flexibility is that the written words govern where they conflict with the figures, which is precisely why the two must be checked against each other. That check is the whole reason this feature is here rather than being left to the reader.
How This Differs From Base Conversion and Rounding
This page works exclusively in base ten and names the places in ordinary English. If what you need is the same number expressed in binary, octal or hexadecimal — where the places are powers of two, eight or sixteen rather than ten — that is the job of our number base converter, which converts between bases but does not name places or write words. Our floating point converter goes further still and shows how a computer stores the value in binary, where most familiar decimal fractions cannot be represented exactly at all.
Rounding is a separate operation again: it takes a number and a target place and discards everything beyond it, which is what the rounding calculator does. This tool never changes your number. It only describes it. Every digit you type comes back, in the same order, with a name attached.
Digit Grouping and the International Standard
How the digits are separated visually is a convention rather than mathematics, and the conventions conflict. The comma is a thousands separator in the United States and Britain and a decimal marker across much of Europe, so 1,234 means one thousand two hundred and thirty-four in one place and slightly more than one in another. MathWorld's note on the decimal point sets out how the same figure is written and spoken differently by region.
For technical and scientific documents, NIST Special Publication 811, the guide to the SI, sets out rules for expressing values of quantities, including the use of a thin space rather than a comma to group digits precisely so that neither reading is possible. This calculator accepts commas and spaces on input and ignores both, so a number pasted from any convention will still be parsed as you intended.
Arb Digital's content team writes and edits technical material where the figures have to survive translation, formatting and a sceptical reader. If your documentation says "billion" and nobody is sure which one, we can help.
Content Marketing Services Talk to Arb DigitalCommon Mistakes to Avoid
- Calling the ones place 10¹ — it is 10⁰, and getting this wrong shifts every exponent in the expansion by one.
- Dropping an internal zero — removing the placeholder from 7,502 gives 752, an error of nearly seven thousand from a single missing character.
- Reading trailing decimal zeros as meaningless — 2.50 and 2.5 are numerically equal but claim different measurement precision.
- Using "billion" across languages without stating the scale — the short and long scales differ by a factor of a thousand at that word.
- Assuming the comma always means thousands — in much of Europe it is the decimal marker, and a pasted figure can change value silently.
Related Free Tools From Arb Digital
Continue with the rounding calculator when a figure has to be cut to a stated place, the significant figures calculator for reporting measured values, the number base converter for the same digits in binary or hexadecimal, the scientific notation converter for very large and very small quantities, and the floating point converter to see what a computer really stores. The full free online tools hub lists everything else.
Frequently Asked Questions
Place value is the value a digit carries because of its position in a number. In base ten each position is worth ten times the one to its right, so the 7 in 7,502 stands for seven thousand while the 7 in 0.007 stands for seven thousandths.
Expanded form writes a number as the sum of each digit multiplied by its place value. The number 7,502.36 in expanded form is 7,000 + 500 + 0 + 2 + 0.3 + 0.06, which can also be written using powers of ten as 7×10³ + 5×10² + 2×10⁰ + 3×10⁻¹ + 6×10⁻².
Because the exponent counts how many places you have moved left from the ones column, and from the ones column you have moved none. Any non-zero number raised to the power zero equals one, so 10⁰ is 1 and the ones place works out correctly.
No. The first place after the decimal point is tenths, because the ones place is already 10⁰ and the next power down is 10⁻¹. The naming pattern runs tenths, hundredths, thousandths, with no singular step in between.
Because English has two naming scales. On the short scale used in the United States and modern British usage, a billion is a thousand million. On the long scale still used in much of Europe and Latin America, a billion is a million million and a thousand million is a milliard.
Numerically no, but in measurement it does. Writing 2.50 metres claims accuracy to the nearest centimetre, while 2.5 metres claims only the nearest ten centimetres. This tool preserves trailing zeros exactly as you type them for that reason.
This page names places in base ten and writes the number in words and expanded form. A base converter re-expresses the same quantity in binary, octal or hexadecimal, where the places are powers of two, eight or sixteen. The two tools answer different questions about the same number.
This page describes a number you supply and never alters its value. Conventions for writing figures in words and for grouping digits differ by country and by document type, so a figure intended for a legal, financial or scientific context should follow the house style that governs it.