TWEET → TOKENS

How many tokens is a tweet?

A full 280-character tweet (about 45–50 words) is roughly 60–70 tokens. A short one-line post is around 15–25 tokens, so a thread of ten full tweets is about 650 tokens.

QUICK CONVERTER

≈ Words

470

≈ Tokens

625

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

Tweets are capped by characters, not words, so it is easiest to anchor on the 280-character limit. A packed 280-character English post is about 45–50 words, which lands near 60–70 tokens. Most posts are shorter and run 15–40 tokens.

Hashtags, @mentions, and URLs change the math: a shortened link is a handful of tokens, while a long unshortened URL can be a dozen or more. Emoji are typically one to three tokens each.

If you are building a tool that classifies or generates social posts at scale, the per-post token cost is tiny, but it multiplies fast across millions of posts — count a representative sample to project spend.

X / tweet length to tokens

Tweet ~Words ~Tokens
One-liner (~10 words) 10 13
Short post (~25 words) 25 33
Full tweet (~47 words / 280 chars) 47 63
5-tweet thread 235 313
10-tweet thread 470 625

FAQ

How many tokens is a tweet? — FAQ

How many tokens is a 280-character tweet?

About 60–70 tokens for a full English-language tweet. Posts with emoji, hashtags, or long URLs run higher.

How many tokens is an emoji?

Usually 1–3 tokens each, depending on the emoji and the tokenizer, because many emoji are encoded as multiple byte-level tokens.