How to Use Spell Checker in MS Word?
Last Updated :
06 Mar, 2023
Everyday in business or in other fields there are lots of information or documentation files that are required to store for future use. For anyone, it is very difficult to store that information for a long time. Earlier letters, office files, documents, projects, and information are stored in a form of registrar, file, or by paperwork but finding it may be difficult for us. It takes a lot of time. To resolve this issue Microsoft brings software called MS Word.
Microsoft Word is a software tool that allows users to create documents like articles, letters, projects files very easily. It has various features like editing and formatting, graphics, designs, fonts styles, printing documents, etc.

Features of MS Word
- Various Page Designs, page numbers, border
- Tables
- 3D models, chart, and icons
- WordArt
- Page Layout formats
- Inserting Online pictures and video
- Text color and many more.
- Date and Time
- Page Designs
- Different text fonts
What is Spell Checker in MS Word?
Microsoft Word has a special feature called spell check that allows you to check spelling and grammatical mistakes that you made in the document. Basically spell check is a software tool that identifies the misspelled words present in the document. It also allows you to search a particular word in the document that you know you've misspelled in the whole document.
In Microsoft Word documents, Word's spell check function is set to automatically check your spelling while you type. Errors in your document will have color-coded underlines reflecting your choices, like red for spelling errors, green for grammar errors, and blue for contextual spelling errors.


Steps to enable Spell Checker in MS Word
Step 1: On the navigation menu bar click on the File option.

Step 2: Next click on the option button as shown in the figure:

Step 3: A word option dialog box will appear on the screen.

Step 4: Now select the Proofing option from the left menu as shown in the figure:

Step 5: Check all boxes as shown in the figure:

Step 6: Next click on the OK button.

Finally, Spell Check is enabled in MS Word.
How to Manually Check Spellings
Step 1: On the navigation menu bar click on the Review option.

Step 2: Next click on the spellings & grammar option as shown in the figure:

Note - If there is any spelling or grammatical mistake in your Word document, then the following dialog box appears with misspelled words present in the red underlined text.

Step 3: If there is a spelling mistake in the document then it will appear in the red underline text as shown in the figure:

Step 4: Select the correct spelling from the suggestion menu.

Step 5: Next click on the YES option.

Note: If all spellings are correct in your Word document, then the following pop-up window will appear on the screen.
Step 6: Click on the OK option.

Finally, all the spellings and grammars are manually checked.
Shortcut Method to Check Spellings
Step 1: Right-click on the red-underlined word.

A menu with correctly spelled options will appear in which you can select the correct word or you can ignore it.
Step 2: Now choose the correct spelling from the menu as shown in the figure:

These are some of the ways to enable the spell check feature in MS Word.
Similar Reads
Types of Network Topology Network topology refers to the arrangement of different elements like nodes, links, or devices in a computer network. Common types of network topology include bus, star, ring, mesh, and tree topologies, each with its advantages and disadvantages. In this article, we will discuss different types of n
12 min read
Java Exception Handling Exception handling in Java allows developers to manage runtime errors effectively by using mechanisms like try-catch block, finally block, throwing Exceptions, Custom Exception handling, etc. An Exception is an unwanted or unexpected event that occurs during the execution of a program, i.e., at runt
10 min read
Types of Operating Systems Operating Systems can be categorized according to different criteria like whether an operating system is for mobile devices (examples Android and iOS) or desktop (examples Windows and Linux). Here, we are going to classify based on functionalities an operating system provides.8 Main Operating System
11 min read
Java Interface An Interface in Java programming language is defined as an abstract type used to specify the behaviour of a class. An interface in Java is a blueprint of a behaviour. A Java interface contains static constants and abstract methods. Key Properties of Interface:The interface in Java is a mechanism to
12 min read
Python Variables In Python, variables are used to store data that can be referenced and manipulated during program execution. A variable is essentially a name that is assigned to a value. Unlike many other programming languages, Python variables do not require explicit declaration of type. The type of the variable i
6 min read
Python Exception Handling Python Exception Handling handles errors that occur during the execution of a program. Exception handling allows to respond to the error, instead of crashing the running program. It enables you to catch and manage errors, making your code more robust and user-friendly. Let's look at an example:Handl
7 min read
Network Devices (Hub, Repeater, Bridge, Switch, Router, Gateways and Brouter) Network devices are physical devices that allow hardware on a computer network to communicate and interact with each other. Network devices like hubs, repeaters, bridges, switches, routers, gateways, and brouter help manage and direct data flow in a network. They ensure efficient communication betwe
9 min read
Logic Gates - Definition, Types, Uses Logic Gates are the fundamental building blocks in digital electronics. There are basically seven main types of logic gates that are used to perform various logical operations in digital systems. By combining different logic gates, complex operations are performed, and circuits like flip-flops, coun
10 min read
Introduction of Object Oriented Programming As the name suggests, Object-Oriented Programming or OOPs refers to languages that use objects in programming. Object-oriented programming aims to implement real-world entities like inheritance, hiding, polymorphism, etc in programming. The main aim of OOP is to bind together the data and the functi
6 min read
Functions of Operating System An Operating System acts as a communication interface between the user and computer hardware. Its purpose is to provide a platform on which a user can execute programs conveniently and efficiently. The main goal of an operating system is to make the computer environment more convenient to use and to
7 min read