Since the Windows Audio service won’t start, it’s could possibly be due to a dependency or driver issue rather than the audio service itself.
Quick checks that usually fix it:
- Open
services.mscand make sure these are Running + Automatic:- Windows Audio Endpoint Builder
- Remote Procedure Call (RPC)
- Restart both services, then try starting Windows Audio again (dependency failure is a common cause).
- Run as Admin:
sfc /scannow DISM /Online /Cleanup-Image /RestoreHealth - Reinstall or roll back your audio driver (Device Manager → uninstall → reboot)
If you’re also seeing random restarts, it likely points to Insider build instability or driver incompatibility, so consider rolling back to the previous build or switching to a more stable channel.
If you can share the exact error (e.g., Error 1068 / 0x80070005), it would help narrow it down further.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.