vote up 195 vote down star
173

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
26  
+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

218 Answers

prev 1 2 3 4 5 8 next
vote up 13 vote down

Microsoft outlook. While I'm ok with the rest of the office suite this one just leaves me baffled. Why have email, calendar, tasks and whathaveyou combined in one application when there's no real integration between them? The search is ridiculously slow and "oh you wanted to search in other places than your inbox? well just click here and here and here".

I guess what it boils down to is combine the stress and burden of your emails with a subpar interface and you have the recipe for a really unpleasant experience.

link|flag
4  
Must not be using Exchange. My email, calendar, tasks and whatnot are all pretty well integrated. – Michael Itzoe Feb 20 at 22:31
4  
You must not be an enterprise user. Email, calendar, and tasks are definitely integrated in the enterprise. – radesix May 8 at 9:40
show 5 more comments
vote up 12 vote down

The Remedy UI can be very frustrating...

Remedy

link|flag
1  
A majority of the Remedy screens I've seen are custom developed (like the one you posted above). You can't blame the product for what people do with it. Remedy is more of a platform. ArSystem out of the box isn't too bad at all. – asp316 Mar 4 at 15:55
show 1 more comment
vote up 12 vote down

phpMyAdmin is increadibly bad in the terms of user interface.

I am especially frustrated with new version where developers decided to switch functionality of table selector.

There always was the name of table which led to structure of table and tiny unclickable icon that led to data of table. It was bad, but when you got used to it, it could be used. Now they switched it and as we manage more servers with different version it is always trial and error to get to where you want to.

Many more bugs and anti-features plague this product, but I am afraid that there is nothing better to be used.

link|flag
1  
So true about the table name links. I've just started using SQL Buddy which isn't quite as full-featured but the interface is a dream! – DisgruntledGoat Jun 20 at 1:59
show 2 more comments
vote up 12 vote down

Annoying being the keyword...

MS Office's Clippy

link|flag
4  
How about "Click here to watch Clippy die in a hail of bullets, and never start again." – GalacticCowboy May 28 at 18:15
show 2 more comments
vote up 12 vote down

Microsoft Visual SourceSafe 6.0 , but may be because I'm using under Windows 2000/XP/Vista :S

Although I should say its UI is the least of my problems with VSS...

alt text

link|flag
2  
mmm Windows 3 look and feel. MS Query is just as bad and that's still being distributed with Office. – pjp Aug 27 at 17:22
show 1 more comment
vote up 10 vote down

Most of the SQL management tools - Enterprise manager, OEM of Oracle, SQL Plus are all painful.

link|flag
3  
EM isn't that bad, imho. However, I felt the 2000 version was easier to use for noobs than the current one. – Will Oct 26 '08 at 21:05
2  
The 2008 version of SSMS is much improved... – Mitch Wheat Oct 27 '08 at 15:25
1  
phpMyAdmin's is pretty bad, but you get used to it. – Charlie Somerville May 25 at 7:27
1  
That's why I use 'psql'. ;) – jwp Jul 10 at 23:24
show 7 more comments
vote up 10 vote down

Windows Explorer definitely. Copying files from one folder to another is tedious. Also the command prompt should be in the bottom of it like it is in Total Commander.

link|flag
2  
i'd give you a 100 ups for the TC. W E is THE WORST EVIL! – MasterPeter May 28 at 20:58
show 2 more comments
vote up 10 vote down

My interface feature pet peeves are:

  • Straying too far from the style of the environment you're developing for, i.e. Apple software on Windows.

  • Don't alienate existing users by completely changing your interface paradigms between versions! i.e. Microsoft Office.

  • If your software requires a 50 page manual just to explain the lexicon of the subject your software covers, it's too complex. The learning curve should be shallow for the target audience. If the end user has to apply any different concepts than they already understand for their everyday job, then they should be as simple to understand as possible. Don't make them have to learn to do their job completely differently to understand your software. In fact, if at all possible, don't even make them think!

  • Why don't installers follow the same design concept as other software? I don't understand them and no matter how much reading I do on them I just don't seem to get it. Why am I limited to template forms, and why are they such a pain in the a$$ to build? I should be able to write forms (a la C#) and insert them into the workflow just like I can on any regular C# application. Is this one of those concepts you either understand or don't? like pointers/recursion? A build script is similar - written in XML... consequently I just don't understand this whole genre of software. How can you build a piece of software from essentially a database? So I guess this whole genre of software comes under my software design pet peeves. WiX, InstallShield, Windows Installer, Wise, InstallAnywhere... All the tools out there for this appear to try and renovate the same concept in the same but slightly more useful way. Someone needs to completely renovate the entire underlying concept to something more dynamic and intuitive.

  • Web Interfaces - Use the label's "for" attribute to tie labels to their respective controls so that when I click on the label, the cursor is put in the control.

  • Use the correct tab indexing so that I can tab through fields in the right order. There's nothing worse than tabbing to the next field to find you're not in the field you should be.

  • Don't use auto-postback on fields that don't require auto-postback, there's nothing worse than having to wait to fill in the next field. Use AJAX if you need dynamic fields!

  • Don't automatically assume I want your software run at startup or put in the task tray, ask me and I will choose if I want that or not!

  • xkcd - I love xkcd, but the tooltip picture title never shows long enough to read it, and when I mouse back over the picture it won't come back unless I click on a different window first. Usually I have to view source to read the whole thing!

  • StackOverflow pet peeve - when I click on a link it doesn't open in a new tab/window. It takes me off to the new page, then I can never remember which window had StackOverflow in so it takes me a minute to get back to the question I linked from! I have to remember to right click the link and select open in new tab/window.

  • Outlook Web Access for Exchange 2003 - The change font drop down never seems to work, I have to fiddle with it for ages to get it to select the font I want. And then sometimes, it seems to change the font through some combination of keystrokes I have no idea of and then I can't put it back because it won't let me select any of the fonts in the drop down as it keeps flicking back to the currently selected one!

