How to Fix No Sound on Windows 11 — The Audio Service Crash That Gives You Zero Warning

By Adhen Prasetiyo

Wednesday, April 22, 2026 • 11 min read

How to Fix No Sound on Windows 11 — The Audio Service Crash That Gives You Zero Warning

You were watching a video and the audio was fine. You switched to another tab, came back, and now there’s no sound. The volume icon in the taskbar looks perfectly normal — no red X, no mute indicator, nothing wrong. You click the volume slider, it moves up and down smoothly. But nothing comes out of your speakers.

You plug in headphones. Nothing. You unplug them. Nothing. You restart the video. Nothing. You open Spotify, play a song. Nothing. The sound is just… gone.

This is one of the most frustrating Windows problems because there’s zero indication of what went wrong. No error popup, no diagnostic message, no helpful toast notification. Windows acts like everything is fine while delivering complete silence.

Here’s the thing: in the majority of cases, your speakers are fine, your drivers are fine, and nothing is muted. The problem is either that Windows is sending audio to a device you can’t hear (like an HDMI monitor with no speakers), or the Windows Audio service has crashed silently in the background.

Let’s find which one and fix it.

The Five Causes of “No Sound” on Windows 11

Before diving into fixes, understanding the categories of sound failure helps you target the right solution faster.

Wrong output device selected. Windows 11 is aggressive about switching your audio output. Plug in an HDMI cable? Windows switches to the monitor. Connect Bluetooth headphones? Windows switches to them. Disconnect them? Windows might switch to a device called “Digital Audio” that goes nowhere. Your speakers are fine — Windows just isn’t sending sound to them.

Windows Audio service crashed. There are two critical services — Windows Audio and Windows Audio Endpoint Builder — that manage all sound on your computer. If either crashes, all audio stops instantly with no warning. This happens frequently after Windows updates, driver installations, and sometimes spontaneously.

Audio driver corruption. The Realtek audio driver, which ships with the vast majority of laptops and desktops, has a troubled relationship with Windows 11. Updates can corrupt it, the “Enhance Audio” feature can conflict with it, and sometimes it just stops working for no discernible reason.

Exclusive mode lock. A single application can grab exclusive control of your audio device, preventing all other apps from producing sound. If that app then crashes or misbehaves, the audio device stays locked and nothing else can use it until you break the lock.

HDMI audio routing. When you connect your laptop to an external monitor via HDMI, Windows creates a new audio output device for the HDMI connection. Many monitors have built-in speakers (that you might not even know about), and Windows sends audio there instead of your laptop speakers. If the monitor’s speakers are terrible or turned off, you hear nothing.

Step 1: Check Where Windows Is Sending Your Sound

This takes 10 seconds and solves the problem about 30% of the time.

Right-click the speaker icon in the taskbar and click Sound settings. Under Output, look at which device is currently selected.

You might see multiple devices listed: your laptop speakers, a monitor via HDMI, Bluetooth headphones that are no longer connected, a USB audio device you used once, and possibly a “Digital Audio” device that doesn’t go anywhere useful.

If the selected device is not your actual speakers, click on the correct one. Sound should return immediately.

Also click on your output device name and scroll down to check:

  • Volume isn’t at zero (it happens more than you’d think)
  • The device isn’t muted
  • Output format is set to something standard like 24 bit, 48000 Hz

If you recently disconnected HDMI or Bluetooth, Windows might still be trying to send audio to those devices even though they’re not connected. Selecting your physical speakers forces Windows to redirect audio where it belongs.

