Tell me more ×
User Experience Stack Exchange is a question and answer site for user experience researchers and experts. It's 100% free, no registration required.

I have seen a lot of discussion on this topic but it all seems to be opinion based without any research backing up the assumptions.

It seems that there are times that it is particularly relevant to open links in new windows (providing help or interrupting processes) but what about the more ambiguous actions (i.e. links to external sites)?

Does anyone know of any (preferably recent) research on the affect links opening new windows has on users?

share|improve this question
I'm a proponent of it's ok to open outgoing links in a new window simply because I've come to expect it, but I can't find any arguments/data one way or the other within 4 years (that doesn't rely on 4 year old dogma). – obelia Jan 9 at 0:18
2  
This question is a duplicate of ux.stackexchange.com/questions/13727/…. Several of the comments on that page are out of date, so I added an up-to-date answer to it last week. – 3nafish Jan 9 at 0:25
1  
@3nafish - I missed your resurrection of that old post and I missed that article you reference in your post uxmovement.com/navigation/… but I completely agree with that article. – obelia Jan 9 at 0:51

4 Answers

I'm a proponent of it's ok to open outgoing links in a new window, but I can't find any arguments/data one way or the other within the last 4 years that doesn't reference 4 year old dogma. In the absence of recent analysis I rely on "what do the experts do" and this is what I've found:

sensible.com (Steve Krug) - generally doesn't open outgoing links in new window but link to amazon.com to buy books does open in a new window/tab.

cooper.com (Alan Cooper) - does open outgoing links in new tab/window.

www.nngroup.com - does not open links in new window.

google.com - does not open links in new window.

news.google.com, twitter.com, most emails, most forums - does open outgoing links in new window/tab.

wikipedia.org, stackexchange.com - does not open outgoing links in new window.

edit: found a recent analysis (courtesy of 3nafish): http://uxmovement.com/navigation/why-external-links-should-open-in-new-tabs/ and I agree completely.

share|improve this answer
1  
+1 for researching it. – DA01 Jan 9 at 1:33
I do have some misgivings about the UXmovement article. It's mainly assumptions. – DA01 Jan 9 at 1:34
@DA01 Exactly, it's ALL assumptions and opinions (and sometimes downright wrong). I would love to see some proper studies studies on this. – Tims Jan 9 at 5:35
google.com does open links in new window when you have told it do so so through your search settings. It's one of the first things I change when I happen to have cleared my cookies or use a new computer... – Marjan Venema Jan 9 at 7:02

On today's web, never.

Once, opening a link with href = blank was a legitimate way to present a modal window for a tangential task, keeping the host page in view so the user could easily return to their original workflow once they were done. Granted, the fact it broke the back button probably negated the benefits, but there was still a case for it nevertheless.

Fast forward to 2013 and things have changed: modern desktop user agents open these links in new tabs, and users have started using mobile browsers that hide away tab management for the sake of screen estate. Because the whole page changes, desktop users are prone to miss tab changes due to change blindness, and because the tabs are tucked away on mobile, mobile users find it awkward to shift tabs even when they know they need to.

So don't do it in future. If you need a modal panel, try to use a lightbox solution instead.

share|improve this answer

For me, the only legitimate reason to open a new window if there's a need to have two windows open at once.

but what about the more ambiguous actions (i.e. links to external sites)?

I haven't heard any good arguments for that.

So barring a good argument to change default web behavior, I tend to encourage people to not mess with the default web behavior.

share|improve this answer

It's debatable. I think it's courteous to open a new tab for an external link, but it doesn't make sense on mobile.

share|improve this answer

We're looking for long answers that provide some explanation and context. Don't just give a one-line answer: please explain why you're recommending it as a solution. Answers that don't explain anything will be deleted. See Good Subjective, Bad Subjective for more information.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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