🍎🎙️
Apple Intelligence Dictation Issues
Top cause: macOS update reset Dictation switch
15.2 fixed: Several regressions
Lasting: Silence cutoffs, no custom vocab
Workaround: Third-party Whisper apps
TL;DR: Apple Intelligence dictation breaks after macOS updates with predictable failure modes. The single most common cause is that minor updates reset the Dictation switch to off — re-enabling in System Settings → Keyboard → Dictation fixes it instantly. macOS Sequoia 15.2 addressed several earlier regressions per Apple's official guidance, but architectural limits remain: silence cutoffs, no custom vocabulary, accuracy regressions across releases, and language-pack corruption requiring re-download. For users who hit these limits repeatedly, third-party Whisper-based apps like MetaWhisp, MacWhisper, and SuperWhisper offer alternatives that work consistently across macOS updates because they bundle their own transcription models rather than relying on Apple's system-level service.
Flowchart diagram showing Apple Intelligence dictation failure diagnosis paths after macOS update for Mac users with three common causes and fixes

Why Does Apple Intelligence Dictation Break After macOS Updates?

The pattern is documented across years of macOS releases and confirmed in Apple Community discussion threads. macOS updates — both major releases and point updates — can cause four distinct dictation failures: The reason these aren't fixed permanently in updates is that they're not bugs in the traditional sense. They're emergent behaviors from how macOS handles system defaults, downloads, and privacy resets during updates. Apple has reduced the frequency over time but the pattern recurs.
The architectural reason Apple Dictation breaks after updates while third-party Whisper apps don't is the dependency structure. Apple Dictation depends on system-level services (the dictation daemon), system-level language packs (downloaded separately from the OS), and system-level permissions (which can reset). When any one of these breaks, dictation breaks. Third-party Whisper apps like MetaWhisp bundle the Whisper model with the app itself, request microphone permission once at install, and don't depend on background language pack downloads. The dependency chain is shorter and more local, so update-induced breakage is rarer. This is the trade-off: Apple Dictation is built into macOS but tied to its update cycle; third-party tools are extra installs but more update-resilient.

What Did macOS Sequoia 15.2 Fix for Dictation?

Per Apple's release notes and confirmed by user reports on Apple Community, macOS Sequoia 15.2 addressed several dictation regressions that had appeared in 15.0 and 15.1: What 15.2 did NOT fix: For users still hitting issues after 15.2, the diagnostic process below covers the common remaining causes.

How Do I Fix Apple Dictation That Stopped Working After Update?

The sequence from most-common to least-common cause:

Fix 1: Re-enable Dictation in System Settings

  1. Open System Settings (formerly System Preferences)
  2. Navigate to Keyboard → Dictation
  3. If the Dictation switch is off, turn it on
  4. If you're prompted to download a language pack, accept
  5. Test dictation with the keyboard shortcut (default: press and hold the Globe/microphone key, or Function key twice depending on settings)
If this fixes it, the cause was the update resetting the switch. This is the most common cause and the easiest fix.

Fix 2: Re-download the Language Pack

  1. System Settings → Keyboard → Dictation
  2. Note your current Dictation Language
  3. Change to a different language temporarily
  4. Switch back to your original language — macOS will re-download the pack
  5. Wait for download to complete (visible in download manager)
  6. Test dictation
This forces macOS to re-download the on-device language model, which fixes corruption-related failures.

Fix 3: Reset Microphone Permission

  1. System Settings → Privacy & Security → Microphone
  2. Find Dictation in the list (may appear as "System Services" or similar)
  3. Toggle microphone access off, then on
  4. If asked, restart the Mac after toggling
  5. Test dictation
This resets the privacy permission grant, sometimes needed after major updates that change permission models.

Fix 4: Check Apple Intelligence Setup (if applicable)

  1. System Settings → Apple Intelligence & Siri
  2. Verify Apple Intelligence is enabled (requires M-series Mac and supported region)
  3. Check Download Status for any pending model downloads
  4. Wait for downloads to complete before expecting Apple Intelligence-dependent dictation features
For users in regions without Apple Intelligence support, this step doesn't apply — standard Dictation should still work without Apple Intelligence features.

Fix 5: Reset Dictation Cache (Advanced)

  1. Quit any apps using dictation
  2. Open Terminal
  3. Run: defaults delete com.apple.assistant.support
  4. Restart your Mac
  5. Re-enable Dictation in System Settings (it will need fresh setup)
This is a last-resort fix that clears Dictation's local cache. Use only if Fixes 1-4 didn't work.
Five step diagnostic flowchart for fixing Apple Dictation on Mac showing relative frequency of each cause from most common toggle reset to least common cache clear

Why Doesn't Apple Dictation Support Custom Vocabulary?

This is a longstanding architectural decision that hasn't changed in macOS Sequoia. Apple Dictation uses a fixed vocabulary trained into the on-device model. Users cannot add custom terms, brand names, technical vocabulary, or proper nouns. The practical consequence: For users who need accurate transcription of specific vocabulary, the options are: Whisper-based apps like MacWhisper and SuperWhisper expose custom vocabulary settings. The user provides a list of terms, and the app biases transcription toward those terms. This is the simplest way to handle technical vocabulary without manual correction.

When Should I Switch from Apple Dictation to a Third-Party Tool?

