vote up 211 vote down star
189

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

225 Answers

prev 1 2 3 4 5 8 next
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
vote up 6 vote down

Worst of all popular mail providers.

WindowsLiveMail

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

GPG. So unbelievably usability-free.

link|flag
vote up 5 vote down

Definitely SAP R/3.

link|flag
vote up 5 vote down

The VS References dialog for a C++/CLI project. I hate this for the sole reason that this window is not resizable. And the meat of the thing is in that small box in the middle labelled "References:".

alt text

Oops! Sorry about that side bar, folks.

link|flag
vote up 5 vote down

I would say the Windows Vista/Networking configuration tool (TCP/IP, wireless networks, etc).

Even with some experience in it I can never find what I want without clicking the wrong items, or without opening at least a couple of (modal!) windows.

Try explaining (without a computer in front of you) to your grandmother over the phone how to delete a wireless network and reconnect to it because the security has changed from WEP to WPA (A completely fictional example by the way :)).

I think Modal dialogs are one the most horrible and overused UI elements, and generally not necessary.

Lotus Notes (especially the so-called 'designer') is a good second.

link|flag
vote up 5 vote down

A website I use to pay one of my credit cards gives you a transaction # (~20 characters long) at the end (which I like to put into Quicken rather than print out) but their body has the following attribute:

<body onselectstart="return false;">

Which means I have to view source and then find text around the transaction number, just to copy/paste it. It seems so arbitrary, like the developer thought he was clever by coming up with it. I cannot imagine how it could help the experience, and in this case (that the devs might not have considered) it hurts.

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

SQL Server 2000 Enterprise Manager. Not a single dialog window can be resized so you're left scrolling textfields with the keyboard in order to see their content, and scrolling through a list of all your tables that only displays 5 at a time when you've got an enterprise database back there with over 200 tables on it. Beggers belief that no one at Microsoft put this through its paces.

link|flag
show 2 more comments
vote up 5 vote down
  • Double clicking on a word sends you to another page even if the work is not a link. It's killing me since I'm always double clicking randomly while reading a page. I know, I have issues...

  • Text on a web page that is disabled and not selectable. Why can't I select the text???

  • Mouse right click displaying "No right click on this page!"

  • Links opening in new windows without warning me

link|flag
2  
I thought I was the only one who clicks around randomly in text I'm reading. +1 – Pim Jager May 28 at 17:11
show 3 more comments
vote up 5 vote down
  • drop-down menus that go more than two levels deep, and have a short timeout to close - so you have to try and select the option 5 times before getting it right.

  • excessive use of modal windows in a web app.

link|flag
2  
I think ANY use of modal windows in a web app counts. – Daniel Straight May 28 at 17:13
vote up 5 vote down

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

alt text

link|flag
3  
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
show 2 more comments
vote up 5 vote down

HP Service Desk

alt text

Impossible to use without extensive training/instruction. A request as blindingly simple as, "Can I get access to container 'U123'?" becomes a multi-day submit/correct/submit/correct/submit cycle followed by just walking over to the DBA's building with your laptop, sitting next to them and having them fill in the request for you. The kicker is that even THEY don't know how to use it, they just have access to word documents that give detailed step-by-step instructions on writing requests, including tables of esoteric codes that need to be cut and pasted into specific cells for no apparent reason.

This software is so bad that a group in IT recived one of the company's highest honors for overcoming the rollout of HP Service Desk and returning to their former productivity.

link|flag
vote up 5 vote down

alt text

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

Most of the posts here are UIs that are more complex than necessary, this is the opposite. Simplicity at the cost of utility.

It's incredibly complicated to actually accomplish anything with overly sensitive vertical scroll/clicking pad in the middle, along with the completely unpredictable buttons on the sides (I still don't know what the curved arrow with the dot button in the upper left does, all I know is you exit your current playlist when it gets clicked, which you can't get back to easily).

The touch pad in the middle that controls both scrolling and clicking is by far it's worst feature; it seems to have an shockingly accurate ability to sense which you're trying to do, and chooses to do the opposite.

Creating a playlist of more than a few songs is completely out of the question, as is diligently controlling the device in anything other than a completely stationary context (ie running or in a moving vehicle). If you click when you're supposed to scroll you can get anything from moving to a different screen unpredictably to exiting and losing a playlist you were in the middle of building.

Also if you plug into a computer and copy songs using the usb mass storage device feature you get an unpredicatble number of entries in your song list. I have some songs that are on my playlist as many as five times because of this.

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

