vote up 196 vote down star
174

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

219 Answers

prev 1 4 5 6 7 8 next
vote up 3 vote down

I vote for the old ZoneAlarm interface. it was awful. Fortunately the latest update really cleaned it up, but I don't have a screenshot any more...

link|flag
vote up 3 vote down

I would have to say Word 2007 for Windows, at least on first use. I upgrade from 2003, and bam!: "Where the hell did my icons and menu bar go?". And why is there a freaking start menu?

Thank god that this corruption never hit the Mac version.

link|flag
3  
I agree, the new UI ends up taking more space and manages to put menu items in strange places, that and the actual buttons aren't even that intuitive, they're just bigger. – Shraptnel Mar 12 at 10:14
13  
Entirely disagree. The latest Word is a huge UI improvement over the hundreds of options burried deep inside a hierarchy of menu systems. – Judah Himango Apr 4 at 17:49
1  
I tried it again, still hated it. My wife tried giving it a few weeks (she's a writer) and hated it as well. I then got her a mac and she preferred the new system. I use a Mac anyway. – Uri Apr 6 at 16:41
2  
"Thank god that this corruption never hit the Mac version." be careful with what you say... It's never too late. – Hugo May 17 at 8:20
1  
I've been using excel recently for some statistics analysis in my new job, and my workplace uses the windows version, and it's been a nightmare. I consider myself well versed in Excel, and most of the functionality that I'm used to has become very difficult to find. These days I just send it to my mac and remote into it. – Uri Jul 11 at 0:29
show 3 more comments
vote up 3 vote down

Ebay

link|flag
vote up 3 vote down

Basically any program that overrides standard keyboard shortcuts like command+C and command+V for copy/paste (or in the windows world when control+insert doesn't copy or shift+insert doesn't paste it really ticks me off).

link|flag
vote up 3 vote down

Web pages that "cleverly" turn off the right click (in a purported effort to prevent users from saving/copying information or images).

Grrrr...oss!

link|flag
vote up 3 vote down

See just about anything Bruce Tognazzini has been writing about for aeons, my (least) favorite is applications that steal focus.

link|flag
vote up 3 vote down

Cubase (the music sequencer from Steinberg) had one of the most confusing and overwhelming UI's I've ever encountered:

Cubase 3

And also, for sheer fugliness, IE7/8 must get a mention, too.

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

Most cell phones.

link|flag
vote up 3 vote down

www.erightsoft.com/SUPER.html

The program is great in converting any type of video or audio files into other formats but the GUI is so terrible and hard to use...it's just pain!

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

Shutdown4U

alt text

How complicated can you make a GUI to merely shut down your computer??

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

A long time ago Oracle had an application similar to Microsoft's query analyzer where you could type in pl/sql - but the window where you entered code was about 8 characters wide by 10 characters long (OK I am sure I am exaggerating a bit). You could never see more than a tiny fraction of what you were coding. There was no way to increase the size of that little window.

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

I must agree with blender, It's what I learned on. But trying to go back to it after using 3DS Max for a while is impossible. Everything is buried under so many tabs.

link|flag
vote up 2 vote down

I'd say Windows Explorer. That "user-friendly" interface with nice shortcuts turns an average computer newbie into a completely clueless idiot after a couple of years. Re-educating somebody who clicks without reading and thinking first is very hard, because this becomes a rock-solid habit and affects the way one thinks.

link|flag
5  
That's not an indicator of a bad GUI. In fact, quite the opposite. The GUI is so simplistic that even the most uneducated computer newbie can master it in a short time. That you find most users forget the more complicated methods after using it is a testament to its usefulness, not harm. – Chris Dec 5 '08 at 14:18
1  
it makes thing seem simpler than they are. people will refuse to see "the light" because they're blinded by the very simplistic gui that they think it's all there is to it. they become resistant to learning more. – hasen j Mar 30 at 13:16
vote up 2 vote down

Helix, an old mac (pre OS X) database. It was actually kind of an interesting product in that it tried to be a "create your own relational db" in a graphical form. Unfortunately, a definition of a table included an enormous list of graphical elements representing calculations, relations with other databases, indexes, fields, views of fields, screens defined on the table, ...

I'm sure it didn't help that I had to maintain an enormous app written in this, where a "table" might have a list of hundreds of elements, all helpfully mixed together into a giant and appetizing stew.

Here's a screenshot of the only piece of this I could find online - you'd glue a bunch of these together to make something called an "abacus", and you'd point it to a field to display a calculated value (the name getting cut off in the screenshot was a normal behavior, BTW). alt text

link|flag
vote up 2 vote down

Vista & Office 2007 - moving the location of learned functionality of previous iterations for the sake of calling it improved is not only subjective but maddening

link|flag
4  
and that friggin Ribbon! – asp316 Mar 4 at 15:57
3  
I actually love the ribbon – hasen j Mar 5 at 5:37
8  
Uhm, the Ribbon is the best UI improvement ever. Read up on it, it's made in that way that mouse movement is mimimal and most-used things are easier to find, while least-used things are still easily accessible. Ever pressed ALT in Office 2007? No need to remember shortcuts. ;-) – TomWij Mar 26 at 9:48
1  
Besides that, you shouldn't buy new software if you don't want new improved things. ;-) – TomWij Mar 26 at 10:00
1  
@TomWij: I didn't buy it, it was forced on me at my job by some organizational honcho many levels above me. I'm sure the same is true for many people. – PTBNL Aug 27 at 18:15
show 1 more comment
vote up 2 vote down

