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

The Realtek sound control panel. Because you obviously need an equalizer setting to 'sewer pipe', 'underwater', or 'cave'.

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

A form in an access application I 'Have' to maintain...

Awful

link|flag
154  
You poor bastard. – WW Jan 12 at 10:10
23  
Holy mother of god... – Rob Feb 2 at 1:35
1  
Happy debugging! – labilbe Feb 2 at 3:33
15  
That is... that.. man, I got nothing. – Alarion Apr 10 at 17:49
21  
"It's full of tabs..." – Chrisb Jun 4 at 20:35
show 23 more comments
vote up 24 vote down

I couldnt go thru all the posts (protecting my eyes), but Crystal Reports suck pretty bad!

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

While this is stricly speaking a UI, it's not something I use, but it ranks right up there along the worst of UI design with the pros.

Warning Put on protective goggles before opening the following link:

http://www.arngren.no/

link|flag
5  
Woah this is great... it even loads slowly enough to let you see it come to light in full glory slowly... I laughed so hard my wife complained I must not be working... – Christopher Mahan Jan 21 at 10:40
6  
This is a classic user-designed app. When I am doing hallway usability testing, by far the most common request is "can you make that more important? and that? and that?" Of course, if everything is important, then nothing is. So, those requests are always rejected. – Mark Brittingham Feb 9 at 0:04
1  
Wow. I thought this page was a brilliant technical achievement, until I cracked open the source and realised that it's all done with absolute-positioned divs. Amazing. – Dogmang Feb 25 at 0:18
3  
I love it. Looks just like those classified ads I used to see in some old American magazines my uncle used to treasure. – Agnel Kurian Mar 26 at 10:25
show 7 more comments
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 4 vote down

The search in Fogbugz. The version we use at work has a search box and has no advanced search page so if you don't know the query language for the box you're buggered.

link|flag
1  
Oh come on...worst UI you've ever used? It's a search box. And it works. – Judah Himango Apr 4 at 17:53
vote up 65 vote down

1-4a rename

1-4a rename

link|flag
22  
heh. I love the checkbox "I am DJ McDonald's". Yay for obviousness :) – gnud Jan 12 at 11:01
2  
At least it's color coded... I guess? – Andrei Krotkov May 17 at 8:08
6  
A horrific UI, but a fantastic program. The non-resizable, 3 line folder view in the top left is priceless – Chris Driver Jul 10 at 10:40
show 7 more comments
vote up 0 vote down

Z-Brush, although a very powerful tool left me baffled and confused. I'm an experienced user of photoshop and 3d studio, but Z-brush really makes me aggressive.

Maybe I could get used to it. Anyone here who works with Z-Brush regularly and can tell me what you think after prolonged use?

link|flag
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 0 vote down

The Report Editor in Microsoft Access.

Nowhere near Lotus Notes, but to this day, I still absolutely hate Visual Basic only for the reason that it reminds me of building Forms and Reports in Access, even though it's not VB's fault

link|flag
1  
And yet, it's still better than using using Crystal Reports. Believe me, I moved a VB6 application's reporting from calling out to Access Runtime Edition to using Crystal for a former employer and it was a downgrade in experience for me and the end-users. – U62 Jan 23 at 17:13
1  
I find the Access report editor the best. Tell me if there is any better reporting engine and I shall pay money to buy it. – CDR Feb 25 at 0:58
vote up 17 vote down

I would add any interface that tries to draw its own non-rectangular background window, that is, where it has rounded/curved corners in an attempt to look "cool". JarretV has an excellent example posted above. I have yet to see a single app like that that wasn't awful.

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

Countless websites with forms for entering addresses while the input text field has a max limit of 10 characters.

link|flag
show 1 more comment
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 43 vote down

Interface hall of shame has a rich collection for your delight.

link|flag
27  
The Interface Hall of Shame is a self-entry. – spoulson Feb 24 at 12:56
show 3 more comments
vote up 20 vote down

Just about anything done with Remedy/ARS.

Why?

Because these applications are in the worst place: Created by DB-engineers according to business process managers. Neither of which will ever be forced to actually use the system themselves.

(You can find Remedy on the forth place of Dreckstool, a german I-Hate-This-Software-Hitlist.)

link|flag
show 6 more comments
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 301 vote down

Generally all driver/hardware UIs, especially software that comes with motherboards, but also seen with sound cards and input devices.

alt text

link|flag
6  
+1 including MSI utilities – Hugo May 17 at 7:55
8  
Why is it that all driver utilities have to use their own unique UI instead of the system chrome? And why do they always try to look like a futuristic aeroplane control panel? – DisgruntledGoat Jun 20 at 1:33
6  
Holy preset photoshop layer styles, batman! – Sneakyness Jul 25 at 18:21
show 6 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 0 vote down

I'm definitely going to second the vote for Blender. I have never been able to figure out quite how to use it (though that could be partly because I'm rather inexperienced with 3D modeling).

link|flag
vote up 1 vote down

I'd say the Control Data NOS text editor. Combine an interface that makes teco look straightforward with not quite achieving the expressive power of notepad.

Search for a string? Sorry, you have to rewind the file first. Yes, those are separate commands.

