"Suddenly there's no sound" — usually after a Windows update, a driver change, or a feature upgrade. With Realtek codec chips this is one of the most common Windows issues. Cause: Realtek's UAD/HDA architecture conflict, Windows Audio service problems, or a corrupted driver. We walk through fixes in order from least to most invasive.
Step 0: check the obvious
Before driver work, check the basics — you'd be surprised how often it's one of these:
- Volume — both Windows volume mixer AND speaker volume
- Right output device selected (speakers, not HDMI/Bluetooth)
- Cable connected — check the audio jack
- Audio profile — sometimes Realtek detects a wrong profile (e.g. "Front Speaker Out" vs "Headphones")
- Mute button on keyboard or speaker accidentally pressed
Driver solutions in order of severity
Solution 1: Audio Troubleshooter
Often the simplest fix.
- Settings → System → Troubleshoot → Other troubleshooters
- "Playing Audio" → Run
- Follow the wizard's instructions
The troubleshooter sometimes detects driver/service issues you'd otherwise miss.
Solution 2: Restart Windows audio service
Open cmd as administrator:
net stop AudioSrv net start AudioSrv net stop AudioEndpointBuilder net start AudioEndpointBuilder
If sound returns: a service hung. Possible long-term causes: too many parallel audio streams from apps, or a buggy app driver.
Solution 3: Roll back the driver
- Device Manager → Sound, video and game controllers → Realtek device → Properties
- Driver tab → Roll back driver
- If greyed out: Windows didn't keep the previous driver. Then: Solution 4.
AVG Driver Updater chooses the right Realtek driver — UAD or HDA — for your hardware automatically.
Solution 4: Resolve UAD vs HDA conflict
Realtek has two driver architectures (Universal Audio Driver and HD Audio). Conflicts between them are a common cause of "no sound".
- Uninstall ALL Realtek audio drivers:
- Device Manager → Sound → Realtek device → uninstall (also "Delete the driver software for this device")
- Apps → Installed apps → search "Realtek" → uninstall everything
- Reboot. Windows installs a generic HD Audio driver.
- Test: does sound work with the generic driver? If yes: confirmed Realtek-specific problem.
- Now install ONLY the matching version:
- Modern laptops/motherboards (2021+): UAD via the device manufacturer
- Older systems: HDA from realtek.com
Solution 5: Clean Audio Driver Installation
For very stubborn cases:
- Boot in Safe Mode
- Uninstall ALL Realtek drivers (as in Solution 4)
- Delete the Realtek folders:
C:\Program Files\RealtekandC:\Program Files (x86)\Realtek - Clean registry entries via tools like CCleaner or manually (HKLM\SOFTWARE\Realtek)
- Reboot in normal mode
- Install Realtek driver from manufacturer (motherboard or laptop)
Solution 6: Reset Windows audio components
Last resort before reinstall:
sfc /scannow DISM /Online /Cleanup-Image /RestoreHealth
The first command checks Windows system files; the second can repair core components — including audio components. Both run as administrator.
Prevent future "no sound" issues
- Don't change audio drivers blindly — only when there's a real reason
- Before Windows feature updates: backup audio driver (note version)
- Once UAD or HDA is running: stay on that branch — don't mix
- For business systems: control driver updates via Group Policy
Further sources
Authoritative sources for deeper information:
- Realtek HD Audio — Wikipedia
- Realtek Audio Console (Microsoft Store)
- Microsoft Sound — fixing audio problems (official)
Frequently asked questions
Known issue. Microsoft pushed a Realtek driver via Windows Update that doesn't work on some configurations. Solution: roll back the driver, or install the manufacturer-specific UAD version.
Often: high CPU load on audio thread. Test: Settings → System → Sound → Speaker properties → Advanced → set sample rate to "16 bit, 44100 Hz (CD quality)". For high-DPI screens: sometimes graphics drivers cause crackling — try GPU driver rollback.
Right device selected? Win + I → Sound → Output device → choose TV-HDMI. If TV not listed: HDMI cable can transmit audio? Older HDMI 1.0 cables can't.
Sometimes Windows sets a wrong default. Sound settings → click manually on speaker → Set as default. If problem returns after reboot: registry-policy issue, mostly seen in domain environments.
BIOS issue! Many motherboards have separate Front-Panel audio settings. Check BIOS → Audio → enable both Front and Rear separately.
Windows reset configuration. Sound settings → Speaker properties → Configure → choose Stereo (or 5.1, 7.1) → Test.