Writing & Reference

Number to Words Converter

Convert numbers to written-out words. Five formats including the standard check / legal "X and YY/100" form.

Standard (lowercase)
one thousand two hundred thirty-four point five six
Title Case
One Thousand Two Hundred Thirty-Four Point Five Six
UPPERCASE
ONE THOUSAND TWO HUNDRED THIRTY-FOUR POINT FIVE SIX
Check / legal format
one thousand two hundred thirty-four and 56/100
Title Case (check format)
One Thousand Two Hundred Thirty-Four And 56/100

Why write numbers as words?

In financial and legal contexts, words are harder to alter than digits. A check or contract typically requires both: the numeric value AND the same value in words. If they disagree, most legal systems treat the words as authoritative because they're harder to forge.

Other contexts: formal writing (style guides recommend spelling out small numbers), tax forms that require a written-out amount, formal invitations (“the year two thousand twenty-six”), and legal documents in general.

Check writing: the "X and YY/100" format

Standard US check format puts dollars in words and cents as a fraction over 100. Examples:

  • $5.00 → “Five and 00/100”
  • $25.99 → “Twenty-five and 99/100”
  • $1,234.56 → “One thousand two hundred thirty-four and 56/100”
  • $1,000,000.00 → “One million and 00/100”

After writing the amount, draw a horizontal line through any remaining space on the line to prevent additions. The dollar amount in numerical form is repeated in the small box on the right side of the check.

Style conventions for written numbers

  • Hyphenate compounds 21–99: “twenty-one”, “ninety-nine”.
  • No "and" within whole numbers (US): “two hundred thirty-four” — not “two hundred AND thirty-four”. (British style does use “and”.)
  • Use "and" only for the decimal point in check format: “...thirty-four AND 56/100”.
  • Capitalize first letter when starting a sentence or for formal display. Body text in legal documents often uses Title Case for emphasis.
  • Decimals in body text: “three point one four” or “three and fourteen hundredths” for precision.

When to spell out numbers

Most US style guides (Chicago, AP, APA) recommend:

  • AP style: spell out one through nine, use numerals for 10 and above. Always spell out at the start of a sentence.
  • Chicago style: spell out whole numbers from one through one hundred. Use numerals for 101+.
  • Legal style: spell out and provide numerals: “one thousand dollars ($1,000)”.
  • Scientific writing: numerals for everything (because measurements). “3 cm” not “three cm”.

Large number scale words

US (short scale, used in this calculator):

  • thousand = 10³ (1,000)
  • million = 10⁶ (1,000,000)
  • billion = 10⁹ (1,000,000,000)
  • trillion = 10¹²
  • quadrillion = 10¹⁵
  • quintillion = 10¹⁸

UK historically used “long scale” where billion = 10¹², but switched to short scale in 1974. Most of the world now uses short scale; some European countries (France, Germany, parts of Spanish-speaking world) still use long scale colloquially. For international financial documents, prefer numerals to avoid ambiguity.

Negative numbers and zero

Negative: prefix with “negative” or “minus” depending on context. Mathematical writing uses “negative” (negative seven). Accounting and finance use “minus” or simply parentheses around the numeral. Zero is just “zero” (or “nought” in British, less common today).

For other reference tools: Roman Numeral Converter, Title Case Converter, and Percentage Calculator.

Frequently Asked Questions

How do I write a check amount in words?
Use the "check format" output: dollars portion as words plus "and XX/100" for cents. $1,234.56 = "one thousand two hundred thirty-four and 56/100". For amounts under a dollar, use "zero" or "no/100". Always write the same amount in numbers and words — banks check both for fraud prevention.
Why use words for numbers in legal documents?
Numerical amounts can be altered or misread (was that 100 or 1,000?). Writing in words creates a redundant check. If the two disagree, most legal systems treat the words as authoritative. This is why contracts say "$1,000 (one thousand dollars)" — both forms locked in.
Should I use commas or dashes between words?
Compound numbers from 21 to 99 use hyphens: "twenty-one", "ninety-nine". Hundreds, thousands, millions don't use commas in the words form: "two hundred thirty-four", not "two hundred, thirty-four". Some style guides add "and" before the tens place: "two hundred and thirty-four" (British convention) — most US style omits it.
How do I convert decimal numbers?
"Standard" mode says "point" then each digit: 3.14 = "three point one four". For amounts where the decimal represents cents, use the check format: 3.14 = "three and 14/100". For scientific or general-text use, "point" form is standard.
What's the largest number this handles?
Up to ~10^17 (one hundred quadrillion). For larger numbers, scientific notation is more practical anyway. Note: standard JavaScript Number loses precision above 2^53 (~9 × 10^15), so very large numbers may show small rounding artifacts.

Related Calculators