Intermediate

Number to Words Converter

Convert any whole number into its full English-word spelling, just like you would write an amount on a cheque.
Enter any integer (negatives allowed)
In words
one thousand two hundred thirty-four
Digit count
4
Three-digit groups
2
0%
100%
thousand
ones
Digit groups by scale (magnitude of each chunk)
Results are estimates for general information only and are not professional advice — always verify important results independently before relying on them. Read the full disclaimer.
Quick answer

How does this calculator work?

To write a number in words, split its digits into groups of three from the right, spell each group using the ones, tens, and "hundred" rules, then attach the scale word (thousand, million, billion). Concatenate the non-zero groups; use "zero" for 0 and prefix "negative" for negatives.

Formula
group digits into threes from the right → spell each group (ones, tens, hundred) → attach scale word (thousand, million, billion, …)
How this is calculated

Enter a single whole number. The converter trims whitespace, detects an optional leading sign, and verifies the remaining characters are digits only; anything else (decimals, letters) returns no result.

The digit string is split into groups of three starting from the right, so 1234 becomes the groups [1][234]. Each non-zero group is spelled with a small lookup: the ones array covers 0–19 (which captures the irregular English words like "eleven" and "thirteen"), the tens array covers twenty through ninety with a hyphen joining the unit (e.g. forty-two), and a leading "hundred" is added when the group is 100 or more. Each group then receives its scale word — thousand, million, billion, trillion, and so on — based on its position, and the non-zero groups are concatenated.

Two special cases are handled explicitly: the value 0 is spelled "zero", and a negative sign is rendered as the prefix "negative". Scale words are supported up to decillion (10^33); larger magnitudes return no result. The output is the lowercase spelled string, matching the conventional way amounts are written in words.

Frequently asked questions

Yes. A leading minus sign is detected and the result is prefixed with the word "negative", for example -42 becomes "negative forty-two".

No. This converter spells whole numbers (integers) only. Any decimal point, comma, or non-digit character is rejected and no result is shown.

It supports scale words up to decillion, covering numbers with up to 36 digits. Larger values return no result.

Also known as

number to words
spell number
number in words
amount in words
write number in words
number spelling

APA

TG we-Calculate Editorial Team. (2026). Number to Words Converter [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/number-to-words-converter

Chicago

TG we-Calculate Editorial Team. "Number to Words Converter." TG we-Calculate. 2026. https://we-calculate.com/calculator/number-to-words-converter.

IEEE

TG we-Calculate Editorial Team, "Number to Words Converter," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/number-to-words-converter

BibTeX

@misc{wecalculate_number_to_words_converter, title = {Number to Words Converter}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/number-to-words-converter}}, year = {2026}, note = {TG we-Calculate} }

Did this calculator help you?