How to Disable Audio Enhancements per Output Device on Windows 11

Quick fix: Open Sound → More sound settings (legacy mmsys.cpl), right-click the output device, choose Properties, and uncheck Enable audio enhancements on the Enhancements tab. The new Settings app exposes the global toggle, but per-device control lives only in the legacy dialog. Windows 11 ships with audio enhancements turned on for every endpoint — bass … Read more

Why Microphone Boost Resets After Every Reboot on Windows 11

Quick fix: Microphone Boost reverts because the driver registers a new endpoint instance after each boot, and the per-endpoint settings save against the old GUID. Lock the boost to a permanent value with PowerShell’s Set-AudioDevice module, or set it via the Realtek/Conexant control panel which writes to a persistent path. You set Microphone Boost to … Read more

How to Set Per-App Audio Output on Windows 11 Without Third-Party Tools

Quick fix: Open Settings → System → Sound → Volume mixer. Each running app shows an Output device dropdown. Pick the desired output per app — Discord to headphones, Spotify to speakers, etc. The assignment persists across app restarts on Windows 11. You want Spotify to play through your living-room speakers (over Bluetooth) while your … Read more

How to Disable Hands-Free AG Audio Mode on Bluetooth Headsets

Quick fix: Open More sound settings → Playback tab, right-click the “Headphones (Hands-Free AG Audio)” entry, choose Disable. Windows then uses only the high-quality A2DP/Stereo entry. Audio quality jumps from telephone-grade to music-grade. Your Bluetooth headphones sound terrible when you’re also using the microphone — Discord call, Teams meeting, Zoom. Music switches from CD-quality to … Read more

Why Volume Mixer Resets to Default Levels in Windows 11 and How to Lock It

Quick fix: Open More sound settings → Communications tab and set When Windows detects communications activity to Do nothing. The auto-ducking that drops volumes during calls is the primary cause of Volume Mixer resets. You set Spotify to 30% and Discord to 80% in Volume Mixer. After joining a Zoom call, Windows auto-mutes or reduces … Read more

How to Force Bluetooth Headphones to Use Stereo Mode in Windows 11

Quick fix: Open More sound settings → Playback tab. Set the “Stereo” entry of your headphones as default. Disable the “Hands-Free AG Audio” entry (right-click → Disable). Windows can only switch to HFP if the Hands-Free entry is enabled. You want Bluetooth headphones to always use the high-quality A2DP/Stereo profile. The problem: when any app … Read more

Fix Crackling Sound From USB Audio Devices on Windows 11

Quick fix: Set the USB audio device’s sample rate to 48000 Hz (24-bit) in Settings → System → Sound → [device] → Audio format. If crackling persists, disable USB selective suspend for the device’s root hub in Device Manager → Universal Serial Bus controllers → right-click each hub → Properties → Power Management → untick … Read more

Why Bluetooth Headphone Audio Lags Behind Video on Windows 11

Quick fix: Right-click the speaker icon → Sound settings → More sound settings → Playback tab → right-click your Bluetooth headphone → Properties → Advanced tab → uncheck Allow applications to take exclusive control of this device. The lag drops from ~300ms to under 100ms on most devices. You’re watching a YouTube video through your … Read more