Skip to main content
RebootDoctor

No Sound on Windows 11? Complete Audio Fix Guide

By Mike Chen Fact-checked by Mike Chen (CompTIA A+ Certified) on

Short answer: Click the speaker icon, then the arrow on the volume slider to list output devices, and pick the right one — about 30% of 'no sound' cases are just wrong device selection (Windows defaulted to HDMI, or dead Bluetooth headphones are still set as output). If the right device is selected and still silent, run the audio troubleshooter and reinstall the Realtek or Intel audio driver.

Click the speaker icon in the system tray, bottom right. The volume slider has a small arrow on the right side — click it to see the list of output devices. Pick the one you actually want. About 30% of the “no sound” tickets I handle are literally just wrong device selection — Windows defaulted to HDMI audio when they wanted speakers, or their Bluetooth headphones disconnected but Windows is still trying to play through them.

Common scenarios: plug a monitor in via HDMI for a video call and Windows silently switches audio to the monitor’s tinny built-in speakers (or nowhere, if the monitor has no speakers). Turn off Bluetooth headphones after listening to music and Windows doesn’t switch back to the laptop speakers. Unplug a USB headset after a Zoom call and audio just goes to nothing. Every time, the fix is the same — pick the right device from that dropdown.

An IT director at a school called us about 28 freshly deployed Windows 11 laptops where half had gone silent within two days. Zoom calls were one-way, instructional videos played mute. We screen-shared on one of the broken ones — Device Manager showed “Realtek Audio” with a warning triangle. Uninstall device, restart, sound came back. But the next morning it was silent again. The KB5050081 cumulative update that installed during deployment was pushing a Realtek driver version that kept crashing. The actual fix was uninstalling that KB, installing the previous working Realtek driver from a USB stick, and blocking KB5050081 with Show or Hide Updates. No recurrences for the rest of the semester.

The Audio Service

If you’ve got the right device selected and still nothing, the Windows Audio service has probably hung. Win+R, type services.msc, Enter. Scroll to Windows Audio, right-click, Restart. Also restart Windows Audio Endpoint Builder — it’s right below it in the list, and the two work together. If either won’t restart or the button is grayed out, there’s deeper Windows component damage. Run sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth in Terminal as admin to repair the underlying files, then try the service restart again.

Windows 11 also has a built-in audio troubleshooter — Settings, System, Troubleshoot, Other troubleshooters, Playing Audio. It won’t fix driver-level problems but it catches configuration mistakes (muted system audio, disabled devices) in about 20-30% of cases and takes thirty seconds. Even when it can’t fix the problem, it usually tells you what’s wrong — “Audio device is disabled” or “Audio service is not responding” — which tells you where to focus.

Reinstalling the Driver

If the service is running fine but there’s still silence, the driver itself needs a fresh install. Device Manager, expand “Sound, video and game controllers,” right-click your audio device (usually “Realtek(R) Audio” or “Intel Smart Sound Technology” or “Conexant SmartAudio HD”), Uninstall device. Check “Delete the driver software” if the checkbox appears. Restart. Windows reinstalls the driver on boot.

If the device comes back with the same warning triangle after restart, or if the generic Windows driver doesn’t give you full functionality, download the manufacturer’s driver from your laptop OEM’s site. Dell at dell.com/support — enter your service tag, Drivers, Audio category. HP at support.hp.com — enter model, Software and Drivers, Audio. Lenovo at pcsupport.lenovo.com. ASUS at asus.com/support. Our driver update guide covers the full process.

The OEM driver is almost always better than what Windows installs generically. Generic drivers give you basic playback but miss manufacturer-specific features like enhanced bass, voice clarity, and headphone jack detection. When a customer complains their audio sounds “quiet” or “weird” even though it technically works, swapping to the OEM driver fixes that about 80% of the time. If headphones specifically aren’t working but speakers are fine, that’s usually a Realtek front panel detection issue rather than a driver problem.

If you have sound but it’s crackling or popping, that’s a different problem — usually DPC latency from a WiFi or GPU driver, not an audio driver issue at all.

One thing I’ve wasted time on more than once: laptop manufacturers bundle audio enhancement software — Waves MaxxAudio on Dells, Bang & Olufsen Audio Control on HPs, Sonic Studio on ASUS, Nahimic on MSI — that hooks into the audio pipeline. When these enhancers conflict with a Windows update, the audio signal gets swallowed entirely. Complete silence, Device Manager shows everything healthy, Windows Audio service running fine, but nothing comes through. Uninstalling the enhancer through Settings, Apps instantly brings audio back.

Windows Update Broke It

The 24H2 update cycle has been rough on audio. If sound disappeared right after an update, the update did it. Settings, Windows Update, Update history — check what installed in the last 1-7 days. Uninstall updates from the same screen, find the recent KB, remove it, restart.

