Skip to content
Headphones next to a laptop

No Sound on Windows 11? Fix Audio Like a Technician

Restore Windows 11 sound step-by-step: wrong output device, disabled Realtek/NVIDIA audio, exclusive mode conflicts, driver reinstall, and HDMI audio traps.

10 min readWindows 11, no sound, audio

No sound on Windows 11 is rarely a dead motherboard. In the shop, it is usually wrong output, a disabled device, or a botched Realtek / NVIDIA HD Audio package after an update. Work the software stack before you quote hardware.

Quick symptom map

What you see Most likely cause First move
Icon shows volume, still silent Wrong default output (HDMI / Digital) Switch Speakers / Headphones
Red X on speaker icon Audio service or driver crash Restart AudioSrv + Endpoint Builder
Only one app silent Per-app mixer mute / wrong endpoint Open Volume Mixer
Bluetooth mono / robotic Hands-Free profile selected Re-pair; prefer Stereo endpoint
Dead after GPU driver update NVIDIA/AMD HD Audio stole default Set Realtek / Speakers again
Jack silent, USB headset works Onboard codec / jack / front-panel cable OEM driver, then hardware

If the PC also freezes, blacks out, or sits on a stuck update, fix that first — audio often returns once the system is stable again (Windows 11 black screen, Windows Update stuck).

1. Pick the live output (most common fix)

  1. Click the speaker icon → click the device name at the top
  2. Choose Speakers, Headphones, or your USB/Bluetooth headset — not “Digital Output” / a ghost HDMI device
  3. Or go to Settings → System → Sound → Output and set the default

Pro tip: If you use an HDMI / DisplayPort monitor with speakers, Windows may silently switch there after sleep or a GPU driver install. Plug headphones in, then re-select the jack or USB device.

Also run Settings → System → Sound → Troubleshoot once. It is not magic, but it re-enables disabled endpoints without digging through Device Manager.

2. Volume Mixer reality check

Right-click the speaker → Open volume mixer.

  • Master + app volumes above 0
  • Nothing muted
  • The app you are testing (Edge, Spotify, YouTube, Discord) is assigned to the same device

Browser tabs can stay stuck on an old HDMI endpoint after you unplug a TV. Close the tab, re-select Speakers, then reload the stream.

3. Enable hidden devices

  1. Device Manager → View → Show hidden devices
  2. Expand Sound, video and game controllers and Audio inputs and outputs
  3. Right-click anything with a down arrow → Enable
  4. If a device shows an error code, Uninstall device (tick “attempt to remove driver” if offered) → reboot so Windows rebuilds it

Greyed-out “Speakers” entries after docking-station use are extremely common. Enable them before reinstalling anything.

4. Restart the audio services

Admin Command Prompt:

net stop audiosrv
net stop AudioEndpointBuilder
net start AudioEndpointBuilder
net start audiosrv

Or open services.msc → set Windows Audio and Windows Audio Endpoint Builder to Automatic, then restart them. If either service will not stay running, the driver package or a corrupted runtime is next — not a new motherboard.

5. Reinstall audio the pro way

Generic Microsoft drivers are fragile on OEM laptops.

  1. Download audio + chipset drivers from Dell / HP / Lenovo / ASUS / MSI for your exact model
  2. Uninstall current audio devices in Device Manager
  3. Reboot
  4. Install the OEM package (not a random “Realtek 2026 mega pack” from a forum)
  5. Reboot again

For USB DACs and headsets, try another port — prefer USB-A or USB-C directly on the machine, not a dead hub. If Bluetooth is flaky across all devices, fix the radio stack separately (Bluetooth headphones on Windows).

6. Exclusive mode, enhancements, and sample rate

Settings → System → Sound → your device → Properties / Device properties → Additional device properties

  • Disable Exclusive mode temporarily (games and DAWs love to lock the endpoint)
  • Disable Enhancements / Spatial sound for testing
  • Set format to 16 bit, 44100 Hz or 24 bit, 48000 Hz and Apply

If only Zoom / Teams is silent while Spotify works, check the meeting app’s own device picker and see Zoom no microphone / sound — the OS default can be correct while the app points elsewhere.

7. Bluetooth and HDMI traps

  • Forget and re-pair Bluetooth headphones; confirm Windows uses the Stereo profile for media, not Hands-Free
  • If HDMI TV audio is unwanted: Sound settings → disable or disconnect that output
  • After GPU driver updates, NVIDIA High Definition Audio (or AMD Audio) can steal default output — switch back to Realtek / Speakers
  • Dock / USB-C display audio often creates a second Speakers entry — label it mentally as “monitor” and stop using it when the monitor is off

Do / Don’t

Do

  • Change the default output before buying parts
  • Install the OEM audio package for your exact model
  • Test with a cheap USB headset to isolate onboard audio

Don’t

  • Install three different Realtek packs on top of each other
  • Assume a dead jack because HDMI was selected
  • Reset Windows on day one of a silent Spotify tab

When hardware is actually bad

Suspect the jack / board if:

  • Device Manager never lists speakers after clean OEM installs
  • Front-panel audio fails but the rear motherboard jack works (desktop case cable)
  • USB audio works, onboard never does across multiple driver cleans
  • Liquid, crush damage, or a burnt smell near the audio codec

App-specific silence (browser, Discord, games)

If Windows system sounds work but one program is mute:

  1. Open Volume Mixer and confirm that app is not at zero
  2. In the app’s settings, pick the same Speakers/Headphones endpoint Windows uses
  3. Quit the app fully (tray icons count) and relaunch after switching outputs
  4. For browsers, disable hardware acceleration temporarily — rare, but it breaks WebAudio after GPU driver swaps

Discord, Steam, and creative apps often keep their own device list. Fixing Windows defaults will not move an app that still points at a disconnected HDMI TV.

Fast shop checklist

  1. Correct default output
  2. Enable devices
  3. Restart audio services
  4. OEM driver package
  5. Test with a USB headset to isolate onboard audio

That sequence restores sound for most Windows 11 “silent PC” cases without a reset. If the machine is also crawling with 100% disk or unrelated system pain, stabilize performance in parallel (100% disk usage) — a thrashing PC can drop audio endpoints intermittently even when the codec is fine.

Bottom line

Wrong output and broken OEM drivers cause more “dead audio” tickets than failed codecs. Switch the endpoint, enable hidden devices, restart the audio services, then install the vendor package for your exact model. Bring a USB headset to the diagnosis — if it works, onboard audio is the patient, not Windows itself.

Frequently Asked Questions

Why did sound disappear after a Windows update?

Updates often replace audio drivers or reset the default output to a dead HDMI/DisplayPort device. Re-select Speakers/Headphones and reinstall the OEM audio package from your PC maker.

Headphones work on my phone but not my PC — is the jack dead?

Not always. Windows may still be routing to Digital Output or NVIDIA Audio. Test another app, then reinstall the Realtek/USB audio driver before assuming hardware failure.

Does the volume mixer being at 100% mean the driver is fine?

No. Mixer levels can look fine while the wrong endpoint is selected or the device is disabled in Device Manager.

Why do Bluetooth headphones only play in mono / headset quality?

Windows often sticks on the Hands-Free AG Audio profile. Forget the device, re-pair, and set the Stereo headphones endpoint as default for media.

Can a black screen or stuck update kill audio too?

Sometimes the whole graphics/audio stack is mid-failure. Stabilize the PC first (black screen / update stuck guides), then reinstall OEM audio.