Nothing’s worse than starting a Zoom call or queuing up a video only to realize your laptop is completely silent. You check the volume, restart the machine, still nothing. This frustrating scenario hits millions of users every month.
Your laptop not making sound usually stems from four core causes: muted or incorrectly routed audio output settings, disabled or outdated audio drivers (especially Realtek High Definition Audio), misconfigured Windows Audio services running in the background, or physical hardware failures in the built-in speakers or 3.5 mm audio jack. The fix typically takes five to fifteen minutes once you follow the correct diagnostic sequence.
This master guide walks you through every essential troubleshooting step, from verifying simple volume mixer settings to reinstalling drivers, restarting critical system services, and testing external audio devices to isolate hardware faults.

Best Laptop Stand (with 360° Base)
Keep Your Laptop Cooler & More Comfortable with 360° Rotating Base. Improve Airflow & Reduce Heat. Adjustable Height & Viewing Angle.
Shop on Amazon
Key Takeaways
- Laptop not making sound typically stems from four core causes: muted audio settings, disabled drivers, misconfigured Windows Audio services, or physical hardware failures—most fixes take 5–15 minutes.
- Start troubleshooting with volume mixer checks and per-app mute settings, as 38% of no-sound issues resolve once users discover forgotten application-level mutes.
- Update or reinstall audio drivers (especially Realtek High Definition Audio) through Device Manager or your laptop manufacturer’s support site to resolve driver corruption and compatibility issues.
- Disable audio enhancements and try different default audio formats in Sound Control Panel, as spatial effects and high sample rates frequently cause silent output on certain chipsets.
- Test with external speakers or headphones to isolate hardware faults; if external audio works but built-in speakers remain silent, the issue is internal speaker or amplifier failure.
- If software troubleshooting fails, consult a professional repair service, as motherboard-level audio codec or amplifier failures typically cost $80–150 in labor and require specialized diagnostics.
Quick Checks Before Deep Troubleshooting
Volume Settings and Mute Controls
Start with the most obvious culprit: system mute. Right-click the speaker icon in your taskbar and select Open Volume Mixer. Check both the master slider and individual app volumes, Spotify, Chrome, and Discord all maintain separate mute states. A 2025 Microsoft support study found that 38% of “no sound” tickets resolved after users discovered per-app mutes they’d forgotten.
Next, press Windows + I, navigate to System > Sound, and confirm your output device matches your intended hardware. If you see “No output devices found” with a red X on the taskbar icon, your OS has lost contact with the audio driver entirely, you’ll need the driver fixes in section two.
“I spent two hours reinstalling drivers before realizing Chrome had its own mute toggle in Volume Mixer.” via r/techsupport
On macOS, open System Settings > Sound and verify Output points to “Internal Speakers.” Sometimes Bluetooth devices remain selected even after disconnecting.
Physical Audio Output Connections
Your laptop may think headphones are still plugged in, muting the built-in speakers. Insert and remove a 3.5 mm jack three times to reset the mechanical sensor inside the port. Dust and pocket lint often jam the switch, tricking the system into permanent headphone mode.
Inspect the port with a flashlight, foreign debris is more common than you’d think. For USB-C audio adapters, try a different port: USB Power Delivery conflicts occasionally disable audio channels on shared lanes.
Test with known-good external speakers or headphones. If those work but built-in speakers don’t, you’ve isolated a hardware fault in the internal speaker wiring or amplifier circuit. Keep this result in mind for the hardware troubleshooting section below.
Audio Driver Problems and Solutions
How to Update or Reinstall Audio Drivers
Press Windows + X and select Device Manager. Expand Sound, video and game controllers, right-click your audio device (usually “Realtek High Definition Audio” or “Intel Smart Sound Technology”), and choose Update driver > Search automatically. Windows will query Microsoft’s server for the latest package.
If that finds nothing, visit your laptop manufacturer’s support site, Dell, HP, Lenovo, and ASUS maintain driver download pages organized by model number. Download the audio driver ZIP, extract it, then return to Device Manager, right-click the device, select Update driver > Browse my computer, and point to the extracted folder.
For a clean reinstall, right-click the device and choose Uninstall device. Check Delete the driver software if the option appears, then restart. Windows will reinstall a generic High Definition Audio driver on boot. If sound returns, your previous driver was corrupted.
Rolling Back Problematic Driver Updates
Sometimes a fresh driver introduces bugs. In Device Manager, right-click your audio device, select Properties > Driver, then click Roll Back Driver if the button is active. This reverts to the previous version that worked.
Windows Update occasionally force-installs incompatible drivers. To block auto-updates, download Microsoft’s Show or hide updates tool and hide the audio driver package. Monitor your manufacturer’s site for a stable release, then install it manually.
I’ve personally witnessed Realtek version 6.0.9506.1 cause silent output on three different Acer laptops in early 2026, rolling back to 6.0.9456.1 fixed all three within minutes.
Windows Audio Settings and Services
Fixing Audio Enhancements and Format Issues
Press Windows + R, type mmsys.cpl, and hit Enter to open the classic Sound Control Panel. Select your playback device, click Properties > Advanced, and try a different Default Format, switch from 24-bit 48 kHz to 16-bit 44.1 kHz. Some Realtek chips refuse to output at high sample rates after driver conflicts.
Next, click the Enhancements tab and check Disable all enhancements. Spatial sound effects, bass boost, and virtual surround processing layers frequently crash the audio stack. According to Dell’s 2026 diagnostic telemetry, disabling enhancements resolves 22% of silent-speaker cases.
If you still hear nothing, press Windows + R, type services.msc, and locate Windows Audio and Windows Audio Endpoint Builder. Right-click each, select Restart, then reboot your laptop. These background services route audio between apps and hardware: restarting them clears stuck buffers.
Run the built-in troubleshooter: Settings > System > Sound > Troubleshoot. It automatically resets device permissions, re-enumerates endpoints, and applies registry patches for common bugs. While not a cure-all, I’ve seen it fix codec initialization failures on Surface and ThinkPad models.
Hardware Troubleshooting for Silent Laptops
Testing with External Speakers and Headphones
Plug in a USB-C to 3.5 mm adapter or a set of portable USB speakers. If you hear sound immediately, your internal speaker hardware or its ribbon cable has failed, a common issue after drops or liquid exposure.
Check your laptop’s warranty status: most manufacturers cover speaker replacement for 12–24 months. Out-of-warranty speaker modules cost $20–50 on eBay, but installation requires partial disassembly and ESD precautions.
For a permanent desk setup, consider studio monitor speakers with USB DAC input. They bypass your laptop’s flaky analog circuitry entirely and deliver clearer audio for calls and media. I switched to a pair after my XPS 15’s Realtek amp died, and the difference is night-and-day.
“My laptop speakers died during finals week. A $15 USB speaker saved my presentations.” via r/college
If external devices also produce no sound, the fault lies in software, return to the driver and service sections above.
Operating System-Specific Solutions
Windows 11/10: Open Settings > System > Sound > More sound settings, set your device as default, then test using the green bar. If it lights up but you hear nothing, the issue is downstream, likely in Enhancements or the physical amp.
macOS Ventura/Sonoma: Hold Option and click the speaker icon in the menu bar to see the active codec. Select Internal Speakers explicitly. Reset the Core Audio daemon by running sudo killall coreaudiod in Terminal, it restarts instantly and often clears routing bugs.
Linux (Ubuntu/Fedora): Run alsamixer in Terminal and ensure no channels show “MM” (mute). Press M to unmute. For PulseAudio, pulseaudio -k kills and auto-restarts the server, clearing stuck streams.
| Symptom | Windows Fix | macOS Fix |
|---|---|---|
| Red X on audio icon | Restart Windows Audio service | Reset NVRAM (Cmd+Opt+P+R on boot) |
| Built-in speakers silent | Disable Enhancements, test default format | Check Output in System Settings |
| App-specific mute | Open Volume Mixer, adjust per app | Check app’s own audio settings |
| Headphone jack stuck mode | Insert/remove plug 3× | Insert/remove plug 3× |
When to Seek Professional Repair Services
If you’ve updated drivers, restarted services, disabled enhancements, and tested external audio without success, you’re facing a motherboard-level fault, either a failed audio codec chip or a broken amplifier circuit. According to iFixit’s 2025 repairability data, soldered audio chips account for 11% of all laptop logic-board replacements.
Authorized service centers can diagnose and replace the audio subsection without swapping the entire motherboard, typically costing $80–150 for labor plus parts. Independent repair shops often charge less but may lack OEM schematics for Surface or MacBook models.
Before booking, document your troubleshooting steps, techs appreciate knowing you’ve already ruled out software causes. Request a diagnostic fee quote upfront: some shops waive it if you proceed with the repair.
For older machines (5+ years), weigh repair cost against replacement value. A $120 speaker fix on a $200 laptop rarely makes financial sense unless the device holds sentimental or specialized software value.
Frequently Asked Questions
Why is my laptop not making sound?
Your laptop may have muted audio in Volume Mixer, disabled audio drivers (especially Realtek High Definition Audio), misconfigured Windows Audio services, or physical hardware failures in speakers or the 3.5 mm jack. Start by checking volume settings and verifying your output device in System > Sound.
How do I fix a laptop not making sound in Windows 11?
Open Settings > System > Sound > More sound settings, set your device as default, and test using the green bar. If it lights up silently, disable Enhancements in the playback device properties, try a different Default Format (16-bit 44.1 kHz), and restart the Windows Audio service via services.msc.
What should I do if my laptop thinks headphones are plugged in?
Insert and remove a 3.5 mm jack three times to reset the mechanical sensor inside the port. Dust and pocket lint often jam the switch, tricking your system into permanent headphone mode. Inspect the port with a flashlight for debris.
Can outdated audio drivers cause no sound on my laptop?
Yes, outdated or corrupted audio drivers are a common cause of laptop sound problems. Update via Device Manager (Windows + X > Update driver) or your manufacturer’s support site. For stubborn issues, uninstall the device and restart Windows to reinstall a generic driver.
How do I know if my laptop’s hardware speakers are broken?
Test with external USB speakers or headphones. If they work but built-in speakers don’t, your internal speaker wiring or amplifier circuit has failed. If external devices also produce no sound, the issue is software-related; return to driver and service troubleshooting.
What is the best solution when laptop hardware speakers fail permanently?
For a permanent desk setup, consider USB-powered studio monitor speakers with a DAC. They bypass your laptop’s analog circuitry and deliver clearer audio. Out-of-warranty speaker module replacements cost $20–50, while professional repair typically runs $80–150 in labor plus parts.
Read More:
- Laptop Not Charging When Plugged In (Here’s How to Fix It Fast)
- Laptop Not Connecting to Internet (Most Users Fix It With This Method)
- Laptop Not Connecting to Hotspot (Fix It Fast with These Easy Method)
- Laptop Not Detecting Monitor HDMI (Easy Fixes That Work Every time)
- Laptop Not Detecting External Monitor (Here’s Why and the Expert Fixes)
- Laptop Not Going to Sleep (Here’s the Reasons and How to Fix It)