In OSes that had, say, somewhat more market penetration than NOS, I'll go with DEC's VMS text editor. Not bad if you were on a DEC terminal, but miserable if you had another vendor's TTY hooked up.

link|flag
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 -7 vote down

Photoshop, completely confusing, and requires training. I guess that is how they can justify what they charge for it. Preview does almost the same thing as Acrobat and it's free!

link|flag
2  
photoshop becomes second nature after a while, I could almost hide everything and still use it fine. However for a beginner it is a bit much all those 4 letter combos. – corymathews Dec 5 '08 at 13:28
6  
Photoshop is widely known for its good UI. That's something you can't say about its so called "competitior" - the GIMP. – shoosh Jan 2 '09 at 3:32
4  
Photoshops interface is brilliant. It's not an application that needs to be immediately easy to use - it does what it needs to (for it's target users) perfectly! – dbr Jan 12 at 8:56
5  
How does Preview as an alternative to Acrobat have anything to do with the Photoshop UI? Sounds like a random Adobe-hater to me. – Jenn D. Feb 18 at 22:37
3  
Photoshop is a poor solution to a problem without any good solutions. I personally think its UI is terrible, particularly in CS4, but the lack of any better alternatives does give me pause before condemning it completely. With that said, Adobe does have major UI problems in general, again especially with CS4. – eyelidlessness Jul 25 at 21:43
show 6 more comments
vote up 28 vote down

I once provided front-line support for an application that presented the user with a menu of options. It looked something like this:

[1] Do something

[2] Do something else

[3] Do another thing

[X] Exit

At this menu, my users were required to press "8".

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

Facebook is currently my top worst interface.

The toolbars, tabs and widgets are a mess and the various "dialogs" that require input are hard to distinguish from ads.

link|flag
1  
Absolutely true. Leaving aside the problem of the ads, the wall-to-wall behavior is hard to understand and horrible in all ways. The frontpages whit halfconversations, group addings, and everything messed up. – MazarD Mar 26 at 11:10
10  
I think it's progressively getting worse? – cottsak May 12 at 6:54
6  
The worst part of facebook is the "applications". – jwp Jul 10 at 23:22
3  
I think Facebook's UI is pretty good, but then I only became a user after they started the streaming-update front page. One thing I do dislike is that it's very hard to understand who will see a given update: All your friends? All of someone else's friends? Only the person you're talking to? The Wall is the worst in this regard. Whenever you're posting something on Facebook, there needs to be a little box on the side that says very clearly things like [Only Bob Smith will see this] or [All of Bob Smith's friends will see this] or [All of your friends will see this]. – Kyralessa Jul 10 at 23:52
3  
If you have to say "better than MySpace", you've already ruined your point. – eyelidlessness Jul 25 at 20:22
show 7 more comments
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
2  
Noooo Miranda options dialog rocks... ! ^^ – Oskar Duveborn Feb 18 at 23:34
1  
Miranda is a nice software – Albert Feb 28 at 15:41
show 2 more comments
vote up 48 vote down

Perhaps not as bad as FileMatrix, but a few years ago I was "fortunate" enough to try out a tool call Cybrid.

Cybrid was VB6 application that built 3d levels for a proprietary game engine.

Despite rarely using it, I still have Cybrid installed. Here's a screenshot of this 4-window app. This is the application in its default state when you launch it:

cybrid screenshot

link|flag
7  
Leaving the default VB icon on the main window is inexcusable. You go to all the effort to build all of those options, then just can't quite find that last little bit of energy to fix that icon... But I guess that's the least of this program's visual problems. – JeffK Feb 13 at 1:48
19  
There are a ton of completely unlabeled controls in that one window, including four checkboxes that are checked for some reason. – Sid Farkus Mar 5 at 6:03
1  
A typical security camera software looks like this as well. – Hugo May 17 at 8:02
3  
All VB applications are typically horrible – Brock Woolf Jul 10 at 11:02
show 4 more comments
vote up 208 vote down

Blender, the 3D software, has always maddened me; it's extraordinarily powerful, and a truly amazing piece of code, but the interface is made of tiny buttons with nonsensical icons, "tabs" nested several deep in places, and nothing -remotely- resembling a clear path from one part of your workflow to another. It's also usually hard to tell which of the many, many, many interface panels a given button belongs to; some of them even have their own menu bars. alt text

link|flag
150  
I think the guy in the picture just found out that at his new job he'd be using Lotus Notes... – Mitch Wheat Oct 27 '08 at 15:24
7  
It's worth noting that many of the UI panels shown there are collapseable, so you can just deal with the portion of the scene you need to at any given time. – Factor Mystic Oct 27 '08 at 23:22
74  
A wise man once said "Blender's learning curve resembles a wall, followed by a mountain" – Firas Oct 31 '08 at 14:14
12  
Blender is hard to learn. But once you get a feel for it you start to wonder why other pgms don't work the same way. – Slapout Mar 30 at 15:30
33  
Blender is complicated - that doesn't mean the UI is bad. The flight deck of a 747 is complicated, it does a lot - how else are you going to do it? – mgb Apr 21 at 17:46
show 25 more comments
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 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 92 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 11 more comments
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.