Number to Words
Enter a whole number to see it spelled out in words, using either the international or Indian numbering system.
Overview
Spelling out a number in words by hand gets error-prone past a few digits, and the grouping convention itself differs by region — the international system groups digits in threes (thousand, million, billion), while the Indian numbering system groups the first three digits then in twos (thousand, lakh, crore). This tool supports both, since the correct words for the same number differ depending on which system applies.
Examples
International
1234567
One Million, Two Hundred Thirty-Four Thousand, Five Hundred Sixty-Seven
Indian
1234567
Twelve Lakh, Thirty-Four Thousand, Five Hundred Sixty-Seven
How It Works
- Enter a whole number.
- Choose International or Indian numbering.
- The number spelled out in words appears instantly.
Use Cases
Cheque and legal writing
Get the correctly spelled-out amount for a cheque, invoice, or legal document.
Learning aid
Check how a large number is correctly grouped and spelled in either numbering system.
Tips
- This tool handles whole numbers only — for currency amounts with decimals (like cents or paise), spell out the whole and fractional parts separately.
FAQ
No. The conversion runs entirely in your browser using JavaScript.
Up to 999,999,999 — approximately 999.99 million in the international system, or 99.99 crore in the Indian system — large enough for virtually any everyday or financial use.
Yes — a negative number is spelled out with a leading "Minus".