Number to Words
Convert numbers into words (e.g., 145 → one hundred forty-five).
How to Do It Manually
To convert a number to words, break it into groups of three digits (thousands, millions, billions, etc.) and convert each group.
- Split the number into groups of three from the right (ones, thousands, millions…).
- Convert each three-digit group: hundreds place, then tens and ones (using special words for 11–19).
- Append the group name (thousand, million, billion) where appropriate.
- Join all groups with spaces.
Frequently Asked Questions
How do I say 1,000,000 in words?
One million.
What about numbers like 1,001?
One thousand, one — the zero hundreds group is skipped.