Have you turned on your favorite movie or launched a game, but the sound from the laptop speakers is barely audible, although everything worked fine before? The problem with quiet sound is one of the most common among users. Windows, macOS and even Linux. The reasons may lie either in trivial system settings or in serious hardware malfunctions. In this article we will analyze all possible scenarios: from accidentally changing parameters to speaker wear.

It is important to understand that a sharp decrease in volume rarely occurs on its own. This is usually preceded by a driver update, installation of new software, mechanical damage, or even simple dust inside the case. We won't limit ourselves to obvious advice like "check your volume control" - instead we'll suggest diagnostic algorithmwhich will help identify the root of the problem. And if you are not confident in your abilities, at the end of the article there is a checklist for a quick self-test.

1. Software failures: when the operating system is to blame

In 60% of cases, quiet sound is associated with settings or OS malfunctions. Let's start with the simplest thing: perhaps the volume has decreased due to system updates, a program conflict, or mixer parameters that have gone wrong. For example, after installation Windows 10/11 some users experience that the sound is automatically muted to 30-40% of the maximum level - this is a “feature” of the system to protect hearing.

Another common reason is sound driver conflict. If you have recently updated your audio card driver (for example, via Realtek Audio Console or NVIDIA HD Audio), it could install with errors. Check it like this:

  • 🔊 Open Device Manager (keys Win + X → select item).
  • 🖱️ Expand tab Sound, gaming and video devices.
  • ⚠️ If a yellow triangle is lit next to the audio driver, that’s where the problem lies.

Also worth checking Windows Services (click Win + R, enter services.msc). Find a service Windows Audio — it must be running, and the startup type must be set to Automatically. If the service is disabled, there will be little or no sound.

📊 What operating system do you have?
  • Windows 10
  • Windows 11
  • macOS
  • Linux
  • Other

2. Sound settings: where to look for hidden controls?

What many users overlook is that the system has several independent volume controls. For example, in Windows you can set the overall volume to maximum, but at the same time individual applications (for example, Chrome or Spotify) will be muted. To check this:

  1. Right-click on the speaker icon in the tray → Open Volume Mixer.
  2. See if any specific app is muted.
  3. If the slider is gray, this means that the program has blocked volume changes (often happens in games).

Another hidden parameter - sound amplification (or Loudness Equalization). Some laptops (eg. Lenovo ThinkPad or Dell XPS) This feature is disabled by default, causing the sound to appear quieter. To enable it:

  1. Right click on the sound icon → Sounds → tab Improvements.
  2. Check the box next to Volume equalization or Loudness Equalization.
  3. Save the settings and restart your laptop.
💡

If you have a laptop ASUS or Acer, check the proprietary audio software (for example, SonicMaster or TrueHarmony). Often there is a separate volume control that is reset after updates.

3. Drivers: update or roll back?

Sound card drivers are one of the most capricious parts of the system. Manufacturers like Realtek, Conexant or Intel They regularly release updates, but not all of them are stable. If the sound becomes quiet after the update, try rolling back the driver:

  • 🔧 Open Device Manager → find your sound card.
  • 🔄 Right click → Properties → tab DriverRollback.
  • 🔄 If the button is inactive, click Remove device, then restart the laptop - the system will install the driver again.

If rolling back doesn't help, try installing the driver manually from the laptop manufacturer's website (not from Windows Update!). For example, for HP Pavilion or Lenovo IdeaPad It’s better to download software from the official support pages rather than from the website Realtek. This is especially true for laptops with an audio system Dolby Atmos - their drivers often conflict with standard ones.

Laptop manufacturer Recommended Driver Source Common problem
Dell (XPS, Inspiron) Official website Dell Support Conflict with Waves MaxxAudio
HP (Pavilion, Omen) Portal HP SoftPaq Reset settings Bang & Olufsen
Lenovo (ThinkPad, Yoga) Lenovo Vantage or support site Shutdown Dolby Audio after update
ASUS (ROG, ZenBook) Utility MyASUS or website Crashes in Sonic Studio

4. Hardware problems: speakers, connectors and dust

If software methods do not help, it’s time to think about hardware faults. The most common:

  • 🔈 Speakers are dirty — dust and lint accumulate on the membranes over time, muffling the sound.
  • 🔌 Problems with the audio jack (3.5 mm) - oxidation of contacts or mechanical damage.
  • 🔋 Battery wear - some laptops (for example, MacBook Pro) automatically reduce the volume when the discharge is below 20%.
  • 🛠️ Disconnecting the speaker cable - a common problem after falls or repairs.

To check your speakers for physical damage:

  1. Connect headphones to the audio jack. If the sound is normal, the problem is in the laptop speakers.
  2. Shine a flashlight into the speaker grilles. Are there any visible dust accumulations? Clean them carefully with a soft brush (do not use wet wipes!).
  3. Shake the laptop next to your ear. Are you hearing any strange noises (such as rattling)? This is a sign of a disconnected cable.
How to check the speaker cable without disassembling?

If, when you tilt the laptop at a certain angle, the sound appears and then disappears, this is almost guaranteed to be a problem with the cable. In this case, only disassembling and soldering (or replacing the cable) will help.

⚠️ Attention: If you suspect the cable has become disconnected, do not attempt to disassemble the laptop yourself without experience. In models MacBook Air or Dell XPS 13 The speakers are soldered to the motherboard - careless intervention can completely damage them.

5. BIOS and power saving: hidden limitations

Few people know, but some settings in BIOS/UEFI may affect sound volume. For example, in laptops Lenovo And HP there is a parameter Audio Power Saving, which mutes sound to save energy. To disable it:

  1. Reboot the laptop and go into the BIOS (usually the F2, Del or Esc).
  2. Find a section AdvancedPower Management.
  3. Look for options like Audio Power Save, HD Audio Controller or Low Power Mode - turn them off.
  4. Save the settings (F10) and reboot.

