Estimate monthly TikTok income from Creator Fund, TikTok Pulse, and brand sponsorships. Move the sliders to see real-time projections.
Advertisement
Monthly Video Views
1K1M500M
Followers
1K500K100M
Quick Presets — Real Creator Estimates
Monetization Program
Engagement Rate5.2%
1%10%20%
Estimated Monthly Income
$3,140
Creator Fund + sponsorships
Your engagement rate qualifies you for mid-tier brand deals: $500–$1,500/post.
$75
Creator Fund
$2,700
Sponsorships
$37,680
Annual Est.
$540
Per Sponsored Post
Creator Fund
$75
Brand deals
$2,700
TikTok Shop
~$365
Advertisement
Why TikTok Creator Fund Pays So Little
The TikTok Creator Fund is famously stingy — $0.02 to $0.04 per 1,000 views. A video hitting 1 million views earns you $20–$40. This is intentionally low: TikTok built the fund as a token gesture while its real value proposition is the audience reach that attracts brand deals.
For most creators, sponsorships are 50–100x more valuable per view than Creator Fund payouts. A creator with 200K followers and 5% engagement can charge $800–$1,500 per sponsored post, far exceeding what the fund pays for equivalent reach.
TikTok Pulse (available to accounts with 100K+ followers) offers better rates — reportedly $6–$10 RPM — by sharing ad revenue from top 4% content. If you're eligible, it's worth switching.
How much does TikTok pay per 1000 views?
TikTok Creator Fund pays $0.02–$0.04 per 1,000 views. TikTok Pulse (100K+ followers) pays approximately $6–$10 RPM. Brand sponsorships are typically 50–100x more lucrative than fund payouts.
How much do TikTokers with 100K followers make?
At 100K followers with a 5% engagement rate, expect $500–$2,000/month from brand deals plus $50–$150/month from Creator Fund. Total: roughly $550–$2,150/month.
What is TikTok Pulse and how does it pay?
TikTok Pulse is an ad revenue sharing program for creators with 100K+ followers whose content lands in the top 4%. It pays significantly more than the Creator Fund — approximately $6–$10 RPM versus $0.02–$0.04.
How many followers do I need for TikTok brand deals?
Brands typically start at 10K–50K followers for micro-influencer deals ($50–$300/post). At 100K followers, expect $500–$1,500/post. At 500K+, rates jump to $2,000–$8,000/post in popular niches.
// URL param sharing
(function(){
var sliders = ['views','followers','engagement'];
// Load from URL on init
var params = new URLSearchParams(window.location.search);
sliders.forEach(function(id){
var val = params.get(id);
var el = document.getElementById(id);
if(val && el){ el.value = val; }
});
// Update URL on change
function syncUrl(){
var p = new URLSearchParams();
sliders.forEach(function(id){
var el = document.getElementById(id);
if(el) p.set(id, el.value);
});
history.replaceState(null,'', '?' + p.toString());
}
sliders.forEach(function(id){
var el = document.getElementById(id);
if(el) el.addEventListener('input', syncUrl);
});
// Run update after URL params applied
if(typeof update === 'function') update();
})();