The situation when the screen turns on, the picture moves, but you hear no sound or music, causes serious irritation. Most often, the problem occurs when playing video content in a browser or media player, while system sounds may be working properly. This creates the illusion of a complex hardware failure, although in most cases the cause lies in a software conflict or an erroneous signal output setting.
Ignoring such a problem may lead to the loss of important audio information or the inability to fully work with multimedia content. We will analyze all possible reasons, from a banal speaker turning off to serious driver failures, and offer step-by-step algorithms for restoring the functionality of your system. Do not rush to take the equipment to the service center, since 90% of such problems can be solved independently in 10-15 minutes.
Initial diagnostics and testing of hardware switches
Before delving into the jungle of operating system settings, it is necessary to eliminate the most obvious reasons for the lack of sound. Often, users forget about the physical switches or accidentally press a key combination that turns off the audio output. Start by checking the keyboard: on most laptops, especially models Lenovo, HP and Acer, there is a special key F1-F12 with the image of a crossed out speaker.
If you press this button, the system sends a signal to completely block the audio signal, and no settings in Windows will help until you cancel this action. Try pressing it again while holding the key Fn, if necessary. Also check if you have an external monitor or projector connected to your laptop via an HDMI cable, as audio may be automatically routed to an external device that does not have speakers.
- 🔍 Check the physical mute button on the laptop case or on the keyboard (keys with a speaker icon).
- 🔍 Make sure the volume is not set to the minimum level in the system tray.
- 🔍 Disconnect all external devices (headphones, speakers, HDMI monitors) and restart the device.
⚠️ Attention: On some models Dell and Asus The mute function can be implemented through special software installed by the manufacturer, rather than a standard keyboard. Check for icons in the notification area next to the clock.
If the physical check does not produce results, you should pay attention to which browser or player you are using. Sometimes the problem is isolated to just one application, which indicates a codec conflict or a specific browser setting, rather than a global system failure.
Setting up playback devices in Windows
The Windows operating system tends to reset audio output settings to devices that were last connected. If you've recently connected Bluetooth headphones or USB speakers, the system may have remembered them as the default device. You need to go to Settings → System → Sound and manually select the correct speakers.
It is important to understand that several virtual output devices can be created for one laptop. For example, Realtek High Definition Audio may appear as "Speakers" and as "Digital Audio Output". Selecting the wrong device will result in the video playing silently. Open Control Panel → Sound and check which device has a green "Default Device" checkmark.
- 🎯 Right-click on the speaker icon in the tray and select "Open sound options."
- 🎯 In the "Output" section, make sure that the built-in speakers are selected and not HDMI or virtual devices.
- 🎯 Make sure the volume slider is not moved to the left and the device is not muted.
- Google Chrome
- Mozilla Firefox
- Microsoft Edge
- Opera
Sometimes the system sees the speakers, but cannot interact with them correctly due to format settings. Try right-clicking on the selected device, go to Properties → Advanced and change the standard format. Set value 16 bit, 44100 Hz or 24 bit, 48000 Hz, since higher frequencies may not be supported by the built-in drivers.
If there are no speakers at all in the list of devices, this indicates a deeper problem with the drivers or hardware. In this case, proceed to the next section, where we will look at methods for restoring driver software.
Working with sound card drivers
Drivers are software intermediaries between the operating system and hardware. Their damage or obsolescence is one of the most common reasons for loss of sound during video playback. B Device Manager you can find your audio adapter, usually this is Realtek, Conexant or Intel Smart Sound.
If there is a yellow exclamation mark next to the device, it means the driver is not installed correctly. Right-click on your device and select Update driver. However, automatic search in Windows often does not find the latest versions. It is best to download the driver from the official website of the laptop manufacturer by entering the exact model of your device.
- 💻 Go to the manufacturer’s website (for example, Lenovo Support or HP Drivers) and find the "Sound/Audio" section.
- 💻 Download the latest driver for your version of Windows (10 or 11).
- 💻 Install the driver and restart your laptop for the changes to take effect.
⚠️ Attention: Do not use third-party programs to automatically update drivers if you are not sure of their reputation. They often install incompatible versions or adware, which can make the audio problem worse.
In some cases, completely removing the driver and then reinstalling it helps. IN Device Manager select the device, click "Remove device" and check the "Remove driver programs" checkbox. After this, reboot your laptop and Windows will try to install the base driver on its own, which often resolves the conflict.
☑️ Check drivers
Codec conflicts and browser settings
If the sound disappears only in the browser, but in other programs (for example, in VLC or Windows Media Player) it works, the problem lies in the settings of a particular browser or lack of codecs. Modern video formats require certain decoding algorithms, which may not be installed on the system.
Try disabling hardware acceleration in your browser settings. This function allows the video card to process the video stream, but sometimes the video card drivers conflict with the browser, disabling the sound too. B Chrome it's in Settings → System → Use hardware acceleration.
It's also worth checking your browser extensions. Some ad blockers or audio plugins may mistakenly block the audio stream on video hosting sites. Try opening the video in Incognito mode, where extensions are usually disabled.
| Browser | Path to settings | Action |
|---|---|---|
| Google Chrome | Settings → System |
Disable hardware acceleration |
| Firefox | Settings → General → Performance |
Uncheck "Use recommended settings" |
| Edge | Settings → System and performance |
Disable acceleration |
What is hardware acceleration?
This is a technology in which video and audio processing is transferred to the video card, relieving the processor. However, with incorrect drivers, this can lead to complete loss of sound or the player freezing.
If the problem persists, your system may be missing a codec pack. Install the package K-Lite Codec Pack, which contains all the necessary libraries for playing video formats. This is especially true for older versions of Windows or systems with minimal installation.
Services and Power Options
Windows has aggressive power saving settings that can disable the sound card to save battery power. When you go into sleep mode or are simply running on battery power, the system may put the device to sleep and it will not respond to audio commands.
Go to Control Panel → Power Options and select "High Performance" or "Balanced". Click "Configure power plan" and go to "Change advanced power settings." In the window that opens, find the section PCIe Power Management → Line Communication and make sure it is "Enabled".
Also check Windows Services. Click Win + R and enter services.msc. Find a service Windows Audio and Windows Audio Endpoint Builder. Make sure their status is "Running" and their startup type is set to "Automatic". If the service is stopped, sound will not work in any program.
- 🛠️ Open
services.mscvia the "Run" menu. - 🛠️ Find a service Windows Audio and check its status.
- 🛠️ If the service is stopped, right-click and select "Start".
The Windows Audio service should be running in the background at all times. If it is disabled, no driver settings will help play sound.
Hardware failures and hardware diagnostics
If software methods do not help, the problem may be hardware in nature. This could be a failed sound card, damaged connectors, or a problem with the motherboard. Built-in sound cards often suffer from power surges or overheating.
Try connecting external speakers or headphones. If there is sound through them, but not through the built-in speakers, the problem is most likely in the speakers themselves or their cable. If there is no sound either through the speakers or through the headphones, the problem is deeper - in the chip or driver.
For accurate diagnosis, you can use the utility Speccy or HWMonitorto check the temperature of the components. Overheating can cause unstable operation of the chip. Also check to see if the laptop has recently been dropped or liquid has entered the case.
⚠️ Attention: If you find that the sound only disappears at a certain volume or at a specific moment in operation, this may indicate physical damage to the tracks on the board. In this case, DIY repairs can be dangerous.
In rare cases, resetting the BIOS to factory settings helps. This can return the correct settings for the chipset responsible for sound. Go into BIOS at boot (F2, Del or F10 key) and select the option Load Optimized Defaults.
FAQ: Frequently asked questions
Why is there sound in the system, but not in the browser?
Most likely, hardware acceleration is enabled in the browser, which conflicts with the video card drivers, or a specific extension is blocking the audio stream. Try disabling acceleration in your browser settings.
What to do if there is no sound card in Device Manager?
This means that the system does not see the device. Try updating the drivers, checking the device connection in the BIOS, or contacting a service center, as the chip may physically fail.
Is it possible to fix the problem without reinstalling Windows?
In 95% of cases, the problem is solved by updating drivers, resetting sound settings, or disabling hardware acceleration. A complete reinstallation of the system is rarely required.
Does the sound only disappear when watching YouTube?
This could be due to a browser extension or cache. Clear your browser cache or try opening the video in a different browser. If the problem persists, check the audio settings in the video hosting service itself.
Solving the problem of no sound requires a systematic approach: from a simple check of the keys to deep driver settings. The main thing is not to panic and consistently eliminate the causes, starting with the simplest ones. Most often, the problem is solved by updating drivers or changing the sound output device in Windows settings. By following the steps described, you can return sound to your laptop without extra costs.