How to Set Up Speech Recognition on Windows?
Last Updated :
22 Mar, 2024
Windows 11 and Windows 10, allow users to control their computer entirely with voice commands, allowing them to navigate, launch applications, dictate text, and perform other tasks. Originally designed for people with disabilities who cannot use a mouse or keyboard.
In this article, We'll show you How to set up speech recognition on Windows.
What is Speech Recognition?
Speech recognition, also known as speech-to-text, automatic speech recognition (ASR), or computer speech recognition, refers to a machine's or program's ability to recognize spoken words and convert them into text.
How To Setup Windows Speech Recognition
To Set up Speech Recognition on Windows, You've to follow the given Steps:
Step 1: Press Windows Key + R then on the run dialog type "Control Panel"

Step 2: Click on “Ease of Access”.
Step 3: Under the “Speech Recognition” section, click on “Start Speech Recognition”.

Step 4: Click on the "Next" button
Step 5: In this step, you will be asked to select the type of microphone you want to use on your system.
- Desktop microphones are not ideal.
- Microsoft recommends headset or array microphones.

Step 6: To proceed with the setup, click Next after selecting the microphone type.
Step 7: Click on the Next Button again
Step 8: To adjust the microphone volume, speak out the sentence "Peter dictates to his computer, preferring it over typing, and particularly pen and paper." The Next button will activate after reading the sentences out loud, allowing you to proceed.
Step 9: Click Next.
Step 10: Click Next again.

Step 11: Click Next.
Step 12: Click Next again.
Step 13: Speech Recognition enhances document and email accuracy by analyzing user words. Privacy concerns can be addressed by enabling or disabling document review.

Step 14: Click Next
Step 15: Voice recognition can be enabled using one of two activation modes.
- You can select either manual or voice activation mode.
Step 16: Click Next.
Step 17: Click the View Reference Sheet button
Step 18: Click Next.
Step 19: To run speech recognition at the start-up, then check the “Run Speech Recognition at start-up” box as shown below.
Step 20: Click Next
Step 21:
- Start tutorial for feature demonstration.
- Click on Skip tutorial for setup completion.
By following above steps, you will be able able to Set up speech recognition on your laptop/Computer with ease.

How to train Speech Recognition to Improve Accuracy?
To Train and Set up Speech Recognition following steps need to be implemented.
Step 1: Press Windows Key + R then on the run dialog type "Control Panel"

Step 2: Click on “Ease of Access”.
Step 3: Click on the "Train your computer to better understand you" option under the "Speech Recognition" section.

Step 4: Click Next

After training, Speech Recognition deepens its understanding of your voice
How To Change Speech Recognition Settings?
Step 1: Open the Control Panel by searching and selecting it.
Step 2: Click "Ease of Access."
Step 3: Click on Speech Recognition.
Step 4: Click the Advanced speech from the left side pane
Step 5: In "Speech Properties," you can customize things like
- Language
- Recognition profiles
- User settings
- Microphone

How To Use Speech Recognition In Windows?
Using Speech Recognition in Windows is simple once you’ve set it up:
Step 1: Click on the system tray on the taskbar
Step 2: Click on the microphone icon to open the Speech Recognition settings menu.

Quick Solution!
Here is a quick solution for our active and speedy learners. Follow these steps to set up speech recognition on Windows 11/10:
- Open Control Panel.
- Click "Ease of Access."
- Start Speech Recognition.
- Follow prompts to select microphone type, adjust volume, and configure privacy settings.
- Choose activation mode.
- Click on the View reference sheet.
- Opt to run at startup.
- Start tutorial or skip for setup completion.
Conclusion
In conclusion, Use your voice to control your computer with the powerful tool of speech recognition. Dictate text, launch apps, navigate menus, and perform tasks easily. Set up speech recognition, train it, and customize it on Windows 11 to meet your needs and preferences. And this is how You can set up Speech Recognition on Windows PC.
Similar Reads
How to install PyCharm in Windows?
PyCharm is the Python development IDE developed by JetBrains. They have developed professional and free community versions of this tool. The first professional version of the tool is paid and available as a trial for 30 days. However, in this article, we will look into the process of downloading the
2 min read
How To use Cloud Speech-To-Text For Speech Recognition On GCP?
Google Cloud Platform is one of the famous cloud service providers in the market. With cloud features focusing on deployment and storage, GCP also provides features like speech recognition. This powerful and easy-to-use service is called Cloud speech-to-text. This functionality enables developers to
6 min read
How to Install Keras in Windows?
Keras is a neural Network python library primarily used for image classification. In this article we will look into the process of installing Keras on a Windows machine. Pre-requisites: The only thing that you need for installing Numpy on Windows are: Python PIP or Conda (depending upon user prefere
2 min read
How to Setup DVWA In Windows?
DWVA is a popular framework that is used to test the application security, also known as Damn Vulnerable Web Application. It is based on testing the web application and it comes with built-in vulnerabilities for the user so the user can try and test the hacking techniques in a controlled environment
5 min read
Speech Recognition in Python using CMU Sphinx
"Hey, Siri!", "Okay, Google!" and "Alexa playing some music" are some of the words that have become an integral part of our life as giving voice commands to our virtual assistants make our life a lot easier. But have you ever wondered how these devices are giving commands via voice/speech? Do applic
5 min read
Speech Recognition Module Python
Speech recognition, a field at the intersection of linguistics, computer science, and electrical engineering, aims at designing systems capable of recognizing and translating spoken language into text. Python, known for its simplicity and robust libraries, offers several modules to tackle speech rec
4 min read
Automatic Speech Recognition using Whisper
Automatic Speech Recognition (ASR) can be simplified as artificial intelligence transforming spoken language into text. Its historical journey dates back to a time when developing ASR posed significant challenges. Addressing diverse factors such as variations in voices, accents, background noise, an
10 min read
How to Install Face Recognition in Python on Windows?
In this article, we will learn how to install Face Recognition in Python on Windows. Recognize and manipulate faces from Python or from the command line with the worldâs simplest face recognition library. Built using dlibâs state-of-the-art face recognition built with deep learning. Installing Face
2 min read
How to Install Turbo C++ in Windows?
Turbo C++ is a single language compiler and integrated development environment for C++. It is free of charge and can be downloaded from any website. The first release of Turbo C++ was released in May 1990 version 1.0, running on MS-DOS computers. Features of Turbo C++ latest version:Complete IDE bun
2 min read
PyTorch for Speech Recognition
Speech recognition is a transformative technology that enables computers to understand and interpret spoken language, fostering seamless interaction between humans and machines. By implementing algorithms and machine learning techniques, speech recognition systems transcribe spoken words into text,
5 min read