Mouse scroll doesn't work in Windows 10 start menu

2

The Windows 10 start menu doesn't want to obey my mouse scroll. Scrolling works with my keyboard's touchpad, and the touchscreen. I've tried running Windows Troubleshooter on Mouse settings to no avail.

But, if I click inside the start menu, scrolling will work.

I suppose this is a problem with it not focusing on the Start Menu. Any help?

My computer is a Surface Pro 3, running Windows 10 Professional. My mouse is a wireless Logitech M325.

boxspah

Posted 2015-10-25T16:59:27.687

Reputation: 359

Does the Logitech mouse scroll in other apps: Windows Explorer, Internet Explorer, etc? – Steven – 2015-10-29T15:15:04.793

@Steven Yes, it works perfectly fine in all other applications. – boxspah – 2015-10-30T00:31:42.260

his issue has been bugging me time and again. strangely couldn't find the solution from google search earlier. Need to exclude the word "smooth scrolling" before I found this superUser post – tinker – 2018-11-23T07:26:37.420

Answers

8

Open your Start Menu and go to Settings > Devices > Mouse and Touchpad.

There should be an option called Scroll inactive windows. It's turned off by default, so try turning it on.

It worked perfectly for my HP computer.

user532444

Posted 2015-10-25T16:59:27.687

Reputation: 96

3

I am not yet familiar with windows X, but i have a few things you can try.

First, on some mice, there is a compatibility button, changing it between two operating systems, usually windows 8 and windows 7. If you mouse has one of these, try it in both states.

If that does not work, see if you can find a way to disable the keyboard's touch pad, and see if that helps.

If neither of the above solutions solve your problem, go to run, and type "devmgmt.msc" and hit Enter. Find your mouse, and see if it has a yellow error. If it does, you likely have a driver problem. If not, check your connections, and make sure there is a clear path between your USB fob for the mouse and the mouse itself.

Hope it helps, mrdorkface

UPDATE: Based on new information that has been brought forward, I would say the simplest fix that I know for your problem would be to get into the habit of clicking on the scroll bar every time you open the start menu. I have never had nor heard of a problem like this, so I doubt the fix is easy. If anyone else has an answer to DominatorX's question, please do share.

mrdorkface

Posted 2015-10-25T16:59:27.687

Reputation: 80

So far, there is no compatibility switch on my mouse, and there are no errors with my mouse in Device Manager. Still working on disabling my touchpad. Thanks for the tips though! – boxspah – 2015-10-30T00:53:20.570

Disabled touchpad from the settings menu, and still no resolution. I did discover something interesting though... (see update in question) – boxspah – 2015-10-30T00:57:47.587

Does clicking anywhere in the window work, or only the scrollbar? – mrdorkface – 2015-10-30T02:13:05.130

I meant does clicking anywhere in the window allow it to scroll properly... – mrdorkface – 2015-10-31T19:19:16.287

Clicking anywhere in the Start Menu will allow scrolling. – boxspah – 2016-03-06T17:21:10.163

1

I experience a similar thing recently but with different causes. I document here in case someone also have this issue.

The cause of this behavior on my machine is this autohotkey script that I use for browser gestures. Exiting this script fixes the issue for me.

xgdgsc

Posted 2015-10-25T16:59:27.687

Reputation: 976

thanks for this. This made me check my autohotkey script. – tinker – 2018-11-23T07:25:49.890

1

My problem was caused by AltDrag. Turning off 'Scroll inactive windows' in it's settings resolved the problem.

Gordon Mohrin

Posted 2015-10-25T16:59:27.687

Reputation: 171

0

"KDE Alt Moving Sizing" Autohotkey script found to be the problem.

For those who are using it, make sure this setting is disabled. enter image description here

The same effect of that checkbox, can be achieved by Windows 10 natively,

enter image description here

tinker

Posted 2015-10-25T16:59:27.687

Reputation: 113