The Powerbuilder IDE givis me the creeps.

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

The tcsh shell.

It's vilely inconsistent and buggy.

As a small example, set/setenv/alias all use different notations for assigning variables (or aliases):

dbr% set something 'a'
set: Variable name must begin with a letter.
dbr% set something='a'
dbr% setenv something='a'
setenv: Syntax Error.
dbr% setenv something 'a'
dbr% alias something='a'
dbr% alias something 'a'

Even little things like the history is reformatted when you retrieve it..:

dbr% if(1) echo something;
something
dbr% if ( 1 ) echo something ;

There's much bigger issues I've run into at work (with an older version of tcsh we're basically stuck with), but the above transcript is from tcsh 6.14.00 (the most recent is 6.15)..

There are a lots of articles on it's buggyness, for example this one from 1996 or this, and quite a few of the bugs are still around in the very recent version shipped with OS X Leopard..

link|flag
vote up 4 vote down

One more: Microsoft Project. And for the ultra-hardcore fans out here: Microsoft Project Professional with Project Server 2007.

I think it's the Lotus Notes of Project Management Software.

link|flag
vote up 4 vote down

I'd have to say GroupWise client. It's obvious it wants to be Outlook, but can't quite cut it. Display settings are often lost and have to be reset. Most options are not found in the Option dialog. Just tweaking the UI is a pain. If I want to rearrange my folders, is it in the View menu? No. View | Folder List? No. Maybe Actions? No. Window? Tools? Tools | Options? No, no and nope. Try the Edit menu. Wha??? Totally unintuitive.

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

I'll be impressed if I get any votes for this, but I suspect that most people out there that have tried this product would agree...

Campaign Cartographer, by ProFantasy.

This is a piece of mapping software, where you can draw landmasses, drop on some widgets like cities or mountains, etc. This sounds very straightforward, but trying to do darn near anything in this product is incredibly difficult.

To erase an item, for example, you would think you would click on the item, and then press delete or backspace or something like that. Not so.

Instead, you must first find the erase button, among the many mysterious buttons that line up around every side of the app window. You click that, then you must draw a box around the item you want to delete. Then you must right-click elsewhere on the page, and select "Do It" from the pop-up menu.

It only gets worse from there.

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

TOAD for Oracle management.

link|flag
vote up 4 vote down

The Ribbon

the Word 2007 Ribbon

Sure lots of ppl will tell me that it's the best thing MS ever did to the Word Menu. But shouldn't good UI/UX design include transitioning from one release to the next. FAIL! in my book.

There's not even a Search (for menu items)!

link|flag
7  
I really like the ribbon. It defenitly is better then having 80 toolbars on top of your document. – Pim Jager May 25 at 8:45
3  
If only it was easy to use – cottsak May 25 at 11:28
13  
It's actually very easy to use if you have patience and take the time to learn the layout. – David Brown May 28 at 21:36
4  
Although the ribbon is different, it is very intuitive much more logical than its predecessor. – RAGNO Jul 15 at 22:10
5  
I find the ribbon much harder to scan than a menu or toolbar, because of the differing sizes and layout of the controls. – Mark Ransom Jul 15 at 22:28
show 9 more comments
vote up 4 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 4 vote down

Stuttgart Neural Network Simulator (SNNS), the old Xaw gui was very painful (the new frontend based on Java is much better).

Besides the awful look and feel, widget layout, and the fact that you had to put the mouse over every single box to get the focus, there was one inputext to enter the name of the neural network file to load or save that couldn't handle more than a fistful of characters (I cannot remember how many exactly, but maybe less than fifty, wich is insufficient if you want to put a not very exaggerated absolute path).

main window another window

EasyCASE was a crappy CASE tool that I had to use at the University (and after a quick search in Google I think it was only used at the Spanish Universities, so lame). You can find a few shameful screenshots here; but the worst of all was that to drag a box you had to do a triple click over it to start and lock the drag and click again to release and drop it... I was lucky enough to discover it, but most of my fellows just kept clicking randomly a lot until it happened to work xD

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

The Logitech Harmony Software is to me the best UI ever (this software configures the Harmony remote, from logitech).

The first menu is quite ok (even if all the UI is an HTML page) alt text

But, then, if you want to configure something, it's a real nightmare. Instead of menus or buttons, you have some radio-buttons to select something to change/configure, and a 'next' button to to change what you select. And also a 'finish' button you can press even if your changes are not finish or valid. And a triple confirmation is asked... Very awful and unattractive. And all the menus are unusable like that... alt text

link|flag
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.