Calculate How Much You Can Make
Target Country (where ads are shown) ?
Industry / Niche
Daily Video Views
Estimated RPM

Note: This calculator estimates the money that can be obtained from a YouTube video based on the number of views and the RPM (Revenue per 1000 Impressions). The default RPM range is from $1.36 to $3.40.

It is important to note that this RPM range is AFTER the cut Google takes from AdSense earnings which is 45%. Thus the total earnings on YouTube is estimated at near $2.00 to $5.00 RPM.

Number of Total Subscribers
{{ formatNumber(link.subscribers) }}
Number of Total Likes
{{ formatNumber(link.likes) }}
Number of Total Videos
{{ formatNumber(link.videos) }}
Number of Total Video Views
{{ formatNumber(link.views) }}
{{ config.channel ? 'Channel' : 'Video' }} Title
{{ link.title }}
{{ config.channel ? 'Channel' : 'Video' }} Published
{{ link.publish }}
Estimated {{ config.link ? 'Total' : 'Daily' }} Earnings
$ {{ config.link ? formatNumber(calculateRevenue(slider.rpm.value[0]), true) : (config.country && config.niche ? formatNumber(calculateRevenue(slider.rpm.value[0]), true) : '0.00') }} ~ $ {{ config.link ? formatNumber(calculateRevenue(slider.rpm.value[1]), true) : (config.country && config.niche ? formatNumber(calculateRevenue(slider.rpm.value[1]), true) : '0.00') }}
Estimated Monthly Earnings
$ {{ (config.country && config.niche) ? formatNumber(calculateRevenue(slider.rpm.value[0], 30), true) : '0.00' }} ~ $ {{ (config.country && config.niche) ? formatNumber(calculateRevenue(slider.rpm.value[1], 30), true) : '0.00' }}
Estimated Yearly Earnings
$ {{ (config.country && config.niche) ? formatNumber(calculateRevenue(slider.rpm.value[0], 365), true) : '0.00' }} ~ $ {{ (config.country && config.niche) ? formatNumber(calculateRevenue(slider.rpm.value[1], 365), true) : '0.00' }}

Options

Guide to YouTube Revenue Calculator

RPM


Options

All options can pass via URL query. Changing them in the settings panel updates the URL automatically. Most options use "1/0" to indicate "on/off" (e.g., channel=1&link=0).

  • key: Generate your own YouTube app key and update it in the head or via URL query.
  • channel: Default mode is for "video"; toggle this on for "channel".
  • desc: To skip the description below the heading, turn this off.
  • link: To manually input video views, turn this off.
  • rpm: To manually input RPM, turn this on.
  • note: To show the RPM note, turn this on.
  • highlight: To highlight results with a YouTube red background, turn this on.
  • detail: To show detailed channel/video info, turn this on (disabled if link is off or highlight is on).
  • title: Override the default title with this.