Windows Troubleshooting

Fix audio not working on Windows

Practical Windows guide: fix audio not working on Windows without the usual guesswork.

10 min read Beginner Updated 9 Jun 2026

Step-by-step guide

Work through each section in order. Stop when your issue is resolved — you do not need every step for every situation.

What you will achieve

Restore sound on Windows when speakers or headphones produce no audio — working through output device selection, services, and drivers in order.

1) Check output device and volume

  1. Click the speaker icon in the taskbar — confirm volume is up and not muted.
  2. Click the arrow or chevron next to the volume slider to pick the correct output (HDMI, headphones, USB DAC — not a disconnected device).
  3. Settings → System → Sound → choose the output device and run the troubleshooter.

2) Restart Windows Audio services

Admin PowerShell:

Restart-Service Audiosrv
Restart-Service AudioEndpointBuilder

3) Update or reinstall audio driver

  1. Win + XDevice Manager → Sound, video and game controllers.
  2. Right-click the device → Update driver or Uninstall device, reboot, and let Windows reinstall.
  3. For Realtek/Intel/Sound Blaster, install the latest driver from the PC or motherboard vendor — not generic unknown drivers.

4) Disable audio enhancements

  1. Settings → System → Sound → [device] → Properties.
  2. Set Enhance audio or spatial sound off if crackling or silence appeared after an update.

5) Exclusive mode conflicts

  1. Sound device Properties → Advanced → uncheck Allow applications to take exclusive control if DAW or VoIP steals output.

6) HDMI audio missing

  1. GPU driver bundles HDMI audio device — update NVIDIA/AMD driver if TV shows picture but no sound.

7) Run audio troubleshooter

  1. Settings → System → Troubleshoot → Other troubleshooters → Playing Audio.

8) Windows Audio Endpoint Builder dependency

Get-Service AudioEndpointBuilder, Audiosrv | Select-Object Name, Status, StartType

Both should be Running, Automatic.

9) Realtek dual driver conflict

  1. Microsoft inbox Realtek vs OEM Realtek — install one stack only. Remove both from Device Manager, reboot, install OEM package from laptop vendor.
  2. Front panel HD audio vs rear — wrong jack detection in Realtek control panel mutes output.

Verification checklist

Play YouTube and local WAV file — both sources test browser vs system path. Bluetooth headset and wired speakers tested separately if both available.

  1. Reboot once after changes that affect services, drivers, or firmware.
  2. Confirm the original problem is resolved under normal daily use, not only immediately after the fix.
  3. Note date, Windows version (Settings → System → About), and what changed in your personal runbook for next time.

Quick reference paths

  • mmsys.cpl
  • Settings → System → Sound
  • Services → Windows Audio
  • Admin tools: press Win + X for Terminal (Admin), Device Manager, and Computer Management.

After major Windows upgrade, check Settings → System → Sound for new default output device — upgrades sometimes select HDMI or virtual device instead of speakers.

Related guides

audio fix not windows working