Skip to content
Follow
Windows 🟡 Intermediate

How to reset audio settings in Windows 11 sound properties

Richard
Written by
Richard
Sep 26, 2026 5 min read
resetting audio settings
resetting audio settings

Resetting audio settings in Windows 11 sound properties fixes no sound, distorted playback, and incorrect volume levels by clearing misbehaving device properties. This process returns your sound subsystem to a clean state so your speakers and headphones work normally again.

Advertisement
⚡ Quick Answer

Press the Win, type mmsys.cpl, and press Enter to open the Sound control panel , then restore default properties on your playback and recording devices. This clears custom tweaks and spatial mix configurations, returning your sound subsystem to a clean state without reinstalling the operating system.

Advertisement

App volume and device preferences let you route specific applications to separate playback hardware. When an app routes sound to a disabled or disconnected device, you experience total silence from that program until you change the output back to your active default device.

  1. Open Settings by pressing the Win and typing Settings, then click the application in the search results.
    Settings › Home
    Settings › Home
  2. Select System from the left navigation menu or the main dashboard.
  3. Click Sound to view your current output devices, input devices, and volume sliders.
    Settings › System › Sound
    Settings › System › Sound
  4. Scroll down to the Advanced section and click Volume mixer.
    Settings › Sound › Volume mixer
    Settings › Sound › Volume mixer
  5. Locate the application experiencing audio failure and review its designated Output and Input dropdown menus.
  6. Click the dropdown menu next to the affected application and change the selection back to Default or select your primary speakers or headphones.
  7. Scroll further down the main Sound page and click More sound settings to open the legacy control panel window if deeper troubleshooting is necessary.
    Windows More sound settings
    Windows More sound settings

Restoring Sound Device Defaults via the Sound Control Panel

Resetting audio settings back to their factory defaults fixes distorted playback and strange volume changes. You can clear custom tweaks like spatial sound and sample rate adjustments by opening the classic Sound Control Panel , locating your specific playback device, and resetting its individual properties tab back to the original manufacturer recommendations.

  1. Press the Win, type mmsys.cpl, and press Enter to launch the Sound control panel directly.
  2. Select the Playback tab to view all connected output devices.
  3. Click your primary speakers or headphones to highlight the device.
  4. Click the Properties button in the bottom right corner of the window.
  5. Navigate through the tabs—such as Enhancements, Spatial Sound, and Advanced—and click any available buttons labeled Restore Defaults or disable custom enhancements like loudness equalization or virtual surround sound.
  6. Click Apply and then click OK to save the changes.
  7. Switch to the Recording tab, repeat the properties check for your primary microphone, and restore default configurations for your recording hardware.

Troubleshooting Audio Services Using Task Manager

Restarting the background processes responsible for sound handling fixes unresponsive speakers and missing volume controls. You can use Task Manager to stop and restart the Windows Audio service, which forces the operating system to clear stuck processing threads and reload your sound hardware without needing to fully restart your computer.

  1. Open Task Manager by pressing Ctrl+Shift+Esc.
  2. Click the Services tab on the left sidebar or top menu depending on your Windows version.
  3. Click the Name column header to sort the active services alphabetically.
  4. Scroll down and locate Audiosrv (the Windows Audio service).
  5. Right-click Audiosrv and select Restart from the context menu .
  6. Locate AudioEndpointBuilder (the Windows Audio Endpoint Builder service) in the same list.
  7. Right-click AudioEndpointBuilder and select Restart.

Reinstalling Audio Drivers Through Device Manager

⚠️WarningUninstalling your sound card software forces Windows to reinstall a clean copy after a quick system restart.

This process fixes persistent errors caused by broken or outdated hardware instructions, and you can complete it by opening Device Manager, locating your sound hardware, and removing the device.

  1. Open Device Manager by pressing the Win, typing Device Manager, and pressing Enter. This action requires administrator privileges.
  2. Click the arrow next to Sound, video and game controllers to expand the device category.
  3. Right-click your primary audio hardware—such as Realtek Audio, High Definition Audio Device, or your USB headset—and select Uninstall device.
  4. Check the box labeled Attempt to remove the driver for this device if the option appears.
  5. Click Uninstall to confirm the removal.
  6. Restart your computer immediately to trigger Windows Plug and Play to reinstall a fresh driver instance automatically.

Running the Built-In Audio Troubleshooter

Letting the built-in diagnostic tool check your system automatically detects and repairs common playback failures, missing services, and broken registry keys. You can launch this utility through the main Windows Settings menu to let the operating system find and apply fixes for silent speakers or unresponsive headphones on its own.

Advertisement
  1. Open Settings by pressing the Windows key and typing Settings.
  2. Select System from the menu options.
  3. Click Troubleshoot.
  4. Click Other troubleshooters to view the complete list of system diagnostics.
  5. Locate Playing Audio and click the Run button next to it.
  6. Follow the on-screen prompts and select your primary audio device when asked which device you want to troubleshoot.
  7. Apply any recommended fixes suggested by the diagnostic utility.

Resetting Audio Endpoints and Device Volumes via PowerShell

Using command-line tools lets you bypass standard menus to force a complete reset of global audio settings and stuck mute states. You can open PowerShell with administrator privileges to run commands that clear out corrupted device keys and restore your default volume levels instantly.

  1. Open PowerShell as an administrator by pressing the Windows key, typing PowerShell, right-clicking Windows PowerShell, and selecting Run as administrator. This action requires administrator privileges.
  2. Type Get-AudioDevice -List to display all active playback and recording channels if you have the audio module installed, or use standard system management utilities to clear device caches.
  3. Restart the audio subsystem by entering the command Stop-Service Audiosrv -Force followed by Start-Service Audiosrv.
  4. Close the PowerShell window once the service restarts successfully.

Clearing Audio Configurations in the Registry

Deleting leftover database entries in the Registry Editor removes invalid routing configurations left behind by old hardware or virtual cables. Cleaning out these specific keys forces Windows to build a fresh, uncorrupted state for your current sound devices.

⚠️WarningIncorrectly editing the registry can cause system instability or render your operating system unbootable.

Back up your registry before proceeding.

  1. Open the Registry Editor by pressing the Windows key, typing regedit, and pressing Enter. This action requires administrator privileges.
  2. Navigate to the appropriate hardware or MMDevices key location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices control these settings.
  3. Export a backup of the registry branch by right-clicking the key and selecting Export.
  4. Review your audio endpoints and delete orphaned device subkeys if you are experiencing ghost devices that refuse to disappear from your system settings.
  5. Close the Registry Editor and restart your computer to apply the structural changes.

What to do next

Checking your physical hardware connections and installing manufacturer software provides a backup plan if software resets do not fix your sound problems. You can test your speakers on another computer or download vendor control panels to rule out actual hardware failure.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

Advertisement

📚 Related Tutorials

How to Roll Back Device Drivers in Windows 11 Easily
Windows How to Roll Back Device Drivers in Windows 11 Easily

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *