Number to Words Converter
Convert any number into English words — integers, decimals, negatives, and a currency (dollars and cents) mode.
About the Number to Words
The Number to Words converter turns any figure into its written English form. Type 1234 and it reads back one thousand two hundred thirty-four; type -0.75 and you get negative zero point seven five. It handles whole numbers into the trillions and beyond, negative values, and decimals, so it's equally at home checking a homework answer, filling in a form, or drafting a legal or financial document where an amount has to appear both as digits and as words.
Writing numbers out longhand is surprisingly error-prone. It's easy to drop a "thousand", misplace a "and", or hyphenate the tens the wrong way. This tool applies the same consistent rules every time, so the spelled-out version always matches the digits you entered. A built-in currency mode reads amounts the way you'd write them on a cheque or invoice — as dollars and cents — rounding the fractional part to two places automatically.
Everything runs locally in your browser. Nothing you type is uploaded, logged, or sent to a server, which makes the tool fast, private, and fully usable offline once the page has loaded.
How to use
- Type a number into the input box. You can include a minus sign for negatives, a decimal point, and even thousands separators (commas) — they're all understood.
- Read the result, which updates instantly beneath the box in plain English words.
- Turn on Currency mode with the checkbox if you want the number read as money — for example,
1234.5becomes one thousand two hundred thirty-four dollars and fifty cents. - Click Copy to place the written form on your clipboard, ready to paste into a document, email, or form.
For very precise decimals, the standard (non-currency) reading spells the fractional part digit by digit after the word "point", which mirrors how numbers are spoken aloud. Currency mode instead rounds to the nearest cent, because money is only ever written to two decimal places.
Frequently asked questions
How large a number can it convert?
The converter comfortably handles numbers into the trillions and well beyond — up to the decillions — reading each group of three digits with the correct scale word (thousand, million, billion, trillion, and so on). Because the integer part is processed as text rather than a floating-point number, very long whole numbers stay exact and don't lose precision.
How does it read decimals?
In the standard mode, the whole-number part is spelled normally and the digits after the decimal point are read individually following the word "point". So 3.14 becomes three point one four, matching how people usually say decimals aloud. Trailing zeros after the point are ignored, so 2.50 reads as two point five.
What does currency mode do differently?
Currency mode reads the number as an amount of money: the integer part becomes dollars and the first two decimal places become cents, joined by "and". It automatically rounds to the nearest cent, so 19.999 is read as twenty dollars and zero cents. It also uses the correct singular or plural form — one dollar and one cent versus two dollars and fifty cents.
How are negative numbers handled?
A leading minus sign is recognised and the word "negative" is placed at the front of the result, for both standard and currency readings. A value of zero is never labelled negative, so -0 simply reads as zero.
What happens with invalid or empty input?
If the box is empty, the tool shows a friendly prompt instead of a result. If you type something that isn't a valid number — stray letters or two decimal points, for example — it displays a short "Enter a valid number" message rather than guessing, so you always know the output reflects real input.
Is my data sent anywhere?
No. All the conversion logic runs entirely in your browser using built-in JavaScript — there are no network requests, no tracking of what you enter, and no server involvement. Once the page has loaded you can keep using it with no connection at all, and the Copy button uses your device's own clipboard.
Why might the words differ slightly from another source?
English number spelling has minor stylistic variations — some writers insert "and" before the tens (as in one hundred and one), and some hyphenate differently. This tool follows the common American convention of omitting the connecting "and" and hyphenating compound tens (for example, forty-two), which keeps results consistent and unambiguous.