JSONToonPro
Number utility tool

Number to Words Converter

Convert any number to English words instantly. Type a number, integer, decimal, or negative, and the spelled-out word form appears in real time. Supports values up to the quadrillions. All processing happens in your browser.

100% client sideInstant resultNo data sent
Enter a number
In words
Words appear here...
Try:

How the English Number Naming System Works

Written English reads large numbers in groups of three digits. Starting from the right, you split the number into triplets, name each triplet as if it were a standalone number below one thousand, and then attach a scale word telling the reader how large that group is. Every long number is therefore just a short number repeated with different labels.

4,072,315
4   -> four million
072 -> seventy-two thousand
315 -> three hundred fifteen
= four million seventy-two thousand three hundred fifteen

Notice that the comma separators in the numeric form line up exactly with the scale words in the written form. That is not a coincidence: the grouping convention exists to make the reading rule visible.

Scale Words and Their Values

Scale wordDigitsNumeric value
Thousand41,000
Million71,000,000
Billion101,000,000,000
Trillion131,000,000,000,000
Quadrillion161,000,000,000,000,000
Quintillion191,000,000,000,000,000,000

Each step multiplies by a thousand, so the digit count grows by three at every level. A useful shortcut when reading an unfamiliar number: count the digits, subtract one, divide by three, and that tells you which scale word you need.

Short Scale vs Long Scale

The word billion does not mean the same thing everywhere, which is a genuine hazard in translated financial documents. The United States and modern British usage both follow the short scale, where a billion is a thousand million (10 to the power 9). Several European languages follow the long scale, where a billion is a million million (10 to the power 12) and the intermediate value is called a milliard.

NameShort scaleLong scale
Billion10^9 (a thousand million)10^12 (a million million)
Trillion10^1210^18
MilliardNot used10^9

British English officially switched to the short scale in government usage in 1974, so modern English text can be read on the short scale without much risk. Older British documents and material translated from languages such as German, Spanish, or French deserve a second look before you trust the figure.

Irregular Forms, Hyphens, and "And"

The teens are special cases

English is regular above twenty and irregular below it. Eleven and twelve bear no resemblance to one and two, and thirteen through nineteen are contracted rather than formed cleanly from their parts (fifteen rather than five-teen, thirteen rather than three-teen). Any program that converts numbers to words has to hard code these forms, along with the tens words twenty, thirty, forty, fifty, sixty, seventy, eighty, and ninety. Note that forty has no letter u, unlike the number four it comes from, which is among the most commonly misspelled words in written English.

Hyphenation

Compound numbers from twenty-one through ninety-nine take a hyphen. Nothing else in a written number does: you write two hundred forty-six, not two-hundred-forty-six. The rule applies to written out ordinals too, as in twenty-first and forty-third.

The "and" convention

British English inserts the word and before the final part of a number: one hundred and five, two thousand and twenty-four. American English normally omits it and writes one hundred five. In American usage the word and is often reserved to mark the decimal point, as in one hundred and twenty-five hundredths. Neither is wrong, but you should pick one and use it consistently within a document.

Where Written Numbers Are Actually Required

  • Cheques and payment instructions: the amount appears both as digits and as words specifically to prevent alteration. Adding a zero to a numeral is easy, rewriting a line of text is not, and the written amount legally takes precedence when the two disagree.
  • Contracts and legal drafting: sums, quantities, and deadlines are often written twice for the same reason, removing any argument about a misplaced comma or decimal point.
  • Accessibility and screen readers: assistive technology reads numbers aloud, and generating the words explicitly gives you control over how a figure is spoken rather than leaving it to the reader software.
  • Invoices and financial reports: many jurisdictions require the total in words on formal invoices, and generating it automatically avoids transcription errors.
  • Editorial style: most style guides ask writers to spell out numbers below ten, and to never begin a sentence with a numeral.

Need to move between numeric formats as well as words? Browse the full number and conversion tools collection for base converters, sorters, and calculators.

Frequently asked questions

5 answers
The converter supports numbers up to the quadrillions (10¹⁵) and beyond. Negative numbers are fully supported as well. For very large numbers, the converter spells out all the scale words correctly (million, billion, trillion, quadrillion).

More JSON Tools

About Number to Words Conversion

Converting numbers to words is useful for financial documents, legal contracts, check writing, accessibility features, and language-learning applications. The word form of a number follows strict rules in English: ones, tens, hundreds, and then scale words (thousand, million, billion, trillion). This converter handles all edge cases including teens (eleven through nineteen), hyphenated tens (twenty-one through ninety-nine), and the transition across scale boundaries, giving you the correct spelled-out form for any number you enter.