Methodology
Model version 2026.09.1 · Last updated 2026-09-19 · Applies to every figure on this site
As of September 2026, X pays creators approximately $0.50 to $10 per 1 million total impressions, with most reported payouts falling between $1 and $3. X publishes no rate card and no public formula, so every figure on this site is a modelled estimate derived from publicly reported creator payouts. Nothing here is an official X number.
The formula
monthly_payout = (monthly_impressions / 1,000,000)
× rpm_band(audience_geography)
× premium_density_multiplier(niche)The entire model lives in one file, lib/estimator.ts, as pure functions with unit tests. There is exactly one place where any number can change, which is what makes recalibration honest rather than retroactive.
Why X pays on engagement, not impressions
X's Creator Ads Revenue Sharing program launched in July 2023 paying a share of advertising revenue from ads served in the replies to a creator's posts. In October 2024 that basis was replaced: payouts are now driven by engagement from verified Premium subscribers rather than ad placements.
The practical consequence is that impressions are the denominator, not the numerator. X has marketed figures in the range of $8 to $12 per million verified impressions, but because Premium users are commonly only 5% to 20% of a normal audience, the effective rate against total impressions lands far lower. That reconciliation is the core of this model.
Rate bands
USD per 1,000,000 total impressions, selected by where the audience is concentrated. Payouts track advertiser value, which differs sharply by market.
| Audience | Low | Mid | High |
|---|---|---|---|
| Mostly US / Canada | $2.50 | $5.50 | $7.00 |
| Mostly UK, EU, Australia | $1.50 | $3.00 | $6.00 |
| Mixed worldwide | $0.80 | $1.80 | $3.50 |
| Mostly South Asia, LATAM, SEA, Africa | $0.30 | $0.80 | $1.60 |
Premium density multiplier
Because the payout is driven by engagement from paying subscribers, the niche matters independently of geography. Crypto, finance, AI, software and US political commentary audiences contain far more Premium subscribers than general-interest ones.
Multiplier and band together set the effective rate. The full reachable envelope runs from about $0.21 per million, for a general-interest audience in low-CPM regions, to $9.80 per million for a US audience in a Premium-dense niche. Most accounts land between $1 and $3.
| Niche | Multiplier |
|---|---|
| General interest | 0.70× |
| Typical mix | 1.00× |
| Tech, crypto, finance, politics | 1.40× |
Estimating impressions when they are not known
Creators can read their real impressions from X Analytics, and that is always the better input. For the 186 accounts tracked on this site, impressions are not observable, so they are modelled:
monthly_impressions = followers
× posts_per_month
× reach_per_follower(engagement_tier)
× scale_damping(followers)| Engagement tier | Impressions per follower per post |
|---|---|
| low | 0.08 |
| average | 0.2 |
| high | 0.45 |
| viral | 1.2 |
Scale damping corrects for the fact that reach per follower falls as accounts grow — a 1,000-follower account reaches a far higher share of its audience than a 50-million-follower one. Above 10,000 followers the multiplier decays as a power law, (10,000 / followers) ^ 0.32, calibrated so that implied views per post stay realistic at every scale: roughly 10,000 views per post at 100,000 followers, 220,000 at 10 million, and about 1 million at 100 million followers.
Without this correction, follower-based estimates for very large accounts come out absurdly high — which is the main failure mode of every other calculator in this category, and the reason they report six-figure monthly payouts for accounts that post twice a year.
Eligibility criteria
Every estimate is checked against the published program requirements: at least 500 followers, at least 5 million organic impressions in the trailing 90 days, and an active paid X Premium or Premium+ subscription. All three must hold at the same time.
What this model cannot know
- Whether an account is enrolled at all. X does not disclose participants. Figures for tracked accounts show what their reach would be worth in the program, not confirmed income.
- Actual Premium density of a specific audience. It is inferred from niche, not measured.
- Exact impressions for third-party accounts. Only the account owner can see them.
- Undisclosed weighting changes. X has adjusted the payout calculation without announcement between its headline changes.
- Non-revenue-share income. Subscriptions, tips and direct sponsorships are outside this model and are frequently much larger than the revenue share itself.
Data sources
- Follower counts: approximate public figures, rounded to signal imprecision, reviewed manually rather than pulled from the X API.
- Rate bands: publicly posted creator payout screenshots and reporting on the program.
- Community payout reports: submitted through this form and used to recalibrate the bands. This is the only source that can make the model measurably better over time.
Community payout reports
No verified reports have been published yet. The bands above come from publicly reported payouts rather than submissions to this site. If you have real numbers, submitting them is what turns this section into actual data.
How recalibration works
When submitted payout reports accumulate for a geography or niche, the corresponding band is adjusted and the model version is incremented. Pages carry the model version they were generated under, so a figure can always be traced to the assumptions that produced it.
Corrections
If a follower count is wrong, a niche is misclassified, or an account should not be listed, tell us and it will be corrected. Every account page links to the live profile on X so any figure here can be checked against the source.
Methodology FAQ
- How does HowMuchOnX estimate X earnings?
- Monthly impressions are divided by one million and multiplied by a rate band selected from audience geography, then adjusted by a multiplier for how Premium-dense the niche is. The output is always a low-to-high range.
- Where do the rate bands come from?
- Publicly reported creator payouts, which cluster between $0.50 and $10 per million total impressions. X publishes no rate card, so no source of exact per-impression rates exists.
- Does HowMuchOnX use the X API?
- No. The site uses no X API data. Follower counts in the seeded dataset are approximate public figures reviewed manually, and impressions for tracked accounts are modelled rather than measured.
- How accurate are the estimates?
- For a creator entering their own impressions from X Analytics, the range should contain the real payout in most cases. For third-party accounts, where impressions are themselves estimated from follower count, the uncertainty is considerably larger.