Multiple-Monitor Productivity: Fact or Fiction?

January 25th, 2008 | Filed under: hci, programming, usability | 19 Comments »

It seems to be accepted wisdom, especially in programming circles, that more screen real estate makes you more productive. I’ve heard claims that you can increase your productivity by up to 50% just by adding a second display. After four months of using a big-ass LCD for development, I recently switched back to a 14″ laptop screen. And you know what? I don’t feel like I’ve missed a stride. So I decided to take at the facts behind the claim that more screen real estate makes you more productive.

The Claims

Jeff Atwood writes an excellent blog on programming and human factors, and he is an unabashed fan of multiple monitors. In his post Multiple Monitors and Productivity, he writes that using multiple monitors “is really a no-brainer for any developer who values his or her time.” He stresses the fact that it’s not purely about screen real estate — he recommends using two or three smaller displays rather than one huge one. The reason is that with bigger displays, the window management actually gets more complicated. This is what Jeff calls The Large Display Paradox.

Joel Spolsky is another well-known champion of a multiple-monitor setup for programmers. In The Joel Test: 12 Steps to Better Code, he advocates giving your programmers the best tools money can buy. And according to Joel, this means multiple monitors:

Debugging GUI code with a single monitor system is painful if not impossible. If you’re writing GUI code, two monitors will make things much easier.

It’s not just Jeff and Joel. Take a look at the discussion thread on the Slashdot article Multiple Monitors and Productivity, or Ask Metafilter: Where can I find case studies on productivity gains from dual monitors for developers?. Even the New York Times published an article on The Virtues of a Second Screen:

Survey after survey shows that whether you measure your productivity in facts researched, alien spaceships vaporized, or articles written, adding an extra monitor will give your output a considerable boost — 20 percent to 30 percent, according to a survey by Jon Peddie Research.

My Doubts

I definitely agree that for some tasks, it’s really helpful to have some extra screen real estate. If you’re a graphic designer, you probably don’t want to be peering at your poster layout through a 13″ keyhole. But for programmers, how many tasks actually benefit from more screen space? If I need to look at API documentation while I’m coding, I have no problem switching to another window to start writing my code. And on my 14″ widescreen laptop screen, there’s more than enough room to compare two pieces of code side-by-side:

Side by side code

In the end, I think it’s a case of micro-optimization. There are lots of small tasks that can be made slightly more efficient if you have a second monitor. But these tasks are not the real bottlenecks to programmer productivity. If you were a writer, would you expect to increase your productivity if you could avoid changing sheets of paper in your typewriter?

The Evidence

So what about the actual hard evidence? Let’s take a look at the studies that supposedly show this increase in productivity.

An article on the Microsoft Research site entitled Two Screens Are Better Than One claims that researchers “found a tool that can increase your productivity by 9 to 50 percent and make your work day easier.” Since the article didn’t actually cite the studies, I had to do a little digging. I found a paper called Toward Characterizing the Productivity Benefits of Very Large Displays which found a 9% improvement in a series of tasks that involved cutting-and-pasting and scanning a document for information.

Not bad, actually. A 9% improvement in tasks that are highly applicable to programming. But on the other hand, how much time do you actually spend in a typical day doing these kinds of tasks? And how much time do you spend typing, whiteboarding, talking to your co-workers, and just staring into the distance and thinking about a problem? Let’s be generous and assume that you spend a quarter of your day performing tasks like in the study. So by using a bigger display, you might be able to improve your productivity by about 2.5%. Remember, studies have shown more that a rock-star coder can be an order of magnitude more productive than your average joe 1. Do you think these guys are more productive because they can cut and paste faster?

Okay, so we know where they got the 9%. What about the 50%? “Further studies showed even greater increases – at times up to 50 percent for tasks such as cutting and pasting.” Aha, there it is again. Cutting and pasting. Well, if your job includes 7.5 hours a day of cutting and pasting, then maybe you can cut that down to 5. You might make it a bit longer before you stab yourself in the eye due to the mind-numbing boredom.

Another study I’ve seen cited a few times is the The 30 inch Apple Cinema HD display productivity benchmark by Pfeiffer Consulting. This study showed that a 30″ display made users significantly more productive than a 17″ display. But the tasks were mostly designer centric, except for a task that involved manipulating a large spreadsheet, and one of combining several Word documents into another document (cutting and pasting again!).