The decision threshold is when the limitations affect your daily workflow: For users whose dictation is occasional and works fine when it works, sticking with Apple Dictation is reasonable. For users hitting limitations repeatedly, the migration to a Whisper-based app pays for itself in the first week.
The migration cost from Apple Dictation to a third-party Whisper app is small in 2026. Apps like MetaWhisp, MacWhisper, and SuperWhisper install in five minutes, request the same Microphone and Accessibility permissions Apple Dictation needs, and integrate with the same global hotkey workflow most users prefer. The transcript ends up in the same place — the active text field or clipboard. The user experience is similar enough that the transition feels like a configuration change rather than a workflow rebuild. The accuracy and feature upgrades show up immediately on the first dictation session. For most users who've been frustrated by Apple Dictation for years, the switch is a quick fix to a chronic problem rather than a major project.

Does Apple Intelligence Make Mac Dictation Better or Worse?

Mixed. Apple Intelligence on supported Macs adds three dictation-relevant features: What Apple Intelligence does not fix: For users on supported Macs in supported regions, Apple Intelligence's Writing Tools are genuinely useful as a post-dictation cleanup layer. The underlying dictation model and its limitations are unchanged. For users in unsupported regions or on Intel Macs, Apple Intelligence isn't available, but standard Dictation still works (with the limitations described above).

What's the MetaWhisp Take on Apple Dictation?

I'm Andrew Dyuzhov, founder of MetaWhisp. For users whose Apple Dictation works fine, I don't think they need MetaWhisp. Apple Dictation is built in, free, and adequate for casual personal dictation. MetaWhisp exists for the users who hit Apple Dictation's limitations: MetaWhisp runs Whisper large-v3-turbo on Apple Neural Engine, supports 99 languages with auto-detection, never requires Screen Recording permission, and works the same across macOS update cycles because the model is bundled with the app rather than pulled from system-level services. Free. The recommendation for new Mac users: try Apple Dictation first. If it works for you, great. If you hit the limitations above repeatedly, the migration to a Whisper-based app is a small lift with meaningful quality-of-life improvement.

Frequently Asked Questions About Apple Intelligence Dictation

Why does Apple Dictation stop working after macOS update?

The most common cause is that macOS updates reset the Dictation switch to off. Open System Settings → Keyboard → Dictation and toggle it back on. Other causes include language pack corruption (re-download via switching languages back and forth), microphone permission reset (Privacy & Security → Microphone), and Apple Intelligence model partial download (check Apple Intelligence & Siri settings).

Did macOS Sequoia 15.2 fix Apple Dictation?

Partially. 15.2 fixed several regressions from 15.0 and 15.1 including reliability on Apple Silicon, microphone permission handling, and language pack download stability. Architectural limits remain unchanged: silence cutoffs, no custom vocabulary support, no way to fix accuracy on technical terms. Users still hitting these limits typically benefit from third-party Whisper-based apps.

Can I add custom vocabulary to Apple Dictation?

No. Apple Dictation uses a fixed vocabulary trained into the on-device model. No way to add brand names, technical terms, or proper nouns. Workarounds: use Text Replacements (Keyboard → Text Replacements) to auto-correct common errors after dictation, or switch to a Whisper-based app like MacWhisper, MetaWhisp, or SuperWhisper that supports custom vocabulary lists.

Does Apple Intelligence improve dictation accuracy?

Not directly. Apple Intelligence adds Writing Tools for post-dictation rewriting/proofreading, Smart Reply suggestions, and improved Siri context. The underlying dictation model is unchanged, so accuracy on technical vocabulary, accents, and noisy audio is the same as without Apple Intelligence. For accuracy improvement, third-party Whisper-based apps using Whisper large-v3 or larger models perform better.

Why does Apple Dictation cut off after pauses?

Apple Dictation has built-in silence cutoffs — after a few seconds of silence, the dictation session ends. This is architecturally baked in to manage processing. For long-form dictation with natural pauses, the cutoff interrupts flow. Third-party Whisper-based apps handle longer silences gracefully by using voice activity detection to ignore silence without ending the session.

Is Enhanced Dictation different from regular Dictation on Mac?

Enhanced Dictation runs on-device on Apple Silicon Macs, processing audio locally without internet connectivity. Regular Dictation may route to Apple's servers depending on configuration. For privacy-sensitive content, ensure Enhanced Dictation is enabled (System Settings → Keyboard → Dictation, look for "use enhanced dictation" or equivalent). On modern Macs with Apple Silicon this is generally the default.

What's the best alternative to Apple Dictation on Mac?

For free on-device with no telemetry: MetaWhisp (Whisper large-v3-turbo on Apple Neural Engine, free, supports 99 languages, custom vocabulary). For paid one-time: MacWhisper ($29). For maximum customization: SuperWhisper. All run Whisper locally on Mac, none have the silence cutoff or update-breakage issues of Apple Dictation, all support custom vocabulary.

About the Author

Andrew Dyuzhov is the solo founder and CEO of MetaWhisp, a free on-device voice-to-text app for macOS that runs Whisper large-v3-turbo on Apple Neural Engine. MetaWhisp was built in part to address the recurring Apple Dictation issues that resurface with each macOS update — bundling the transcription model with the app rather than depending on system-level services produces more stable behavior across update cycles. Connect on X or GitHub.

Related Reading