vote up 5 vote down star
1

Can someone please help me to formally define the difference between User Interface and User Experience?

I need to come up with a definition so that if ideally two different people were to be assigned to UI and UX on the same project it would be clear which responsibility each of them would have.

flag

7 Answers

vote up 7 vote down check

This is an interesting article discussing the issue with a non-technical example.

From Wikipedia:

  • User Interface - The aggregate of means by which users interact with the system (e.g., all the means of input and output)
  • User Experience - The architecture and interaction models that impact a user's perception of a device or system ("all aspects of the user’s interaction with the product").

So it seems like UI would deal with the "how" of creating an interface (implementing shiny controls, that sort of thing) and UX would deal with the "why" (creating a good experience for the user).

link|flag
so the UX people decides what the high-level layout is gonna look like? – JohnIdol Aug 26 at 14:17
Yeah, that's a part of UX; but it should also combine a lot of other things along with UI in order to manage everything that affects the user's perception of the product (marketing, graphic design, etc). – Donut Aug 26 at 14:30
vote up 1 vote down

Compare and contrast

Here's a freshly minted blog post about UX myths you might find interesting too.

link|flag
vote up 1 vote down

The user interface is the means by which you provide a user experience; it's the I/O, where you put the screen elements and what screens/screen elements there are. Defining the user experience involves cognitive walk-throughs and heuristic evaluations. However, you cannot forget that the architecture of your system can influence the experience. Is the system fast or slow? Can an action be canceled or undone?

link|flag
vote up 1 vote down

User Interface is the part of the application with which the user interacts to operate the software. User Experience is resultant experience of operarating the User Interface

link|flag
vote up 1 vote down

Given those two positions, UI could be considered the more 'mechanical aspects' - that is, building the UI, making it all work together nicely.

UX is more about actually determining if this is a good UI. Is it intuitive? Can a user grasp easily how to make it do what he needs? Can all important tasks be done simply?

Perhaps a good analogy is UX being more architecture, while UI being more construction. Of course, if there is no UX person, the UI person tends to take on that role as well.

link|flag
Yes but which comes first - I am approaching it smt like UX defines templates and UI people use those then there is an iterative feedback process between UI and UX people till it's all good. – JohnIdol Aug 26 at 14:58
@JohnIdol I don't know if either comes first. UX and UI are too closely tied, and the considerations of one necessarily impact the other. Ie., some very good UX concepts are difficult (and therefore costly) to implement on the UI end, so therefore compromises often have to be made between UI and UX. – BrianV Aug 27 at 3:05
vote up 3 vote down

Nice explanation User Interface (UI) vs. User Experience (UX)

link|flag
vote up 2 vote down

Do you mean user interface design or user interface development?

It doesn’t make sense to me to divide labor between “user experience” and “user interface design,” because user experience includes user interface design so there won’t be clearly separate responsibilities. They pretty much require the same skill set, with UX having a somewhat broader scope.

  • User interface design includes everything in the product that comes in contact with the user: content, information representation, controls, feedback, visual design, layout, structure and links among pages/windows, and so on.

  • User experience includes everything about the product that comes in contact with the user, including all the above, plus its purchasing, packaging, installation, customer and technical support, and branding. Yes, UX overlaps with marketing as well as user interface design.

It does make sense to divide labor between user experience and user interface development. The UXer (or user interface designer) creates the wireframes and specs for the UI and the developer implements it in code. Designing a UI/UX (e.g., via user-centered design) is a distinct skill set from developing it (e.g., via HTML, PostgreSQL, and AJAX), although some people have both sets.

Otherwise, you need to look at each individual’s skill set to best decide how to divide responsibilities. For example, the inexperienced UXer/designer can take direction from the senior UXer/designer. Or the one with a stronger background in graphic design can do the visual design, while the one with a stronger background in information architecture can do the application structure. Whether they call themselves a “user experience specialist” or “user interface designer” doesn’t matter much.

link|flag

Your Answer

Get an OpenID
or

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