Follower count tells you how many people clicked "follow" once — it says nothing about how many of them actually stop, look, and react to what you post today, or what that attention is worth in a brand deal. Engagement rate fixes the first blind spot by turning your likes and comments into a single percentage of your audience. This calculator goes a step further and fixes the second one too: alongside your engagement rate, it turns your follower count and engagement together into a rough estimated sponsored-post rate, so you leave with a dollar figure instead of just a percentage. Enter your follower count and your average likes and comments per post, and it handles both calculations at once.
How it works
The engagement side uses the simplest and most common formula: add up the average interactions a post gets, then express that as a percentage of your total followers. Interactions here means average likes plus average comments — the two numbers every account can read straight off its own posts without needing creator-tier analytics. It adds your average likes and comments together to get interactions per post, divides that by your follower count, and multiplies by 100.
The money side builds on that percentage. It starts from a rough anchor of $10 per 1,000 followers for a single static Instagram post — a commonly cited industry starting point, not an official rate card — then scales that base up or down with an engagement multiplier. A 3% engagement rate is treated as the "average" case (multiplier of 1x); above 3% the multiplier climbs, below 3% it falls, and it's clamped between 0.5x and 2x so an unusually flat or unusually viral account doesn't push the estimate to an absurd extreme. The logic is: estimatedSponsoredPostRate = (followers ÷ 1,000) × $10 × engagementMultiplier, where engagementMultiplier = clamp(engagementRatePercent ÷ 3, 0.5, 2).
Worked example
Take an account with 10,000 followers that averages 400 likes and 30 comments per post.
- Interactions per post: 400 + 30 = 430
- Engagement rate: 430 ÷ 10,000 × 100 = 4.3%
- Engagement multiplier: clamp(4.3 ÷ 3, 0.5, 2) = 1.43x
- Estimated sponsored post rate: (10,000 ÷ 1,000) × $10 × 1.43 ≈ $143.33
That $143.33 figure is now the primary result — a starting dollar figure for a DM negotiation, not just an abstract percentage — with the 4.3% engagement rate shown right alongside it since the two numbers explain each other.
How to interpret your result
Treat the estimated sponsored-post rate as a rough, honest range anchor, not a quote. No platform publishes an official sponsored-post price list, and real rates swing hard on your niche (finance and B2B audiences typically out-earn general lifestyle content), exactly what a brand wants delivered (one static post versus a full package with Stories, a Reel, and usage rights), whether they want exclusivity, and how well your specific audience converts for that specific advertiser. What the formula does capture honestly is the direction that matters most: engagement drives price. Two accounts with identical follower counts can land very different offers if one has double the engagement rate of the other — a brand isn't paying for your follower count, it's paying for the audience that actually stops and reacts.
Engagement rate benchmarks are separately useful on their own terms: under roughly 1% is on the low side, 1–3% is average, 3–6% is strong, and above 6% is exceptional, though these shift by account size — smaller accounts (1,000–10,000 followers) tend to run noticeably higher than accounts with millions of followers, so compare yourself against accounts your own size. For a fuller sponsored-rate estimate that also lets you compare Instagram against TikTok and YouTube anchors and see a low/mid/high spread instead of one number, run this site's sponsorship rate calculator next.
Methodology & sources
Engagement: interactionsPerPost = average likes + average comments, then engagementRatePercent = (interactionsPerPost / followers) × 100. This is the simple, by-followers definition — the one most creators and sponsors default to because every number it needs is visible on the profile itself. It differs from engagement rate by reach or impressions, which divides the same interactions by accounts that actually saw the post rather than total followers, usually producing a higher percentage.
Money: estimatedSponsoredPostRate = (followers / 1,000) × $10 × engagementMultiplier, where engagementMultiplier = clamp(engagementRatePercent / 3, 0.5, 2). The $10-per-1,000-followers anchor for a static Instagram post is a rough, current industry ballpark — see CreatiCalc's Instagram sponsorship rates by follower count guide, which cites "$10 per 1,000 followers" as a fair starting point for a single static post, consistent with the wider $10–$20 per 1,000 range reported across influencer-marketing rate guides. For engagement rate benchmarks by follower tier, see Sprout Social's Instagram engagement rate guide.