Skip to content

Instantly share code, notes, and snippets.

@ziadoz
Last active July 30, 2025 00:30
Show Gist options
  • Save ziadoz/080074b0df4002d7ac13ae24fb62c50d to your computer and use it in GitHub Desktop.
Save ziadoz/080074b0df4002d7ac13ae24fb62c50d to your computer and use it in GitHub Desktop.
macOS Microsoft Teams Audio Driver Issues
In the middle of a Zoom call my audio in/out devices changed to “Microsoft Teams Audio Devices”, despite no longer having Microsoft Teams installed.
It turns out Teams leaves its audio driver on your system running, and it occasionally decides to make itself the default.
I had to delete: /Library/Audio/Plug-Ins/HAL/MSTeamsAudioDevice.driver in the end to fix it:
sudo rm -rf /Library/Audio/Plug-Ins/HAL/MSTeamsAudioDevice.driver
https://forums.macrumors.com/threads/how-to-uninstall-core-audio-driver-msteamsaudiodevice-driver.2344450/
@jlumbroso
Copy link

Charming behavior. Thank you @ziadoz!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment