vote up 200 vote down star
178

What is the worst user interface you've ever had to use? One that made you want to somehow locate the creators over the internet, personally fly to their location, and then beat them severely with a large trout.

What made it so terrible? Was it too many screens, ill-marked buttons, or just really annoying dialog boxes showing up everywhere? Screenshots are a plus.

Related question: Best UI Ever

flag
4  
@Alan Hensel : you are right. Except for Lotus Notes (for the mail client GUI aspect). You can not get used to it. And it does suck. Big time... – VonC Oct 26 '08 at 18:53
27  
+1 for most appropriate use of trout I've seen all day. – Ben Blank Feb 25 at 0:33
4  
Not quite a dupe, but related at least stackoverflow.com/questions/238177/… – Brandon May 28 at 15:40
2  
I wonder how long will this question will survive before it either has to be (a) closed or (b) renamed "Every UI You’ve Ever Used"? – tardate Sep 1 at 10:40
5  
This is VERY programing related. Every programmer should learn how to make usable interfaces. The best program ever written is nothing if nobody can use it. – The Disintegrator Sep 3 at 2:07
show 13 more comments

220 Answers

prev 1 4 5 6 7 8
vote up 93 vote down

From Coding Horror, wGetGUI:

wGetGUI

EDIT: I didn't actually use this.

link|flag
60  
OK, I love the "Pro Mode" at the bottom. I assume that shows even MORE options? – John Rudy Nov 14 '08 at 19:17
14  
I love the horizontal line that stabs right through the Hosts options. GNU and GUI are like polar opposites. – Soviut Dec 31 '08 at 9:02
4  
Can you imagine what all of the code that handles those checkbox states looks like? – Ed Swangren Feb 20 at 22:49
8  
This is an argument for the command line. – Joshua May 17 at 19:33
3  
This is like what a command-line tool would be like if it were designed as a GUI tool. There are several other examples of this kind of thing, like front-ends to video converters. The "tons of little switches" approach works so much better on the command line, where anything you don't type, you don't need to worry about. – thomasrutter May 25 at 7:46
show 12 more comments
vote up 4 vote down

In general, every program written with Xt library. They are a bunch of monochrome rectangles with idiotic (or non-existant) keyboard shortcuts. No other thing comes close.

link|flag
2  
A close second: Anything written in Swing on windows. Fugly. – Will Oct 26 '08 at 21:11
show 2 more comments
vote up 57 vote down

Here is one from GNOME:

UI FAIL

All of Gnomes configuration dialog have no "Apply" or "Cancel" settings. Most Gnome applications don't have multilevel undo, so if you change 3 settings, there is no way to restore them.

Also noted that pressing close, escape or the control box save the changes.

link|flag
15  
Instant-effect dialogue boxes aren't a bad thing at all; just one method of closing is better than working out whether you want OK, Set, Apply, Cancel, Save or Close. But yes, Undo certainly needs to be well-supported first. – bobince Oct 26 '08 at 23:54
1  
Undo seems to work fine for me in most of the Gnome apps; have you used it recently? I have to use an old version at work and it's excruciating right enough! I do think the instant-apply settings are good, although they take a little getting used to. – Calum Oct 27 '08 at 23:26
9  
I don't mind lack of OK/Apply buttons at all. OS X sticks to immediate changes everywhere. It doesn't have redundant Close buttons though :) – porneL Dec 6 '08 at 23:08
5  
Instant change is a good thing. – Bernard Mar 12 at 10:18
1  
porneL beat me to it, but OS X does the same thing. – supercheetah Mar 26 at 10:46
show 12 more comments
vote up 5 vote down

The QSTAR optical jukebox interface is a nightmare. Nested tab controls, sometime 3 layers deep and each with an embedded combobox at the top that needs to be re-selected every time you change tabs. Icons that have little or noting to do with their purpose. No online help and lots of random buttons all over place inviting you to do things like "Clear Error Condition State" and "Apply PC" Yuck!

Qstar Interface

link|flag
show 5 more comments
vote up 151 vote down

I've always thought the Microsoft Word Options dialog was an example of the shotgun approach to UI design. They just dumped everything into one place. Need to change your spelling dictionary? Options. Want to change the default behavior for Save? Options. Want to turn on macro security? Options. And so on.

alt text

link|flag
22  
Sure beats trying to configure Linux in text mode. ;) – Karl Dec 5 '08 at 12:47
41  
Karl: yes, at least you can "grep -i option" in Word configs. No, wait... – Rytmis Dec 5 '08 at 13:35
6  
But at least, it comes down to the options UI. Most of it is usable, or at very least, consistent. – Mehrdad Afshari Jan 8 '09 at 10:45
28  
+1 for reminding me of how much I hate how the tab positions are not static. If you click on one of the tabs in the top row, that row moves to the bottom of the tab bar! Ahhhhhh! – Mike Sickler Mar 4 at 16:07
12  
Would you prefer a dozen different options boxes? I think that would confuse the users even more. Personally I hate applications where I have to hunt down several different Preferences/Options/Settings dialogs so that I can set all the things I want. – Vilx- Mar 26 at 9:36
show 11 more comments
vote up 171 vote down

