Have you turned on your favorite movie or music, but the sound on your laptop is barely audible even at maximum volume? This problem is familiar to many users - from owners of budget Lenovo IdeaPad up to bonus MacBook Pro. The reasons for the quiet sound may lie in both software glitches and hardware limitations of the speakers. In 80% of cases, the problem can be solved independently without contacting a service center.
In this article we will analyze all possible reasons - from the banal muting of sound in the settings to complex cases when replacing the speakers is required. You will learn how to check mixer volume level, update your sound card drivers, use third-party sound amplifiers, and even modify Windows system files to increase the volume. And for the owners macOS And Linux We have prepared separate instructions taking into account the features of these operating systems.
1. Check basic audio settings
Before you dig deeper, make sure that the problem does not lie in basic settings. Often users accidentally lower the volume with keys Fn + F1/F2/F3 (depending on the laptop model) or turn off the sound in the mixer. Start with these steps:
- 🔊 Check the physical controls: on some laptops (for example, Dell XPS) there is a separate volume slider on the sidebar.
- 🎧 Make sure that headphones or a Bluetooth headset are not connected - the system may automatically redirect sound to them.
- 📶 Turn off Bluetooth if you don’t use wireless devices - sometimes drivers conflict.
- 🔄 Reboot the laptop: this will reset temporary failures of the sound subsystem.
B Windows 10/11 open the volume mixer by clicking on the speaker icon in the tray → select an output device (if there are several of them). B macOS check the settings in System Settings → Sound. On Linux (Ubuntu, Mint) use alsamixer in the terminal for detailed channel settings.
- Lenovo
- HP
- Dell
- Asus
- Acer
- Apple MacBook
- MSI
- Other
2. Update and reinstall sound drivers
Outdated or damaged drivers are one of the most common causes of quiet sound. Laptop manufacturers often release updates that optimize the performance of the audio system. Here's how to check and update your drivers:
B Windows:
- Click
Win + X→ selectDevice Manager. - Expand the thread
Sound, gaming and video devices. - Right-click on your sound card (for example, Realtek Audio or Intel Smart Sound Technology) →
Update driver. - Select
Automatic search. If there are no updates, download the driver from the laptop manufacturer’s website (not from Microsoft Update!).
For macOS Sound driver updates come with system updates (System settings → Software update). On Linux use commands:
sudo apt update && sudo apt upgrade alsa-base pulseaudio
Make sure there are no exclamation marks next to the sound card in Device Manager|
Download the driver from the official website of the laptop manufacturer (not from Microsoft)|
Reboot the laptop after installing the driver|
Check the sound in safe mode (if the problem persists, the OS is not to blame)
-->
Critical information: On laptops HP Pavilion And OMEN Settings are often reset after upgrading to Windows 11 Bang & Olufsen Audio Control - they need to be configured again in a separate application from HP.
3. Using sound amplifiers (Equalizer APO, FXSound, Boom 3D)
If hardware settings do not help, you can programmatically enhance the sound using specialized utilities. These programs work as intermediaries between the system and the speakers, increasing the volume by changing the frequency response.
| Program | Supported OS | Features | Link |
|---|---|---|---|
| Equalizer APO | Windows 7-11 | Free system equalizer that allows you to increase the volume by 200-300%. Requires setting up a configuration file. | Download |
| FXSound | Windows, macOS | Improves sound with 3D effects and bass/treble boost. There is a free version with restrictions. | Download |
| Boom 3D | Windows, macOS | Paid solution with a 31-band equalizer and presets for different genres of music. Gives a volume increase of up to 400%. | Download |
| PulseEffects | Linux (Ubuntu, Fedora, Arch) | Analogue of Equalizer APO for Linux. Works through PulseAudio, supports LADSPA plugins. | GitHub |
For Equalizer APO after installation you need:
- Open
C:\Program Files\EqualizerAPO\config\config.txt. - Add line
Preamp: 10.0 dB(will increase the volume by 10 decibels). - Save the file and restart the laptop.
If after installing the amplifier the sound becomes distorted (wheezing, interference), reduce the pre-amplifier level (Preamp) to 5-6 dB and turn off the equalizer at high frequencies (above 10 kHz).
4. Setting the equalizer in Windows and macOS
Built-in OS tools also allow you to adjust the sound. On Windows, the equalizer is hidden in the sound card settings, but on macOS it is available through System Preferences → Sound → Output.
For Windows:
- Right-click on the speaker icon in the tray →
Open sound options. - In the section
Related optionsselectSound control panel. - Double click on the active output device → go to the tab
Improvements. - Activate
Equalizerand select a presetRockorPowerful(they enhance low and mid frequencies).
For macOS Ventura/Monterey:
- Open
System Preferences → Sound → Output. - Click
Sound settings(for external devices). - Turn on
Equalizerand select a presetLate Night— it compresses the dynamic range, making quiet sounds louder.
How to reset equalizer settings to factory settings?
On Windows: open Control Panel → Sound → Device Properties → Enhancements and uncheck all the boxes. On macOS: In Equalizer settings, select a preset Flat (Flat).
5. Checking for hardware problems (speakers, connectors, cables)
If software methods do not help, the problem may be physical damage to the speakers or poor cable contact. This is especially true for laptops older than 3-4 years, where the speakers wear out from vibrations.
- 🔧 Speaker test: Connect headphones to the audio jack (3.5 mm). If the sound in the headphones is loud, the problem is in the laptop speakers.
- 🔌 Checking the connector: Insert the headphones all the way - sometimes the contact oxidizes, and the system thinks that the headphones are connected (even if they are not).
- 🛠️ Speaker cable: On laptops Asus ROG And MSI Often the cable connecting the motherboard to the speakers comes off. Solved by disassembling and reconnecting.
- 🔊 Speaker contamination: Dust and lint can block the membranes, reducing the volume. Clean the speaker holes with compressed air (a can).
⚠️ Attention: If you do not have experience disassembling laptops, do not try to clean or reconnect cables yourself - this may damage the motherboard. In such cases, contact the service center.
To diagnose hardware problems in Windows, run Audio Troubleshooter:
- Click
Win + I→Update and Security → Troubleshooting. - Select
Playing soundand follow the instructions.
6. Modification of system files (for advanced users only)
In some cases, volume limitation is implemented at the system file level. For example, in Windows 10/11 There is a hidden 100% limit for some sound cards that can be bypassed.
For Windows:
- Open
Registry Editor(Win + R→ enterregedit). - Follow the path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Render - Find the folder with the GUID of your sound card (can be determined by the name in
Device Manager). - Create a new parameter
DWORD (32 bits)with nameDisableVolumeLimitand meaning1. - Restart your laptop.
For Linux (Ubuntu/Debian):
Edit the configuration file PulseAudio:
sudo nano /etc/pulse/daemon.conf
Find the lines and change the values:
flat-volumes = nodefault-fragments = 5
default-fragment-size-msec = 2
Save (Ctrl + O) and restart PulseAudio:
pulseaudio -k && pulseaudio --start
⚠️ Warning: Incorrectly editing the Windows registry or Linux configuration files may result in system inoperability. Before making any changes, create a restore point!
Modifying system files gives the maximum volume increase (up to +30%), but requires caution. Always make backups before making changes!
7. Alternative solutions: external speakers and USB sound cards
If all else fails, consider hardware solutions:
- 🎵 External speakers: Even budget speakers Logitech Z120 or Creative Pebble sound louder than the laptop's built-in speakers.
- 🎧 Bluetooth speakers: Models like JBL Go 3 or Xiaomi Mi Portable Connect in seconds and produce powerful sound.
- 🔌 USB sound card: External DACs (eg Creative Sound Blaster X3 or FiiO K3) bypass the built-in sound card, improving quality and volume.
- 🖥️ HDMI Audio: If you connect your laptop to a TV or monitor with speakers via HDMI, the sound will be transmitted to an external device.
For laptops with USB-C (For example, MacBook Air M1 or Dell XPS 13) adapters will fit USB-C → 3.5 mm with built-in amplifier (for example, Apple USB-C to 3.5 mm or Anker PowerExpand).
FAQ: Frequently asked questions about quiet sound on a laptop
Why is the sound still quiet at maximum volume?
This may be due to:
- Hardware limitations of speakers (especially in ultrabooks like MacBook Air or Asus ZenBook).
- BIOS/UEFI settings (on some laptops Lenovo ThinkPad there is an option
Audio Modeto be enabled). - Damage to the cable or capacitors on the audio amplifier board.
Solution: Try external speakers or a USB sound card.
After updating Windows, the sound became quieter. What to do?
Updates often reset driver settings. Proceed like this:
- Roll back your sound card driver to a previous version in
Device Manager. - Uninstall the current driver and install it again from the laptop manufacturer's website.
- Check if the mode is activated
Audio improvements(sometimes he lowers the volume for "purity" of the sound).
On a laptop HP Pavilion The volume control does not work. Why?
This is a known line issue HP Pavilion And OMEN 2020-2023. The reason for this is a driver conflict Bang & Olufsen And Realtek. Solutions:
- Uninstall the program
Bang & Olufsen Audio ControlthroughSettings → Applications. - Download the driver Realtek with official website (not from the HP website!).
- Restore the system to the point before the problematic update was installed.
Is it possible to increase the volume on a laptop with Linux?
Yes, there are several ways on Linux:
- Use
alsamixerin the terminal and level upPCMAndMasterup to 100%. - Install
PulseEffectsorEasyEffectsto fine-tune the equalizer. - Edit the config
/etc/pulse/daemon.conf, as described in section 6. - For Ubuntu install
pavucontrol— graphic mixer with advanced settings.
Installation command pavucontrol:
sudo apt install pavucontrol
Is it worth taking a laptop to a service center if the sound is quiet?
Contact the service center if:
- You have tried all software methods, but the sound remains quiet.
- The speakers make wheezing or crackling noises (this is a sign of physical damage).
- The laptop has been dropped or exposed to liquid.
- The warranty is still valid (disassembling it yourself will void it).
Average cost of replacing speakers at a service level: RUB 1,500–4,000 (depending on the model).