E$ CalcForCreatorsPro

Podcast Revenue Calculator

Estimate sponsorship income based on downloads per episode, CPM rate, and publishing frequency. Real-time projections for every niche.

Advertisement
Downloads per Episode
10050K5M
Episodes per Month4
11020
Podcast Niche
Ads per Episode2
135
Estimated Monthly Revenue
$2,380
from podcast sponsorships
$595 per episode · Tech CPM $35 · Qualify for most major ad networks.
$595
Per Episode
$35
CPM Rate
$28,560
Annual Est.
$297
Per Ad Slot
Advertisement

How Podcast Sponsorships Are Priced

Podcast advertising uses a CPM (cost per mille) model — sponsors pay per 1,000 downloads. Unlike YouTube where the platform handles everything, podcast sponsorships are usually negotiated directly with brands or through networks like Midroll, AdvertiseCast, or Podscribe.

The average mid-roll podcast CPM ranges from $20 to $50. Finance and investing podcasts consistently hit the top of that range because listeners skew affluent — financial services advertisers pay a massive premium to reach them. A podcast with 8,500 downloads/episode in the finance niche can earn $467 per episode from a single mid-roll slot.

Most professional podcasts run 1 pre-roll + 1–2 mid-rolls. Running 3+ ads risks listener fatigue, which kills retention and ultimately destroys the audience that makes sponsorships valuable in the first place.

How much does a podcast make per 1,000 downloads?
CPM rates range from $18 (entertainment/general) to $55+ (finance/B2B). Per 1,000 downloads with 2 ad slots, you earn $36–$110. The niche is the primary driver of CPM — not show size alone.
How many downloads do I need to get podcast sponsors?
Ad networks typically require 5,000+ downloads per episode. Direct sponsors work with shows at 2,000+. Affiliate sponsorships (where you earn per sale) are accessible at any size.
What is a good podcast CPM in 2025?
Good CPM varies by niche: entertainment $18–$25, health $22–$35, tech $28–$40, business $35–$50, finance/investing $40–$60. Compare your niche rate to these benchmarks when negotiating with sponsors.
Should I join a podcast ad network or sell ads directly?
Networks (Midroll, AdvertiseCast, Spotify Audience Network) handle sales in exchange for 30–50% commission — convenient but expensive. Direct selling keeps 100% of the CPM but requires more time. Most successful podcasters start with networks, then move to direct as they grow.
// URL param sharing (function(){ var sliders = ['downloads','episodes','adscount']; // 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(); })();