You turned on your favorite playlist or started a movie, but there is silence from the laptop speakers. Or there is sound, but it is intermittent, with wheezing, and the volume control does not respond to changes. The situation is familiar to many: the audio output on a laptop may fail at the most inopportune moment, and the reasons for this range from trivial to technically complex. In 70% of cases, the problem is solved in 5–10 minutes using standard methods, but sometimes in-depth diagnostics are required.

This article won't just list steps like "check your volume" or "restart your computer." We'll sort it out hidden BIOS settings, driver conflicts, hardware faults and even rare operating system bugs that are not written about in official instructions. For example, did you know that on some models Lenovo ThinkPad Can the sound disappear due to the energy-saving mode of the chipset? Or what in Windows 11 is there a hidden service that blocks audio devices when connected to certain bluetooth headsets?

It doesn't matter if you use ASUS ROG for games, MacBook Pro for work or budget Acer for studying - the troubleshooting algorithm is universal. Let's start with simple things and gradually move on to complex ones so that you don't waste time on unnecessary actions.

1. Basic check: exclude the obvious

Before you dig deep, make sure the problem isn't lying on the surface. In 30% of cases, the sound disappears due to mechanical or software issuesthat users overlook.

  • 🔊 Physical switches: On some laptops (eg. Dell Latitude or HP EliteBook) there are hardware mute buttons on the case. Check their position - sometimes they work accidentally.
  • 🎧 Connected devices: If you have headphones, speakers, or a Bluetooth headset connected to your laptop, the system can automatically route audio to them. Unplug all accessories and check your speakers.
  • 🔇 Volume in apps: Some programs (for example, Spotify or Discord) have their own volume controls, independent of the system ones. Go to the sound settings of your specific software.
  • 🔄 Reboot: Trite, but it works: restart the laptop. B Windows 10/11 Sometimes audio services crash after updates.

If after these manipulations the sound does not appear, proceed to the next section. Pay special attention to the paragraph about Bluetooth: in 2023, users MacBook Air M1/M2 They complained en masse about a bug when the system “forgot” to switch back to the speakers after disconnecting the wireless headphones.

📊 What laptop do you have?
  • ASUS
  • Lenovo
  • HP
  • Dell
  • Acer
  • Apple MacBook
  • MSI
  • Other

2. Driver diagnostics: update or roll back

Audio device drivers are a common cause of problems. They may become outdated, conflict with other programs, or simply fail after a Windows update. Let's consider two scenarios: automatic correction And manual installation.

Method 1: Automatic update through Device Manager

  1. Click Win + X and select Device Manager.
  2. Expand the tab Sound, gaming and video devices.
  3. Right click on your audio device (eg Realtek Audio or NVIDIA High Definition Audio) and select Update driver.
  4. Select Automatic search and wait for completion.

Method 2: Manual installation from the manufacturer's website

If automatic updating does not help, download the driver from the official website:

  • 🖥️ For Windows: Go to the laptop manufacturer's website (for example, Lenovo or ASUS), enter the device model and find the section Audio Drivers.
  • 🍎 For macOS: update the system via System settings → Software update. On a Mac, audio drivers are baked into the kernel of the OS.
  • 🐧 For Linux: run in terminal:
    sudo apt update && sudo apt install --reinstall alsa-base pulseaudio

Important: If the problem appears after updating the driver, try roll it back. In Device Manager, select Properties → Driver → Roll Back.

☑️ Check drivers

Done: 0 / 1

3. BIOS/UEFI settings: hidden sound options