link|flag
2  
re: XKCD, that's your browser misbehaving. FF3 works fine. re: SO not opening links in tabs, you can ctrl+click to open a link in a new tab (in IE, FF, and I think chrome). You can also middle click to do the same, but I don't know if support for that varies between browsers. I like your other points though. – rmeador May 28 at 18:15
7  
I can't stand the opposite of your StackOverflow pet peeve - when the developers don't want me to leave their precious page, so they open links in new windows/tabs for me. Let me control when to open new tabs. By the way - control or command click, in addition to middle mouse click, will open up a new tab. – Hooray Im Helping May 28 at 18:17
1  
"Web Interfaces - Use the label's "for" attribute to tie labels to their respective controls so that when I click on the label, the cursor is put in the control." You know that's for accessibility, right? – Gromer May 28 at 20:00
1  
@Gromer: Yes, I know it's for accessibility, but it's good practice to use it for those that need accessibility options on your site. It peeves me when it's not used, it takes next to nothing to use it and makes your site so much more... accessible. – BenAlabaster May 28 at 20:14
show 5 more comments
vote up 10 vote down

MS Visio -.-

alt text

link|flag
show 3 more comments
vote up 10 vote down

There are two I want to share.

alt text

alt text

link|flag
vote up 9 vote down

+1 vote for Lotus Notes - absolutely horrible.

MS office is an ok UI, but I have to complain about when they change the location of functionality and features from release to release. AIIIRRGGGH!

Most web UIs also stink.

Serena PVCS for web is another "winner"

sorry, no time now for screenshots or descriptions

link|flag
vote up 9 vote down

SUPER © "The Encoder" is a very useful app that needs a big UI overhaul!

Their website also needs an overhaul!

The horror!

link|flag
2  
looks pretty tidy IMO – Hugo May 17 at 8:12
1  
It suffers from being a front-end for a command-line app. "Lots of small switches" works well for command-line apps, where anything you don't use, you don't need to worry about as it will take a reasonable default value. In a GUI front-end, mapping every switch to a control causes this sort of thing. – thomasrutter May 25 at 8:04
1  
Still i think its pretty clean – Quamis Aug 5 at 13:12
vote up 9 vote down

phpMyAdmin is pretty bad.

link|flag
2  
phpMyAdmin is simultaneously terrible and not so bad. I don't really know how they accomplished that. – eyelidlessness Jul 25 at 20:37
show 1 more comment
vote up 9 vote down

I'm going with any Mac OS prior to OSX. Everything was the same color.

Or iTunes.

link|flag
1  
What's wrong with having a consistent color scheme? I think the classic Mac look was clean and simple. – Amuck Sep 3 at 17:01
show 2 more comments
vote up 9 vote down

Anything found in Lotus Notes.

link|flag
show 2 more comments
vote up 9 vote down

Any web page that starts playing music or video without me explicitly clicking something to do so... I am IMMEDIATELY out of there and never coming back.

link|flag
vote up 8 vote down

I just saw an IP phone software yesterday that a friend wrote. The UI looks fine - looks like a cell phone - but behaves in a most unusual and surprising manner. Right clicking on it brings up the options dialog (ok that's kinda acceptable if there's nothing else to be put on the context menu) but if you double click it...the application exits. Most applications on Windows maximizes on double clicking and those that use a different look than the default Windows look (or don't want to be maximized) disable the double click, but it was most shocking to see a Windows application exiting upon double clicking (to be honest, not even linux or mac applications do that). He said their UI designer had said he wanted to give users "a new experience". One might as well hire a monkey as a UI designer then.

link|flag
11  
I don't think screaming "what the hell just happened?" at their computer is "a new experience" for most people :) – Jim OHalloran Feb 25 at 1:46
show 2 more comments
vote up 8 vote down

An Excel "Project management" template seems to have triggered some emotions in this SO answer ;)

Pipetalk Scheduler:

alt text

link|flag
vote up 8 vote down

Cubase... it sucks after all these years, maybe it looked better on the Atari ST...

