WORD → TOKENS

How many tokens is a word?

On average, one English word is about 1.33 tokens. Common short words are a single token, while longer or rarer words split into two or more tokens, so 100 words is roughly 133 tokens.

QUICK CONVERTER

≈ Words

100

≈ Tokens

133

Estimates use ~1.33 tokens per English word. For an exact count of real text — including code, JSON, and other languages — paste it into the token counter and choose your model.

The detail

Tokens are the units AI models actually read and bill for, and they do not line up one-to-one with words. A token is a chunk of characters produced by the model’s tokenizer: frequent whole words like "the" or "cat" are one token, but a longer word such as "tokenization" can be split into several pieces ("token", "ization").

Across normal English prose the long-run average works out to roughly 1.33 tokens per word, or equivalently about 0.75 words per token. That ratio is what most cost and context estimates are built on.

The ratio rises for text that is not plain English: source code, JSON, URLs, mathematical notation, emoji, and non-Latin scripts all tokenize more heavily — sometimes one token per character or less. For exact numbers on real text, paste it into the token counter and pick your model.

Words to tokens (English prose estimate)

Word ~Words ~Tokens
1 word 1 1
10 words 10 13
50 words 50 67
100 words 100 133
500 words 500 665
1,000 words 1,000 1,330

FAQ

How many tokens is a word? — FAQ

Is one word always one token?

No. Many common words are a single token, but longer, rarer, hyphenated, or non-English words split into multiple tokens. The average across English text is about 1.33 tokens per word.

Why do tokens matter instead of words?

AI APIs bill per token, not per word, and a model’s context window is measured in tokens. Counting tokens is the only way to predict cost and whether your text fits.

Does the word-to-token ratio change by model?

Slightly. OpenAI, Llama, Qwen, and DeepSeek tokenizers differ, but for English prose they all land near 1.3–1.4 tokens per word. Code and non-English text vary much more.