Specific KBs I’ve tracked that break audio: KB5044284 broke Realtek devices early in 24H2 — fixed by KB5050094. KB5050009 broke USB DACs and external audio interfaces with “Code 10” errors. KB5050021 caused Code 10 on USB audio specifically. KB5050081 crashed Realtek and Conexant drivers on laptops — driver would recover then crash again within hours. For the first three, installing KB5050094 from the Microsoft Update Catalog fixes it. For KB5050081, you need to uninstall the KB and install the previous working driver from your laptop OEM’s site.

After uninstalling the bad update, grab Microsoft’s “Show or Hide Updates” tool (wushowhide.diagcab) to block it from reinstalling. Windows will push the same broken patch back within a week if you don’t block it. Our Windows Update stuck guide covers the full uninstall-and-block procedure.

No Audio Output Device Installed

This error means Windows can’t find any audio hardware at all — more severe than normal “no sound.” Check Device Manager, expand “Audio inputs and outputs.” If nothing is listed or everything is grayed out, the hardware is either disabled or driverless. Click View, Show hidden devices — sometimes the audio device is disabled and only visible this way. Right-click any grayed device, Enable.

If nothing shows up even with hidden devices visible, check BIOS. Restart, press F2 or Del during boot, look for “Onboard Audio” or “HD Audio” — make sure it’s enabled. BIOS factory-resets disable audio sometimes, and Windows can’t see hardware that’s off at the firmware level.

If the driver is truly gone and reinstalling from Device Manager doesn’t bring it back, download the full audio driver from your laptop OEM’s site and run their installer. The manufacturer’s installer handles things that Device Manager’s generic “search for drivers” misses.

If the audio chip itself has failed — nothing brings the device back in Device Manager, BIOS shows it enabled, OEM driver installer says no compatible hardware found — workarounds exist. A USB audio adapter runs $10-20 on Amazon and completely bypasses the internal audio. HDMI audio through your monitor works if you have one connected. Bluetooth headphones work independently of the internal audio chip entirely. If the same Windows Update that broke audio also killed your Bluetooth, both paths often go down together because they share driver components, and if your microphone stopped alongside speakers, the entire audio stack failed as a unit — and we can pull Event Viewer audio logs and driver states remotely to pin down the exact failure in about fifteen minutes.

Frequently Asked Questions

Why is there no sound on my Windows 11 PC?

Four most common reasons: (1) the wrong audio output device is selected (Windows defaulted to HDMI when you want speakers, or vice versa); (2) the audio driver has crashed and needs a restart; (3) the Windows Audio service stopped running; (4) a recent Windows Update broke the audio driver — 24H2 cumulative updates broke Realtek audio on many laptops in late 2025. About 70% of 'no sound' tickets resolve in 5-10 minutes by selecting the right device or restarting the audio service.

How do I select the right audio output in Windows 11?

Click the speaker icon in the system tray (bottom right). The volume slider has a small arrow on the right — click it to show the device list. Pick the correct output (Speakers, Headphones, HDMI Audio, etc.). If your intended device isn't listed, it's either unplugged, disabled in Device Manager, or has a driver problem. Settings → System → Sound shows the same options with more detail.

Why did my sound stop working after a Windows Update?

Specific Windows Updates have broken specific audio drivers — most notoriously, multiple Realtek and Conexant audio drivers in 2025 after 24H2 cumulative updates. Fix: Settings → Windows Update → Update history → Uninstall updates, remove the most recent KB, restart. Then use 'Show or Hide Updates' (wushowhide.diagcab) to block the bad driver from reinstalling until Microsoft ships a fix.

What does 'No Audio Output Device Installed' mean?

Windows can't find any audio hardware to play through. Three causes: (1) the audio driver got uninstalled or disabled (Device Manager → 'Audio inputs and outputs' will be empty or all greyed out); (2) the speaker hardware was disconnected (rare on laptops, common on desktops where a speaker cable came loose); (3) the audio chip itself failed (rare). Fix order: reinstall the driver from your laptop OEM's site, check Device Manager for hidden devices, then check BIOS for an 'Onboard Audio' setting that may have been disabled.

How do I fix sound that crackles or distorts?

Crackling usually means audio driver buffer underruns — the sound buffer empties faster than the CPU can refill it. Three fixes: (1) Settings → System → Sound → click your speakers → Audio enhancements → Off (some enhancements are buggy); (2) Settings → System → Sound → click your speakers → 24-bit, 44100 Hz (CD quality) — overly high sample rates cause crackling on some drivers; (3) update or roll back the audio driver. If crackling started after adding a USB audio device, the device's power needs might exceed what its port can supply.

Need Expert Help?

If these steps didn't fix your issue, our certified technicians can diagnose and resolve it remotely — usually in under 30 minutes.