Windows repair note
Fix: Claude Code voice dictation on Windows
Claude Code voice dictation can fail when Windows, WSLg, audio capture, microphone permissions, or fallback recording tools are not set up correctly.
Voice input is failing repeatedly and has been pausedDecide native Windows or WSL
Voice dictation in WSL needs WSLg. If WSLg is not available, native Windows is usually the cleaner path.
wsl --status
wsl --version
Check audio and microphone permissions
If the recorder cannot capture audio, the coding agent cannot transcribe your prompt no matter how good the model is.
ms-settings:privacy-microphone
ms-settings:sound
Use a dedicated dictation fallback
If built-in voice mode keeps failing, use a local dictation tool or OpenWhispr-style push-to-talk workflow and paste the result into the agent.
# Test the simplest working path first:
# record -> transcribe -> paste into Codex or Claude Code
When to use the paid kit
If the quick checks do not get the app running, the full WiaiKit recovery kit gives the ordered Windows path for npm, Electron, native modules, Visual Studio Build Tools, and Push-to-Talk setup.
Get the recovery kit for 13 USD
Independent practical material. Not an official OpenAI, Codex, Electron, Node.js, or OpenWhispr product.