http://www.tweakheadz.com/images/cubase3.jpg

Cluttered, complicated and requires you to jump through many many hoops to achieve something simple.

link|flag
show 4 more comments
vote up 8 vote down

The worst UI I've ever used is not one found on a computer screen.

I hate the 'vocal' interfaces you get when you call a company (read: wireless companies and financial institutions) and they try to impress you with their voice activated menu systems that a. never gives you the options you need, b. can never quite understand everything you say and c. needs you to start banging numbers a couple of rounds, or swearing to get to a person to have a conversation and try to get exactly what I need.

If I wanted to do the simple stuff (e.g., check my balance, pay a bill) I would have done it online. I call because I have a specific problem that I need to solve, and every time, their voice menu system just throws me into loops of frustration.

link|flag
show 1 more comment
vote up 8 vote down

Personalized Menus. You know, the ones where menu options are hidden because you don't use them very often, and then you have to completely open up the menu to get to the other options.

I remember where things are in relation to other things (by proximity), so when a program hides menu options, I get lost.

Also, multi-row tabs, where you click on a tab in the middle row, and suddenly all of the tabs are shuffled around. Now I have to read all the tabs again. In general, I don't like it when programs move things around. I like them to stay in one place where I can remember where they are.

link|flag
show 1 more comment
vote up 7 vote down

Did you played World of Warcraft with custom addons? That is sick, I could nominate it for worst GUI ever.

alt text

link|flag
3  
get grid and bartender – blu Jun 19 at 18:38
show 6 more comments
vote up 7 vote down

NDepend is a GREAT product, but the busy, scary UI totally freaks me out.

alt text

link|flag
vote up 7 vote down

Windows Update's balloon notifications (from the Windows XP era). Every time I click a button it minimises to the system tray and pops up a notification. I click the notification to dismiss it and the dialog comes back. It's whack-a-mole hell.

link|flag
show 1 more comment
vote up 6 vote down

I used to work at a hardware store, and the retail management system we used was just AWFUL. It was written in FoxPro and had many delightful features:

  • Red text indicated that a text box was editable. Normal text meant it was not.
  • Text boxes were filled with spaces. When you clicked in a text box, the pointer would quickly snap back to the first non-space character. This also meant that typing was also handled by some hacktastic method. If you had the insert key on, you were screwed.
  • When searching (e.g. for a customer, an inventory item), you could only search by one column of the grid they used, and only for strings at the beginning of a word — no actual filtering.
  • The user interface "flashed" at a small size before it was redrawn at a higher resolution.
  • The previous was especially bad when sometimes two to three windows would pop up at a time before you were able to interact with it.
  • To get from one part of the application to another (e.g. from ringing sales to looking up an inventory item), you had to hit [esc] until you got to a completely blank screen. From there, you accessed the menu to get to where you wanted to go. The menus were inaccessible in normal system usage.
  • This is not a UI detail, but multiple retail stations were handled by having a network-mapped database file accessed by multiple clients.
link|flag
show 4 more comments
vote up 6 vote down

Any application with a curved border even when maximised, such that clicking in the top corner of your screen will miss and close the application underneath it!

Apple Safari for Windows used to be guilty of this.

link|flag
1  
I have closed underlying apps so many times because of applications doing this. – Pim Jager May 25 at 8:43
show 1 more comment
vote up 6 vote down

Two things:

  • Tooltips that cover what I am reading (yeah I like to point at it with the mouse pointer :)
  • That I accidentally grab a folder an pull it into another folder just because I happend to apply a little too much pressure on the left mouse button. (I guess the feature is "drag and drop" in this particular case).

Oh, it's three things:

  • That Windows copies the formatting by default instead of having that option as an extra.
link|flag
show 4 more comments
vote up 6 vote down

They do what they can to create close-to-usable user interfaces in Java, but honestly, I haven't seen ONE Java-written UI I could say I like. The look and feel of every Java application is just strange.

Btw, has anyone noticed how in Eclipse you sometimes cut stuff out of the editor and it magically disappears from the clipboard before you try to paste it? The way Java programs handle mouse/keyboard events is odd. If you disagree, please provide an example of a Java-written UI you are satisfied with.

link|flag
1  
eclipse does have a decent gui, though I hate how slow it is. – hasen j May 28 at 21:15
2  
Eclipse has a as-good-as-it-gets GUI. I love Eclipse, and admire it's potential, but aren't you ever tired of, e.g. selecting a workspace (for me, the most frustrating little dialogue window ever)? Again, Eclipse IS good, and a well designed interface, but the look-and-feel is (IMHO) ~just not right~. – MasterPeter May 28 at 21:46
show 1 more comment
vote up 6 vote down

Visual Paradigm. Extremely slow, ugly (Java...), and crammed full with stuff.

Visual Paradigm

link|flag
show 4 more comments
vote up 6 vote down

A dialog I created. Fortunately it has long disappeared from our application :-)

alt text

link|flag
show 1 more comment
prev 1 2 3 4 5 8 next

Your Answer

Get an OpenID
or

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