http://www.perlmonks.org/

perlmonks.org

This was one of the first sites I was directed to when I started learning Perl. Though the underlying sytem is quite similar to another site that I am a regular user of, the strange layout and plethora of links at the very top of the page was downright repulsive. I still grimace whenever I visit the site but the content is simply outstanding (though a bit hard to reach at times). All this from a site that has the line "Keep It Simple, Stupid" at the page start.

link|flag
vote up 2 vote down

AIM Messenger....

Why? Everytime see someone use it and regardless of the platform they're on...

It's hideous!

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

All of the default apps on Windows Mobile. Phone is just could not be used as such without third-party replacements. They look ugly and they can't do they job at all.

link|flag
vote up 2 vote down

Settings in Outlook 2003...

link|flag
vote up 2 vote down

SQLDeveloper for Oracle and its wonderful ability to freeze for minutes everytime i click somewhere, on every machine i tested it on.

link|flag
vote up 2 vote down

Gotta but the escape button in theDraw (an early 90's ASCII drawing editor) being the Help button.

link|flag
vote up 2 vote down

Without a doubt for me it's the "are you sure you want to exit" popup that some apps seem to insist on displaying. 99.99999% of the time I'm certain I want to exit, yet 100% of the time I have to respond to this dialog.

Fortunately not too many apps do this, but when I encounter one it drives me up the wall.

link|flag
vote up 2 vote down

My favorite is when itunes renders all the text labels on top of each other after any type of session restore (lock, sleep and especially hibernate) or when it renders the entire window black

The fact that the Express edition of SQL Server doesn't come with any real UI besides VS which I suppose reflects it's market a little but they have released an express edition of Managemnt Studio, why they dont ship with that I don't know

The Office Assistant, any place at all where Microsoft Agent is used, especially when it's used as an ActiveX control on a web site.

The Safari preferences UI on windows doesn't have an OK button, I am aware that simply closing the window constitutes a save on OS X but when I'm on windows it's disconceting to use the close button on a dialog when not abandoning changes. The annoying growing / shrinkinhg animation on that dialog when you change tabs

Synergy, aweful aweful buttons and background colours, reminds me of VCL buttons a.k.a. Botland buttons. Windows media player 7 8 9 and 11 when used on vista, the massive overuse of Aero glass in that UI Infinite loops in Access when trying to close a form and you havent filled in a required feild with an input mask your unsure of

Small footprint mode in Task Manager

link|flag
vote up 2 vote down

Go to http://www.gazza.com.na/, enter the site, and check out the navigation menu at the top: every item opens a single subitem that is identical to itself. Not so much annoying as puzzling and pointless, that one.

On the other hand, Gazza is a sweet musician, in my opinion. So all is forgiven.

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

Too many options. For example, Windows Start > Log Off / Shut Down / Hybernate / Sleep / Lock

Also, dialog boxes that won't let you focus/ALT-TAB anything else.

link|flag
1  
One of my favourite Joel posts, though I don't necessarily agree 100%. In any case, there is definitely no need for more than 4 options. Sleep/Hibernate are basically the same, as are Log Off/Lock. – DisgruntledGoat Oct 20 at 20:14
show 1 more comment
vote up 2 vote down

Disallow allow copy/paste.

link|flag
vote up 2 vote down

Not so much a part of the application UI itself, but I hate it when the installer creates a Start Menu folder using the company's name and then the application's name as a subfolder. Makes finding the shortcut again very difficult, because now I have to remember who made the program rather than what it's actually called.

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

Nested tab controls can be particularly exasperating. Some internal business systems I've seen had up to four levels of nested tabs ... ugh!

link|flag
vote up 2 vote down

I would say Oscommerce. The most ugly ecommerce template. alt text

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

The Microsoft Certification Exam application - both the practice one you get with those Microsoft Press Training Kits and the real-deal one. Poor keyboard support, unresizable, seemingly overtly hostile towards scrolling in every way imaginable.

link|flag
prev 1 4 5 6 7 8 next

Your Answer

Get an OpenID
or

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