Docs / General / The Cost of Unproductive Time

General & Reference

The Cost of Unproductive Time

The working behind the figures on the People & HR section of the main site — what 10 minutes of daily unproductive time costs a single worker, a single farm, and South Africa's agriculture sector as a whole.

Audience: anyone checking the numbers

The 10-minute question

You cannot blame people for being unproductive if you have not defined clear projects and tasks, and managed them. An agricultural employee earns an hourly rate of R30.23 for an 8-hour workday. If that individual is unproductive for just 10 minutes per working day, what is the annual cost to the employer?

Run that across every worker in South Africa's agriculture sector and the answer is R1,205,169,333.33 a year — one billion, two hundred and five million, one hundred and sixty-nine thousand, three hundred and thirty-three rand and thirty-three cents. This page shows the working.

The formula

The base calculation converts the wasted minutes into a fraction of an hour and multiplies by the hourly rate:

rate_per_hour = 30.23
minutes_wasted_per_day = 10
rate_per_minute = rate_per_hour / 60
cost_per_day = rate_per_minute * minutes_wasted_per_day

# Standard working days options
days_20 = cost_per_day * 20
days_21 = cost_per_day * 21
days_22 = cost_per_day * 22

print(f"Cost per day: {cost_per_day:.4f}")
print(f"Cost for 20 days: {days_20:.2f}")
print(f"Cost for 21 days: {days_21:.2f}")
print(f"Cost for 22 days: {days_22:.2f}")

10 minutes as a fraction of an hour is 10 ÷ 60. Multiplied by the R30.23 hourly rate:

(10 / 60) * 30.23 = R5.0383 per day (rounded: R5.04)

Cost per worker

Because months have a different number of working days, the monthly total shifts with them:

Working days in a monthCalculationMonthly cost
20 days (short month / holidays)R5.0383 × 20R100.77
21 days (average month)R5.0383 × 21R105.81
22 days (long month)R5.0383 × 22R110.84
21.67 days (statutory average)R5.0383 × 21.67R109.18

The statutory average of 21.67 working days a month comes from the standard South African labour average of 4.333 weeks per month on a 5-day workweek. On that basis, the average unearned cost to the employer is R109.18 per month, per worker — for just 10 minutes of daily drift.

Scaling to the sector

Statistics South Africa's Q3 2025 Quarterly Labour Force Survey put agricultural employment at approximately 920,000 workers. Applying the same 10-minutes-a-day figure across the whole workforce, using a 5-day workweek (52 weeks × 5 days = 260 working days a year):

PeriodSector-wide cost
Per dayR4.64 million
Per month (average)R100.45 million
Per yearR1,205,169,333.33 (R1.21 billion)

That is the staggering annual drain on South Africa's agriculture sector from something as small as 10 minutes of unmanaged time, per worker, per day.

What a 50% improvement is worth

To anyone claiming a system like this isn't worth investing in unless it eliminates the problem entirely: it doesn't need to. A 50% reduction in that daily drift would still save the sector more than half a billion rand a year — specifically, just over R600 million per year.

Crucially, the point of this kind of system is not to police employees. It is to drive productivity by keeping workers fulfilled, tracking engagement, and maintaining high workforce morale — the same territory covered by the People & HR command centre.

Assumptions

  • Hourly rate: R30.23, for an 8-hour agricultural workday.
  • Wasted time: 10 minutes per worker, per working day — a deliberately conservative, easy-to-dismiss figure, not a worst case.
  • Workforce size: 920,000 agricultural workers, per Stats SA's Q3 2025 Quarterly Labour Force Survey.
  • Annual basis: a 5-day workweek across 52 weeks (260 working days a year) for the sector-wide daily/monthly/annual figures above. The per-worker monthly table uses the statutory 21.67-day monthly average instead, which is why the two won't multiply out to exactly the same annual number to the cent.
  • What this doesn't include: overtime premiums, sectoral minimum-wage variation, seasonal or piece-rate workers, or knock-on costs like missed deadlines and rework — all of which would push the real number higher, not lower.