Number to Words Converter
Convert any number (up to trillions) to its English word representation.
Supports up to trillions. Negative numbers supported.
What Is the Number to Words Converter?
The Number to Words Converter converts any integer into its full English word representation — writing '1,234,567' as 'one million two hundred thirty-four thousand five hundred sixty-seven'. Supports numbers from zero up to trillions, with optional ordinal form (first, second, third...).
Formula
How to Use
Enter any integer (positive or negative, up to 999 trillion). The converter writes out the full English word form. Toggle the ordinal option to get 'first, second, third' etc. instead of 'one, two, three'. Useful for writing checks, legal documents, and educational content.
Example Calculation
42 → 'forty-two'. 1,001 → 'one thousand one'. 1,500,000 → 'one million five hundred thousand'. −7 → 'negative seven'. 1,000,000,000 → 'one billion'. 1st → 'first', 22nd → 'twenty-second'.
Understanding Number to Words Converter
Converting numbers to words is required for writing checks (financial instruments), legal contracts (where amounts are written in both numerals and words to prevent fraud), invoices, and formal documents. It is also a classic programming challenge that exercises understanding of the English number system's structure.
The English number system has an irregular structure in the lowest values (eleven, twelve, thirteen instead of eleventeen, twelvteen, oneteen) that makes complete automation require exception tables. Above twenty, numbers follow a consistent pattern based on three-digit groups (hundreds, tens, ones) separated by thousand, million, billion, trillion...
The short-scale / long-scale difference is a significant source of confusion in international communication. The US uses short scale (billion = 10⁹), while some European countries historically used long scale (milliard = 10⁹, billion = 10¹²). For financial and legal documents, always clarify which scale is intended for very large numbers.
Frequently Asked Questions
Is 'billion' the same in all countries?
No. In the US (short scale), 1 billion = 10⁹ = 1,000,000,000. In the traditional British/European long scale, 1 billion = 10¹² (now called 'trillion' in the US). This converter uses the US short scale.
How are compound numbers hyphenated?
Numbers 21-99 (when not multiples of 10) are hyphenated: forty-two, sixty-seven, ninety-nine. Numbers in the hundreds and above are not hyphenated between components: three hundred forty-two.
What is an ordinal number?
Ordinal numbers indicate position: first, second, third, fourth... They are formed by adding -st (1st), -nd (2nd), -rd (3rd), or -th (4th+) to the cardinal form, with exceptions for eleven (eleventh), twelve (twelfth), etc.
How are negative numbers expressed?
Negative numbers are prefixed with 'negative' in standard usage, or 'minus' in informal and mathematical contexts. This converter uses 'negative' (e.g., negative forty-two).
Is this converter free?
Yes, completely free with no registration required.
Related Tools
Roman Numeral Converter
Convert between Arabic numbers and Roman numerals (I, V, X, L, C, D, M).…
Basic Calculator
Perform addition, subtraction, multiplication, and division with an easy-to-use …
Word Count Calculator
Count words, characters, sentences, paragraphs, and estimate reading time for an…