Converters

Number To Words Converter

Write any number in words for cheques, contracts and invoices. Handles the British ‘and’, the short and long scales, and the Indian lakh and crore grouping.

Number To Words Converter

Results recalculate instantly on every keystroke. Nothing you type is transmitted.

Number
Convention
In Words
Groups of three, each with its own scale name. The only spelling traps are forty (no u) and ninety (keeps the e).
Digits and Groups
Grouped Reading
Indian System
Short Scale vs Long Scale
The British ‘And’
Cheque and Contract Form
Ordinal Form

What this result does not account for

  • Up to fifteen digits. Longer values are refused rather than rounded and spelled out.
  • English only. The scale names and the ‘and’ rule do not transfer to other languages.
  • The short scale is used for the main reading; the long scale is explained but not generated, since it is not standard in English.
Zero-Server Execution Updated 11 Aug 2026 Reviewed by Sana Khalid IEEE-754 Double Precision

In short: Split the number into groups of three digits from the right, put each group into words, then append its scale name — thousand, million, billion. So 1,234,567 is one million two hundred thirty-four thousand five hundred sixty-seven, or the same with ‘and’ before the tens in British usage.

Formula

split into groups of 3 → name each group → append scale

short scale: n-illion = 103(n+1)  ·  long scale: n-illion = 106n

[('group', 'three digits read as an ordinary number under a thousand'), ('scale', 'thousand, million, billion, trillion in ascending order'), ('n', 'the Latin index, so bi = 2, tri = 3'), ('short scale', 'each name is 1,000× the previous'), ('long scale', 'each name is 1,000,000× the previous')]

Worked Example

  1. Strip separators and note the sign; a negative amount is written with the word negative in front.
  2. Split the digits into groups of three, counting from the right.
  3. Write each group as an ordinary number below a thousand.
  4. Append the scale name for that group's position — thousand, million, billion — and skip any group that is zero.
  5. For a cheque, write the whole units in words and the minor units as a fraction over 100.

1,234,567 is one million two hundred thirty-four thousand five hundred sixty-seven in American style, and the same with ‘and’ before each tens element in British style. In the Indian system the same figure groups as 12,34,567 and reads twelve lakh thirty-four thousand five hundred sixty-seven. On a cheque for 1,250.75 you would write one thousand two hundred fifty and 75/100.

Strengths & Limits Of This Model

Where this engine is strong

  • Handles American, British, Indian and cheque conventions
  • Explains the short and long scale ambiguity explicitly
  • Produces the ordinal form as well as the cardinal

Where it stops

  • English only
  • Fifteen digit ceiling

Risk & accuracy notice. A contract or cheque where the figures and the words disagree is normally settled in favour of the words, so an error in the written amount is the one that binds. The scale ambiguity compounds this: ‘one billion’ in a translated document can mean 10⁹ or 10¹².

Practical Use Cases

Writing a cheque

Producing the words line in the form banks accept, with the minor units as a fraction over 100.

Drafting a contract

Stating an amount in both figures and words so a transcription error cannot change the sum.

Preparing an invoice

Adding an amount-in-words line for jurisdictions that require one.

Reading a foreign report

Establishing whether a European ‘billion’ means 10⁹ or 10¹² before repeating the figure.

Working with South Asian figures

Converting between crore and million when a statement is quoted in the Indian grouping.

Methodology & Editorial Standards

Words are generated from first principles rather than looked up: the integer is split into three-digit groups, each group is written from a table of ones and tens, and the scale name for its position is appended. The Indian reading uses the crore and lakh divisors directly and regroups the digits two at a time above the first three. Values longer than fifteen digits are refused because double-precision arithmetic can no longer represent every integer in that range exactly.

Computation runs in IEEE-754 double precision at full internal precision; rounding to two decimal places occurs strictly at the display layer, so no cumulative drift enters the result. All monetary outputs use accounting presentation — grouped thousands, two decimals, negatives in parentheses — so figures can be transcribed directly into a model or working paper. Division-by-zero and out-of-domain inputs return an em-dash rather than a misleading number.

This engine was reconciled against an independent reference implementation and hand-verified for the worked example above before release. Our full five-stage review process is published on the About Us page.

Sana Khalid Principal Front-End Engineer · ApexConverter

SI metrology and unit-system conversion accuracy. Last reviewed: 11 August 2026.

Disclaimer. This calculator is provided for informational and modelling purposes only and does not constitute financial, tax, legal, medical, or engineering advice. Verify all figures with a qualified professional before acting on them.


Number To Words Converter — 10 Expert FAQs

10 analyst-written answers to the questions practitioners actually ask — optimised for voice and answer-engine retrieval.

Should I write ‘and’ in a number?

British usage does: three hundred and forty-five. American usage does not. Both are correct in their own register. On a cheque, however, the disciplined convention is to use ‘and’ only where the decimal point falls, so that the pounds and the pence cannot be confused.

Is it forty or fourty?

Forty. There is no u, even though four and fourteen both keep it. It is the single most common misspelling in written amounts and it appears on real cheques often enough that banks generally still honour them.

What is the difference between the short and long scale?

On the short scale each new name multiplies by a thousand, so a billion is 10⁹. On the long scale each multiplies by a million, so a billion is 10¹² and 10⁹ is a milliard. The UK used the long scale until the government confirmed the switch in 1974. Anything written before then, or translated from French, German or Spanish, needs checking.

What is a milliard?

One thousand million, 10⁹ — what the short scale calls a billion. The word is obsolete in English but entirely current in French, German, Dutch and the Nordic languages, so it appears constantly in translated financial statements.

How much is a crore?

Ten million, 10⁷. A lakh is one hundred thousand, 10⁵. So 100 crore is one short-scale billion, and one lakh crore is one short-scale trillion. The Indian system also groups digits differently: three at the right, then twos, giving 12,34,567 rather than 1,234,567.

How do I write an amount on a cheque?

Whole units in words, minor units as a fraction over 100: ‘one thousand two hundred fifty and 75/100’. Then draw a line through the remaining space so nothing can be added after your words. Where the figures and the words disagree, the words normally prevail.

Do I hyphenate numbers in words?

Compound numbers from twenty-one to ninety-nine take a hyphen. Hundreds, thousands and millions do not, so it is two hundred forty-five thousand, with the hyphen only in forty-five.

How do you write zero on a cheque?

As part of the fraction, not as a word: ‘two hundred and 00/100’. A whole-unit amount still needs the fraction so that no minor units can be inserted afterwards.

What is the largest number this page will write?

Fifteen digits, up to the hundreds of trillions. Beyond that a double-precision number cannot hold every integer exactly, and spelling out a value that has already been rounded would be worse than declining, so the page declines.

How do I write a negative amount?

With the word negative in front, or minus in some house styles. Accounting documents more often use parentheses around the figure and avoid the words entirely, since a leading minus sign is easy to miss and easier still to remove.

Related Converters Engines