Guide to troubleshooting Windows audio and sound problems

LookinAround

Posts: 6,429   +186
[center]Guide to Troubleshooting Windows Audio and Sound Problems
February, 2011[/center]

>>> Troubleshooting Overview
> Summary of steps that follow
  • Read the "Things to know before you start" section to understand some basics
  • At any point, consider a System Restore especially if your device suddenly disappeared or a driver problem just started occurring
  • Find your audio device(s) in Device Manager
    • If not found, check if onboard audio is disabled in BIOS
    • If found and it has a yellow icon, there's a driver error. Try reinstalling the driver
    • If found but it doesn't appear with a yellow icon, the device driver is working properly
      ==> Check if the device is using a generic driver from Microsoft or using a hardware specific audio driver (you want the hardware specific driver)
      ==> Next, look at the "Automated FixIt Tools and Other Help Guides" section. Try running the Microsoft Automated FixIt tool. If that doesn't help, you can try reinstalling the driver, checking your default playback device is set correctly and/or start looking through the other Help Guides for more help and tips
  • Also, see the "Notes and Tips" section towards bottom of this post for more debugging hints
> If you'd like more help with your specific problem
You need to create your own new topic / thread along with a problem description (see HERE)
  • Include info about: your computer make/model, Windows OS version and of course a problem description. ALSO, if you have an addon sound card include its make/model as well
  • Create your new topic in either the Audio and Video or Device Drivers forum - whichever one you think is suitable to your problem
> Only general comments, general questions, clarifications and corrections, etc. should be posted as replies to this guide


>>> Things to know before you start
> Windows doesn’t need a sound card or audio drivers to generate simple beep tones
Don’t assume your audio “worked for a moment” just because you heard beeps (e.g like error beeps)

> Integrated Audio vs. Addon Sound
  • "Integrated" audio is the audio device that comes built into the computer's motherboard. Integrated audio may also be called "onboard" audio.
  • "Addon" sound is an audio device not on the motherboard. For example, if you add a sound card for your machine, it's addon sound. Addon sound may also be called "offboard" sound
> AC’97 vs. High Definition Audio
AC’97 was the first audio standard for computer sound (It was created by Intel in 1997). AC97 audio was superceded by High Definition Audio (also called HD audio) in 2004. It often helps to know whether your audio device is AC97 or HD Audio
  • All newer soundcards/audio devices are HD Audio. (I’d guess all audio/sound cards built since at least 2007)
  • Look at the audio device name in Device Manager
    ==> Names for HD Audio devices always include words like HD or High Definition within the name. Examples
    • Computer 1 on the left: Computer 1 has two audio devices (fyi: Computer 1 happens to have two sound cards: It has both integrated audio plus an add-on sound card). Look at the device names. You can tell from the names that both devices are HD Audio
    • Computer 2 on the right: Computer 2 only has one audio device. Look at its device name. You can tell from its name it's not HD Audio therefore you know it must be AC97)
    audiodevicedevmgr.jpg

