Windows 11 volume controls not working comes in several distinct flavours: the volume slider doesn’t move, the sound is muted despite showing normal levels, the mixer ignores keyboard volume keys, or certain apps are silent while others play fine. Each of these points to a different root cause, and knowing which you have saves 20 minutes of chasing the wrong fix. If you want the full context, see our Complete Guide to Fixing Windows, Browser, and Software Errors.
Quickest check of all: right-click the speaker icon in the taskbar → Open Volume Mixer. Does the master slider move when you drag it? Is any individual app’s slider sitting at zero while others are up? The Volume Mixer is the single most informative view for audio issues in Windows 11 and reveals “app silenced in mixer” instantly — probably the most common cause of “my audio doesn’t work” when actually everything is fine at the system level.
Audio service restart — the single fastest fix
The Windows Audio service manages audio output for all applications. When it crashes or gets stuck, all audio stops and the volume slider becomes unresponsive — but Device Manager shows the audio device as working. This is one of the most common causes of sudden total audio failure.
Win+R → services.msc → find “Windows Audio” → right-click → Restart. Also restart “Windows Audio Endpoint Builder” (listed nearby). These two together handle the audio pipeline. After restarting both services: try playing audio and adjusting volume. In most cases this restores everything without a full restart.
Specific symptoms and their fixes
Volume keys do nothing: keyboard volume keys sometimes lose their binding — often after a Windows update or after software that remaps keys gets installed. Check: Open Volume Mixer (right-click speaker). Does dragging the on-screen slider change volume? If yes: the hardware keys lost their binding. Check your keyboard software (Logitech Options, Razer Synapse, etc.) — it may have remapped or captured the volume keys for its own purposes.
Slider moves but no sound: the audio output device may be set to the wrong endpoint. Click the speaker icon → the device name shows beneath the slider. If it says “HDMI Output” or “USB Audio” when you want speakers: click the device name → switch to the correct one. This catches the case where Windows switched to a different audio device, usually after plugging in a monitor, TV, or USB device.
One app is silent, others work: the Volume Mixer has per-app sliders. That app’s slider is at zero, or it’s set to a separate audio device. Open Volume Mixer → find the app → drag its slider up. Or right-click → Sound settings → App volume and device preferences → find the app and configure which audio device it uses.
Everything sounds too quiet even at 100%: Windows Sonic or other spatial sound processing can reduce apparent volume. Settings → System → Sound → your output device → Properties → Spatial audio → set to Off and test. Also check: the hardware volume on external speakers or monitors — they have their own physical volume that Windows can’t control.
Audio driver — update or reinstall
Generic audio drivers installed by Windows Update work but lack device-specific optimisation. If volume was working and stopped after a Windows Update: the update may have installed a different driver version. Roll back or update:
Device Manager → Sound, video and game controllers → your audio device → Properties → Driver tab → Roll Back Driver (if available, takes you to the previous version). If Roll Back is greyed out: download the manufacturer driver. For Realtek (most common on motherboards): your motherboard or laptop manufacturer’s support page has the correct version. For NVIDIA or AMD HDMI audio: from their GPU driver package directly.
Uninstall and fresh install: Device Manager → audio device → Uninstall device → check “Delete the driver software for this device” → restart. Windows reinstalls a clean generic driver on boot. Then replace with manufacturer’s driver from their site for full functionality.
Exclusive mode and audio session conflicts
Some applications (game engines, DAWs, certain media players) take exclusive control of the audio device. When they do: other applications lose audio access and volume controls stop responding for those other apps. Signs: one app plays fine, everything else is silent, closing the exclusive-mode app restores audio for others.
System-wide fix: go to the audio device’s Properties → Advanced tab → uncheck “Allow applications to take exclusive control of this device.” This prevents any application from grabbing exclusive access. Apps that genuinely need it (professional audio software) will show errors, but everyday software handles shared access fine.
Our guide on Windows audio troubleshooting covers the more complex cases where audio devices are missing entirely, and our audio crackling diagnosis covers quality issues that often share root causes with volume problems. For audio driver specifics and the WASAPI audio API that governs exclusive mode, Microsoft’s audio documentation covers the audio session model in depth.
Audio enhancements interfering
Windows Audio Enhancements (bass boost, virtual surround, equaliser, loudness equalisation) are applied by the audio driver and can sometimes interfere with volume control. An incorrectly-configured enhancement can make volume appear stuck or sound distorted at certain levels.
Disable all: right-click speaker icon → Sound settings → your output device → Properties → Enhanced audio → Audio enhancements → Off. Or the longer path: Control Panel → Sound → double-click the active playback device → Enhancements tab → check “Disable all enhancements” → Apply. Test whether volume now responds normally. If yes: an enhancement was the cause. Re-enable them one at a time to find which one causes the problem.
Communications settings stealing volume
A Windows feature specifically reduces the volume of all other sounds by 50% or more when a communication app detects a phone call or voice chat. This is buried and catches people completely off guard — music suddenly gets quieter when you join a Teams call, and doesn’t recover afterward if the setting is stuck.
Control Panel → Sound → Communications tab → “Do nothing” → Apply. By default this is set to “Reduce the volume of other sounds by 80%.” If you’ve experienced volume that mysteriously dropped during a call and never came back to normal: this is why, and “Do nothing” is the correct setting unless you specifically want Windows managing your audio mix during calls.
HDR and volume on external displays
For users with HDR-capable monitors connected via HDMI: Windows 11 HDR display mode can affect audio routing. When a display is set as the primary audio device (common with HDMI monitors that have built-in speakers) and HDR mode is enabled or disabled: the audio device changes and Windows may switch audio output to a different endpoint, effectively silencing what you were using.
If volume issues correlate with changing HDR settings or plugging in/out a monitor: Settings → System → Display → scroll to HDR → ensure HDR is consistently on or off, not toggling. Also: Settings → System → Sound → Output → manually set the output device explicitly rather than leaving it on “Default.”
Registry fix for volume OSD not appearing
If the volume slider works but the on-screen display (OSD) — the visual overlay showing volume level when you press the key — doesn’t appear: this is a separate Windows Shell issue. The OSD is controlled by the Shell HW Detection service.
Win+R → services.msc → “Shell HW Detection” → Start (if stopped) → set Startup type to Automatic. This service handles various hardware-triggered overlays including volume. Stopping it disables the OSD without affecting actual volume control. If the service is running but the OSD still doesn’t appear: SFC /scannow in admin Command Prompt can repair the Shell components.
Third-party audio software conflicts
Realtek Audio Console, NVIDIA Audio Panel, Nahimic, Dolby Atmos, and similar audio management applications all add their own volume control layer on top of Windows. Multiple layers can conflict — one software reports volume at 100% while another applies its own reduction.
Test: open each third-party audio app installed → check their own volume or mute settings → ensure none of them have applied their own mute. Nahimic in particular (common on MSI and ASUS laptops) has its own mixer that’s separate from Windows and can silence applications independently.
If conflicts are persistent: uninstall third-party audio software, keeping only the base driver → restart → test volume. Volume should then work purely through Windows controls. Reinstall only what you actually use (spatial audio, bass boost, etc.) and reconfigure from scratch.
| Symptom | Most likely cause | Quick fix |
| Slider moves, no sound | Wrong output device selected | Click speaker icon → switch to correct device |
| One app silent, others work | Volume Mixer app slider at zero | Right-click speaker → Open Volume Mixer → fix app slider |
| Total silence, slider unresponsive | Audio service crashed | Restart Windows Audio and Windows Audio Endpoint Builder |
| Volume dropped suddenly during a call | Communications ducking at 80% | Control Panel → Sound → Communications → Do nothing |
| Volume keyboard keys stopped working | Key remapping software conflict | Check keyboard software; verify no key remapping active |
| Volume works but OSD doesn’t appear | Shell HW Detection stopped | services.msc → Shell HW Detection → Start |
The Volume Mixer and the Communications settings are the two most-frequently overlooked causes of volume problems. The mixer catches app-specific silencing; the Communications setting catches the “it got quieter during a call and never recovered” scenario. Together they explain a majority of “my volume stopped working” reports that aren’t actually driver or hardware issues at all.
Bluetooth audio volume controls
Bluetooth headphones have their own independent volume scale that doesn’t always align with Windows volume control. You can have Windows volume at 50% and the Bluetooth device volume also at 50%, giving you 25% of maximum output. Both scales compound.
Use the volume controls on the headphones themselves for the device-side scale. Use Windows volume for the system-side scale. If audio seems quieter than expected even at Windows 100%: check the headphone’s own volume (usually the physical buttons on the headphone itself, or through the manufacturer’s companion app).
Also: Bluetooth audio profiles have their own quirks. When a microphone is in use alongside music playback, Windows may switch from A2DP (stereo, high quality, full volume range) to HFP (hands-free profile, narrowband, lower volume). This is the profile-switching issue that causes sudden perceived volume drops — the codec changed, not Windows volume settings. Close the app using the mic to switch back to A2DP.
Microphone accidentally routing to output
A misconfigured “Listen to this device” setting can cause a microphone signal to play through speakers, interfering with normal audio in confusing ways. Control Panel → Sound → Recording tab → right-click the active microphone → Properties → Listen tab → “Listen to this device” must be unchecked. If it’s checked: microphone audio is being mixed into your speaker output, which can cause audio feedback loops or strange volume behaviour.
The sound control panel vs Settings — which one to trust
Windows 11 has two interfaces for audio settings: the modern Settings app (Settings → System → Sound) and the legacy Control Panel Sound interface (Control Panel → Sound). They show overlapping but not identical information.
The Settings app is better for: selecting output device, basic volume control, spatial audio.
The Control Panel is better for: per-device properties, enhancements, exclusive mode settings, Communications tab, and advanced format settings. When troubleshooting volume issues, the Control Panel gives you more options than Settings does.
Right-click the speaker icon in the system tray → “Open Sound settings” goes to the modern Settings. Right-clicking and choosing “Sounds” goes to the Control Panel dialog. Keep both in mind — some fixes are only in one interface.
Volume across user accounts
Volume settings (including Volume Mixer per-app levels) are per user account. If you switch user accounts and volume seems wrong: the other account’s mixer settings are different. The audio service is shared but the mixer states are per-session. This is expected behaviour rather than a bug.
More practically: if a family member’s account has an app volume at zero in the mixer, that app will be silent for them even if your account’s mixer is correctly set. Each account needs its own Volume Mixer configuration.
Windows 11 and the legacy volume control experience
Windows 11’s default volume flyout (clicking the speaker icon) shows only the master volume slider and device selector. To access per-app controls without going to full Settings: right-click the speaker icon → Open Volume Mixer. The Volume Mixer gives you individual sliders per application that’s currently producing audio, with mute buttons for each.
There’s also an older Volume Mixer interface from Windows 10 that many users prefer. Access it via Control Panel → Sound → Mixer button (if present), or via the SndVol.exe command. Some third-party tools like EarTrumpet (free, Microsoft Store) replace the default volume flyout with a more feature-rich interface that includes per-app volume without needing to open the full Volume Mixer. Worth knowing about for users who frequently need to adjust per-app audio.
Volume control in Windows 11 is more capable than it looks from the taskbar alone. The combination of the Volume Mixer, the Sound Control Panel Communications settings, and the audio service restart covers the vast majority of volume-related complaints. The driver and enhancements layers only come into play for the minority of issues that survive those initial checks. Our guide on Windows 11 Volume Mixer Not Working covers an adjacent issue.