I'll second the vote for Lotus Notes, specifically 6.0. I had to use it at a customer site for a month. I can't erase it from my memory. Here are a few reasons why it's so awful:

  • Pressing the Esc key on the main window exits the application.
  • The button to send a new email says "New Memo."
  • There are very, very few keyboard shortcuts. Ctrl-N does not open a new email (er, memo). It does nothing.
  • Right-clicking a message does nothing. No context menu at all.
  • Need to set an out of office message? That's cool, but it's only going to send at 2 AM!
  • In just about every other email client, sender's addresses are the person's name (John Smith) or email address (john@smith.com). In Notes, it's John Smith/Detroit Office/Company Name. And you can't get an Internet email address out of that.
  • Forget about HTML emails.
  • Typing in your password alternates some strange glyphs with several X's for each character
  • To select multiple emails, you have to place a checkmark next to each mail, but there's no column guide for that. Just empty space.
  • The error messages were clearly written by non-English speaking engineers.
  • Attaching a file requires navigating menus and dialog boxes, instead of just dragging the file to the message.
  • Everything opens in a new tab. EVERYTHING.
  • It's ugly. Just plain ugly. The welcome screen is a hodgepodge of several different user functions with no guidance on what any of them do.

alt text

So, yeah. I hate Notes.

link|flag
7  
Even I vote for your (much more detailed) post (and I posted the Lotus "worst GUI" first!) – VonC Oct 26 '08 at 21:08
4  
I do like the ability to use a double-right click to close the open tab though! Oh wait, no, that's stupid. – Greg D Nov 23 '08 at 18:25
8  
I wouldn't list "No HTML email" as a disadvantage. I fucken hate HTML mail. – Adriano Varoli Piazza Dec 5 '08 at 12:52
8  
My favorite: Hitting F5 does not refresh, or check for new mail. No, it locks the screen and requires your password to unlock it! – eJames May 5 at 16:29
show 18 more comments
vote up 0 vote down

Telelogic Synergy is pretty bad. There is no consistency between pop-up dialogs... i.e. some have a 'Save' button and some don't and buttons aren't placed where you would expect from one dialog box to another.

It also remembers what you had selected on windows that are no longer open so if you tryto 'add selected' to a task you get some fairly random collection of objects.

link|flag
vote up 202 vote down

Gimp. Hands down. It's a pretty powerful editor, but its UI is pretty difficult. It may be pretty powerful once you learn it, but there are other image editors out there that are just as powerful and easier to learn (albeit cost money).

link|flag
53  
Gimp is just exactly as easy to use as Photoshop. Which is to say, not at all. But if you're going to be stuck with a rubbish UI, you might as well not suffer the extra injury of having to pay money for the thing, I say... – bobince Oct 26 '08 at 23:51
8  
If you want to make Gimp seem easier to use, try Lotus Notes for a while! – Mitch Wheat Oct 27 '08 at 15:28
33  
GIMP is the perfect example of open source applications needing to enlist the help of UX professionals. Photoshop isn't easy to use by any means, but it's still light years ahead of GIMP. – Mark Hurd Feb 17 at 23:23
51  
I always thought GIMP looked like Photoshop exploded and no one knew how to put it back together. – benjismith Feb 20 at 23:25
11  
I've never really gotten the GIMP UI hate. It's not the best in the world, that's for sure, but it's not that bad. I never feel I'm fighting it, but I never feel like it's helping me either, if that makes sense. – Bernard Mar 12 at 11:00
show 28 more comments
vote up 421 vote down

Lotus Notes.

Seriously.

alt text

link|flag
35  
Notes makes my eyes bleed. They constantly say that users are wrong about how bad the UI is, they just need more training. If users need to be trained to send an e-mail, the problem is not the users. Oh, wait, we don't send email. We replicate memos. – Greg D Oct 30 '08 at 15:52
84  
...and press F5 to refresh... Ooops, nope, that logged you out. F9 is refresh. – Christopher Mahan Jan 21 at 10:34
14  
You said it. I even worked very briefly as a Lotus Notes instructor, and it will definitely make you bleed from your eye sockets. The UI has 4, count them, FOUR separate 'delete' buttons/menu items.... and they work in DIFFERENT ways!!!! EPIC FAIL! – Jens Roland Feb 6 at 18:29
14  
+1 for Notes-induced brain damage. My company is married to this horrific PoS. – sstock Feb 23 at 12:48
7  
Notes is a development platform that you can use for all sorts of stuff. The problem is, when you do, you can't actually hide the dev platform! So when an e-mail user wants a new message, they can't just hit ctrl-n, oh-no, that makes a new database! I hated notes when last I used it (2 jobs ago). I've seen worse, but still... – Michael Kohne Apr 29 at 19:17
show 38 more comments
vote up 273 vote down

FileMatrix (an old multi-column file manager)

link|flag
28  
Wow, that looks really powerful. – HS Oct 26 '08 at 17:05
19  
My eyes! The goggles do nothing! – Dinah Nov 14 '08 at 17:54
6  
Holy God on a pogo stick ... That's ... Wow. I've flushed things that were prettier and more usable. – John Rudy Nov 14 '08 at 19:13
19  
copy pasted from the Daily-WTF... – shoosh Jan 2 '09 at 3:24
2  
My god .. ITS FULL OF STARS! – Tim Post Mar 8 at 7:19
show 15 more comments
prev 1 4 5 6 7 8

Your Answer

Get an OpenID
or

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