> Generic vs. Hardware Specific Drivers
Microsoft provides generic audio drivers in Vista and Windows 7. If Windows can't find a hardware specific driver for audio, it may load its own generic driver. The Microsoft generic driver usually doesn't provide fully functional sound (and, often, microphones won't work with the Windows generic driver)

To see which driver an audio device is using
Open Device Manager, rt click the audio device, select Properties
..> If there's no Driver tab or the Driver tab shows Unknown, no audio driver is installed
..> If the Driver tab shows Microsoft, the audio device is using the generic driver


>>> Troubleshooting: First steps
> System Restore
At any point, consider a System Restore especially if your device suddenly disappeared or a driver problem just started occurring. System Restore will inform you if the restore attempt was successful or not. System Restore doesn't affect your personal folders and data
==> How to Restore a Windows XP system to a previous State using System Restore
==> Using Windows 7 or Vista System Restore

> Verify your audio device is detected
Check Device Manager. Can you find your audio device(s) listed? Does it appear with any special icons?

Device Manager icons
==> Yellow icons with a black exclamation point indicate a driver problem
==> A "down arrow" indicates a disabled device in Vista and Windows 7
==> XP uses a yellow icon with a red X for disabled devices

To check Device Status
==> Rt click the device, select Properties. Check Device Status on the General tab. Is Device Status = "This device is working properly"? Or is there an error code number?
==> If Device Manager says it's "Working properly" yet you still have sound problems, suggest you next see the "Automated FixIt Tools and Other Help Guides" section below. Run the Microsoft Fixit tool for Sound. If that still doesn't work, try a reinstall and look through the other help guides listed below. Also check your default Playback device setting (see "Notes and Tips" below)

When looking for your audio devices in Device Manager
  • First, look for your audio devices under Sound, video and game controllers
  • Next, see if you have an Other devices category. If the category exists, check each it lists
    When Windows can't identify a device, it gets lised under under "Other devices". "Other devices" are also called "unidentified devices" "Other devices" often appear with generic names. Example
    ==> On left: "Multimedia Audio controller” is a generic name for an unidentified AC97 audio device
    ==> On right: "Audio Device on High Definition Bus" is a generic name for an unidentified HD Audio device
    otherdeviceshd.jpg
  • If you can’t find your audio device listed in Device Manager, reboot and look a second time. If you still can't find it
    ==> Note if you're still running XP SP2 you need this MS KB installed for HD Audio support. (XP SP3 and all versions of Vista and Windows 7 already include HD Audio support.)
    ==> Check if your audio is disabled in BIOS. Look for a BIOS setting named something like Onboard Audio or Integrated Audio
    • If you find it, it should be set to ON or ENABLED or something similar
    • Not all BIOS provide this setting. Tho also be sure to search through all the BIOS menus to look for it
    • For more about how to enter BIOS menu setup see HERE. You can also check your system/motherboard provider's Support site for their documentation
> Reinstall the audio driver
Different methods of reinstalling are listed below. If the first two don't help, find the driver on the vendor site, download and install it yourself. If the driver installation seems problematic or the old driver installation seems to interfere, check if you have the option to first uninstall the current driver installation yourself from Add/Remove Programs
  1. Reinstall using Device Manager
    > Rt click the device, select Uninstall. Reboot. Windows should redetect and reinstall the device on startup
  2. Let Windows search for an updated driver
    > Rt click the device, select Update Driver. Follow the prompts. Allow Windows to search the internet for an updated driver
  3. Check if the audio driver is listed in Add/Remove Programs. If it's listed, uninstall it
    For XP, look in Ctl Pnl->Add/Remove Programs. For Vista and Win7, Ctl Pnl->Progams and Features

    Here's why: Some audio driver installers create an Add/Remove Program entry for the driver. (It's entirely up to the vendor and how they chose to write their driver so you may or may not find an Add/Remove entry)
    • When you uninstall using Device Manager, driver software is uninstalled but it's not deleted UNLESS Device Manager specifically offers you a delete option. This is also why Windows can reinstall a device on reboot when driver software is uninstalled (but not deleted)
    • "In theory" a new or updated driver should uninstall and delete old driver files itself when it runs but this isn't always the case. It never hurts (and sometimes helps!) to run the Add/Program uninstaller yourself if you find one
  4. Find an updated driver manually
    > Create a System Restore point before trying to install the new driver
    > Check vendor sites for their Support or Download link. Do an internet search or look at the topic HERE for links to many vendor sites
    • If you bought a complete PC system (e.g. from Dell, HP, Sony, ASUS), check the PC system provider first
    • If you bought an addon sound card, check the addon sound card provider
    • If you bought your own motherboard, check the motherboard provider
    • Check the audio chip provider on your soundcard. When looking for drivers based on the audio chipset note
      ==> Audio providers (like Realtek and IDT Soundmax) often provide both the audio chipset and the driver. While general chip makers (like Intel, SiS, and Via) usually provide just the chips. They rely on (and will point you to) someone else's driver that works with their audio chips (such as drivers from Realtek or IDT Soundmax)
  5. Find an updated driver using DriverEasy
    > Create a System Restore point before trying to install the new driver
    > "If it ain't broke, don't fix it". Only install DriverEasy's audio driver updates
    ==> DriverEasy returns every driver update it finds including "beta" (pre-release versions). Newer is not always better. Only update the driver if the device isn't working


>>> Automated FixIt Tools and Other Help Guides
Microsoft provides some automated "fixit" tools to help fix common sound problems
=> You'll find the fixit tools in the Microsoft articles below
=> You may want to review all the guides for your Windows OS about your problem (even if your computer or motherboard is from a different vendor.) You'll find many of the things vendors list "to do" and check can still make sense regardless of the hardware provider

For XP
Code:
> [I]From Microsoft[/I] - [URL="http://windows.microsoft.com/en-us/windows/help/no-sound-in-windows"]No sound in Windows[/URL]
> [I]From Microsoft[/I] - [URL="http://support.microsoft.com/kb/307918"]How to troubleshoot sound problems in Windows XP[/URL]
> [I]From Microsoft[/I] - [URL="http://support.microsoft.com/kb/909441"]FIX: In Control Panel, "Sounds and Audio Devices" does not correctly display the setting in the "Speaker Setup" list[/URL]
> [I]From Intel[/I] - [URL="http://www.intel.com/support/motherboards/desktop/sb/cs-020642.htm"]Intel Desktop Boards: Troubleshooting audio issues[/URL] [I](this Intel guide includes an Audio Wizard)[/I]
> [I]From HP[/I] - [URL="http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&cc=us&dlc=en&docname=c00035556"]Resolving Microphone Problems in Microsoft Windows 95, 98, Me, and XP[/URL]
> [I]From HP[/I] - [URL="http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&dlc=en&cc=gb&docname=bph07158"]Resolving Microphone and Line-In Problems in Windows XP[/URL]