Few people know, but the BIOS of some laptops has options that affect the operation of the audio system. For example, on motherboards with chipsets Intel 400/500 series The controller may be disabled High Definition Audio (HDA). How to check:

  1. Reboot the laptop and go into the BIOS (usually the keys F2, Del or Esc when loading).
  2. Find a section Advanced or Chipset Configuration.
  3. Look for options like:
    • HD Audio Controller - must be in position Enabled.
    • Audio Device — select Auto or Enabled.
    • Front Panel Audio — activate if you use the connector on the front panel (relevant for gaming laptops).
  • Save changes (F10) and reboot.
  • Warning: Not all models have these settings. For example, in MacBook or laptops with AMD Ryzen There may be no options for audio in the BIOS at all. Also do not change other BIOS settings unless necessary - this may lead to system instability.

    What to do if there is no HD Audio option in BIOS?

    On some laptops (especially those with AMD APU) the audio controller is integrated into the chipset and does not have a separate setting. In this case, the problem is most likely software rather than hardware.

    4. Software conflicts

    Sound may disappear due to conflicts between programs, especially if you use:

    • 🎮 Game clients (Steam, Epic Games, Origin) - they sometimes seize exclusive control of audio devices.
    • 🎧 Headphone software (Razer Synapse, SteelSeries Engine) - can block system sound.
    • 📹 Streaming software (OBS Studio, Streamlabs) - redirect audio streams.
    • 🛡️ Antiviruses (Kaspersky, Avast) - sometimes drivers are blocked as “suspicious”.

    How to diagnose:

    1. Open Task Manager (Ctrl + Shift + Esc).
    2. Close all programs from the list above (via Cancel task).
    3. Check the sound.
    4. If it appears, run programs one at a time to identify the culprit.

    For Windows also useful to check Audio Services:

    1. Click Win + R, enter services.msc.
    2. Find services:
      • Windows Audio (should be Works).
      • Windows Audio Endpoint Builder (also Works).
  • If they are stopped, start them manually (right button → Launch).
  • 💡

    If the problem only occurs in a specific program (for example, Chrome), try resetting it. In your browser's address bar, enter chrome://settings/reset and press Restore default settings.

    5. Hardware faults: when the hardware is to blame

    If none of the software methods help, the problem may be physical damage to the components. Let's consider typical cases:

    Symptom Possible reason Solution
    Sound disappears when laptop moves Broken cable connecting the motherboard to the audio chip Disassembly and soldering (only at the service center)
    Wheezing and noise in speakers Dust or moisture on the speaker terminals Cleaning with alcohol or replacing speakers
    There is sound only in headphones The built-in speaker amplifier is faulty Replacing the audio chip or motherboard
    The laptop does not recognize the connected headphones Damaged 3.5mm jack Replacing the connector or using a USB/Bluetooth adapter

    How to check for hardware failure:

    1. Connect external speakers or headphones to the connector 3.5 mm. If there is sound, the problem is with the built-in speakers.
    2. Try playing sound through HDMI (if connected to a monitor/TV). Works? This means that the audio chip or connectors are to blame.
    3. Boot from Live USB (For example, Ubuntu). If there is no sound even there, the problem is in the hardware.
    ⚠️ Attention: Do not attempt to disassemble a laptop to repair the audio chip yourself unless you have experience. On boards of modern devices (for example, MacBook Pro with M1/M2 chips) components are soldered with microscopic precision - one wrong step can destroy the entire motherboard.

    6. Specific problems for different OS

    Each operating system has unique bugs related to sound. Let's look at the most common ones.

    Windows 10/11: Reset audio stack

    If the sound disappears after updates or gets stuck, reset the audio system:

    1. Open Command line as administrator (Win + X → Terminal (Administrator)).
    2. Enter the commands one by one:
      net stop audiosrv
      

      net stop AudioEndpointBuilder

      net start audiosrv

      net start AudioEndpointBuilder

    3. Restart your laptop.

    macOS: Reset NVRAM/PRAM

    On MacBook The sound may disappear due to failures in non-volatile memory. To reset it:

    1. Turn off your Mac.
    2. Press the power button and immediately hold down Command + Option + P + R.
    3. Hold the keys for about 20 seconds (on a Mac with Apple Silicon - until the second start sound).

    Linux: Problems with ALSA/PulseAudio

    In distributions based on Ubuntu/Debian do:

    1. Check if the sound is muted alsamixer:
      alsamixer

      (look for the column MM - if there is one, click Mto unlock).

    2. Restart PulseAudio:
      pulseaudio -k && pulseaudio --start
    💡

    On Windows 11 After updating to version 22H2, many users encountered a bug when the sound disappeared when connected to Bluetooth LE Audio. The solution is to roll back the driver or disable LE Audio support in the device settings.

    7. Alternative solutions: if all else fails

    When standard methods don't work, it's time for unconventional approaches:

    • 🔌 USB audio card: Connect an external sound card (even the cheapest one for 500–1000 rubles). This will bypass the faulty onboard audio chip.
    • 📱 Bluetooth adapter: If the 3.5mm jack is broken, please use a Bluetooth speaker or headphones.
    • 🖥️ Virtual audio cable: Programs like VB-Cable or Voicemeeter can redirect audio through virtual devices.
    • 🔄 System rollback: If the problem is recent, go back to the restore point (Win + R → rstrui).

    For owners MacBook with chips M1/M2 there is another trick: reset System Management Controller (SMC) (although Apple claims this is not necessary on newer Macs, sometimes it helps):

    1. Turn off your Mac.
    2. Hold down the left key Control + Option + Shift for 7 seconds.
    3. Without releasing them, press and hold the power button for another 7 seconds.
    4. Release all keys and turn on your Mac.

    8. When to contact the service center

    If you've tried everything in this article and there's still no sound, it's most likely a hardware problem. Contact the service if:

    • 🔧 The laptop has been dropped or hit (risk of damage to the audio chip or connectors).
    • 💧 Liquid was spilled on the keyboard (contact corrosion).
    • 🔥 The laptop overheated (the sound amplifier could have failed).
    • 🛠️ You disassembled the device yourself and could have damaged the cables.

    Repair cost varies:

    • Replacing the 3.5 mm jack: 1,000–3,000 rubles.
    • Audio chip repair/replacement: 3,000–10,000 rubles (depending on the model).
    • Replacing the motherboard: from 15,000 rubles (relevant for MacBook or premium gaming laptops).
    ⚠️ Attention: Service centers often suggest “reflashing the BIOS” as a solution to a sound problem. This risky procedure - if it crashes, the laptop can turn into a “brick”. Demand first diagnostics at the level audio chip And power circuit.

    FAQ: Frequently asked questions about audio output not working

    🔊 There is sound only in headphones, but not in speakers. What's the matter?

    Most likely, the switch that determines whether the headphones are connected is broken. On many laptops (for example, HP Pavilion or Lenovo IdeaPad) this mechanism is implemented through a microswitch in a 3.5 mm jack. Solutions:

    • Try inserting/removing the headphones several times - sometimes the contacts get stuck.
    • Use USB or Bluetooth headphones as a temporary solution.
    • Contact the service to replace the connector (cost: ~1,500 rubles).
    🎵 After updating Windows, the sound became intermittent. How to fix it?

    This is a typical problem due to a conflict between new drivers and the audio chip. Try:

    1. Roll back the driver (see section 2).
    2. Disable sound improvements:
      1. Right click on the speaker icon → Open sound options.
      2. In the section Conclusion select your device → Device properties.
      3. Disable all effects (eg Sound improvement or Spatial audio).
    3. Install the driver manually from the laptop manufacturer's website (not from Windows Update!).
    💻 On MacBook the sound works, but is very quiet. What to do?

    There are several hidden volume settings on macOS:

    • Check Sound balance in System Preferences → Sound → Output. Sometimes it gets lost on one channel.
    • Reset Core Audio through Terminal:
      sudo killall coreaudiod
    • If you use MacBook Pro 16" or newer, check settings Dolby Atmos in System Settings → Sound - sometimes they limit the maximum volume.
    🎮 The sound disappears only in games. What is the reason?

    The culprits are usually:

    • Exclusive Audio Mode: Some games (eg. CS:GO or Fortnite) take over the audio device, blocking other sounds. Disable this mode in the game settings.
    • Discord/Steam conflict: Close these programs before starting the game.
    • Lack of resources: On weak laptops (for example, Acer Aspire 3) the sound may slow down due to CPU overload. Try lowering the graphics settings in the game.
    🔧 Is it possible to fix the audio output yourself?

    Depends on the problem:

    • Software glitches (drivers, settings) - yes, according to the instructions from this article.
    • Damaged 3.5mm jack - if you have a soldering iron and experience, you can replace it yourself (video instructions are available on YouTube for popular models).
    • Faulty audio chipno. This requires professional tools (for example, a station BGA for resoldering microcircuits).

    Advice: If you decide to disassemble your laptop, look first disassembling your model on iFixit or YouTube — the design of body elements may vary greatly.