Talking is the fastest input method most people own, and it is the one they use least at their desk. You can speak a paragraph in the time it takes to type a sentence — yet almost everyone still types their Slack replies, their commit messages, and their long, apologetic emails one key at a time.

The reason is not speed. It is cleanup. Classic dictation gives you a transcript of exactly what came out of your mouth, filler words and false starts included, and editing that transcript costs more than typing carefully would have. That equation changed once AI cleanup got good enough to sit between your voice and the text field.

This guide covers every practical way to dictate on a Mac in 2026, how to set each one up, and — the part most tutorials skip — how to actually speak so the output is usable.

Typing speed compared with speaking speed Comfortable typing runs about 40 to 70 words per minute. Conversational speech runs about 130 to 160 words per minute. Typing 40–70 wpm Speaking 130–160 wpm 50 100 150 200 WORDS PER MINUTE
Most people type at 40–70 words per minute and speak at 130–160. Dictation only converts that gap into real time if the output arrives clean.

Method 1: built-in macOS Dictation

Every Mac ships with dictation. It costs nothing, it is already installed, and it is the right place to start because it tells you within five minutes whether voice input suits the way you work.

To set it up:

  1. Open System Settings → Keyboard.
  2. Switch on Dictation and accept the microphone prompt.
  3. Choose your language. macOS downloads a speech model so recognition can run on-device; add a second language here if you switch between them.
  4. Set the shortcut. The options depend on your keyboard — Macs with a dedicated microphone key use it by default, and otherwise you can assign a modifier key press. Pick something your fingers will find without looking.
  5. Click into any text field, trigger the shortcut, and talk.

What you get: a live transcript, in almost any app, in your chosen language, for free, with recognition running locally on Apple Silicon.

What you don't get: cleanup. Say “um so basically I think we should probably move the deadline” and that is precisely what lands in the field. There is no filler-word removal, no sentence restructuring, and punctuation is inferred from your pauses rather than your intent. For notes to yourself this is fine. For anything a colleague or client will read, you are going to be editing.

Method 2: Whisper and other local models

OpenAI's Whisper is an outstanding speech recognition model, it runs on your own machine, and it is free. It is also a command-line tool that takes an audio file and returns text — which makes it excellent for transcribing recordings and awkward for dictating a Slack message.

To use raw Whisper you need Python, ffmpeg, probably a virtual environment, and the patience to run a command every time you want to speak. To turn it into dictation you also need something that records your voice, feeds the file in, and pastes the result at your cursor. Wrapper apps exist and some are very good, but the underlying model still transcribes literally: like macOS Dictation, it hands you a faithful record of your rambling rather than a finished sentence.

We wrote a longer breakdown of this trade-off in Best Whisper Alternative for Mac. Short version: use Whisper when you have recorded audio to convert. Use something else when you want to talk into a text field.

Method 3: an AI voice-to-text app

The third approach splits the job in two. Speech becomes a rough transcript, then a language model rewrites that transcript into the sentence you meant. This is the workflow Air Wisper is built around, and it looks like this:

  1. Press the shortcut — ⌃⇧Space by default. A small island appears near the notch so you can see it is listening.
  2. Talk. Ramble. Restart your sentence, change your mind halfway, leave the “you know” in.
  3. Press the shortcut again. Transcription happens on your Mac, the text gets a cleanup pass, and the finished version is typed into whatever app you were already in — Mail, Slack, Notion, VS Code, a browser field.

The practical difference is what you do next: nothing. There is no read-through, no deleting of “um”, no adding commas. Here is a real before and after:

Raw transcript versus text after an AI cleanup pass The same sentence spoken once. On the left, a literal transcript full of filler words. On the right, the cleaned-up sentence that gets typed into your app. WHAT YOU SAID WHAT GETS TYPED um so basically I was thinking that like we should probably um move the deadline to next friday because like the design team needs more time” 4 FILLERS · NO PUNCTUATION “I think we should move the deadline to next Friday — the design team needs more time.” NOTHING TO EDIT CLEANUP
The same sentence, spoken once. A transcription engine gives you the left-hand version; the cleanup pass is what turns it into the right-hand one.

One architectural note worth understanding before you pick a tool: where your voice goes. Many AI dictation apps upload your audio to a server for transcription. Air Wisper doesn't — speech recognition runs on-device through Apple's framework, and only the resulting text is sent for the polish pass, never the recording. If you dictate anything covered by an NDA, a patient record, or a client contract, that distinction matters more than any accuracy benchmark. We go into it properly in Why your voice data is more sensitive than you think.

Which method should you use?

  macOS Dictation Whisper (CLI) AI voice-to-text
