vote up 2 vote down star

In calculating an ROI for a program I have estimated the cost of an email based on storage, number of users, size, and retention policies. The number that I have difficulty quantifying is the amount of lost productivity and concentration. I can identify noise in under 20 seconds. Should I ignore this cost in my calculations?

Clarification: I have a dollar based on the other factors. Is it pure imaginination to think I can come up with a justifiable dollar value?

flag

closed as not programming related by Paul Tomblin, Jason Coco, Freddy Rios, Norman Ramsey, sharptooth Mar 31 at 4:50

6 Answers

vote up 6 vote down check

Check out time management statistics from Key Organization Statistics

    In 2007, a group of Microsoft workers took, on average, 15 minutes to 
    return to serious mental tasks, such as writing reports or computer 
    code, after dealing with incoming email. They wandered off to reply to 
    other messages or browse the Web.

   New York Times, 3/25/2007

link|flag
Personally, I think this is a crock. Unless I'm pulled away from a task for hours, I can deal with an email and generally get back into what I was doing within a minute. – Graeme Perrow Mar 30 at 22:30
I suppose it depends on how ADD you are? – ojblass Mar 31 at 0:26
Precisely why it refers to "a group" and "on average", everyone is different. – MadMurf Mar 31 at 1:41
vote up 3 vote down

Checking email is where the productivity is lost. I recommend embracing a lean culture where we only answer (look at, write, etc) emails at given times during the day. Once when we get in, once when we go home. If you need to hurry up and talk to someone, pick up the phone or stop by their cube.

link|flag
vote up 2 vote down

I think that it would be fairly difficult to do this, since some emails can have a positive impact on productivity. You could wire something up based on the amount of spam and FWD's though, since those are a definite drawback. Other types of email will be a lot harder to evaluate.

link|flag
vote up 0 vote down

There is a lot of academic research on the cost of interruptions in general (CHI and CSCW), and email is naturally one of them. There is a time until you return to work, establish your mental model, etc.

Prof. James Fogarty from U. Wash did a lot of research on interruptions.

Several years ago I built a system that could figure out what you're doing in the IDE, and then decide whether to announce messages and chats so that you don't get disturbed while debugging, etc. Unfortunately, we never created a product out of it :(

link|flag
vote up 0 vote down

If you are going to do this - I would break your userbase down into categories and assign a weight in hours expended on email. at my company recent grads/junior devs tend to over check and over report - get the highest weight, developers and sr. devs tend to optimize around 2-3 times a day checking, architects seem to read twice but respond once, "C" levels tend to use it the least. I am sure you can come up with a similar usage pattern and assign weights and costs that fit your situation

link|flag
vote up 0 vote down

Relative to what? Sure, if I'm constantly getting pinged for status and having to drop everything to craft a detailed reply for an hour or so, it can really add up.

But it is pure fantasy to pretend the alternative is that all those people will quit bugging me for status. More likely the alternative is endless status meetings (%90 taken up with other people's status, and me twiddling my thumbs), or at best similarly constant telephone interruptions, which I can't even put off until I get to a good stopping point like I can with email.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.