Also check the power plan in Windows:

  • 🔋 Open Control Panel → Power Options.
  • 🔄 Choose a plan High performance (if there is one).
  • 🔧 Click Set up power plan → Change advanced settings.
  • 🔊 Find the section Media Options → When sharing media and install Maximum performance.

6. Viruses and malware: when the sound is “stolen”

It sounds like science fiction, but some viruses and adware can actually affect the volume. For example, Trojans of the family AudioAd mutes the system sound so that the user can better hear advertising inserts in the browser. How to check it:

  • 🛡️ Run a scan using system tools:
    • Windows Defender (tab Protection against viruses and threats).
    • Malwarebytes or AdwCleaner (to search for adware).
  • 🔍 Check the startup list (Ctrl + Shift + Esc → tab Autoload). Look for suspicious programs like AudioEnhancer, SoundBooster or HD Volume Mixer.
  • 📁 Remove browser extensions that can control audio (for example, Volume Master for Chrome).

If a virus is found, after removing it you may need to resetting sound settings. To do this:

  1. Open Command line on behalf of the administrator.
  2. Enter the commands one by one:
    net stop audiosrv
    

    net stop AudioEndpointBuilder

    net start audiosrv

  3. Restart your laptop.

🔹 Run Windows Defender scan

🔹 Check startup for suspicious programs

🔹 Remove unknown extensions from browser

🔹 Check the problem book (Ctrl+Shift+Esc) for background processes with the word "audio" or "sound"

-->

7. Features of macOS: why did the MacBook become quieter?

Owners MacBook Pro/Air And iMac face unique audio challenges. For example, after updating to macOS Ventura or Sonoma Many people complain about the automatic volume reduction. This is related to the function Sound Check (volume leveling) and a new hearing protection system.

To return normal sound to Mac:

  • 🍎 Open System Settings → Sound.
  • 🔊 Uncheck Volume equalization (Sound Check).
  • 🔧 In the section Exit check if there is a limit on Max. volume (in macOS Monterey and newer).
  • 🔄 If you use AirPods, disable the function Volume adaptation in Bluetooth settings.

Another common problem is speaker contamination in MacBook with Touch Bar. Due to the compact body, dust accumulates faster. Apple recommends using for cleaning compressed air (spray can) at a distance of 10 cm, but under no circumstances should you use a vacuum cleaner!

⚠️ Attention: B MacBook 2018+ speakers are integrated into the keyboard. If the sound disappears after replacing the battery or keyboard, the cable is most likely damaged. In this case, contact the service - repairing it yourself will void your warranty.

8. When to contact service: signs of serious damage

If you have tried all the methods, but the sound remains quiet, there may be a hardware problem. Here are signs that your laptop needs professional repair:

  • 🔇 There is sound only in headphones, and the speakers are silent.
  • 🔊 At maximum volume, distortion is heard (wheezing, crackling).
  • 🛠️ The laptop has been dropped or exposed to moisture.
  • 🔋 The speakers only work on battery power (or only on mains power).

The cost of repair depends on the model:

  • Replacing speakers in Lenovo ThinkPad or Dell Latitude — from 1,500 ₽.
  • Loop repair in MacBook Pro — from 5,000 ₽ (cheaper in unofficial services, but risky).
  • Dust cleaning with disassembly - from 1,000 ₽.
  • Replacement of an audio card (in desktop PCs or gaming laptops) - from 3,000 ₽.

Before visiting the service, make a backup copy of your data - sometimes diagnostics require a full system reset.

💡

If the laptop is under warranty, do not open it yourself! In most cases, low sound is considered a software problem, and the service center is obliged to fix it free of charge.

FAQ: Frequently asked questions about quiet sound on a laptop

🔊 Why is the sound quiet in only one application (for example, Chrome or Spotify)?

This is due to the individual volume settings for each application. B Windows open the volume mixer (right-click on the speaker icon → Open mixer) and check the slider for the problematic application. B macOS some programs (for example, Spotify) have their own volume control inside the interface.

🔧 Can antivirus block sound?

Yes, some antiviruses (for example, Kaspersky or Avast) have modules to protect against unauthorized access to audio devices. Try temporarily disabling protection or adding the audio driver to exceptions. Also check your antivirus log to see if files with the extension are blocked .sys or .dllrelated to sound.

💻 Why did the sound become quieter after connecting the second monitor?

When connecting an external display (especially via HDMI or DisplayPort) the system can redirect sound to the monitor even if it does not have speakers. To fix:

  1. Right click on the sound icon → Open sound options.
  2. In the section Conclusion select the correct device (eg Speakers (Realtek Audio)).
  3. Disable unnecessary audio devices in Device Manager.
🔋 Does battery mode affect sound volume?

Yes, in Windows And macOS There are power saving features that can limit the volume. B Windows check:

  • Power plan (must be Balanced or High performance).
  • Settings USB ports in Device Manager (sometimes the sound card is connected via USB and is muted to save power).

B MacBook disable the option Optimized battery charging in the battery settings - it can affect the performance of the audio system.

🛠️ Is it possible to replace the speakers in a laptop yourself?

Theoretically yes, but the complexity depends on the model:

  • 🔧 Easy: Lenovo ThinkPad, Dell Latitude — the speakers are secured with latches.
  • ⚠️ Average: HP Pavilion, ASUS Vivobook - Care is required when disconnecting cables.
  • 🚫 Difficult: MacBook Pro/Air, Dell XPS — the speakers are soldered, there is a risk of damaging the battery.

To replace you will need: a screwdriver PH00, plastic spatulas, new speaker (search by laptop model at AliExpress or eBay). If you are not sure, it is better to take it to the service center.