Quick fix: Roll back the Realtek HD Audio driver to the OEM version from your laptop manufacturer (not the generic Windows Update one) — the universal Microsoft driver is the most common cause of post-update audio loss on Realtek hardware.
You install a Windows 11 cumulative update, reboot, and sound is gone. The speaker icon shows the audio device is present, but no sound plays from any app. Sometimes the Realtek control panel disappears entirely from the Start menu. The hardware didn’t fail — Windows Update replaced your OEM-tuned Realtek driver with a generic Microsoft-signed one that doesn’t talk to your codec properly.
Affects: Windows 11 PCs and laptops with Realtek ALC-series codecs (most consumer laptops and many desktops).
Fix time: ~10 minutes.
What causes this
Realtek ALC codecs ship with two layers of driver software: the low-level HD Audio bus driver, and the higher-level Realtek Audio Console (the app that gives you mic boost, audio effects, and per-jack configuration). Windows Update bundles its own generic Realtek driver that satisfies the device manager but skips the OEM tuning layer — and on some chassis, the generic driver disables audio output entirely because the OEM’s default codec routing isn’t in the inbox driver.
The other common trigger is the Windows Audio service failing to restart cleanly after a kernel update, leaving the audio endpoint stuck in a half-initialized state.
Method 1: Roll back to the OEM Realtek driver
The reliable fix. Use the driver from your laptop or motherboard manufacturer’s support page, not from the Realtek website (the consumer Realtek driver is for retail audio cards, not OEM-tuned ones).
- Press
Win + Xand choose Device Manager. - Expand Sound, video and game controllers. Right-click Realtek(R) Audio (or Realtek High Definition Audio) and choose Properties.
- On the Driver tab, click Roll Back Driver if it’s available. Pick the reason and confirm.
- If Roll Back Driver is grey, visit your laptop or motherboard maker’s support page (Dell, Lenovo, HP, ASUS, MSI, Gigabyte) and search for your model + “audio driver”.
- Download the OEM Realtek audio driver. Right-click Realtek(R) Audio in Device Manager again, choose Uninstall device, and tick Attempt to remove the driver for this device.
- Reboot. Without the auto-installer interfering, run the OEM-downloaded installer.
- Reboot again. The Realtek Audio Console should reappear in the Start menu.
Verify by opening Settings → System → Sound — your speakers should be listed as Realtek(R) Audio (the OEM name, often with the laptop model). Play a YouTube video to confirm output works.
Method 2: Restart the Windows Audio services in the correct order
Use this if rolling back the driver doesn’t apply (you’re already on the OEM driver) and the audio service is what crashed.
- Press
Win + R, typeservices.msc, press Enter. - Find and stop each of these in this order:
- Windows Audio Endpoint Builder
- Windows Audio
- Remote Procedure Call (RPC) — do not stop this one; just confirm it’s running.
- Right-click Windows Audio Endpoint Builder and choose Start first.
- Right-click Windows Audio and choose Start.
- Right-click the speaker icon in the system tray and choose Sound settings. Click More sound settings at the bottom.
- On the Playback tab, right-click your Realtek device and choose Set as Default Device.
Open Volume Mixer from the speaker icon. If app-level volumes are showing again, the service stack is healthy.
Method 3: Block the Microsoft generic driver from auto-installing
This is the long-term fix once you have a working OEM driver. It stops Windows Update from re-replacing your driver with the generic one on the next cumulative update.
- Open Settings → System → About → Advanced system settings → Hardware tab → Device Installation Settings.
- Choose No (your device might not work as expected) and click Save Changes. This blocks Windows Update from automatically downloading device drivers.
- Optional: pin your current driver version with PowerShell. Open Terminal (Admin) and run
Get-WindowsDriver -Online | Where-Object {$_.OriginalFileName -like “*RTKVHD*”}to confirm the published name. - To block one specific driver from being reinstalled, download Microsoft’s Show or hide updates troubleshooter (KB3073930) and run it to hide the Realtek driver update.
- Repeat after each major Windows 11 feature update — feature updates sometimes re-enable automatic driver installation.
Manual driver updates from the OEM still work fine; only the automatic Windows Update path is blocked.
How to verify the fix worked
- Play audio from a known source (YouTube, the Windows test tone in Sound settings) and confirm output through your speakers and headphones.
- Open Realtek Audio Console from the Start menu. It should launch and show the speaker/microphone tabs with full controls.
- In Device Manager, right-click Realtek(R) Audio → Properties → Driver tab. The Driver Provider should read Realtek or your OEM (Dell/HP/Lenovo), not Microsoft.
If none of these work
If audio is still silent after all three methods, the driver isn’t the issue. Try Settings → System → Troubleshoot → Other troubleshooters → Playing Audio as a quick automated check. If that doesn’t fix it, check that the audio output isn’t routed to a different default device — HDMI displays often capture default playback. Run Get-PnpDevice -Class Media in PowerShell to see every audio endpoint and confirm Realtek is enabled (OK). On laptops, a stuck headphone jack can also disable internal speakers — gently insert and remove a 3.5mm plug to reset the jack switch. If hardware diagnostics from the manufacturer’s recovery menu also fail to produce sound, the codec chip has likely failed and the laptop needs a board-level repair.
Bottom line: When Realtek audio dies after a Windows Update, the generic driver replaced your OEM one — get the OEM driver back and block the auto-replacement going forward.