MouseVolume is a lightweight Windows utility that lets you control system volume using your mouse's side buttons.
No heavy apps, no background junk, just fast, clean volume control.
Windows-only utility
Perfect for:
- ๐ฎ Gamers
- ๐ง Video & audio editors
- ๐ฅ๏ธ Multiโmonitor setups
- ๐ฌ Streamers
- Anyone who wants instant volume control without the keyboard
- Mouse Back Button โ Volume Down
- Mouse Forward Button โ Volume Up
(Technical names: XButton1 = Back, XButton2 = Forward) - Starts with Windows (installer option)
- Standโalone EXE
- Very lightweight & fast
| OS | Supported |
|---|---|
| Windows | โ |
| macOS & Linux | โ |
Download the latest installer from Releases:
๐ https://github.com/Yehuda-V/MouseVolume/releases/latest
Run:
MouseVolume_Setup.exe
The installer will:
- Copy files to: %localappdata%\Tools\MouseVolume\
- Add a Startup shortcut (runs automatically)
- Launch the app โ tray icon will appear โ
Download:
MouseVolume_Portable_v1.0.0.zip
Make sure to extract all files (EXE + icons) to the same folder before running.
Run MouseVolume.exe โ done โ
No installation required.
| Action | Button / Hotkey |
|---|---|
| Volume Up | Mouse Forward Side Button |
| Volume Down | Mouse Back Side Button |
MouseVolume/
โโ src/
โ โโ MouseVolume.ahk
โ โโ MouseVolume.ico
โ โโ MouseVolume_off.ico
โ โโ installer
โ โ โโ MouseVolume.iss
โโ README.md
- AutoHotkey v2 (to edit and compile)
- Inno Setup (to build installer)
Source located in:
src/MouseVolume.ahk
Rightโclick the .ahk โ Compile
Or via terminal:
Ahk2Exe.exe /in MouseVolume.ahk /out MouseVolume.exe
Open:
src/MouseVolume.iss
Build via Inno Setup.
- Buttons are the same ones used for Back and Forward in browsers
- Works great with gaming mice that have two side buttons
MIT โ free to modify & use.
If this tool helps you, consider giving the project a โญ on GitHub โ it means a lot!