For Vista
Code:
> [I]From Microsoft[/I] - [URL="http://windows.microsoft.com/en-us/windows/help/no-sound-in-windows?T1=tab02"]No sound in Windows[/URL]
> [I]From Microsoft[/I] - [URL="http://windows.microsoft.com/en-US/windows-vista/Getting-sound-from-your-computer-recommended-links"]Getting sound from your computer: recommended links[/URL][I] (See this link for more MS help about Vista sound problems)[/I]
> [I]From Microsoft[/I] - [URL="http://support.microsoft.com/kb/948481"]How to troubleshoot sound problems that you experience after you install a Windows Vista Service Pack[/URL]
> [I]From HP[/I] - [URL="http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&dlc=en&cc=us&docname=c00833331"]Resolving Microphone Problems[/URL]
> [I]From HP[/I] - [URL="http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00820226&tmp_task=solveCategory&lc=en&dlc=&cc=us&lang=&product=1844336"]Resolving Microphone and Line-in Problems in Windows Vista[/URL]
> [I]From HP[/I] - [URL="http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&cc=uk&docname=c00820207&dlc=en&product=3470290"]No Sound from the Speakers in Windows Vista[/URL]
> [I]From Intel[/I] - [URL="http://www.intel.com/support/motherboards/desktop/sb/cs-020642.htm"]Intel Desktop Boards: Troubleshooting audio issues[/URL] [I](includes and Audio Wizard)[/I]
> [I]From Gateway[/I] - [URL="http://support.gateway.com/s/Checklists/BPC/ck2007032052.shtml"]My desktop has microphone problems[/URL]

For Windows 7
Code:
> [I]From Microsoft[/I] - [URL="http://windows.microsoft.com/en-us/windows/help/no-sound-in-windows"]No sound in Windows[/URL]
> [I]From Microsoft[/I] - [URL="http://windows.microsoft.com/en-US/windows7/Getting-sound-from-your-computer-recommended-links"]Getting sound from your computer: recommended links[/URL] [I](See this link for more MS help about Windows 7 sound problems)[/I]
> [I]From Intel[/I] - [URL="http://www.intel.com/support/motherboards/desktop/sb/cs-020642.htm"]Intel Desktop Boards: Troubleshooting audio issues[/URL] [I](includes and Audio Wizard)[/I]
> [I]From HP[/I] - [URL="http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&dlc=en&cc=us&docname=c00833331"]Resolving Microphone Problems[/URL]


>>> Notes and tips
1. Verify the Sound Playback default device
If your computer can playback sound to more then one audio device, verify the default Sound device is set correctly
> Click Control Panel->Sound, select the Audio tab
> In the example below, note there are multiple playback devices to choose from (click thumbnail for full view)
==> Also note, if you find selections are "dimmed" it means Windows can't find a working sound card on your machine
==> Windows must be able to detect your sound card hardware AND install its drivers before the sound card will work


2. Testing Windows sound
When testing sound problems, it may help if you to first focus on testing Windows sounds that come with the Windows OS
=> If Windows sounds play OK but other sound doesn't, your sound card and driver is probably OK. Check for missing audio codecs
  • Click Control Panel->Sound, select the Sounds tab. Select a Windows sound
  • Click the triangular button to play the sound. Can you hear it? (click thumbnail for full view)
    ==> If you find the selections are "dimmed" it means Windows can't find a working sound card on your machine
    ==> Windows must be able to detect your sound card hardware AND install its drivers before the sound card will work


3. Are you having a problem with sound over HDMI?
HDMI combines both video and audio signals for output to the HDMI port. HDMI ports look like this
images
==> If you've connected to an HDMI port on an addon graphics card, make sure you've installed both video and any audio drivers provided on the graphics card vendor's support site

4. The DirectX Diagnostics tool (Dxdiag.exe) may display a misleading message
One of Dxdiag's error messages states:
No sound card was found. If one is expected, you should install a sound driver provided by the hardware manufacturer.
The "No sound card found" message can be a bit misleading. It usually means the sound driver is missing or not working. To see if the sound card is really "not found", you must look for it in Device Manager
 
Back