Categories: Ubuntu

How to Change Mouse Scroll Speed in Ubuntu

“Ubuntu does not have a configuration option to set the scroll speed of the mouse under System Settings. It is a significant disadvantage of this operating system. That’s why users requested to add a new scroll speed control feature through the GNOME development page two years ago.

Still, no official setting is launched in Ubuntu to control the scroll speed of the mouse. Please read this guide if you are an Ubuntu user and want to adjust or change the scroll speed. In this guide, we will explain how to change the mouse scroll speed in Ubuntu.”

How to Change Mouse Scroll Speed in Ubuntu

Sponsored

Linux users often have problems with changing the mouse scroll speed. As big a problem as it looks, it’s easier to solve and adjust the speed of the mouse. This article will change the mouse scroll speed through two different methods.

From the Terminal

You only need to run the following curl command, which will directly show a UI on your terminal screen. You can change the mouse scroll speed in Ubuntu from this new pop-up options menu.

bash (curl -s http://www.nicknorton.net/mousewheel.sh)

This method does not require you to copy the script manually or change the permissions.

Install Imwheel Manually

Imwheel is a tool by which you can change the behavior of the mouse wheel on a per-program basis. You can use the following steps to change the mouse scroll speed on Ubuntu:

You can install the Imwheel tool on your system by running the following command:

sudo apt install imwheel

Once Imwheel is installed, visit nicknorton.net and copy the complete script. Now, paste the script into Text Editor and name the file mousewheel.sh.

Sponsored

To set up the .sh file with a suitable code and create the file, go to the location where you have saved your file:

Now, use the “chmod” command to configure the script for launching the imwheel:

chmod +x mousewheel.sh

Finally, enter the below command to launch the imwheel from the terminal:

./moushewheel.sh

Doing so will open the dialog box to set mouse scroll speed on your terminal screen, with the help of which you can change your mouse scroll speed in Ubuntu.

Using this method, you can change your mouse scroll speed in Ubuntu by following the steps above.

Wrapping Up

In the above guide, we have explained different methods to change the mouse scroll speed in Ubuntu. The first method is easy and straightforward because you just have to execute a single one to get control of the mouse scroll speed. However, the other one is a manual process using the imwheel tool. So it depends on your system requirements because we have used the above methods in multiple systems. Hence, there are some chances that you may face an issue in using the first method, so you can use the second one.

Ubuntu Server Admin

Recent Posts

Canonical Releases Ubuntu 25.04 Plucky Puffin

The latest interim release of Ubuntu introduces “devpacks” for popular frameworks like Spring, along with…

2 days ago

Ubuntu 25.04 (Plucky Puffin) Released

Ubuntu 25.04, codenamed “Plucky Puffin”, is here. This release continues Ubuntu’s proud tradition of integrating…

3 days ago

Extended Security Maintenance for Ubuntu 20.04 (Focal Fossa) begins May 29, 2025

Ubuntu released its 20.04 (Focal Fossa) release 5 years ago, on March 23, 2020. As…

3 days ago

Ubuntu 20.04 LTS End Of Life – activate ESM to keep your fleet of devices secure and operational

Focal Fossa will reach the End of Standard Support in May 2025, also known as…

4 days ago

Ubuntu MATE 25.04 Release Notes

Ubuntu MATE 25.04 is ready to soar! 🪽 Celebrating our 10th anniversary as an official…

5 days ago

Ubuntu Weekly Newsletter Issue 887

Welcome to the Ubuntu Weekly Newsletter, Issue 887 for the week of April 6 –…

6 days ago