vote up 264 vote down star
235

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

7  
@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
40  
+1 for most appropriate use of trout I've seen all day. – Ben Blank Feb 25 '09 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
8  
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 15 more comments

locked by Bill the Lizard Feb 6 at 4:39

closed by Bill the Lizard Feb 6 at 4:39

245 Answers

1 2 3 4 5 9
vote up 16 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
6  
Must not be using Exchange. My email, calendar, tasks and whatnot are all pretty well integrated. – Michael Itzoe Feb 20 '09 at 22:31
5  
You must not be an enterprise user. Email, calendar, and tasks are definitely integrated in the enterprise. – radesix May 8 at 9:40
show 6 more comments
vote up 16 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 16 vote down

Crystal Reports

I haven't used it in a few years, so hopefully it's improved since.

link|flag
3  
Having to use CR XI daily, I can tell you it still sucks very badly! – dotjoe Mar 28 at 1:32
show 1 more comment
vote up 15 vote down

The IM software Miranda. Try opening up their configuration dialog. It is absolutely hopeless to find even simple things like highlighting or auto-joining IRC rooms.

link|flag
3  
Noooo Miranda options dialog rocks... ! ^^ – Oskar Duveborn Feb 18 '09 at 23:34
1  
Miranda is a nice software – Albert Feb 28 '09 at 15:41
show 2 more comments
vote up 15 vote down

Oh God, Cadence Allegro, hands down. Easily the most painful software I've ever had the unfortunate necessity of using in my entire life.

It was routine to go through roughly 30-45 minutes of options-setting and configuration screens on a new project. I can't believe it's an industry-standard product.

A relatively tame screenshot of Allegro:

Cadence Allegro

link|flag
1  
It makes for great job security. :P – Bob Somers Jun 19 at 4:35
5  
Photoshop is also an industry standard. Quality of UI doesn't appear to be considered a factor when these things take over. – Macha Aug 18 at 13:15
show 4 more comments
vote up 15 vote down

MS Visio -.-

alt text

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

I apologize if someone already mentioned this, but I hate when windows tries to do me a favor by selecting the space after the text I am trying to copy.

link|flag
vote up 13 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
1  
+1 for 'whack-a-mole' – cottsak Nov 24 at 4:36
show 1 more comment
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 '09 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

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

Or iTunes.

link|flag
2  
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
1  
The one-colour look was a hardware limitation, not bad UI design. – MGOwen Sep 22 at 6:13
show 1 more comment
vote up 12 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 5 more comments
vote up 12 vote down

There are two I want to share.

alt text

alt text

link|flag
vote up 11 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
3  
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
13  
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
2  
I really hate it when links open in new tabs. If I wanted it in a new tab, I would have opened it in an new tab (I did that before tabs came around even). – StuffMaster Jun 26 at 21:14
show 5 more comments
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

+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 10 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 2 more comments
vote up 10 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
2  
That's usually self inflicted through. the fault interface is quite nice. – Martin Mar 26 at 10:12
3  
get grid and bartender – blu Jun 19 at 18:38
show 5 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 3 more comments
vote up 9 vote down

PeopleSoft

our university forces us to use it, it sucks, I hate it!!!

link|flag
show 3 more comments
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

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 9 vote down

Anything found in Lotus Notes.

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

Anything made by SAP.

link|flag
vote up 9 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 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
12  
I don't think screaming "what the hell just happened?" at their computer is "a new experience" for most people :) – Jim OHalloran Feb 25 '09 at 1:46
show 3 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

WOMS This is an awful MS Access powered database I had to use at a temp job. The only thing that kept me going was the pretty wallpaper I found when I was looking forward to getting Windows Vista.

link|flag
4  
The left side start menu is also not nice :P – Macha Aug 18 at 13:21
show 3 more comments
vote up 8 vote down

That would be Notepad. Too many buttons. So Confusing. The help doesn't cover all the features.

alt text

link|flag
4  
I know that you are being sarcastic, but I'd argue that Notepad has the cleanest GUI in any bundled Windows application. – voyager Sep 23 at 16:54
3  
Even this UI could be improved. What's with using "Ln" as an abbreviation for Line? I understand abbreviating Column, but Line? That's four characters. Are it's not like the rest of the status bar will ever be used for anything. – DanM Dec 8 at 19:14
show 1 more comment
vote up 8 vote down

Worst of all popular mail providers.

WindowsLiveMail

link|flag
show 2 more comments
1 2 3 4 5 9

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