The best offline dictation software for Windows in 2026
Push to talk. No cloud. No subscription.
Want to dictate on Windows without sending audio to the cloud? Four picks rank well in 2026. Whisperstream is the closest match at $29 once, on-device, with push-to-talk that types into any window. Microsoft Voice Access is free and built into Windows 11 22H2 and later. Talon Voice owns RSI and programmer voice control. Superwhisper covers Windows, Mac, and iOS with on-device transcription.
Updated
At a glance
People search for offline dictation on Windows for one of three reasons. They want their audio to stay on the PC for privacy or compliance. They want to dictate without paying a recurring subscription. They want speech-to-text that does not stop working when the WiFi drops. The picks below are ranked by how directly they answer those three.
- Pricing
- Free options exist, plus a $29 lifetime pick
- Where audio goes
- On-device on every pick on this page
- Best for
- Windows users who do not want their dictation routed through the cloud
Side by side
Swipe horizontally to see all picks.
Sources
- Microsoft Support: Set up voice access (Windows 11 22H2 and later)
- Microsoft Support: Use voice access (on-device speech recognition statement)
- Microsoft Support: Windows Speech Recognition replaced by Voice Access on 22H2 and later in September 2024
- Talon Voice homepage
- Talon Voice documentation
- Superwhisper for Windows: on-device AI models, your audio never leaves your machine
- Superwhisper Windows docs: local language models not yet supported on Windows
- Superwhisper privacy: all data is only stored locally on your machine
- Wispr Flow privacy: transcription always happens in the cloud
- Wispr Flow: Privacy mode and data retention
Whisperstream
- Pricing
- $29 once
- Platform
- Windows 10 / 11 x64
- Best for
- Everyday Windows dictation without subscription or cloud
- Trade-off
- Single-user app, no enterprise SSO or domain-joined deployment
- On-device transcription via NVIDIA Parakeet TDT v3 (ONNX, CPU). Audio never leaves your PC during transcription.
- Push-to-talk hotkey (default right shift) pastes into whatever window has focus.
- $29 one-time with a 30-day refund and a 10-minute free dictation trial on first install.
- No voice training. The model is accurate from the first sentence.
- About 600 MB of model on disk. Low background memory at idle.
Whisperstream is the closest direct match for the user typing “offline dictation software Windows” into Google. On-device transcription via NVIDIA Parakeet TDT v3, push-to-talk that types into any window, $29 once instead of a monthly subscription. The 2025-generation speech model runs fast enough on CPU for live dictation and stays accurate from the first sentence, with no voice training step in between you and your first dictated paragraph.
Microsoft Voice Access
- Pricing
- Free, bundled with Windows 11 22H2 and later
- Platform
- Windows 11 22H2 and later only
- Best for
- Free on-device dictation plus command-and-control of the PC
- Trade-off
- Framed as an accessibility tool, not a natural-language dictation product
- Free and built into Windows 11 22H2 and later. No subscription, no third-party install.
- Microsoft Support: "Voice access uses modern, on-device speech recognition... works even without the internet." Language pack downloads once on first use.
- Supports 15 locale variants across 7 language families (English regional variants, Spanish, French, German, Italian, Simplified Chinese, Traditional Chinese-Taiwan, Japanese). Each variant downloads a language pack on first use.
- Both dictation and command-and-control modes (click buttons by number, scroll, switch windows, by voice).
- No NPU or Copilot+ PC requirement. Works on any Windows 11 22H2 and later machine with a microphone.
Voice Access is the free official Microsoft pick for offline dictation on Windows. It replaced the older Windows Speech Recognition on Windows 11 22H2 and later in September 20243. If you are looking for offline dictation primarily because you want your audio to stay on the PC, and you do not want to pay for a third-party app, this is the obvious first stop.
Worth distinguishing two Microsoft features that get conflated. Voice Typing (Win+H) is the cloud-based one (audio routes to Azure Speech, internet required per Microsoft Support). Voice Access is the newer accessibility feature; it can run on-device once you download a language pack. Voice Access leans toward command-and-control of the whole PC with a dictation mode bundled in. For a head-to-head against the cloud-based Win+H feature, see Whisperstream vs Win+H.
Talon Voice
- Pricing
- Free to download (optional Patreon for early access and priority help)
- Platform
- Windows, macOS, Linux (X11)
- Best for
- RSI, accessibility, and programmer voice control
- Trade-off
- Real learning curve. Configuration is code (.talon files plus Python).
- Free to download. Patreon tiers offer early access to new builds and priority help in the talonvoice Slack.
- Ships with its own speech engine (the Conformer model, installed via Talon's Speech Recognition menu). No cloud subscription required.
- Cross-platform: Windows, macOS, and Linux (X11 only; Wayland is not planned).
- Voice commands plus noise primitives ("pop" and "hiss") plus optional Tobii 4C or Tobii 5 eye tracking.
- Strong RSI and accessibility community, with active development across the talonvoice GitHub org in 2025 and 2026.
Talon Voice sits in a different category from the other picks. It is a programmable voice-control toolkit with one of the strongest accessibility and RSI communities on the internet. If you are looking for offline dictation specifically because RSI has made typing painful, Talon is the most direct fit. The trade is the learning curve. Talon's configuration is code (.talon files for voice commands, .py modules for custom logic5), and you will spend more time scripting than you would installing a dictation-only app if dictation is all you need.
Superwhisper for Windows
- Pricing
- $8.49/mo Pro, free tier available, 30-day refund on paid plans
- Platform
- Windows 10 / 11, macOS, iOS
- Best for
- Windows users who also work on a Mac and want managed AI dictation with 100+ languages on both
- Trade-off
- AI post-processing modes (Super Mode, custom prompts) use cloud LLMs on Windows today
- On-device transcription on Windows. Superwhisper's Windows page: "On-device AI models. Your audio never leaves your machine and you don't need internet."
- 100+ languages with automatic language detection.
- Free tier covers core dictation. Pro at $8.49/mo unlocks AI modes, with a 30-day refund on paid plans.
- Cross-platform: same product on Windows, macOS, and iOS.
- Mature on Mac; the Windows app is still catching up on parity (no FileSync, speaker diarization, or local AI language models on Windows yet).
Superwhisper used to be Mac-only and is now a credible cross-OS pick. If you split between a Windows PC and a Mac, this is currently the only on-device dictation app that runs natively on both. The trade is a recurring subscription instead of one-time pricing, and a Windows build whose AI post-processing modes route to cloud LLMs while the Mac version can run that step on-device7. For pricing and the on-device transcription claim, see the Superwhisper for Windows page.
Developer and homelab options
Three open-source projects keep coming up in “offline dictation Windows” threads on r/LocalLLaMA. Buzz (MIT, actively maintained) is the most polished: a one-click Windows installer with both file transcription and live microphone modes powered by whisper.cpp. It is a transcription window, not a push-to-talk dictation app that types into your editor, so the everyday workflow does not match. WhisperWriter is the inverse: a push-to-talk Whisper app that types into whatever window has focus, but it is a Python script you run from a virtualenv, not a packaged installer, and the last commit landed in August 2024. Mention them if you are comfortable with developer-grade setup.
How we compared
We ranked four picks against four criteria: where the audio goes (everyone here is on-device, but the details differ), what the pricing costs over three years, how cleanly each fits an everyday Windows workflow, and how much install or learning friction stands between you and your first dictated sentence. We weighted on-device architecture and one-time or free pricing highest, because they are the two values readers of an “offline dictation Windows” query care about most.
Where a number could be cited from a primary vendor doc, we cited it. We softened claims that the vendor's own docs do not assert directly (for example, Talon's docs describe the speech engine architecture but never use the literal phrase “on-device,” so the comparison row says “local engine, no cloud subscription” rather than asserting “on-device” as a Talon claim). The ranking is our opinion. The underlying facts are not.
Choosing the right one
If you want push-to-talk dictation that types into any window, on-device, with a one-time price tag, Whisperstream is the direct match. If you want free and built-in and you are on Windows 11 22H2 and later, Microsoft Voice Access is the obvious first stop. If you picked up offline dictation because RSI or accessibility forced you out of typing, Talon Voice is the most direct fit (with the scripting learning curve attached). And if you split your day between a Windows PC and a Mac, Superwhisper is the only on-device pick that runs natively on both.
If you also evaluated Wispr Flow and decided against the cloud-subscription model, see our Wispr Flow alternatives for Windows roundup. If your real question was about the Windows built-in Win+H feature versus a third-party dictation app, see Whisperstream vs Win+H for the head-to-head.
Frequently asked questions
No Typing,Just Speaking.Fully Local.
Private dictation for Windows. No cloud processing. No subscription.