Skip to content

Instantly share code, notes, and snippets.

@lukejones
Created July 5, 2023 16:21
Show Gist options
  • Save lukejones/5de7e60295753477ea4e9ca62053cf6f to your computer and use it in GitHub Desktop.
Save lukejones/5de7e60295753477ea4e9ca62053cf6f to your computer and use it in GitHub Desktop.
Fix Logitech MX Master / Keys 3S Bluetooth Lag on MacOS

For those who get issues with input lag on their bluetooth devices, do the following to remove the lag.

  1. Open up Terminal.app (Applications > Utilities > Terminal)
  2. Run the command sudo pkill bluetoothd (just copy and paste that into Terminal).
  3. Hit Return/Enter.
  4. Enter your macOS user password (the one you sign in to your Mac with).
  5. Hit Return/Enter.
  6. Wait for a few moments while the Bluetooth receiver resets and all the devices restart.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment