📄🎙️
4 Methods to Get Audio Into a Word Document
Word M365 transcribe: 300 MB, 5 hrs/mo limit
MetaWhisp → .docx: Unlimited, offline, free
Online tools: Privacy tradeoff
Fastest path: MetaWhisp drag-drop
TL;DR: There are four practical ways to transcribe an audio file into Microsoft Word on Mac in 2026: (1) Word for M365's built-in Transcribe (300 MB file limit, 5 hours/month), (2) drag-drop into MetaWhisp and export as .docx (unlimited, offline, free), (3) upload to an online tool like Otter or Sonix then copy-paste into Word, or (4) command-line whisper.cpp with manual .docx conversion. For one-off files under 300 MB and under your monthly quota, Word's built-in feature works. For everything else — large files, batch jobs, sensitive content, or no M365 subscription — MetaWhisp's drag-drop-to-docx path is the fastest and only fully-offline option.
Audio file to Word transcription methods comparison schematic showing four Mac workflows with size limits and privacy tradeoffs

Which Method Should You Use to Transcribe Audio Into Word?

The right method depends on three things: the size of your audio file, whether you have a Microsoft 365 subscription, and whether the content is sensitive enough that you don't want to upload it to a cloud service. Here's the 30-second decision tree: I'm Andrew Dyuzhov, solo founder of MetaWhisp, the free on-device voice-to-text app for macOS. We get this question every week from researchers, journalists, lawyers, and admins who need audio recordings inside a Word document for editing, sharing, or compliance review. This guide walks through all four methods, what each gets wrong, and where the hidden friction lives.
Microsoft Word's built-in Transcribe feature works only inside Word for Microsoft 365 on Mac or Word for the Web, per Microsoft's official documentation. The standalone Word 2019 or Word 2021 — the perpetual licenses, not subscription — does NOT have the Transcribe feature. If you bought Word as a one-time purchase rather than subscribing to M365, you cannot use this method at all and must switch to a third-party tool. Additionally, the feature requires an active internet connection because transcription happens in Microsoft's cloud, not on your Mac silicon. The audio file you upload is stored in your OneDrive for the duration of transcription, then transcribed using Microsoft Azure Speech Services and returned to the local Word session. Monthly usage is capped at 5 hours of audio across all your M365 devices, and per-file size cannot exceed 300 MB. These caps apply across all M365 tiers, including the $22-per-user Business Premium plan — paying more doesn't unlock more transcription.

How Does Word for M365 Transcribe (Built-In) Work?

If you have Microsoft 365 with Word for Mac and your audio is under 300 MB and your monthly quota isn't exhausted, this is the most integrated path. The transcript lands directly inside your Word document with speaker labels and timestamps. Steps:
  1. Open Word for Mac (must be M365 subscription, not standalone Word 2019/2021)
  2. Open a new blank document or the document you want to add the transcript to
  3. Click Home tab in the ribbon, then click the Dictate dropdown arrow
  4. Select Transcribe from the dropdown menu
  5. In the right-hand pane, click Upload audio
  6. Select your audio file (.mp3, .wav, .m4a, .mp4 supported, max 300 MB)
  7. Wait for upload + transcription (typically 1-2× audio length on cloud)
  8. When complete, click Add to document and choose format (with/without speakers, timestamps)
Supported audio formats: .mp3, .wav, .m4a, .mp4 (audio extracted from video). MOV and AVI are not supported — convert to MP4 first using QuickTime or ffmpeg. WAV files are accepted but the upload is slower because they're larger than equivalent MP3. Hard limits: 300 MB per file, 5 hours of transcription per month per M365 account. The 5-hour limit is a hard cap — exceeding it disables the feature until the next billing cycle, per Microsoft's official Transcribe documentation. If you need more than 5 hours/month, M365 Business Premium ($22/user/month) doesn't help — the cap is on the feature itself, not the tier.
Pro tip: If your audio file is just slightly over 300 MB, compress it before upload. Use ffmpeg with: ffmpeg -i input.wav -ab 96k -ar 22050 output.mp3. This converts a 1-hour 700 MB WAV to a 40 MB MP3 with no perceptible quality loss for speech, well under the 300 MB cap. For files genuinely over 30 minutes of speech, compression can save the day.
Step-by-step Word M365 transcribe audio file process diagram for Mac users with cloud upload and add-to-document workflow

