Meeting Cost Snapshot
{{ formatMoney(totals.perMeetingCost) }}
{{ summaryLine }}
{{ formatMoney(totals.annualCost) }}/yr {{ formatHours(totals.peopleHours) }} people-hours {{ formatMoney(totals.costPerElapsedMinute) }}/min {{ formatCount(totals.meetingsPerYear) }} meetings/yr
Meeting cost inputs
Use $, EUR, RM, or another short display symbol.
Average uses one blended rate; Role rows separates attendee groups.
Enter the expected whole-person headcount for average-rate mode.
Enter cost per attendee hour before the loaded-rate multiplier.
{{ currency_symbol || '$' }} /hr
Role rows:
List each role or rate band with its people count and hourly rate.
Role People Hourly rate Remove
{{ currency_symbol || '$' }}
Enter scheduled or actual minutes, not including prep or follow-up.
minutes
Enter prep minutes and choose total or per-attendee counting.
minutes
Enter follow-up minutes and choose total or per-attendee counting.
minutes
Pick cadence for annualized cost, or Custom for exact meetings per year.
Enter a whole occurrence count for the next 12 months.
{{ loadedMultiplierLabel }}
Use 1.00 if rates are already loaded; 1.25 adds 25% overhead.
Enter recovery minutes and choose total or per-attendee counting.
minutes
Optional target minutes for right-size comparison.
minutes
Optional smaller headcount for right-size comparison.
Enter expected decisions, approvals, or action items for cost-per-output.
Optional meeting name included in copied notes and exported files.
Line People-hours Cost Share Copy
{{ row.label }}
{{ row.note }}
{{ formatHours(row.peopleHours) }} {{ formatMoney(row.cost) }} {{ formatPercent(row.share) }}
Attendee group People Rate used Direct meeting cost Copy
{{ row.label }} {{ formatCount(row.count) }} {{ formatMoney(row.loadedRate) }}/hr {{ formatMoney(row.directCost) }}
Period Meetings Cost People-hours Copy
{{ row.label }} {{ formatCount(row.meetings) }} {{ formatMoney(row.cost) }} {{ formatHours(row.peopleHours) }}
Scenario Per meeting Annual People-hours/year Delta Copy
{{ row.label }}
{{ row.note }}
{{ formatMoney(row.perMeetingCost) }} {{ formatMoney(row.annualCost) }} {{ formatHours(row.annualPeopleHours) }} {{ row.delta === null ? 'Baseline' : formatMoney(row.delta) }}
Focus Signal Recommendation Copy
{{ row.focus }} {{ row.signal }} {{ row.recommendation }}

                
:

Introduction

Meeting cost is the labor value of the time people spend in a meeting and the work around it. A 60-minute meeting with 10 attendees uses 10 people-hours before anyone writes notes, prepares a deck, updates tasks, or regains focus afterward. The price is easy to hide on a calendar because each person sees only one hour, while the business pays for the combined time.

A cost estimate helps teams decide whether a meeting should be shorter, smaller, less frequent, or better prepared. It is especially useful for recurring meetings, where one calendar block can quietly turn into dozens or hundreds of people-hours per year. The result does not say whether the meeting is valuable by itself; it gives a concrete number to compare against the decisions, approvals, customer work, or coordination the meeting is expected to produce.

Meeting cost components combine attendee rates, elapsed time, added work time, recurrence, and a right-size scenario

Hourly rate is the other large assumption. A salary-only rate may understate the employer cost if benefits, payroll taxes, paid leave, and support overhead are material. A loaded rate can be more useful for planning, but it should come from a finance-approved source or a clearly stated multiplier.

Meeting cost arithmetic is a planning lens, not a verdict on collaboration. Some expensive meetings are necessary because they settle risk, unblock work, or align senior decision makers. The estimate is strongest when it prompts a specific review: fewer attendees, a shorter agenda, a lower recurrence, or clearer expected outcomes.

Technical Details:

Meeting labor cost combines rate, attendance, and time. For each attendee group, the hourly rate is multiplied by the number of people in that group. Those group totals form the meeting's total hourly labor rate. Meeting duration converts that rate into direct meeting cost, while preparation, follow-up, and recovery time add extra people-hours when those assumptions are included.

Prep, follow-up, and recovery time can be counted two different ways. Total time is counted once at the blended hourly rate. Per-attendee time is multiplied by the number of attendees before cost is calculated. That difference matters because 15 minutes of prep for a 10-person meeting can mean 15 total minutes or 150 combined minutes, depending on how the work is actually done.

Formula Core

The core calculation builds a per-meeting cost first, then multiplies it by the recurrence count for monthly and annual views.

L = i=1n(ci×ri×m) B = Li=1nci C = L×d60+B×(p+f+q) annual cost = C×meetings per year

In the formula, L is the total loaded hourly labor rate, B is the blended hourly rate per attendee, C is per-meeting cost, c is attendee count, r is hourly rate, m is the loaded-rate multiplier, and d is meeting duration in minutes. The p, f, and q terms are the preparation, follow-up, and recovery people-hours after the selected total or per-attendee basis is applied.

Meeting cost recurrence assumptions
Recurrence choice Meetings per year Use when
One-time 1 The meeting is a single event or workshop.
Daily workdays 260 The meeting happens every workday.
Weekly 52 The meeting repeats once each week.
Biweekly 26 The meeting repeats every other week.
Monthly 12 The meeting repeats once each month.
Quarterly 4 The meeting repeats once each quarter.
Custom per year Entered value The real cadence does not match a built-in choice.

Loaded-rate estimates need care because salary is not the same as total employer compensation. The U.S. Bureau of Labor Statistics Employer Costs for Employee Compensation series reports wages and salaries separately from benefits, which is why a loaded-rate multiplier or finance-approved hourly cost can give a better planning number than base pay alone. The calculator does not choose that burden rate for you.

Meeting cost validation and audit rules
Rule or signal Boundary Meaning
Attendees Must be greater than 0 No people-hours can be calculated without at least one attendee.
Total hourly cost Must be greater than 0 At least one attendee rate must be positive.
Meeting duration Must be greater than 0 minutes Cost per elapsed minute and direct meeting cost need a positive duration.
Custom recurrence Must be at least 1 meeting per year Annual projection cannot use a zero custom cadence.
Minute burn signal At least 25 per elapsed minute The audit recommends confirming the agenda and attendee list.
Recurrence footprint signal At least 10,000 per year or 200 people-hours per year The audit recommends putting the meeting on a recurring-review list.
Outcome cost signal More than 500 per expected outcome The audit recommends raising the expected output bar or cutting meeting length.

A right-size scenario keeps the blended hourly rate constant, then applies the scenario attendee count and scenario duration. The scenario attendee count is capped at the current attendee count, so it models a trim rather than an expansion. Prep, follow-up, recovery, and recurrence assumptions still affect the scenario unless they are changed before comparison.

Everyday Use & Decision Guide:

Use Average attendee rate when the group is roughly similar or when you only have a blended planning rate. Use Role rows when managers, specialists, coordinators, executives, or outside advisors have materially different hourly rates. The role-row view is better for explaining why one meeting costs more than another, because it shows the attendee groups and direct meeting cost for each group.

Set the hourly rate source before judging the result. If the numbers are plain wages or salary-derived hourly rates, use Loaded-rate multiplier to include employer burden or overhead only when that assumption is accepted for the review. Leave it at 1.00x when your rates are already loaded.

  • Meeting duration controls the direct labor portion and the cost per elapsed minute.
  • Prep time, Follow-up time, and Recovery time should be set to per attendee only when most attendees spend that extra time.
  • Recurrence turns one meeting into an annual footprint, which is usually where calendar waste becomes visible.
  • Expected outcomes gives the Meeting Audit a denominator for decisions, approvals, action items, or other concrete outputs.
  • Scenario duration and Scenario attendees test whether a shorter or smaller version changes the annual result enough to justify a calendar change.

Read the summary before exploring the tabs. The large number is the per-meeting cost. The badges show annual cost, people-hours, cost per elapsed minute, and meetings per year. If the validation box asks for attendees, a positive hourly rate, a positive duration, or a custom recurrence count, fix that input before using any table or chart.

The output should not be used as a cancellation rule. A high annual number may be acceptable for a board review, incident review, customer commitment, or cross-team decision. A low cost can still be wasteful if the meeting has no agenda or no owner. Compare Cost Lines, Recurrence Ledger, Right-size Scenario, and Meeting Audit with the decision the meeting is supposed to support.

When the result will be shared, use exports only after the assumptions are clear. The Attendee Groups table is useful for checking rates, the Meeting Cost Mix chart explains which cost line dominates, and the JSON view keeps the inputs and totals together for later review.

Step-by-Step Guide:

Work from attendance and rates to meeting time, added work time, recurrence, and then scenario review.

  1. Set Currency symbol. This changes display and exported values only; it does not convert currencies.
  2. Choose Entry mode. In Average attendee rate, enter Attendees and Average hourly rate. In Role rows, add one row per role or rate band with People and Hourly rate.
  3. Enter Meeting duration. The snapshot should show a per-meeting cost once attendees, rates, and duration are all positive.
  4. Add Prep time and Follow-up time. Pick total when one person handles the work, or per attendee when each attendee spends that time.
  5. Choose Recurrence. If you choose Custom per year, enter a positive Meetings per year value or the validation area will block results.
  6. Open Advanced when you need Loaded-rate multiplier, Recovery time, Scenario duration, Scenario attendees, Expected outcomes, or an Export label.
  7. Review the Meeting Cost Snapshot. Check per-meeting cost, annual cost, people-hours, cost per elapsed minute, and meetings per year before reading the detail tabs.
  8. Use Cost Lines, Attendee Groups, Recurrence Ledger, Right-size Scenario, and Meeting Audit to decide what assumption needs review: attendee list, duration, cadence, added work time, or expected outcomes.

Interpreting Results:

The per-meeting cost is the best first number for one meeting. Annual cost is the stronger number for recurring calendar cleanup because it shows how one hour each week becomes a full-year labor commitment. People-hours are often the clearest non-currency check because they reveal the time commitment even when the hourly rate is only a rough estimate.