Conclusion

After looking at the studies, I think it’s fair to say that some tasks can be made significantly faster if you have more screen real estate. On the other hand, I think it’s clear that most programmers are not going to be 50% more productive over the course of a day just by getting a second monitor. The tasks that can be improved are not the bottleneck to programmer productivity.

On the other hand, if you just can’t live without your dual- or triple-monitor setup, fine! I definitely agree that it can be nice sometimes. I personally find it difficult to manage the extra screen real estate, but that’s just me. If you’re a developer and you want a dual-monitor setup, then that should be reason enough for your boss to buy one. As Joel says:

Top notch development teams don’t torture their programmers. Even minor frustrations caused by using underpowered tools add up, making programmers grumpy and unhappy. And a grumpy programmer is an unproductive programmer.

Just don’t think that by adding a second monitor, you’ll start coding circles around the guy on his ThinkPad.


[1]: The fabled “10 fold difference” in programmer productivity is a discussion for another day. If you want to dive in, you could start with Jeff Atwood’s post on Skill Disparities in Programming.


19 Comments on “Multiple-Monitor Productivity: Fact or Fiction?”

  1. 1 Gerry said at 3:05 PM on January 25th, 2008:

    If you were a writer, would you expect to increase your productivity if you could avoid changing sheets of paper in your typewriter?

    No, unless if you were Jack Kerouac: http://en.wikipedia.org/wiki/On_the_Road#Origins

  2. 2 Patrick said at 3:20 PM on January 25th, 2008:

    Haha yeah, that’s exactly what I was thinking of.

    Except, I think it was a little bit more than the single scroll the made Kerouac so productive. I think the amphetamines might have helped a bit. ;-)

  3. 3 Kaitain said at 9:20 AM on March 20th, 2008:

    Wow, you’re using a 14″ widescreen laptop? You must have eyes like a hawk.

    But to address your lack of enthusiasm for multiple monitors. Not only is it more efficient it saves a billion units of frustration not having to switch back and forth, look at part of a window, etc.

    My favorite use for the second monitor is for running a second instance of the IDE for another solution I am working on concurrently. An example I’m doing at this exact moment is running a client solution in one monitor and a server solution on the other monitor. It allows me to run the server app on one monitor, watching its output, while stepping through the client code on the other monitor. I can’t tell you how much time that saves me but I can tell you it saves me a great deal of frustration and that is invaluable.

    Oh, and I tried going from two square monitors to one widescreen monitor and it just wasn’t as good. I now use a widescreen and a square at work and at home I use two widescreens and a square one.

    So, it’s not just about raw productivity, it’s also about job satisfaction and just plain comfort.

  4. 4 Patrick said at 10:47 AM on March 20th, 2008:

    @Kaitain:

    Haha, yes, I actually do have eyes like a hawk. The native resolution on my laptop is 1440×900, so that helps.

    In the case you’re talking about, I can definitely see the use of having two monitors. But I don’t often find myself debugging two applications at once.

    I think you hit the nail on the head when you said “it’s not just about raw productivity, it’s also about job satisfaction and just plain comfort.” I agree with you 100%. The intent of my post was to show that it’s misleading to say that your programming productivity will increase by 50% if you get a second monitor.

    So, if you have a multiple-monitor setup and you love it, great. If you don’t have one, but you think it will make you happier, then your employer should buy you one. But is buying a second monitor for everyone on the team going to make you ship the product faster? No.

  5. 5 Bill said at 12:46 PM on March 24th, 2008:

    For me there is a definite productivity boost in increased vertical screen real estate. Mind you I define “real estate” as resolution not inches. I just went from a dual 15″ LCD setup at work to a 17″ CRT along side my laptops 15″ LCD. The benefit… zero because the max resolution on the 17″ CRT is the same as the old 15″ LCD. I find myself all day long in code and having to scroll up and down to see those next few lines above the visible area to look at logical blocks of code at once. Whether I am taking my hands off the keyboard to scroll up with the scroll wheel or paging up and down with the keyboard I am losing a lot of time from changing view, changing back and then refocusing on where I was.

    I know at previous jobs from having 21″ monitors that supported 1600 x 1200 I have not had near the frustration in finding and following code. My max vertical resolution is 768 pixels right now and I would downsize to your one 14″ monitor in a heartbeat to get 900 pixels high!

  6. 6 Patrick said at 7:37 PM on March 24th, 2008:

    @Bill:

    You’re right. It’s all about the resolution. And you know, that’s probably why I didn’t see much difference between my 24″ monitor and my 14″ laptop screen. The resolution on the 24″ is 1920×1200, which isn’t really that much bigger than 1440×900.

    But even using both monitors I didn’t really find it made that much of a difference. I felt I spent just as much time moving windows between monitors, and deciding which monitor to put an app on, as I would have spend switching between windows on a smaller screen.

  7. 7 Dubroy.com/blog - The *real* reason you want a multi-monitor setup said at 1:02 PM on March 28th, 2008:

    [...] I had heard about studies that supposedly proved that you can be up to 50% more productive by adding a second display. In my post Multiple-Monitor Productivity: Fact or Fiction? I looked at these studies, and concluded that in some isolated tasks — like cutting and pasting, or working with a large spreadsheet — you can see a significant benefit if you add a second monitor. But for most programming tasks, the benefits are going to be minimal (but still there). [...]

  8. 8 Bill said at 12:37 PM on April 4th, 2008:

    Just thought I’d share these recent resolution findings with you. I swapped my 17″ monitor for another 17″ that supports 1280×1024 and I have that coupled with my 15″ (1024×768) laptop display. The monitor added 33% to the vertical resolution (768 to 1024) but I noticed it felt like a much bigger gain so I decided to count viewable lines in PL/SQL Developer as well as Excel and the gain is much greater. Excel: At 768 lines gave me 33 lines and with 1024 lines it gives 50 lines (a 51% increase) PL/SQL Developer (Using a SQL window and no data results): At 768 lines gave me 34 lines and with 1024 lines it gives 51 lines (a 50% increase) PL/SQL Developer (Using a SQL window and data results): At 768 lines gave me 26 lines and with 1024 lines it gives 44 lines (a 69% increase!)

    I am often in the third scenario so am now seeing a 69% increase in viewable code! Since well formatted SQL is very lengthy vertically this cuts down on a lot of scrolling.

  9. 9 Seth said at 2:40 PM on July 10th, 2008:

    It is a fact: Multiple Monitors improve your general productivity. All of this usefulness debate is silly because the more monitors you have, the more you can visualize. It’s much easier to copy and paste from monitor to monitor than to maximize and minimize all day. Plus, when comparing charts etc., you definitely want to see both items so you can compare. Most people that think Multi-Monitors are overkill, probably think that the user wants one large monitor. That’s not true. We use the multiple monitors to have several screens controlled by one mouse and keyboard. If you want to watch video and play video games, you should go with an HDTV, but if you are a business person, get the multiple monitors. The best place to purchase a Multiple Monitor Computer system is: http://www.Multi-Monitors.com

    Check out this Multi-Monitor PC Video I found:

    http://youtube.com/watch?v=j_avGStqZOI

  10. 10 Benefits of a Large Monitors : Productivity501 said at 5:13 AM on July 23rd, 2008:

    [...] Multiple-Monitor Productivity: Fact or Fiction? – Patrick Dubroy [...]

  11. 11 Computer Engineer said at 9:27 AM on August 26th, 2008:

    I find it funny that people actually believe they are not more productive with multiple monitors. And the author states that he is not more productive with multiple monitors. Then he says that he has a 1440 x 900 resolution on his laptop. Well that is pretty much 1.5 monitors. Atleast width wise it is larger than one monitor. And all of the problems that everyone talks about with managing all of the screen real estate and taing time to figure out what to put on which screen is a load off poop. You guys have obviously not used a multiple monitor set up before. You develope a system and you may have a compile server on monitor 2 and the IDE or build environment on monitor one. You should know without even looking what is on which monitor. It is routine. I even had a multiple desktop program that gave me 8 different desktops on top of the dual monitors. Outlook is on desktop 3 monitor 1, Clear Quest desktop 3 monitor 2, etc…

  12. 12 The *real* reason you want a multiple monitor setup — Patrick Dubroy said at 5:26 PM on March 3rd, 2009:

    [...] I had heard about studies that supposedly proved that you can be up to 50% more productive by adding a second display. In my post Multiple-Monitor Productivity: Fact or Fiction? I looked at these studies, and concluded that in some isolated tasks — like cutting and pasting, or working with a large spreadsheet — you can see a significant benefit if you add a second monitor. But for most programming tasks, the benefits are going to be minimal (but still there). [...]

  13. 13 George Mauer said at 11:43 AM on August 13th, 2009:

    Late to the comment party, but what the hey.

    Test Driven Development without multiple monitors gets awful crowded since you MUST have a place to display your testing tools. Also anything where you might need to be writing code while looking at a database at the same time. Or if you’re coding off of user stories. Or if you’re tracking down bugs and entering them into a bug tracker.

    I do about 10% of my development on a laptop screen and I have to lean on third party desktop management applications a WHOLE lot more to get a decent level of productivity.

  14. 14 How To Create Your Own Dual Monitor Setup said at 8:31 AM on August 26th, 2009:

    [...] Multiple Monitor Productivity: Fact or Fiction? An article examining and debating the affects of multiple monitors on productivity [...]

  15. 15 How To Create Your Own Dual Monitor Setup | HKNetLife - Blogging for Life said at 10:11 AM on September 3rd, 2009:

    [...] Multiple Monitor Productivity: Fact or Fiction? An article examining and debating the affects of multiple monitors on productivity [...]

  16. 16 amir said at 7:25 PM on December 7th, 2009:

    I feel the same way. I just never use it unless I drag a tv show to my 2nd screen.

    im thinking I’ll take it out…

  17. 17 B.Turner said at 12:50 PM on December 22nd, 2009:

    I use my second monitor most for Outlook and my debugger – and as a “user-sized” screen. Our office has several screen layouts – so to make sure I can support the least of these, I setup my second monitor to those dimensions. I have found several cases where the design I was working-on needed to be adjusted (sometimes significantly) for the smaller screen dimensions. Note that some of my users have all kinds of pixel real-estate, but scale it down to accommodate their poorer vision.

    My larger monitor does allow for more lines of code, which sometimes comes-in handy for the debugger as well (I move it to the bigger wide-screen monitor when necessary).

    Finally, having my email visible at a glance is very handy, and can help keep in touch when keeping in touch can make a difference in the career.

    Still – to each his (her) own…

  18. 18 Steve said at 8:13 AM on February 11th, 2010:

    Patrick, I find it interesting that you reviewed actual studies and concluded initially that a second monitor doesn’t increase productivity. I was surprised that you didn’t run your own test–you seem to belive in the validity of trying things out, e.g. testing, before you reach a conclusion.

    Nowadays, I write code only very occassionly. But two monitors are very useful. If you do nothing more than leave Outlook open on Monitor 2, you will save significant time. Try it before you jump to your conclusions.

    Be a fly on the wall and watch a secretary work for a few hours. I guarantee that, if you are paying for his or her time, you will leave your observation post and order a second monitor for them.

    N.B. Bill is correct. This wide screen stuff is influenced by TV. Vertical hight is key for task oriented stuff. I have a chart that gives me the wide screen size compared to a traditional 3×4 monitor of equal hight.

    For example, you need a 21 inch wide screen monitor to get approximately the same hight as a 17 inch conventional monitor.

    For your work, you should use your present wide monitor as your 2nd monitor. Then get a 19 inch 3×4 monitor that has the flexibility to rotate so that the 12.4 inch side is vertical.

    I think you will be surprised.

  19. 19 Brian Thomas said at 3:29 AM on March 7th, 2010:

    I use a dual monitor setup. I just switched from having one very large monitor to have to medium monitors and I couldn’t be happier. I can game in full screen on the left monitor while i have the internet or a movie or whatever going on the right monitor.

    I didn’t realize how often I was alt-tabbing between different applications until I didn’t have to do it anymore. At least not as often.

    I don’t always utilize the extra monitor, it spends more time than I would like to admit just sitting there. It is the best possible way to upgrade a PC. If you have $200-$300 to spend on an upgrade a second monitor gives you the biggest bang for your buck.


Leave a Reply