How Do I Drag-Drop Audio Into MetaWhisp and Export to .docx?

MetaWhisp is the fastest path when you don't want to deal with Word's 300 MB cap, monthly quotas, or cloud upload. Drag your audio file onto the MetaWhisp window, wait for on-device Whisper large-v3-turbo to finish, then export as .docx with one click. Steps:
  1. Download MetaWhisp from metawhisp.com (free, no account)
  2. Open MetaWhisp; on first launch it downloads Whisper large-v3-turbo (~800 MB)
  3. Drag your audio file onto the MetaWhisp main window — any format: .mp3, .wav, .m4a, .flac, .aac, .ogg, .mp4, .mov
  4. Wait for transcription (3-9 minutes for 60 minutes of audio on M2/M3 Mac)
  5. Click the Export button in the toolbar
  6. Select Microsoft Word (.docx) from the export format dropdown
  7. Choose location, click Save. Done.
Supported audio formats: .mp3, .wav, .m4a, .flac, .aac, .ogg, .opus, .wma, .mp4, .mov, .mkv, .avi (audio extracted automatically). Effectively everything common. Hard limits: None on file size. MetaWhisp processes audio in 30-second chunks, so a 10-hour file is just 1,200 chunks — no concept of "maximum length". RAM peak stays at ~6 GB regardless of audio length because chunks are streamed through the inference pipeline. The output .docx contains:
The MetaWhisp .docx export uses python-docx as the underlying library, generating a clean Word-compatible XML document with proper paragraph styles, no embedded fonts, and standard one-inch margins. The file opens in Word for Mac, Word for Web, Pages, LibreOffice, and Google Docs without compatibility quirks or layout breakage. Document size is roughly 0.5-1 KB per minute of transcribed audio — a 60-minute transcript produces a 30-60 KB .docx file. Compare that to the source audio, which is typically 40-90 MB for a 60-minute mp3, and you're trading 99.9% of the storage cost for a searchable, editable, copyable transcript that can be shared via email without the privacy concerns of forwarding the raw audio recording. For research workflows that need interview transcripts for journalists or legal proceedings, this format flow is the canonical path. The .docx output also preserves Unicode characters for non-English transcription, which matters for multilingual research where the audio contains Spanish, French, or Mandarin terminology.

When Should You Use Online Tools Like Otter, Sonix, or Rev?

If you can't install software or you're on someone else's Mac, browser-based transcription services accept audio uploads and return text you can copy-paste into Word. The main options:
ServiceFree tierPaid pricingMax file size
Otter.ai300 min/month, 30 min/filePro $16.99/mo (1,200 min)1 GB / file
Sonix30 min free trial only$10/hr pay-as-you-go4 GB / file
Rev.comNo free tier$0.25/min AI / $1.50/min human2 GB / file
TrintNo free tier$48/mo (3 hrs)1 GB / file
The workflow is identical across all four services:
  1. Go to the service's website, create an account (email + password minimum)
  2. Click Upload, select your audio file
  3. Wait for upload (5-20 minutes for a 100 MB file on typical broadband)
  4. Wait for transcription (cloud GPU processing, 1-3 minutes for free tiers in queue)
  5. Open the resulting transcript in the service's web editor
  6. Click Export → choose .docx or copy-paste into Word manually
Privacy considerations: Your audio is uploaded to the vendor's servers and stored there indefinitely unless you manually delete it. For sensitive content — client meetings, confidential interviews, medical or legal recordings — this is a real exposure. None of these services offer Business Associate Agreements at their consumer tiers, so they're not HIPAA-compliant for healthcare workflows without enterprise upgrade.
For confidential content, the only options are Word M365 (audio stays in your OneDrive, controlled by your M365 tenant policies) or MetaWhisp (audio never leaves your Mac at all). Otter, Sonix, Rev, and Trint all involve uploading the file to a third-party cloud, which may violate confidentiality agreements depending on the content.
Audio file transcription privacy flow comparison showing online cloud tools, Word M365 OneDrive, and MetaWhisp on-device Mac workflows

How Do I Use Command-Line whisper.cpp and Pandoc?

If you're comfortable with Terminal and want the maximum control with zero subscription costs, whisper.cpp by Georgi Gerganov is the gold-standard command-line Whisper implementation for Mac. Combine it with pandoc for .docx conversion. Setup (one-time):
  1. Install Homebrew if you don't have it
  2. Install dependencies: brew install whisper-cpp pandoc ffmpeg
  3. Download Whisper large-v3-turbo model: whisper-cpp-download-ggml-model large-v3-turbo
Per-file workflow:
whisper-cpp -m models/ggml-large-v3-turbo.bin \
  -f input.mp3 \
  -of output \
  --output-txt

pandoc output.txt -o transcript.docx
The first command runs Whisper on your audio file and saves the transcript as `output.txt`. The second command converts the plain text to .docx via pandoc. Total time: roughly 1-1.5× audio length on M3 MacBook Air. Strengths: Free, fully open-source, zero cloud upload, scriptable for batch jobs. You can transcribe 100 files in a loop with a simple bash for-loop. whisper.cpp's README covers advanced flags like speaker diarization, VAD preprocessing, and chunked processing. Weaknesses: Command-line only, no GUI, no built-in batch UI, no .docx formatting beyond basic paragraphs. Requires comfort with Terminal commands.
The whisper.cpp plus pandoc pipeline is the lowest-overhead path for technical users who want full automation. A 50-line bash script can watch a folder, transcribe every new audio file dropped into it, and email the resulting .docx to a designated address — all without subscriptions or cloud upload. whisper.cpp also ships a local HTTP server that exposes a REST API, letting you build custom integrations into Slack bots, Zapier-style workflows, or your own internal tools. The downside is that you maintain everything yourself: when whisper.cpp ships a new release with bug fixes, you must rebuild your Docker image or rerun brew upgrade. For one-off transcription tasks every few months, the maintenance burden outweighs the benefit. For high-volume teams doing 50+ files per week, scripted whisper.cpp is dramatically cheaper than any SaaS option and gives you compliance posture identical to private voice-to-text on Mac.
Command-line whisper.cpp and pandoc workflow diagram for transcribing audio to Word docx on Mac with shell commands

Why Won't Word's Transcribe Feature Work for Me?

Common failure modes and what to do about them: The pattern: every Word Transcribe failure mode goes away when you switch to offline voice-to-text on MacBook. No cloud dependency means no queue, no quotas, no file-size caps, and no upload errors.
A common workflow puzzle: you have a 2-hour meeting recording at 250 MB (within the 300 MB cap), but your monthly Word Transcribe quota is half-consumed at 2 hours 30 minutes already. Adding this file would push you to 4 hours 30 minutes — under the 5-hour cap, so technically allowed. But what happens if you have another meeting next week? The cap reset is on the first of the calendar month per Microsoft's documentation, regardless of when you started your subscription. If today is the 28th, you'll have only 3 days to use the remaining 30 minutes. In practice, the 5-hour cap forces you to triage which audio is "worth" using Word Transcribe versus offloading to a tool with no quota. MetaWhisp's unlimited on-device path removes this entire decision overhead — you transcribe everything that comes in, no rationing.

How Do I Add Timestamps or Speaker Labels to My Word Transcript?

Three methods, three different ways: Word's built-in transcribe has the best speaker labels for non-overlapping speech (95%+ accuracy on identifying speaker changes). MetaWhisp's diarization is comparable but tuned for natural conversation rather than meeting recordings. whisper.cpp's diarization requires extra setup but is the most customizable for research applications.

What If My Audio File Is in a Different Language?

Whisper large-v3-turbo supports 99 languages out of the box, including Spanish, French, German, Mandarin, Japanese, Korean, Arabic, Hindi, Russian, and Portuguese. Both MetaWhisp running Whisper large-v3-turbo and the command-line whisper.cpp will transcribe non-English audio automatically — language is detected from the first 30 seconds of audio unless you force it via a language hint. Word M365 Transcribe officially supports 80 languages, per Microsoft's documentation, but you must select the language manually from a dropdown before uploading. Auto-detection is not available. Accuracy on non-English varies more than Whisper because Azure Speech Services prioritizes English in its model training. For mixed-language audio — say, a Spanish-language interview with English technical terms interspersed — Whisper-based tools handle the code-switching gracefully. Word M365 Transcribe will pick one language for the entire file and treat the other language as gibberish, requiring manual cleanup. For multilingual research workflows, MetaWhisp's automatic detection plus per-paragraph language tagging is materially less work. If you need to translate the transcript into English after transcribing the source language, Whisper has a built-in translate-to-English mode that produces an English transcript directly from foreign-language audio. Add the --task translate flag in whisper.cpp, or toggle "Translate to English" in MetaWhisp's transcription settings. Word's Transcribe feature does not include translation; you'd need to copy the foreign transcript into a separate translation tool.

Frequently Asked Questions About Transcribing Audio Into Word

Can I transcribe an audio file directly in Microsoft Word?

Yes, if you have Microsoft 365 (subscription) Word for Mac or Word for the Web. Click Home → Dictate dropdown → Transcribe, then upload your audio file. The feature supports .mp3, .wav, .m4a, and .mp4 up to 300 MB per file, with a 5-hour monthly quota. Standalone Word 2019/2021 (perpetual licenses) do not have this feature — you'll need M365 subscription or an alternative tool.

What's the maximum audio file size for Word Transcribe?

300 MB per file is the hard limit, per Microsoft's official documentation. Files larger than that must be compressed (via ffmpeg or other tool) or split into multiple files. The 300 MB cap represents roughly 4-5 hours of high-quality MP3 audio or 2-3 hours of WAV. There's also a separate 5-hour monthly quota across all files combined, which resets on the 1st of each calendar month.

Can I transcribe audio to Word without Microsoft 365?

Yes. MetaWhisp is a free Mac app that transcribes any audio file and exports directly to .docx — no M365 subscription needed. Other options include uploading to Otter.ai (300 min/month free), Sonix, or Rev.com, then copy-pasting the transcript into Word. Or use command-line whisper.cpp + pandoc for fully open-source workflow. None require a Word subscription beyond the basic ability to open .docx files.

How accurate is Word's audio transcription?

Word for M365's Transcribe uses Microsoft Azure Speech Services, which achieves roughly 4-6% word error rate on clean English audio — comparable to Whisper medium but below Whisper large-v3 (3.5% WER) per benchmarks published by OpenAI. Accuracy degrades on accented English, technical vocabulary, and noisy audio. For high-stakes transcripts (legal, medical, research interviews), Whisper-based tools like MetaWhisp deliver materially better accuracy.

Does Word Transcribe work offline?

No. Word's Transcribe feature requires an active internet connection because transcription happens in Microsoft's cloud, not on your Mac. Your audio file is uploaded to your OneDrive for the duration of processing, transcribed by Azure Speech Services, then the resulting text is returned. For offline transcription on Mac, use MetaWhisp (on-device Whisper) or command-line whisper.cpp — both run entirely on your hardware without internet.

Can I batch-transcribe multiple audio files into Word?

Not directly in Word M365 — the Transcribe feature processes one file at a time and requires manual uploading. For batch transcription, use MetaWhisp's drag-drop with multiple files (it queues them automatically), or write a shell script around whisper.cpp + pandoc. Online services like Sonix and Trint also support batch uploads on their paid tiers. The cleanest free batch path is MetaWhisp + .docx export for each file.

What audio formats does Word Transcribe support?

Word M365 Transcribe supports .mp3, .wav, .m4a, and .mp4 (audio extracted from video). MOV, AVI, AIFF, FLAC, OGG, and other formats are not supported and must be converted first. Use QuickTime → Export As → Audio Only for simple conversion, or ffmpeg for command-line batch conversion. MetaWhisp accepts all common audio and video formats natively without conversion.

How long does it take to transcribe a 1-hour audio file into Word?

Word M365 Transcribe takes 30-90 minutes for a 1-hour file, depending on cloud queue wait times and your upload speed. MetaWhisp on-device transcribes 1 hour of audio in 3-7 minutes on M2/M3 MacBook (no upload, no queue). Online services typically take 10-30 minutes including upload time on average broadband. Command-line whisper.cpp matches MetaWhisp's speed since both use the same Whisper engine locally.

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. He has built audio-to-document workflows for journalists, lawyers, researchers, and healthcare admins since 2024 and has shipped MetaWhisp's .docx export feature based on user requests for direct Word integration. Connect on X or GitHub.

Related Reading