How to interpret meeting cost outputs
Output What it means Verify before acting
Per-meeting cost Direct meeting labor plus selected prep, follow-up, and recovery cost. The attendee count, hourly rates, and added time basis match the real meeting.
Annual cost Per-meeting cost multiplied by the selected recurrence count. The recurrence choice reflects the next 12 months, not a temporary sprint.
People-hours Combined time spent by attendees and selected added work time. Prep, follow-up, and recovery are not double-counted.
Cost per elapsed minute Per-meeting cost divided by scheduled meeting minutes. Short meetings with many high-rate attendees can produce a high minute burn.
Right-size scenario delta Annual savings from the smaller or shorter scenario when the delta is positive. The scenario attendee and duration targets are realistic enough to try.
Cost per expected outcome Per-meeting cost divided by the expected outcome count. The outcome count describes real decisions, approvals, or action items.

The Meeting Audit gives review cues, not policy decisions. A recurring meeting above the annual-cost or annual-hours signal deserves attention, but the correct action may be to tighten the agenda rather than cancel it. A positive scenario savings figure is also a prompt for judgment: ask whether fewer attendees or a shorter duration would preserve the meeting's actual purpose.

Do not overread precision. Money is rounded to cents, but the inputs often come from estimates: blended pay rates, burden multipliers, prep time, recovery time, and expected outcomes. Use the result to make assumptions visible, then confirm the assumptions that drive the largest cost line.

Worked Examples:

Weekly team meeting using the default average rate

Ten attendees at 50 per hour in a 60-minute weekly meeting create 10.00 people-hours and a Per-meeting cost of 500.00 before prep or follow-up is added. With Recurrence set to Weekly, the Annual cost becomes 26,000.00 and Cost per elapsed minute is 8.33. This is a manageable meeting only if the weekly decision or coordination value is worth that yearly commitment.

Mixed role rows with added work time

A role-row meeting with 2 managers at 90 per hour, 5 specialists at 60, and 3 coordinators at 35 has a base total hourly rate of 585. With Loaded-rate multiplier at 1.20x, the total hourly labor rate becomes 702 and the blended rate is 70.20 per attendee. A 45-minute meeting with 10 minutes of prep per attendee and 20 minutes of total follow-up produces a Per-meeting cost of 666.90 and 9.50 people-hours.

Right-size scenario for a shorter recurring meeting

A weekly 10-person, 60-minute meeting at 50 per hour has an Annual cost of 26,000. If Scenario attendees is 8 and Scenario duration is 30 minutes, the scenario uses the same blended rate and produces 200.00 per meeting, 10,400.00 per year, and a Right-size scenario delta of 15,600.00 in possible annual savings. That delta supports a calendar test, not an automatic attendee cut.

Custom recurrence entered as zero

If Recurrence is set to Custom per year and Meetings per year is 0, the validation area shows Custom recurrence needs at least one meeting per year. The snapshot and tabs stay unavailable until the cadence is corrected. Enter 6 for a bi-monthly review, 10 for a limited project series, or another positive count that matches the planning period.

Responsible Use Note:

Use the result as a planning estimate for calendar, operations, and budget conversations. It is not accounting, payroll, legal, tax, or financial advice. Confirm loaded rates, benefit assumptions, labor policies, and approval requirements before using the estimate in formal reporting or compensation decisions.

FAQ:

Which hourly rate should I use?

Use the rate that matches the decision. A rough blended wage rate is enough for quick calendar cleanup. A finance-approved loaded hourly cost is better for budget review. If your rate is not loaded, use Loaded-rate multiplier only when you have a clear burden or overhead assumption.

Why are results not showing?

The calculator needs at least one attendee, at least one positive hourly rate, a meeting duration greater than zero, and a positive custom recurrence count when Custom per year is selected. The validation box names the input that needs correction.

What does the currency symbol do?

The symbol changes display text, copied rows, CSV, DOCX, and JSON output. It does not convert currencies or change any numeric calculation.

Should prep and follow-up be total or per attendee?

Choose total when one person handles the added work for the meeting. Choose per attendee when most or all attendees spend that time individually, such as reading a packet or updating their own action items.

Does a high meeting cost mean the meeting should be canceled?

No. A high cost means the meeting deserves a clear purpose, the right attendee list, and a recurrence review. The Meeting Audit and Right-size Scenario help test changes, but the business value of the meeting still needs human judgment.

Are the meeting numbers sent to a server for calculation?

The calculation runs in the browser, and the page does not send entered attendees, rates, durations, or outputs to a calculation server. Chart rendering and export actions happen from the values already in the page.

Glossary:

People-hour
One hour of one person's time. Ten attendees in a one-hour meeting use 10 people-hours.
Blended hourly rate
The average loaded hourly rate across all attendees after role counts and the loaded-rate multiplier are applied.
Loaded-rate multiplier
An optional multiplier used to include employer burden or overhead when the entered hourly rates do not already include those costs.
Recurrence
The number of times the meeting is expected to happen in a year.
Right-size scenario
A comparison that tests a smaller attendee count or shorter duration using the same blended hourly rate.

References: