A red cross appears on the volume icon in the bottom right corner, and hovering the mouse over it reveals “Audio service not running.” Clicking the volume button has no effect, and there’s no sound when playing videos. This could be due to a system service crash, a driver conflict, or a recent update messing up the audio configuration. Let’s look at some solutions.
Step 1: Restart the audio service
Let’s start with the simplest thing: if the service crashes, just restart it.
1. Press Win+R , type services.msc , and press Enter to open the Services Manager.
2. Locate the following three services, right-click on each one and select ” Restart “:
Windows Audio (Audio Core Service)
Windows Audio Endpoint Builder
Remote Procedure Call (RPC, audio depends on it)
3. After each restart, right-click and check “Properties” to confirm that “Startup type” is “Automatic” . Otherwise, the same problem will occur the next time you start the computer.
4. After restarting the three services, the red cross in the lower right corner of the desktop will usually disappear and the sound will return to normal.
Step 2: Run the audio troubleshooter
1. If restarting the service doesn’t work, let the system run a diagnostic scan automatically:
Go to Settings → System → Troubleshooting → Other Troubleshooting → Find Audio → Click Run .
2. The system will automatically detect the status of your audio device and prompt you to fix any problems found. Just follow the prompts. It takes about two minutes to complete, and the success rate is quite high.
Step 3: Check if the audio device is disabled.
Sometimes the sound card is disabled in Device Manager, so the audio service will not work.
1. Right-click “Start” → “Device Manager” and expand “Sound, video and game controllers” .
2. If you see a down arrow next to the device, it means it is disabled. Right-click and select “Enable device” .
3. If there is a yellow exclamation mark next to the device, it means that there is a problem with the driver and you need to update or reinstall the driver (see step 4).
4. If there is no sound card device at all, and it is not in the hidden devices list, then the driver is completely missing.
Step 4: Update or reinstall the sound card driver
Major Windows 11 updates can sometimes cause compatibility conflicts between sound card drivers and the system, leading to audio service startup failures. You can download “Driver Life” to handle driver issues—it automatically identifies your sound card model (Realtek, Intel, etc.), directly matches the corresponding driver, and installs it with one click.
1. Click the button below to download Driver Life.
Driver Life X(Official version)
Brand new interface, core optimization, intelligent repair, worry-free installation.
2. After opening the software, click the “Diagnose Now” button on the main interface;
3. Wait for about ten seconds, and the software will automatically detect the driver status of all hardware on your computer;
4. In the results list, locate your sound card device. If there is a problem with the graphics card driver, click the ” Pending Upgrade ” button on the right.
5. After installing the driver, restart your computer, and the audio service should start normally.
Step 5: Repair system files
If the previous four steps fail to resolve the issue, it is likely that the system files themselves are corrupted.
1. Run Command Prompt as administrator, type the command sfc /scannow and press Enter .
2. The system will begin scanning and automatically repairing damaged files. This process will take approximately 5 to 10 minutes. Once complete, please restart your computer.
3. If the problem persists after restarting, please open Command Prompt again as administrator, enter the following command, and press Enter :
DISM /Online /Cleanup-Image /RestoreHealth
4. This command will retrieve intact system files from the Windows Update server to replace the damaged local files. Execution may take a long time; please wait patiently until completion.
Step 6: Uninstall the most recent system update
Some Windows 11 updates contain bugs that can cause audio services to crash. If you find that the sound disappeared after a system update, you can roll back that update.
Go to ” Settings ” → ” Windows Update ” → ” Update History ” → ” Uninstall Updates “, find the most recently installed update, uninstall it, and restart to see if it is restored.
These are the solutions for the “Win11 audio service not responding” error. Hopefully, you’ve solved it.