You launch the video on YouTube, Netflix or another streaming service - and the sound suddenly disappears. The picture is moving, the volume slider is active, but there is silence. Or there is sound, but it is interrupted, distorted, and sometimes returns after reloading the page. Is the situation familiar? This problem occurs on laptops of all brands - from ASUS And Lenovo to MacBook And HP, regardless of the operating system.
In 80% of cases, it is not hardware failures that are to blame, but software failures - from driver conflicts to browser errors. But how can you accurately determine the cause and eliminate it without contacting a service center? In this guide we will look at all possible scenarios, including rare cases (for example, when the sound disappears only in Chrome, but works in Firefox). You will receive step by step instructions for Windows 10/11, macOS And Linux, as well as a quick diagnostic table.
Before jumping into solutions, answer this key question: Does the sound disappear only in the browser or in the entire system? If the problem is global (there is no sound even in local videos or music players), the reasons are different - we also touch on them. But the main focus of the article is on problems specifically when watching online videos.
- Windows 10/11
- macOS
- Linux
- I don't know
1. Sound card driver conflict is the main cause of failures
In 60% of cases, drivers are to blame - especially if the sound disappears after an update Windows or installing new programs. Modern laptops use integrated sound chips from Realtek, Intel or NVIDIA (for HDMI audio), and their drivers often conflict with system updates.
How to check? Open Device Manager (click Win + X → select item). Expand the tab Sound, gaming and video devices. If there is a yellow exclamation mark next to the name of your sound card, the driver is not working correctly. But even without the icon, there may be a problem: the driver may have been updated to an unstable version.
- 🔄 Driver rollback: Right click on the audio device →
Properties→ tabDriver→Rollback. If the button is inactive, go to the next point. - 📥 Manual installation: Download the driver from Realtek official website (for most laptops) or from your laptop manufacturer's website (for example, Lenovo). Uninstall the current driver via
Device Manager, then install the downloaded one. - 🚫 Block automatic updates: Windows 10/11 frequently updates drivers without your knowledge. To disable this, go to
Settings → Update & Security → Advanced Settings → Driver Updatesand disable the option.
How to find out the sound card model?
Open Device Manager, find your audio device and double-click on it. In the tab Information select Equipment ID. Copy the first line (starts with VEN_ And DEV_) and enter it into the search engine - this way you will find the exact model.
Important for laptops with NVIDIA/AMD: If you connect your laptop to a TV or monitor via HDMI, sound can be transmitted through the video card. In this case, update your drivers NVIDIA or AMD through their official utilities (GeForce Experience or Adrenalin).
2. Browser crashes: why there is sound in Firefox, but not in Chrome
If the sound disappears in only one browser (for example, in Google Chrome or Microsoft Edge), the problem lies in its settings or cache. Most often the culprits are:
- 🎵 The sound on the tab is muted: Right click on tab →
Mute(can be activated accidentally). - 🗑️ Corrupt cache: Browsers store temporary data that may interfere with audio decoders.
- 🔌 Extensions: Ad blockers (uBlock Origin, AdBlock) or VPNs sometimes block audio streams.
How to fix:
- Clear your browser cache:
Ctrl + Shift + Del→ selectCached images and files→ clickDelete data. - Disable extensions: Go to
chrome://extensions(for Chrome) orabout:addons(for Firefox) and deactivate all plugins. Then check the sound. - Reset your browser settings: B Chrome this is done through
Settings → Reset settings.
If the sound disappears only on a specific site (for example, YouTube), try opening it in incognito mode (Ctrl+Shift+N). If sound appears, one of the extensions is to blame.
Critical feature for Chrome And Edge: These browsers use their own audio engine Web Audio API, which may conflict with drivers Realtek on laptops from 2018–2023. The solution is to disable hardware acceleration: go to Settings → System and deactivate the option Use hardware acceleration (if available).
3. Sound settings in Windows: why the system “jams” the browser
Windows 10/11 has a complex audio management system where applications can conflict for access to the audio device. For example, if you have open Discord or Skype, they can "hijack" the sound card, blocking the sound in the browser.
How to check:
- Open
Settings → System → Sound. - In the section
Conclusionmake sure the correct device is selected (egSpeakers (Realtek Audio), notHDMI). - Scroll down to
Additional sound options→Device properties→ check that the default format is set to16 bit, 48000 Hz(for most laptops).
☑️ Checking sound settings in Windows
Pay special attention monopoly regime: some programs (for example, Zoom or games) can turn it on, blocking sound from other applications. To disable:
- Open
Control Panel → Sound. - Select your output device →
Properties→ tabAdditionally. - Uncheck
Give applications exclusive controlAndDisable all sound effects.
4. Problems with codecs and audio formats
Videos on the Internet are encoded with different audio codecs: AAC, Opus, MP3. If your laptop does not have the required decoder, the browser will not be able to play sound, although the video will play. Especially relevant for Linux and older versions Windows 7/8.
How to diagnose:
- 🔍 Open developer tools in your browser (
F12→ tabNetwork). Refresh the video page and find the file with the extension.m4a,.webmor.mp3. Look whatCodecindicated in the headings. - 🎧 If the codec
OpusorVorbis, but there is no sound - the problem is its support.
Solutions:
| Operating system | Action | Download link |
|---|---|---|
| Windows 10/11 | Install K-Lite Codec Pack (Basic version) | codecguide.com |
| macOS | Update QuickTime through App Store |
Built-in App Store |
| Linux (Ubuntu/Debian) | Install the package ubuntu-restricted-extras |
|
| Any OS | Use a browser Firefox - it has built-in support for most codecs | mozilla.org |
For users Linux: If after installing codecs there is still no sound, check if the sound is blocking PulseAudio. Run in terminal:
pulseaudio -k && pulseaudio --start
This command will restart the sound server.
5. Hardware problems: when speakers or connectors are to blame
If the sound disappears not only in the browser, but also in other applications, there may be a hardware failure. Common reasons:
- 🔌 Poor contact in the 3.5 mm jack (if you are using headphones).
- 🔊 Damage to speakers (for example, after a laptop falls).
- 🔋 Energy Saving: some laptops (Dell XPS, HP Spectre) disable the sound card to save battery.
How to check:
- Connect headphones or external speakers. If sound appears, the problem is in the laptop speakers.
- Check to see if the mute indicator is on (on some models). Lenovo And ASUS there is a separate button
Mutewith LED). - Disable energy saving: in Windows go to
Control Panel → Power Options → Configure power plan → Change advanced power settingsand find the parameterPCI Express → Link Status. InstallMaximum performance.
If the sound disappears only when running on battery power, but appears when connected to the network, the power settings are to blame. Turn off power saving mode for audio devices.
For laptops with Dolby Atmos or Bang & Olufsen (For example, HP Envy, Lenovo Yoga): These technologies may conflict with standard drivers. Try disabling them in the sound control panel or uninstalling the corresponding software.
6. Viruses, malware and unauthorized changes to the system
Some viruses and adware (adware) modify system audio settings by redirecting audio streams or disabling them. For example, a Trojan AudioAd replaces standard codecs with its own, which leads to the disappearance of sound in browsers.
Signs of infection:
- 🛡️ The sound disappears after installing new software (especially “cracked” programs).
- 📁 In the folder
C:\Windows\System32\driversunknown files appear with the extension.sys. - 🔊 B
Task Managerprocesses hang likeaudiohd.exeorsoundmax.exe.
How to treat:
- Scan the system Malwarebytes or Kaspersky Virus Removal Tool.
- Check startup:
Ctrl + Shift + Esc→ tabAutoload. Disable suspicious programs. - Restore system files: in Windows run command prompt as administrator and enter:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
For macOS: Viruses are less likely to infect the sound system, but check for activity in System monitoring (Programs → Utilities). Remove unknown processes consuming resources coreaudiod.
7. Features of the HTTP/3 protocol and problems with CDN
Modern streaming services (YouTube, Twitch, Netflix) use the protocol HTTP/3 (based on QUIC), which speeds up video loading, but sometimes conflicts with network settings. If the sound disappears only on some sites, the problem may be:
- 🌐 Blocking UDP ports (used for
QUIC). - 🔒 DNS settings (some providers filter traffic).
- 🛡️ VPN or proxy, which do not support
HTTP/3.
Solutions:
- Disable your VPN or proxy and check your sound.
- Change DNS to
8.8.8.8(Google) or1.1.1.1(Cloudflare):
Панель управления → Сеть и Интернет → Центр управления сетями → Изменение параметров адаптера → Свойства → IP версии 4 → Использовать следующие адреса DNS-серверов
- Disable
HTTP/3in the browser:- B Chrome: enter in the address bar
chrome://flags/#enable-quicand selectDisabled. - B Firefox: enter
about:config, findnetwork.http.http3.enabledand installfalse.
- B Chrome: enter in the address bar
8. Rare cases: BIOS, UEFI and hardware conflicts
If all the previous methods did not help, the problem may lie at the level BIOS/UEFI or conflict of iron components. This is true for laptops with:
- 🖥️ Dual graphics (NVIDIA Optimus + Intel HD Graphics).
- 🔧 Incorrect settings
ACPI(power management). - 🔄 Updated BIOS with bugs (especially on laptops MSI And Gigabyte).
What to do:
- Reset settings
BIOSto factory settings: when booting the laptop, pressF2/Del→ find the optionLoad Default Settings. - Disable NVIDIA Audio in
BIOS(if there is such a point). This is true for laptops with video cards NVIDIA, where sound can be transmitted throughHDMIeven without a connected monitor. - Update
BIOSto the latest version (but only if you are sure of the stability of the firmware!). Download the file ONLY from the official website of the laptop manufacturer.
Attention: wrong update BIOS may make the laptop inoperable. If you are not sure, contact the service center.
Before updating the BIOS, disable Fast Boot in settings and connect the laptop to a power source. Interrupting the firmware process will lead to failure of the motherboard.
FAQ: Frequently asked questions about missing sound
🔊 The sound disappears only in YouTube, but is available in other services. What's the matter?
YouTube uses codec Opus for audio compression. If you have an old sound card or outdated drivers, the browser may not be able to decode audio. Solutions:
- Update your drivers Realtek or Intel Audio.
- Disable in Chrome hardware acceleration (
Settings → System). - Try opening YouTube in Firefox - it works better with
Opus.
🎧 There is sound in the headphones, but not in the speakers. How to fix it?
This is a common problem with switching audio devices. B Windows:
- Click on the volume icon in the tray → select
Speakers(notHeadphones). - Open
Settings → System → Soundand installSpeakersdefault device. - If that doesn't help, update your drivers or reset your settings.
Realtek Audio Console(if installed).
On MacBook: go to System Preferences → Sound → Output and select Built-in speakers.
🔄 The sound disappears after sleep or hibernation. Why?
This has to do with the power management of the sound card. B Windows:
- Open
Device Manager→ find the sound card →Properties→ tabPower management. - Uncheck
Allow this device to turn off to save power. - Update your chipset drivers (Intel Management Engine or AMD Chipset).
On macOS: reset NVRAM (while loading, hold Cmd + Opt + P + R 20 seconds).
🖥️ There is sound, but it is very quiet or distorted. What to do?
Reasons:
- Incorrect equalizer settings (Realtek Audio Console or Dolby Access).
- Damaged speakers (especially on laptops older than 5 years).
- Conflict with a sound enhancement program (for example, Equalizer APO).
Solutions:
- Turn off all sound effects in
Control Panel → Sound → Device Properties → Enhancements. - Check the physical condition of the speakers (put your ear in - if you hear a crackling noise, they need replacement).
- Remove programs like Dolby Atmos or Waves MaxxAudio.
🛠️ Do I need to reinstall Windows if the sound is not restored?
Reinstallation Windows - a last resort. Before this:
- Create a new user account and check the sound in it.
- Restore your system using a restore point (
Control Panel → Recovery). - Install Windows in mode
Update(saves files, but resets settings).
If the sound disappears even on a clean system, there is a hardware problem (sound card or motherboard).