Choices: Less is More
Interaction Design December 27, 2007

How many ways can you eat a Reeses? How many ways can you turn off your computer? People like choices, but they don't like too many. I was reading a bit from Barry Schwartz's "Paradox of Choice" and was intrigued on the things he has to say regarding choices.

Decades of research have told us that freedom, autonomy, and choice are essential for psychological well being, and it seems only logical that if some choice is good, then more choice is better. Nonetheless, recent findings suggest that as the number of choices people face increases, a point is reached at which satisfaction and well-being go down--that choice stops being liberating and starts to become paralyzing.

It seems odd, yet the more choices you give your user, the more unhappy they are. People don't want to have to think when they navigate a website or use a software application. They want direction. If you give them too many, it's confusing.

Place a subject in a room with 10 doors all colored in different shades of blue. Then tell him to pick the light blue door. Compare this to the subject who has only two doors, one dark and one light. Their experiences are drastically different.

On the Web

Utilizing good navigation principles can help you give the user a more directed experience. Many sites out there have so many pages that they just link to every one of them from the homepage. It's overwhelming, confusing and it won't keep your users. Breaking down your navigation into smaller pieces and dividing it into a hierarchy of importance will drastically improve your user experience.

You may think that the user should have as many options as possible in order to best find what he/she is looking for - but as a designer, it's up to you to design how they accomplish their goals. That's part of the interaction design. You can always include a search bar to cover the extra bases.

In Software

If there are too many ways to do the same function, it's unnecessary and can be confusing as well. Along the same lines, if it takes too many clicks or menus to accomplish a simple task, it's even more confusing. I won't point out specifics, but in many cases, you have to go through a series of menus before finding the button that does what you want.

Sometimes this is okay because the direction through the menus makes sense. But if the functionality is something used often and it's still hidden under layers of menus, then the navigation hierarchy doesn't make much sense.

~~

Ever go into the supermarket wanting to buy cereal? It's a very different experience when you know what cereal you want versus just browsing. I've counted over 160 different varieties, not including the different versions of any particular cereal (i.e. Honey Nut Cheerios, regular Cheerios, etc.). Too many choices is daunting if you don't know what you're looking for. I want a flaky cereal that's kind of healthy. Okay...that limits it down to the top shelf. Oh wait, but there are some on the bottom shelf too.

We have too many options in our daily lives today. The world is such that we're convinced of the notion that "more things make us happy." But it's not always true. Sure, people would rather have some choice than no choice at all, but we want guided free will.


Other Interaction Design Posts

Feb 28, 2008

Interaction Design: A Visual Command Line

Code is essentially comprised of a bunch of functions that achieve some task. In the old days of computers, users would utilize these functions by typing something in some kind of command line. Even these days when writi...

Feb 18, 2008

Multi-Touch Interfaces

The multi-touch interface is emerging of late as the new interface for digital devices, what with the iPhone, Macbook Air, Microsoft Surface and others. With this comes a whole new way of human-computer interaction which...

Feb 06, 2008

Apple Breaks The Consistency Rule

My friend Elliott informed me that there's a discrepancy between the MacBook Air multi-touch interface vs. the iPhone interface and it's quite fascinating. A major part of Apple's Human Interface Guidelines (Found Her...

Jan 15, 2008

Is Prototyping Necessary?

Many web designers stress the need for heavy site prototyping and planning before the actual coding happens. That is, they sit down and after outlining the information architecture, plan the design with all the images an...

Dec 11, 2007

Design is an Experience

What is design? Is it the graphics we use? The colors? The fonts? Yes, those all have some effect on the end experience, but I'm talking about something bigger. Something more encompassing. Design is the whole experi...

Nov 27, 2007

Spaces

Define spaces in your application. Too many websites and desktop applications jumble everything else. Again, like a house floorplan, divide everything into spaces and figure out the 'transition functions' between them...

Nov 26, 2007

Designing in Steps

If you're creating an application that DOES something (as opposed to say, a website where users just search for something) it's essential to design in steps. What does that mean? You need to figure out how to user int...