How to Turn On or Off Highlight Misspelled Words in Windows 11

This tutorial shows you how to turn on or off the spell checking feature in Windows 11. This feature highlights words you misspell as you type them.

Why Use This Feature?

Windows 11 has a built-in spell checker. When you turn it on, misspelled words get a red squiggly line under them. This helps you catch typing mistakes right away.

What Happens When You Use It?

When highlight misspelled words is turned on, any word you type that is not in your personal dictionary will show a red squiggly line. You can right-click on the word to see correction options.

Option One: Use Settings

Turn On or Off Highlight Misspelled Words in Settings

  1. Open Settings by pressing Win+I.
  2. Click Time & language on the left side.
  3. Click Typing on the right side. (see screenshot below)

 Open Typing settings

  1. Check the box (on – default) or uncheck the box (off) next to Highlight misspelled words. (see screenshot below)
  2. You can now close Settings.
Windows 11 Settings Typing tile location
Highlight misspelled words toggle checkbox Windows 11

Option Two: Use Registry

Turn On or Off Highlight Misspelled Words Using Registry

⚠️ Admin privileges required

Turn On Highlight Misspelled Words

This is the default setting:

reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\TabletTip\1.7" /v EnableSpellchecking /t REG_DWORD /d 1 /f

Turn Off Highlight Misspelled Words

reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\TabletTip\1.7" /v EnableSpellchecking /t REG_DWORD /d 0 /f

Summary

Windows 11 includes a spell checker that highlights misspelled words with a red squiggly line. You can turn this feature on or off in two ways. The easiest way is through Settings under Time & language, then Typing. You can also change this setting using the Registry if you prefer. Either method works the same way.

Categories:

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *

Exit mobile version