Skip to content
Follow
Windows

How to Turn On or Off Custom Inking and Typing Dictionary in Windows 11

Richard
Written by
Richard
Mar 16, 2026 Updated Jul 10, 2026 4 min read
How to Turn On or Off Custom Inking and Typing Dictionary in Windows 11
How to Turn On or Off Custom Inking and Typing Dictionary in Windows 11

Turn On (Default Setting)

To turn on the Custom Inking and Typing Dictionary in Windows 11 via the Registry Editor, you’ll execute a specific command. This command instructs Windows to set the dictionary value to ‘1’. This enables the feature, letting your PC learn your personalized words and improve suggestions.
🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CPSS\Store\InkingAndTypingPersonalization" /v Value /t REG_DWORD /d 1 /f

reg add "HKEY_CURRENT_USER\Software\Microsoft\Personalization\Settings" /v AcceptedPrivacyPolicy /t REG_DWORD /d 1 /f

reg add "HKEY_CURRENT_USER\Software\Microsoft\InputPersonalization" /v RestrictImplicitInkCollection /t REG_DWORD /d 0 /f
reg add "HKCUSoftwareMicrosoftInputPersonalization" /v RestrictImplicitTextCollection /t REG_DWORD /d 0 /f

reg add "HKEY_CURRENT_USER\Software\Microsoft\InputPersonalization\TrainedDataStore" /v HarvestContacts /t REG_DWORD /d 1 /f

Turn Off

To turn off the Custom Inking and Typing Dictionary in Windows 11 via the Registry Editor, execute a command that sets the dictionary value to ‘0’. This turns off the feature and clears any words your PC learned. Your typing and inking suggestions will no longer be personalized.
🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CPSS\Store\InkingAndTypingPersonalization" /v Value /t REG_DWORD /d 0 /f

reg add "HKEY_CURRENT_USER\Software\Microsoft\Personalization\Settings" /v AcceptedPrivacyPolicy /t REG_DWORD /d 0 /f

reg add "HKEY_CURRENT_USER\Software\Microsoft\InputPersonalization" /v RestrictImplicitInkCollection /t REG_DWORD /d 1 /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\InputPersonalization" /v RestrictImplicitTextCollection /t REG_DWORD /d 1 /f

reg add "HKEY_CURRENT_USER\Software\Microsoft\InputPersonalization\TrainedDataStore" /v HarvestContacts /t REG_DWORD /d 0 /f

Summary

  • The Custom Inking and Typing Dictionary helps Windows 11 give you better typing and handwriting suggestions by learning from your writing habits.
  • You can turn this feature on or off easily in the Settings or by using the Registry Editor.
  • Turning it off will delete all saved words, so your suggestions won’t be personalized.
  • It’s a good idea to check your privacy settings regularly to control what data Windows collects.

The Custom Inking and Typing Dictionary in Windows 11 helps give you better typing and handwriting suggestions by learning what you write. You can turn this feature on or off in Settings or by using the Registry Editor. Turning it off erases saved words, making suggestions less personal.

Speech, voice activation, inking, typing, and privacy – Microsoft Support

What is inking and typing in 🪟 Windows 11?

Windows 11’s inking and typing personalization creates a custom word list from the words you type or write, improving accuracy for both. This list links to your Microsoft account and works across Microsoft products.

Does 🪟 Windows 11 have a writing program?

Next, use the search bar to look for Notepad and open the application. Then, sign in with your Microsoft account within Notepad.

Windows 11’s Custom Inking and Typing Dictionary lets you save words you frequently use with digital ink or typing. Turning it on or off personalizes spell-checking.

⚡ Quick Answer

Open Settings by pressing ⊞ Win+I, then navigate to Privacy & security, and click Inking & typing personalization. Toggle the switch for Personal inking and typing dictionary to turn it on or off.

What is the Custom Inking and Typing Dictionary?

What is the Custom Inking and Typing Dictionary? Think of it as a personal word list that helps your PC remember terms you use often, like names or unique place names. This dictionary makes typing and pen suggestions more helpful and personal. When the Custom Inking and Typing Dictionary is off, Windows forgets these words, and suggestions revert to being general.

Important: Turning this feature off causes your computer to forget all learned words, and suggestions will no longer be personalized.