Cost Free Free Free tier, paid plans
Setup time 2 minutes 30+ minutes 2 minutes
Real-time into any app Yes No, file-based Yes
Removes filler words No No Yes
Fixes grammar and punctuation No No Yes
Audio stays on your Mac Yes Yes Depends on the app
Best for Quick notes, trying voice out Transcribing recorded files Daily writing you send to people

A reasonable path: start with built-in Dictation this afternoon. If you find yourself editing every result, the problem is not that voice input doesn't suit you — it is that you are using a transcription engine to do a writing job.

How to speak so dictation works

Dictation has a learning curve, and it is roughly two days long. These are the habits that shorten it.

Speak in finished thoughts, not finished words

People slow down and over-enunciate for a microphone, which actually hurts accuracy — speech models are trained on natural speech. Talk at your normal pace and let the sentence run to its end before you stop. What matters is completing the thought, because the cleanup pass uses the whole sentence as context.

Don't stop when you make a mistake

The instinct is to halt, delete, and restart. Don't. Say “actually, make that Thursday” and keep going — the cleanup pass resolves self-corrections far better than you can by hand.

Get your mouth away from the fan

Built-in Mac microphones are good. They are also inches from a keyboard and a fan. AirPods or any headset with a boom mic will improve recognition more than any setting you can change in software.

Dictate the first draft, edit with your hands

Voice is superb at getting words out and clumsy at moving them around. Speak the draft, then use the keyboard for structural edits. Trying to do everything by voice is what makes people conclude dictation “doesn't work”.

Start with low-stakes text

Slack replies, commit messages, and notes to yourself are the right training ground. By the time you trust it with a client email, the muscle memory is already there.

Punctuation and formatting commands

With built-in dictation you punctuate out loud: say “period”, “comma”, “question mark”, “new paragraph”, “open quote”. It works, and it also means part of your attention is spent on typography instead of on what you are trying to say. Most people find it tiring within a week.

With an AI cleanup pass you generally stop doing this, because punctuation is inferred from meaning rather than from spoken markers. It is a small change that makes a surprising difference to how natural dictation feels — you go back to just talking.

Five mistakes that make people quit

  1. Choosing a hotkey you have to think about. If triggering dictation takes conscious effort, you will type instead. Pick something reachable with one hand.
  2. Trying it first on the hardest thing you write. Do not debut voice input on a board update. Start where a typo costs nothing.
  3. Editing while speaking. Two modes, two passes. Draft, then fix.
  4. Skipping permissions. On macOS, any app that types into other apps needs Accessibility access. Deny it and dictation looks broken when it is merely blocked. If you hit this, see Mac dictation not working? 12 fixes.
  5. Assuming all voice apps handle privacy the same way. Some transcribe locally, some upload your audio. Check before you dictate anything confidential.

The honest summary

Built-in macOS Dictation is a free, genuinely capable transcription engine, and for many people it is enough. Whisper is the right tool for recorded audio. But if the reason you gave up on dictation was that the output always needed a second pass, the fix is not to talk more carefully — it is to add cleanup between your voice and your text field.

Frequently asked questions

How do I turn on dictation on a Mac?

Open System Settings → Keyboard, then switch on Dictation and confirm the microphone prompt. In the same panel you can pick the shortcut that starts and stops it, and choose which language to download for on-device use. Third-party dictation apps such as Air Wisper install their own global shortcut instead, so you don't have to change any system settings.

What is the keyboard shortcut for dictation on a Mac?

It depends on your keyboard. macOS assigns the microphone key on keyboards that have one, and otherwise offers options such as pressing a modifier key twice. You set it yourself in System Settings → Keyboard → Dictation. Air Wisper uses Control-Shift-Space by default and lets you remap it to any combination you like.

Can I dictate on a Mac without an internet connection?

Yes. Modern macOS supports on-device speech recognition for downloaded languages, and Air Wisper's transcription runs through the same on-device engine, so your words are converted to text locally. Optional AI polish — the pass that removes filler words and fixes grammar — needs a connection because it runs as a text-only request.

Why does dictated text still need editing?

Plain dictation is a transcript. It captures every “um”, every restart and every rambling clause exactly as you said it, and it guesses punctuation from your pauses. To get text you can send without editing, you need a cleanup pass on top of the transcript — that is the difference between a transcription engine and a writing tool.

Is dictation faster than typing?

For most people, considerably. Comfortable typing sits around 40–70 words per minute, while conversational speech runs at roughly 130–160. The catch is editing: if you spend two minutes fixing a thirty-second dictation, you have given the speed back. Dictation only wins when the output arrives clean.

Try dictation that doesn't need editing

On-device transcription, AI cleanup, and text typed straight into any Mac app. Free to start.

Get Started Free

Air Wisper is a native macOS app and requires macOS 14 or later. Free tier includes 200 AI polish requests per week — no credit card.