# TikTok Earnings Calculator

> Estimate TikTok creator payouts from follower count, posting cadence, average views, and niche — blending Creator Fund RPM with niche-specific brand-deal rates.

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

The TikTok Earnings Calculator estimates how much a creator can realistically
earn per video and per month on TikTok. It blends TikTok Creator Fund
payouts (notoriously low) with the brand-deal RPM a creator in the chosen
niche could command from sponsored content, because Creator Fund alone
understates total earnings by 10–50×.

## Formula

`revenue_per_video = (avg_views_per_video / 1000) × niche_RPM`

`revenue_per_month = revenue_per_video × videos_per_week × 4.33`

The niche_RPM blends Creator Fund's actual payout rate (often $0.02–$0.04
per 1k views) with the brand-deal RPM a TikTok creator in the chosen niche
realistically commands. Beauty, fashion, and fitness typically clear $15–$40
RPM; general / dance / comedy fall closer to $5–$15.

## Inputs

- **Followers** — current follower count
- **Videos per week** — posting cadence. 3–7 videos/week is the typical
  range for accounts serious about the Creator Fund; 1–2 is part-time.
- **Avg views per video** — rolling 30-day median views
- **Niche** — General, Beauty, Fashion, Fitness, Food, Gaming, Education,
  Comedy, or Dance

## Output

- **Revenue / video** — single-post estimate in USD
- **Revenue / month** — projected monthly earnings
- **Implied engagement** — calculated engagement rate from the views and
  followers inputs

## When to use it

- A creator asking "what can I expect to make on TikTok?" — give them a
  realistic range, not a one-shot promise
- A brand sizing a sponsored-content rate against the creator's other
  revenue streams
- An agency estimating whether a creator's organic-only TikTok presence
  justifies a long-term partnership vs. one-off sponsored deals
- Forecasting a creator's revenue trend when they change niche or posting
  cadence

## Worked example

A beauty TikTok creator with 180,000 followers, posting 4 videos/week,
averaging 320,000 views per video.

niche_RPM (Beauty) ≈ $25

revenue_per_video = (320,000 / 1,000) × 25
                  = 320 × 25
                  = **$8,000 per video**

revenue_per_month = 8,000 × 4 × 4.33
                  = **$138,560 per month**

That figure includes Creator Fund and sponsored-content RPM blended together;
in practice, only a fraction of those videos will be sponsored, and Creator
Fund alone (at $0.02–$0.04 / 1k views) would deliver closer to $40/video for
the same creator. The blended estimate is the right answer to "how much can
they make," not "what does the Creator Fund pay."

## Limitations

- TikTok's Creator Fund program terms and RPMs change periodically; the
  niche_RPM constants reflect a 2024 baseline.
- Geography matters: US/EU creators can monetize ads and the Creator Fund;
  many other regions cannot. RPM drops sharply outside monetizing regions.
- Sponsored-content RPM assumes the creator is open to brand deals and has
  a track record of closing them. New creators may underperform the niche
  average by 50%+.

## Related

- YouTube Earnings Calculator: https://influtics.com/llm/tools/youtubeEarnings.md
- Rate Card Calculator: https://influtics.com/llm/tools/rateCard.md
- Page: https://influtics.com/tools/tiktok-earnings