How to Turn On or Off the Custom Inking and Typing Dictionary (Using Settings)

  1. Press ⊞ Win+I on your keyboard to open Settings.
  2. On the left side, click Privacy & security.
  3. On the right, click Inking & typing personalization.
  4. Turn the switch on or off under Personal inking and typing dictionary depending on what you want.
  5. You can now close the Settings window.

You can easily turn the Custom Inking and Typing Dictionary on or off in Windows 11 using the Settings app. Open Settings, navigate to Privacy & security, then click Inking & typing personalization. There, you’ll find a switch to toggle the personal dictionary.

Windows 11 settings tile for improving inking and typing personalization
Windows 11 settings tile for improving inking and typing personalization
Custom inking and typing dictionary settings interface in Windows 11
Custom inking and typing dictionary settings interface in Windows 11


How to Turn On or Off the Custom Inking and Typing Dictionary (Using Registry Editor)

A heads-up: Editing the Registry is generally recommended for more experienced users. Please proceed with caution and consider backing up your Registry first.

Turn On (Default Setting)

To turn on the Custom Inking and Typing Dictionary in Windows 11 via the Registry Editor, you’ll execute a specific command. This command instructs Windows to set the dictionary value to ‘1’. This enables the feature, letting your PC learn your personalized words and improve suggestions.
🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CPSS\Store\InkingAndTypingPersonalization" /v Value /t REG_DWORD /d 1 /f

reg add "HKEY_CURRENT_USER\Software\Microsoft\Personalization\Settings" /v AcceptedPrivacyPolicy /t REG_DWORD /d 1 /f

reg add "HKEY_CURRENT_USER\Software\Microsoft\InputPersonalization" /v RestrictImplicitInkCollection /t REG_DWORD /d 0 /f
reg add "HKCUSoftwareMicrosoftInputPersonalization" /v RestrictImplicitTextCollection /t REG_DWORD /d 0 /f

reg add "HKEY_CURRENT_USER\Software\Microsoft\InputPersonalization\TrainedDataStore" /v HarvestContacts /t REG_DWORD /d 1 /f

Turn Off

To turn off the Custom Inking and Typing Dictionary in Windows 11 via the Registry Editor, execute a command that sets the dictionary value to ‘0’. This turns off the feature and clears any words your PC learned. Your typing and inking suggestions will no longer be personalized.
🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CPSS\Store\InkingAndTypingPersonalization" /v Value /t REG_DWORD /d 0 /f

reg add "HKEY_CURRENT_USER\Software\Microsoft\Personalization\Settings" /v AcceptedPrivacyPolicy /t REG_DWORD /d 0 /f

reg add "HKEY_CURRENT_USER\Software\Microsoft\InputPersonalization" /v RestrictImplicitInkCollection /t REG_DWORD /d 1 /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\InputPersonalization" /v RestrictImplicitTextCollection /t REG_DWORD /d 1 /f

reg add "HKEY_CURRENT_USER\Software\Microsoft\InputPersonalization\TrainedDataStore" /v HarvestContacts /t REG_DWORD /d 0 /f

Summary

  • The Custom Inking and Typing Dictionary helps Windows 11 give you better typing and handwriting suggestions by learning from your writing habits.
  • You can turn this feature on or off easily in the Settings or by using the Registry Editor.
  • Turning it off will delete all saved words, so your suggestions won’t be personalized.
  • It’s a good idea to check your privacy settings regularly to control what data Windows collects.

The Custom Inking and Typing Dictionary in Windows 11 helps give you better typing and handwriting suggestions by learning what you write. You can turn this feature on or off in Settings or by using the Registry Editor. Turning it off erases saved words, making suggestions less personal.

Speech, voice activation, inking, typing, and privacy – Microsoft Support

What is inking and typing in 🪟 Windows 11?

Windows 11’s inking and typing personalization creates a custom word list from the words you type or write, improving accuracy for both. This list links to your Microsoft account and works across Microsoft products.

Does 🪟 Windows 11 have a writing program?

Next, use the search bar to look for Notepad and open the application. Then, sign in with your Microsoft account within Notepad.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Check for Neural Processing Units in Windows 11
Windows How to Check for Neural Processing Units in Windows 11
How to Access Settings in Windows 11
Windows How to Access Settings in Windows 11
How to Change what Pen Shortcut Button Does in Windows 11
Windows How to Change what Pen Shortcut Button Does in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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