Step 2: Restart the Windows Audio Services (The #1 Fix Nobody Tries First)

This is the single most effective fix for sudden, unexplained sound loss on Windows 11. And almost nobody does it because nobody knows these services exist.

Press Windows + R, type services.msc, and press Enter.

Scroll down to Windows Audio. Right-click it and select Restart. If it says “Stopped,” click Start instead.

Then find Windows Audio Endpoint Builder. Right-click and Restart that too.

For both services, double-click them and make sure Startup type is set to Automatic. If either is set to Manual or Disabled, audio won’t work after a reboot.

Why does this work? The Windows Audio service is a background process that acts as the central dispatcher for all sound on your system. Every application sends audio to this service, and the service routes it to the correct output device. When the service crashes — which happens more often than Microsoft would like — no audio can flow anywhere. But because it crashes silently (no error popup, no notification), you have no way of knowing it happened.

Restarting the services re-establishes the audio pipeline. Every queued sound and active audio stream gets reconnected. Sound comes back instantly in most cases.

If you find yourself restarting these services frequently, something is causing them to crash repeatedly. The most common culprit is a buggy audio driver or an application that’s interfering with the audio stack. Updating or reinstalling your audio driver (Step 4) usually stops the recurring crashes.

Step 3: Turn Off “Enhance Audio” (The Realtek Killer)

Go to Settings → System → Sound, click on your output device, and find the Enhance audio toggle. Turn it off.

This toggle activates audio processing effects — bass boost, loudness equalization, virtual surround sound, and voice clarity enhancement. On paper, it should make your audio sound better.

In practice, on systems with Realtek audio (which is roughly 70% of all Windows PCs and laptops), it frequently causes:

  • Complete silence
  • Crackling and popping sounds
  • Audio that cuts in and out
  • Sound that works for a few minutes then stops

The issue is a compatibility conflict between the Windows 11 audio processing pipeline and Realtek’s own audio processing. When both try to apply effects simultaneously, they interfere with each other and the result is broken audio.

Microsoft has acknowledged these compatibility issues and recommends disabling audio enhancements as a standard troubleshooting step.

If disabling Enhance Audio fixes your problem, leave it off permanently. The audio quality difference without it is negligible for everyday use.

Step 4: Update or Reinstall the Audio Driver

If Steps 1-3 didn’t fix it, the driver itself might be corrupted.

Quick update attempt:

  1. Open Device Manager (right-click Start → Device Manager)
  2. Expand Sound, video and game controllers
  3. Right-click your audio device (usually “Realtek Audio” or “High Definition Audio Device”)
  4. Select Update driver → Search automatically

If Windows says “The best drivers for your device are already installed,” don’t trust it. Windows’ built-in driver search is not comprehensive.

Clean reinstall (more thorough):

  1. In Device Manager, right-click your audio device
  2. Select Uninstall device
  3. Check “Attempt to remove the driver for this device” (or “Delete the driver software”)
  4. Click Uninstall
  5. Restart your computer

Windows will detect the audio hardware during boot and install a fresh driver. After restart, check if sound works.

Manufacturer driver (most reliable):

Go to your laptop or motherboard manufacturer’s support page — not Realtek’s website, but your actual device manufacturer:

Search for your exact model number and download the latest audio driver. Manufacturer-specific drivers include customizations for your particular hardware that generic drivers lack.

Step 5: Fix HDMI Audio and Exclusive Mode

HDMI audio hijack:

If you’ve connected a monitor or TV via HDMI and lost sound through your regular speakers, HDMI is probably the problem. HDMI carries audio along with video, and Windows automatically creates a new audio output for the HDMI connection.

Go to Settings → System → Sound → Output and switch from the HDMI device back to your speakers. If you want to permanently prevent this, you can disable the HDMI audio device entirely: in Device Manager, expand Audio inputs and outputs, right-click the HDMI audio device, and select Disable device. This tells Windows to never route audio through HDMI, even when an HDMI cable is connected. You can always re-enable it later if needed.

Exclusive mode lock:

Some applications — games, media players, professional audio software — request “exclusive” access to your audio device. When granted, they lock the device and prevent all other applications from producing sound.

If a game crashes while holding exclusive access, the lock persists. Other apps try to play sound, can’t access the device, and fail silently.

To fix this:

  1. Right-click the speaker icon → Sound settings → click your output device
  2. Scroll to the bottom → Advanced
  3. Find “Allow apps to take exclusive control of this device” (you might need to click into additional settings or the old Sound control panel)
  4. Uncheck the exclusive mode checkbox
  5. Click Apply

With exclusive mode disabled, no single app can monopolize the audio device. All apps share it cooperatively. For everyday use, you won’t notice any difference. Professional audio production with DAWs (Digital Audio Workstations) may need exclusive mode re-enabled for low-latency recording, but for everyone else, leaving it off prevents a whole category of audio problems.

The Sound-After-Update Problem

A specific and extremely common scenario deserves its own section: sound was working fine, then Windows Update installed something, and now there’s no audio.

Windows updates sometimes replace your manufacturer’s audio driver with a generic Microsoft driver. The generic driver is compatible enough that Windows thinks everything is fine, but it lacks the specific configuration your hardware needs to actually produce sound.

The fix:

  1. Open Device Manager → Sound, video and game controllers
  2. Right-click your audio device → Properties → Driver tab
  3. If the Driver Provider says “Microsoft” instead of your manufacturer (like “Realtek” or “Intel”), Windows has overwritten your driver
  4. Click Roll Back Driver if available to revert to the previous working driver
  5. If Roll Back isn’t available, download the manufacturer’s driver from their website and install it manually

To prevent this from happening again, you can tell Windows not to automatically replace your audio driver. In Device Manager, right-click your audio device → Properties → Driver tab → uncheck “Allow Windows to automatically update this driver” if available. Or through Group Policy Editor (gpedit.msc) → Computer Configuration → Administrative Templates → Windows Components → Windows Update → “Do not include drivers with Windows Updates.”

When Hardware Is Actually the Problem

If you’ve exhausted every software fix — correct device selected, services running, driver reinstalled, enhancements off, exclusive mode disabled — and there’s still no sound, the issue might actually be hardware.

Laptop speaker failure: internal laptop speakers do fail, especially after drops, liquid spills, or years of use. Test by plugging in external headphones or USB speakers. If external audio works but internal speakers don’t, the internal speakers or the audio jack sensing circuit may be damaged.

Audio jack issues: the 3.5mm headphone jack on laptops has a tiny switch inside that detects when headphones are plugged in. This switch can fail, leaving your laptop stuck in “headphones mode” (no speaker output) or “speaker mode” (headphones don’t work). Try plugging and unplugging headphones several times firmly. If the detection is intermittent, the jack is worn and may need repair.

USB audio devices: if you use a USB headset, DAC, or external sound card, try a different USB port. USB audio is handled by a separate driver from your internal audio, so issues with one don’t affect the other. If the USB audio device works on another computer but not yours, reinstall the USB controller drivers in Device Manager.

Sound problems on Windows 11 look scary because of the total silence and zero helpful error messages. But the cause is almost always one of five things: wrong device, crashed service, bad driver, Enhance Audio bug, or exclusive mode lock. Check them in order, and you’ll have sound back in minutes.


If you found this guide helpful, check out our other resources:

Step-by-Step Guide

1

Check the correct audio output device is selected

Right-click the speaker icon in the taskbar and select Sound settings. Under Output look at which device is selected. Windows 11 often silently switches the output device when you connect or disconnect headphones, plug in an HDMI cable, or connect a Bluetooth device. If the wrong device is selected your sound is playing somewhere you cannot hear it. Select your actual speakers or headphones from the list. Also click on your output device and scroll down to check that the volume is not set to zero and that the device is not muted.

2

Name: Restart the Windows Audio service

Press Windows plus R and type services.msc then press Enter. Scroll down to Windows Audio. Check if the status shows Running. If it shows Stopped or blank right-click and select Start. Even if it shows Running right-click and select Restart. Also find Windows Audio Endpoint Builder in the same list and restart that service too. Set both services to Startup type Automatic. The Windows Audio service manages all sound on your computer and can crash silently after Windows updates or driver conflicts without showing any error message. Restarting both services is the single most effective fix for sudden sound loss.

3

Disable Enhance Audio to fix Realtek driver conflicts

Go to Settings then System then Sound. Click on your output device. Find Enhance audio and turn it off. This feature applies audio processing effects like bass boost and virtual surround sound. On many systems particularly those with Realtek audio chips the Enhance Audio toggle causes more problems than it solves. It can produce distorted sound, crackling, or complete silence. If your sound returns after disabling it leave it off permanently. Microsoft has acknowledged compatibility issues between Enhance Audio and certain Realtek driver versions.

4

Update or reinstall the audio driver |

Open Device Manager by right-clicking the Start button and selecting Device Manager. Expand Sound video and game controllers. Right-click your audio device which is usually Realtek Audio or High Definition Audio Device and select Update driver then Search automatically for updated drivers. If Windows says the best drivers are already installed go to your laptop or motherboard manufacturer website and download the latest audio driver for your specific model. For a clean reinstall right-click the audio device in Device Manager select Uninstall device and check Delete the driver software for this device. Restart your computer and Windows will automatically reinstall a fresh driver.

5

Fix HDMI audio routing and exclusive mode conflicts

If you connected a monitor or TV via HDMI Windows may have switched the audio output to that display device. Go to Settings then System then Sound and check the output device list. If your HDMI display appears as the selected output switch it back to your speakers. For applications that grab exclusive control of the audio device right-click the speaker icon then select Sound settings then click on your output device then scroll to Advanced. Turn off Allow apps to take exclusive control of this device. Exclusive mode lets one app lock the audio device preventing all other apps from making sound. Games and media players commonly do this.

Frequently Asked Questions

Why did my sound stop working after a Windows update?
Windows updates sometimes replace your audio driver with a generic Microsoft driver that may not work correctly with your specific hardware. The fix is to go to Device Manager, uninstall the audio device, restart your computer, and then install the latest driver from your hardware manufacturer's website rather than relying on the generic driver Windows provides. Windows updates can also reset audio settings like the default output device and the Enhance Audio toggle which can redirect or break sound output.
Why does sound work in some apps but not others?
This is usually caused by either per-app volume settings or exclusive mode. Open the Volume Mixer by right-clicking the speaker icon in the taskbar and selecting Open volume mixer. Check if the specific app's volume is turned down or muted. If the Volume Mixer looks fine check exclusive mode. Some apps like games and media players take exclusive control of the audio device which blocks all other apps from producing sound. Disable exclusive mode in the audio device's advanced settings to fix this.
Why is there no sound from my Bluetooth headphones even though they are connected?
Bluetooth audio has two profiles: Hands-Free which is low quality and used for calls, and A2D Stereo which is high quality and used for music. Windows sometimes connects using the wrong profile. Go to Settings then Bluetooth and devices then your headphones and make sure the device is listed as Connected with both Music and Voice. Also check Sound settings to make sure the Bluetooth device is selected as the output. If sound is still missing remove the Bluetooth device and pair it again.
My laptop speakers work but my headphones do not or vice versa. What is wrong?
This typically indicates a hardware detection issue with the audio jack. Laptop audio jacks use a small switch that detects when headphones are plugged in and switches the output accordingly. If this detection fails Windows continues sending sound to the speakers even with headphones plugged in. Try plugging in the headphones slowly and firmly until you hear a click. If that does not work check Device Manager for any audio jack sensing settings in your audio driver properties. For USB headphones make sure the USB audio device appears in Sound settings and is selected as the output.
Adhen Prasetiyo

Research Bug bounty at javahack team

Research Bug bounty Profesional

Web Development Research Bug Hunter
View all articles →