Mute and unmute your Discord mic with a single key — the one you choose.
MuteBind is a tiny Windows app that lives in your system tray. Pick any key (or combo:
F12, Ctrl+Alt+M, …), and one press mutes or unmutes your Discord mic — even while
you're in a fullscreen game, without switching to the Discord window.
It also turns your PS5 DualSense's mute button into a Discord mute toggle, with the orange LED lighting up when you're muted — just like on PS5.
One key. Your mic. Everywhere in Windows.
- 🎙️ Mute / unmute Discord with a single press of the key of your choice.
- 🎮 PS5 DualSense mute button (DualSense & DualSense Edge, over USB): the mic button toggles Discord and glows orange when you're muted — exactly like on PS5.
- 🔔 On-screen mute notification (FluentFlyout style) — position, duration, fade speed and opacity all adjustable.
- 🔄 Stays in sync with Discord: reads Discord's real mic state, so the notification and controller LED are always right — even if you also click mute in Discord itself.
- 🎛️ Simple UI: click "Change…", press your key, save. Done.
- 🌍 Works everywhere: a low-level keyboard hook catches your key even when a game has focus (use borderless windowed for best results).
- 📌 Lives in the system tray, quiet and out of the way. Closing the window doesn't quit.
- 🚀 Starts automatically with Windows (optional, one click).
- 🔒 No account, no login, no telemetry. 100% local.
- Download
MuteBind.exefrom the Releases page. - Double-click it. That's it — no installation. (Windows SmartScreen may warn because the exe isn't code-signed → "More info" → "Run anyway".)
Yes — and you don't have to take my word for it:
- Clean on VirusTotal: 0 / 69 detections — VirusTotal indexes by file hash, so that link always shows the current result for this exact
.exe. Scan it yourself anytime. - No account, no telemetry, no network calls — it only talks to Discord (by simulating a keystroke) and to your controller (USB HID), all locally.
- Single-purpose — one small tool that does exactly one thing.
The exe isn't code-signed (signing certificates cost money), so Windows SmartScreen may warn you the first time — that's normal for indie apps. Click "More info" → "Run anyway".
On first launch, the settings window opens:
Click "Set up Discord" and follow the on-screen path:
- Discord → Settings → System → Custom Keybinds → Add a Keybind
- Keybind action: "Toggle Mute"
- Record the shortcut:
Ctrl + Alt + Shift
This combo is deliberately rare so it never clashes with your games. It's the internal "pipe": you'll only ever use your own key.
Click "Change…", press whatever key you want, then "Save".
Close the window. MuteBind stays in the tray. Press your key anywhere → your Discord mic mutes / unmutes.
Plug your DualSense in over USB: MuteBind detects it automatically, and the mute button (below the PS logo) becomes a Discord mute toggle. The orange LED around the button lights up when you're muted, just like on PS5.
- Toggle it from the tray menu: "DualSense mute button".
- Your keyboard key and the controller button both work at the same time.
⚠️ If Steam Input is enabled for PlayStation controllers, Steam can grab the controller exclusively and stop MuteBind from reading it. Disable Steam Input for the DualSense if the button doesn't respond.
MuteBind catches your key with a global keyboard hook (WH_KEYBOARD_LL), then simulates,
at the system level, the shortcut Discord has registered as Toggle Mute. Discord picks
that combo up globally, including while a game is in the foreground — so your key
drives Discord's mute without Discord needing to be the active window.
The DualSense support reads the controller's raw HID reports to detect the mute button and drives the mute LED over HID output reports.
Fullscreen exclusive game? Some games block global hotkey detection (Discord included). Switch the game to borderless windowed — it's the norm today and has virtually no performance cost.
Settings are stored in %AppData%\MuteBind\config.json.
Proprietary — © 2026 Veax. All rights reserved.
- MuteBind is free to download and use. You may not copy, modify, redistribute, sell, or reverse-engineer it. See LICENSE for details.