Engagement Rate Calculator
Calculate your social-media engagement rate from followers, likes, comments, and shares. See how your content performs.
Last updated: 2026-03-07
Engagement rate calculator
Engagement breakdown
Engagement rate
—Calculation History (0)
Examples
Instagram Micro-Influencer
12K followers, solid niche engagement
A lifestyle micro-influencer averaging strong interactions per post.
7.00% engagement rate — Excellent
Brand Account
50K followers, moderate engagement
A DTC brand posting product content with consistent reach.
2.80% engagement rate — Average
Twitter Thought Leader
25K followers, discussion-heavy
A tech thought leader with high comment-to-like ratio.
2.80% engagement rate — Average
How engagement rate works
Engagement rate measures the percentage of your audience that interacts with your content. It's calculated by dividing total engagements (likes + comments + shares) by your follower count and multiplying by 100.
A higher engagement rate means your content resonates with your audience — brands and sponsors often value engagement rate more than raw follower counts when evaluating partnerships.
Benchmarks vary by platform: on Instagram, 1–3% is average, 3–6% is good, and 6%+ is excellent. Twitter averages tend to be lower (0.5–1%), while TikTok rates can exceed 5–10% for growing accounts.
Frequently asked questions
- What is a good engagement rate?
- It depends on the platform. On Instagram, 1–3% is average, 3–6% is good, and 6%+ is excellent. Twitter rates tend to be lower (0.5–1%), while TikTok and smaller niche accounts often see higher rates.
- Should I use followers or impressions in the formula?
- Both are valid. Engagement by followers measures overall audience loyalty, while engagement by impressions (reach) measures how well individual posts perform. This calculator uses the follower-based formula, which is more common for benchmarking.
- Why is my engagement rate dropping as I gain followers?
- This is normal. As follower counts grow, the denominator increases faster than engagements. Algorithms also show content to a smaller percentage of larger audiences. Focus on engagement quality rather than rate alone at scale.
- Does this include saves and story interactions?
- The standard formula counts likes, comments, and shares. Some platforms (Instagram) have saves as a fourth metric — you can add saves to the likes field for a more comprehensive calculation.
Related calculators
Measure what matters
Track your engagement rate over time to understand what content resonates — share this tool with your team.
Was this calculator helpful?
Your feedback helps us improve future calculators.
Disclaimer
Engagement rates are estimates based on the metrics you provide. Actual performance may vary based on platform algorithms, content format, and audience demographics. Use as a benchmarking tool, not an absolute measure.
Embed this calculator
Copy the code below to embed this calculator on your website or blog. It's free — no API key needed.
<iframe src="https://calc.mintloop.dev/embed/finance/engagement-rate-calculator" width="100%" height="600" frameborder="0" title="Engagement Rate Calculator" loading="lazy"> </iframe>
Optional: auto-resize script
<script>
var CALC_HUB_ORIGIN = 'https://calc.mintloop.dev';
window.addEventListener('message', function(e) {
if (e.origin !== CALC_HUB_ORIGIN) return;
if (!e.data || e.data.type !== 'calc-hub-resize') return;
var frames = document.querySelectorAll('iframe[src*="calc.mintloop.dev"]');
frames.forEach(function(f) {
if (f.contentWindow === e.source) {
f.style.height = String(Math.max(0, Number(e.data.height) || 0)) + 'px';
}
});
});
</script>