MacBook Microphone Not Working? Quick Fixes, Diagnostics & When to Repair
Updated for modern macOS | Covers MacBook, MacBook Pro, Air, Intel & Apple Silicon
If your MacBook microphone not working — whether it’s the internal mic, the headset jack, or an external USB/Lightning mic — this guide walks you through practical checks, software fixes, system resets, and hardware diagnostics. No fluff: each step targets the most common causes so you can find the fix quickly.
This article is written for users who prefer actionable steps and for technophiles who want commands and diagnostic tips. Expect short explanations, clear commands, and the exact places to check in macOS.
Tip: if you want to keep a printable checklist, see this compact repository on GitHub for a one-page troubleshooting guide: macbook microphone not working.
Quick checklist to run first
Before diving into system resets and logs, run a quick checklist. Many microphone problems are caused by simple settings: app permissions, input selection, or a muted input.
Run these checks in this order to avoid unnecessary steps: confirm input device, test with Voice Memos, and verify app permissions. If the mic works in Voice Memos but not in an app, it’s almost always a permissions or app-level setting.
- Open System Settings → Sound → Input: confirm the correct microphone and input level.
- Open System Settings → Privacy & Security → Microphone: ensure the app has permission.
- Record a sample in Voice Memos or QuickTime to isolate hardware vs app issues.
Software & app-level fixes (permissions, input selection, and app settings)
macOS isolates mic access with permissions. If an app can’t access the microphone, it will appear as “no input” or produce silence. Open System Settings → Privacy & Security → Microphone and toggle the app off and on to force macOS to re-evaluate permissions.
Next, verify the input device. Go to System Settings → Sound → Input (or System Preferences → Sound on older macOS). If you see multiple devices (internal mic, headset, USB interface), select the one you intend to use and speak — watch the input level meter to confirm signal.
Some apps have their own mic selectors and mute toggles (Zoom, Teams, Logic Pro, GarageBand). If your MacBook mic not working only in one app, check the app’s audio settings and restart the app after changing macOS permissions. Also quit apps that could capture the mic exclusively (VOIP clients, DAWs) and retry.
System-level resets & diagnostics (coreaudiod, SMC, NVRAM/PRAM)
Core audio issues are common — restarting the audio daemon is safe and quick. Open Terminal and run:
sudo killall coreaudiod
macOS will automatically restart the daemon. Then retest your microphone. If problems persist, a reset of NVRAM/PRAM or the SMC may help (Intel Macs). These resets clear low-level settings that can affect input routing and devices.
SMC and NVRAM instructions differ by Mac model. For Apple Silicon (M1/M2) Macs, there’s no SMC reset — a restart is equivalent. For Intel Macs with the T2 chip, the usual SMC reset flow is: shut down → press right Shift + left Option + left Control for 7 seconds → while holding, press and hold power for 7 seconds → release, wait, then restart. For older Intel notebooks without T2: shut down → press Shift + Control + Option (left) and Power for 10 seconds → release and power on. For NVRAM/PRAM: restart and hold Option+Command+P+R for ~20 seconds.
Hardware checks and when physical issues are the culprit
Physical causes include dirt in the mic grill, a stuck headphone jack that routes audio to an output, or failed internal microphone hardware. First, inspect the mic ports (small holes near the keyboard or next to the camera). Use a soft brush or compressed air to gently clear debris. Don’t insert anything sharp.
Next, test with an external mic or headset. If an external mic works, your internal mic hardware or the audio routing is likely at fault. If neither internal nor external mics work, suspect system-level or USB/interface driver issues. For USB audio devices, unplug and replug, try different ports, and test on another machine to isolate hardware.
If the Mac behaves as if a headset is plugged in when nothing is connected (no input from internal mic), the headphone jack may be detecting a false connection. This sometimes resolves after a restart or with a gentle insert/remove of a headphone plug. If you still hear no input from the internal mic, time to contact Apple Support or an authorized repair shop.
Advanced diagnostics for power users and developers
Use system_profiler to list audio devices and confirm the OS sees the mic. In Terminal run:
system_profiler SPAudioDataType
For live logs, open Console.app and filter for coreaudiod or AudioComponent. Look for denied access or frequent restarts. If an app reports “microphone access denied,” the log will often contain the exact reason.
If you develop apps, check the microphone entitlement and the NSMicrophoneUsageDescription key in your Info.plist. For system recovery, reinstalling macOS in Recovery Mode (no data loss if you choose the standard reinstall) can replace corrupted audio frameworks — do this only after backups and if software fixes fail.
When to repair — and what to tell the technician
If you tried permissions, coreaudiod restart, SMC/NVRAM resets, and the mic still doesn’t register in Sound Input and also fails with external devices, it’s likely hardware. Book a Genius Bar or repair center visit. Backup first and bring this information:
What to tell them: which tests you ran (Voice Memos, coreaudiod restart, system_profiler output), whether the problem is present in Recovery Mode, and whether an external mic works. These details speed diagnosis and can help rule out software causes.
If your Mac is under warranty or AppleCare, mention that. If you prefer self-repair and your model allows it, replacement instructions and parts are model-specific — consult repair guides and ensure correct ESD and tools.
Summary and quick resolutions
Most mic issues are resolved by checking the input device, toggling microphone permissions, restarting coreaudiod, and verifying app-level settings. Use the quick checklist at the top as your first pass. If the mic fails across apps and after resets, move to hardware inspection and professional repair.
For a compact troubleshooting script and printable checklist, refer to this guide: macbook mic not working. For official reset procedures and model-specific steps, see Apple’s support pages: Apple Support.
If you want direct help, include in your support request: macOS version, MacBook model, recent software changes, and whether an external mic works. That information usually leads to a resolution faster.
Semantic core (keyword clusters)
Primary keywords: - macbook microphone not working - macbook mic not working - macbook pro microphone not working - microphone not working on mac - mic not working on macbook - why is my mac microphone not working Secondary (intent-based) keywords: - mac microphone not detected - internal mic not working macbook - how to fix mac microphone - macbook mic permissions - coreaudiod mac fix - reset smc macbook microphone Clarifying / LSI phrases: - system settings sound input mac - Apple Silicon microphone issues - SMC reset MacBook Pro - NVRAM reset microphone mac - voice memos mic test mac - audio midi setup mac input - sudo killall coreaudiod - external mic works internal doesn't Grouped by intent: - Informational: why is my mac microphone not working, internal mic not working macbook - Diagnostic/action: how to fix mac microphone, coreaudiod mac fix, reset smc macbook microphone - Transactional/commercial: macbook pro microphone not working repair, microphone replacement macbook
Popular user questions on this topic (selected from search suggestions & forums)
- Why is my Mac microphone not working after an update?
- How do I reset the microphone on a MacBook Pro?
- How to test my Mac microphone (internal)?
- Microphone works in Voice Memos but not in Zoom — why?
- Why is my MacBook only picking up sound from headphones and not internal mic?
- How to restart coreaudiod on mac?
- Does the T2 chip affect microphone behavior?
FAQ — top 3 user questions
1. Why is my Mac microphone not working after a macOS update?
Short answer: macOS updates can reset permissions or change driver behavior. First check System Settings → Privacy & Security → Microphone and re-enable any affected apps, then restart core audio with sudo killall coreaudiod. If that fails, reset NVRAM/PRAM and try in Safe Mode. If the issue persists across apps, consider reinstalling macOS or contacting support.
2. How do I test and verify the internal mic on a MacBook?
Use Voice Memos or QuickTime: open the app, record a short clip, and playback. Also check System Settings → Sound → Input and watch the input level meter while speaking. For terminal-level confirmation, run system_profiler SPAudioDataType to verify the OS lists the mic.
3. What if the mic works with external devices but not the internal microphone?
That usually indicates an internal hardware fault or input routing issue. Confirm permissions and coreaudiod restarts first. If the internal mic still shows no input but USB or Lightning mics work, you likely need a hardware repair or replacement of the internal microphone or logic board. Back up your Mac and contact Apple Support or an authorized service provider.
Suggested micro-markup (JSON-LD) for FAQ and Article
Include this JSON-LD in the page head or before the closing <body> to help search engines display rich results (FAQ and Article markup):
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Why is my Mac microphone not working after a macOS update?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Check Microphone permissions in System Settings, restart coreaudiod with sudo killall coreaudiod, and reset NVRAM if needed. If the issue persists, reinstall macOS or contact support."
}
},
{
"@type": "Question",
"name": "How do I test and verify the internal mic on a MacBook?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Record in Voice Memos or QuickTime and check the input level in System Settings → Sound → Input. Use system_profiler SPAudioDataType for device listing."
}
},
{
"@type": "Question",
"name": "What if the mic works with external devices but not the internal microphone?",
"acceptedAnswer": {
"@type": "Answer",
"text": "This points to internal hardware or routing issues. After software checks, consult Apple Support or an authorized repair technician."
}
}
]
}
Backlinks included:
– Quick troubleshooting checklist and printable guide: macbook microphone not working
– Official reset guides and model-specific troubleshooting: Apple Support





