Calc Hub

Meeting Cost Calculator

Estimate the loaded payroll cost of a meeting from attendee mix, hourly rates, duration, prep time, and weekly cadence.

Last updated: 2026-03-26

Meeting cost calculator

Enter your values

Turn a recurring meeting into a visible payroll-burn number before adding one more standing sync.

All required fields must be filled in.

Cost Per Meeting

--

Enter the attendee mix, loaded hourly costs, duration, and prep time to price out a recurring meeting.

Calculation History(0)
No calculations yet. Complete a calculation to see it here.

Example calculations

Tap an example to prefill the calculator with sample values.

Weekly leadership sync

7 people, 60 minutes, repeated 3x per week

A small recurring cross-functional meeting feels harmless until prep time and seniority are counted too.

Result: More than $89k/year in loaded people cost

Large status review

14 people, 90 minutes

A bigger review meeting compounds quickly because each extra attendee adds both live time and prep time.

Result: High per-meeting burn even at a once-a-week cadence

How the meeting cost estimate works

The calculator converts attendee mix into an hourly payroll burn, then multiplies it by both live meeting time and prep time. That keeps a one-hour meeting from being understated when six or seven people each spent extra time getting ready for it.

Weekly and annualized views are included because recurring meetings tend to hide in plain sight. A tolerable-looking single meeting can become a large line item once cadence is added.

Meeting cost FAQs

How attendee mix, prep time, and weekly cadence change the true cost of recurring meetings.

Should I use wages or loaded cost per hour?

Loaded cost is better because meetings consume more than cash wages alone. If you have a fully loaded internal hourly cost estimate, use that instead of a raw salary conversion.

Why include prep time?

Because many meetings consume additional work before the call even starts. Slides, status notes, and context gathering often make a short meeting more expensive than it first appears.

Does this measure value too?

No. This calculator intentionally focuses on cost. A high-cost meeting can still be worth it if it creates clarity or prevents bigger downstream waste.

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/business/meeting-cost-calculator"
  width="100%"
  height="600"
  frameborder="0"
  title="Meeting Cost 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>

Use adjacent planning tools when you want to compare meeting load with broader productivity costs.

Get more business calculators

Join the Calc Hub newsletter for new calculators for operators, managers, freelancers, and service businesses.

Join the Calc Hub newsletter

Was this calculator helpful?

Your feedback helps us improve future calculators.