Take the 2-minute tour ×
User Experience Stack Exchange is a question and answer site for user experience researchers and experts. It's 100% free, no registration required.

enter image description here

So Windows has had, for a while now, a pointer trail feature under the visibility section. But that's something I don't understand.

The pointer trail itself is extremely annoying, and seems to me that it conveys a "this is just a joke" kind of feature. I don't see in any realistic sense why pointer trails would help contribute towards visibility of the mouse pointer.

Was it intended as a "just for fun" feature or is it actually designed to help the user out to see the mouse pointer better?

share|improve this question
13  
You assert that it is "extremely annoying", but should consider that you really mean "I find it extremely annoying". You'll get further trying to discern design decisions if you get used to that. –  Lightness Races in Orbit yesterday
2  
@NobleUplift way to jump to conclusions. Nowhere did I say the cursor was annoying. I said that the mouse trail feature was annoying, hence the title. Instead of jumping to conclusions, it doesn't hurt to read the whole post fully instead. –  uxxu 21 hours ago
4  
Clearly you have perfect eyesight. When you turn 60 or so you'll understand why mouse trails are useful. Doubly so if you have any eye disease such as glaucoma, cataracts or macular degeneration. Before expressing distaste with some concept try to remember that not everyone in the world has your viewpoint. –  Jim Garrison 15 hours ago
4  
@uxxu You state in the question 'The pointer itself is extremely annoying'. Later you say 'Nowhere did i say the cursor was annoying'. Is the pointer somehow different to the cursor? I suggest making this clear before berating others. –  kwah 14 hours ago
2  
It seems from comments the OP meant the "pointer trail" is "extremely annoying". I submitted an edit to the question to reflect this and avoid future confusion. –  Tim FitzGerald 5 hours ago

2 Answers 2

The pointer trail is an accessibility feature. It is designed to help people with visual difficulties to spot where the pointer is on a large screen by emphasizing its movement and leading you to its current position.

Here's a description from the UK National Health Service:

The standard mouse pointer is not very easy to see and many people find that they lose it as they move it across the screen. As well as enhancing the appearance of your mouse pointer you can also apply mouse trails. A mouse trail consists of just that - a trail of mouse arrows that fade away as you move the mouse across the screen.

A simple Google search for "pointer trail accessibility" shows instructions on how to set it for people with visual difficulties from a number of sites.

As to its usefullness, the only accessibility study I'm finding off-hand that discussed mouse trails doesn't make the results publicly available.

share|improve this answer
24  
Anecdotally in the very early days of LCD panels when the response time was measured in terms of 100ms or so, the mouse trails made it much easier track the direction and velocity of the cursor as you moved it around as well, and I have 20/20 eyesight. As the velocity increased, the mouse trails would be further apart. –  Mark Henderson Sep 17 at 21:26
8  
@MarkHenderson: I'd say that's more than anecdotal. Many 1990s laptops used passive-matrix screens that had an "S"-curve response; a major purpose of mouse trails was to ensure that each image of the mouse pointer in a different position was shown long enough to have a visible effect on the display glass. On large monitors, they have an additional effect, which is to cause a more significant visual stimulus when the pointer is moving, making it easier to find. –  supercat Sep 17 at 21:46
15  
Anecdotal, I know, but I know several visually impaired folks who find the mouse trails feature extremely helpful. Like many accessibility features, it's a UX "negative" unless you need it - then it's a huge positive! –  Ian 2 days ago
3  
Interestingly, applying a mouse trail of any amount changes the rendering of the cursor from a hardware overlay drawn by the graphics card to something Windows renders. It doesn't suddenly switch between multiple screens and makes partly cursors possible between the screens, it doesn't cause lag if the cursor is changed very often which is a problem on some cards (cursor flickering slowdown). Same applies to the window dragging cursor. –  DebugErr 2 days ago
9  
I can personally confirm the answer given by Tim Fitzgerald. I am partially sighted, almost blind in fact, and a computer programmer by trade. I still have relatively clear central vision but no peripheral vision at all. That means when I look at a point on the screen, I see only that point and nothing else. This makes trying to find the cursor a very difficult task, even when moving it around madly trying to catch a glimpse of movement. By using the pointer trail it makes the movements more pronounced and helps me find the cursor. For me it could do with being much longer, someting akin... –  Kevin yesterday

The original purpose of the "mouse trails" feature, according to the Windows 3.1 documentation, was to make the mouse easier to track on the very-high-latency LCD panels used in early laptops, by ensuring that the pointer was drawn in each position for at least a full refresh cycle of the screen.

It turns out that it also makes the mouse easier to follow/find in other situations, and has a high "ooh, nifty" factor, so mouse trails have stuck around.

share|improve this answer
7  
Yep, my dad had a Windows 3.1 laptop. Your choices at the time boiled down to, too fast to be visible while in motion, slow enough to be annoyed, or somewhere in between where the pointer gained a fuzzy quality that made you not want to look directly at it. –  Izkata 2 days ago
2  
This is the actual answer. These days it's most likely primarily an accessibility feature, but originally it was about slow screen refresh rates. I remember at one time (right around when Windows 3.1 was current) using a then semi-old laptop which had a plasma screen, where letters would gradually fade into existence as you typed. Given what little I remember of the hardware, that one probably could have run at least Windows 3.0, albeit slowly. –  Michael Kjörling yesterday
    
I still use the pointer trail feature for my high-latency display. I have an old IBM T221 monitor which has high resolution (3840x2400) but with the single-link DVI connector on my laptop can be driven at only 12Hz refresh. Without pointer trails it can be hard to see where the pointer is as you move the mouse. –  Ed Avis yesterday

protected by JonW 3 hours ago

Thank you for your interest in this question. Because it has attracted low-quality answers, posting an answer now requires 10 reputation on this site.

Would you like to answer one of these unanswered questions instead?

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