How to Fix Windows Audio Problems and Restore Sound
Few things are more disruptive than sitting down to work — or unwind — only to find your PC has gone completely silent. Windows audio problems range from total sound loss to crackling, distortion, or apps that simply refuse to play audio. The good news: the vast majority of these issues have straightforward fixes you can apply yourself, no technician required.
This guide covers every major cause of Windows audio failure and gives you step-by-step solutions to get your sound back fast.
---
Step 1: Check the Obvious First
Before diving into settings, rule out the simple culprits:
Volume mixer — Right-click the speaker icon in the taskbar and select *Open Volume Mixer*. Make sure no app or the master volume is muted or set to zero.
Physical connections — Unplug and re-seat your headphones, speakers, or audio cable. Try a different port if available.
Bluetooth devices — If you use wireless audio, confirm the device is paired, charged, and set as the active output.
Mute key — Many keyboards have a dedicated mute key that can be pressed accidentally. Check your function row.
These quick checks resolve a surprising number of "broken audio" reports.
---
Step 2: Set the Correct Playback Device
Windows sometimes switches the default audio output automatically — for example, when you plug in an HDMI monitor or a USB headset.
Right-click the speaker icon in the taskbar and choose **Sound settings**.
Under *Output*, open the **Choose where to play sound** dropdown.
Select your intended device (speakers, headphones, etc.).
Click the device name, then **Set as default**.
If your device doesn't appear in the list, scroll down and click **More sound settings**, then check the *Playback* tab. Right-click in the empty area and enable **Show Disabled Devices** and **Show Disconnected Devices** to reveal hidden outputs.
---
Step 3: Run the Windows Audio Troubleshooter
Windows includes a built-in audio troubleshooter that catches common configuration errors automatically:
Open **Settings** → **System** → **Troubleshoot** → **Other troubleshooters**.
Click **Run** next to *Playing Audio*.
Follow the on-screen prompts and apply any suggested fixes.
The troubleshooter checks audio services, driver states, and device configuration. It resolves roughly 40% of audio issues without any manual intervention.
---
Step 4: Restart the Windows Audio Service
The **Windows Audio** service can stall or crash, causing complete sound loss even when hardware and drivers are fine.
Open a Run dialog with Win + R, type services.msc, and press Enter. Locate these three services and ensure they are **Running** with **Automatic** startup:
Windows Audio (`AudioSrv`)
Windows Audio Endpoint Builder (`AudioEndpointBuilder`)
Remote Procedure Call (RPC)
To restart a service, right-click it and choose **Restart**. You can also do this from an elevated Command Prompt:
```
net stop AudioSrv && net start AudioSrv
net stop AudioEndpointBuilder && net start AudioEndpointBuilder
```
After restarting the services, test your audio immediately.
---
Step 5: Update or Roll Back the Audio Driver
Outdated or corrupted audio drivers are one of the most common causes of persistent sound problems, especially after a Windows update.
Update the driver
Press `Win + X` and select **Device Manager**.
Expand **Sound, video and game controllers**.
Right-click your audio device (e.g., *Realtek High Definition Audio* or *Intel Smart Sound Technology*) and choose **Update driver**.
Select **Search automatically for drivers** and let Windows find the latest version.
Alternatively, visit your PC manufacturer's support page (Dell, HP, Lenovo, ASUS, etc.) and download the audio driver directly — manufacturer drivers are often more stable than generic Windows ones.
Roll back the driver
If audio broke immediately after a Windows Update, rolling back the driver often restores sound:
In Device Manager, right-click your audio device → **Properties**.
Go to the **Driver** tab and click **Roll Back Driver**.
Restart your PC.
---
Step 6: Disable Audio Enhancements
Windows applies audio enhancements (bass boost, virtual surround, loudness equalization) that can cause crackling, distortion, or silence on some hardware.
Open **Sound settings** → **More sound settings**.
On the *Playback* tab, right-click your default device and choose **Properties**.
Go to the **Enhancements** tab (or **Advanced** on Windows 11).
Check **Disable all enhancements** and click **Apply**.
Test audio after disabling enhancements. If sound returns, re-enable enhancements one at a time to identify the culprit.
---
Step 7: Check the Exclusive Mode Setting
Some applications request **exclusive control** of the audio device, which can block all other apps from producing sound.
In **Sound settings** → **More sound settings**, right-click your playback device → **Properties**.
Click the **Advanced** tab.
Uncheck **Allow applications to take exclusive control of this device**.
Click **OK** and test.
---
Step 8: Inspect the Registry for Audio Service Failures
If the Windows Audio service refuses to start, a corrupted registry entry may be the cause. Open an elevated Command Prompt (Win + S → type *cmd* → right-click → *Run as administrator*) and run:
```
reg query HKLM\SYSTEM\CurrentControlSet\Services\AudioSrv
```
Confirm the **Start** value is 2 (Automatic). If it reads 4 (Disabled), fix it with:
```
reg add HKLM\SYSTEM\CurrentControlSet\Services\AudioSrv /v Start /t REG_DWORD /d 2 /f
```
Repeat for AudioEndpointBuilder. Restart your PC after making registry changes.
---
Step 9: Run SFC and DISM to Repair System Files
Corrupted Windows system files can silently break audio components. Run these two commands in an elevated Command Prompt:
```
sfc /scannow
```
Wait for the scan to complete (it may take 10–15 minutes), then run:
```
DISM /Online /Cleanup-Image /RestoreHealth
```
Restart your PC after both commands finish. System File Checker and DISM together repair the majority of OS-level audio corruption.
---
Step 10: Use PC Diagnostic Analyzer for a Full Audio Health Check
If you've worked through the steps above and audio is still broken — or if you want to catch driver and service issues before they cause problems — **PC Diagnostic Analyzer** gives you a comprehensive view of your system's health in one scan.
The tool automatically flags:
Outdated or missing audio drivers with direct links to the correct update
Stopped or misconfigured Windows services including AudioSrv and AudioEndpointBuilder
Conflicting devices that may be stealing audio output
System file integrity issues that SFC alone might miss
Rather than working through a checklist manually, **PC Diagnostic Analyzer** surfaces the root cause immediately, saving you time and guesswork.
---
When to Seek Hardware Support
If every software fix has failed, the issue may be hardware — a failed onboard audio chip, a damaged 3.5 mm port, or a faulty sound card. A quick test: plug in a USB headset or USB audio adapter. If that produces sound, your onboard audio hardware is the problem, not Windows.
Found this helpful?
Share it with someone who could use it.
DiagnoseMyPC Team
Expert PC diagnostics and troubleshooting guides to help you keep your Windows system running smoothly.
Frequently Asked Questions
How do I find out exactly what's causing my PC problem?
The fastest way is to let an AI analyzer read your actual system data instead of guessing. You can paste an error message, upload a screenshot, or run a quick diagnostic and get the specific cause ranked by severity. Try a free AI diagnosis at diagnosemypc.com — no account needed to get started.
Is it safe to run fix commands on my own PC?
Yes, as long as you understand what each command does. PC Diagnostic Analyzer always shows you the exact fix script first so you stay in full control of what runs on your computer — nothing is executed automatically without your review.
Do I need to reinstall Windows to fix this?
Usually not. Most performance, crash, driver, and startup problems can be fixed with targeted steps once you know the real cause. A full reinstall should be a last resort — start with a proper diagnosis before wiping anything.
When should I take my PC to a repair shop instead?
If a diagnosis points to failing hardware (a dying drive, bad RAM, or overheating components) and you're not comfortable opening the case, a shop is worth it. For software, driver, and configuration issues, you can almost always fix it yourself with step-by-step guidance.

