# YouTube RPM Earnings Calculator

> Estimate YouTube creator payouts from monthly views, monetized share, and niche — accounting for niche-specific CPM multipliers and YouTube Partner Program revenue.

Source: https://influtics.com/llm/tools/youtubeEarnings.md

The YouTube Earnings Calculator estimates how much a creator earns per month
and per year from YouTube Partner Program ad revenue. Ad revenue on YouTube
scales nonlinearly with niche because advertisers pay very different rates
for different audiences — finance creators can earn 2.5× the baseline RPM,
while entertainment and comedy sit closer to 0.7×.

## Formula

`monthly_revenue = (monthly_views / 1000) × base_RPM × niche_multiplier × monetized_share`

`yearly_revenue = monthly_revenue × 12`

`effective_RPM = base_RPM × niche_multiplier × monetized_share`

The monetized_share captures the fraction of views that actually count
toward payout — the rest is non-logged-in, ad-blocker, or short-duration
views that YouTube does not monetise. A typical monetized share for an
established channel is 0.5–0.7; a young channel with a younger audience
often sees 0.3–0.5.

## Inputs

- **Monthly views** — rolling 30-day average views on monetised videos
- **Monetized share (0–1)** — fraction of views that count toward ad
  revenue. 0.5–0.7 is a healthy mature channel; 0.3–0.5 is common for a
  younger audience with more ad-block usage.
- **Niche** — General, Beauty, Tech, Finance, Fitness, Gaming, Education,
  or Lifestyle

## Output

- **Monthly revenue** — projected ad revenue in USD
- **Yearly revenue** — monthly × 12
- **Effective RPM** — the implied USD-per-1k-views rate after applying
  niche multiplier and monetized share

## When to use it

- A creator evaluating whether YouTube ad revenue alone justifies the
  production investment of long-form content
- A brand deciding whether to sponsor YouTube content vs. a shorter-form
  platform (the CPM math favours YouTube for high-intent audiences)
- An agency forecasting a creator's annual revenue before negotiating a
  long-term exclusivity deal
- Sanity-checking a creator's claim about monthly YouTube income: if the
  stated revenue implies an effective RPM that is 2× the niche ceiling,
  the claim is probably inflated

## Worked example

A finance YouTube channel with 1,200,000 monthly views and a monetized
share of 0.65.

base_RPM ≈ $3.50
niche_multiplier (Finance) ≈ 2.5

monthly_revenue = (1,200,000 / 1,000) × 3.50 × 2.5 × 0.65
                = 1,200 × 3.50 × 2.5 × 0.65
                = **$6,825 per month**

yearly_revenue = 6,825 × 12
              = **$81,900 per year**

effective_RPM = 3.50 × 2.5 × 0.65
              = **$5.69 per 1k monetised views**

The same view count on a general entertainment channel would deliver closer
to $1,800/month (niche multiplier 0.7) — the niche choice on YouTube
matters more than the view count for ad-revenue purposes.

## Limitations

- YouTube's revenue share to creators is 55% of net ad revenue; the RPM
  values in this calculator reflect that share.
- Sponsored content revenue (the larger revenue stream for most
  mid-tier+ YouTubers) is not included. Total creator income from a
  YouTube channel is typically 3–10× the ad revenue alone.
- Premium / membership / Super Chat / Shorts Fund revenue are not modeled.
  These add 5–15% to top-of-funnel creator income.
- RPMs vary year-to-year as YouTube adjusts its partner-program terms.

## Related

- TikTok Earnings Calculator: https://influtics.com/llm/tools/tiktokEarnings.md
- Rate Card Calculator: https://influtics.com/llm/tools/rateCard.md
- Page: https://influtics.com/tools/youtube-earnings
