This tutorial will show you how to enable or disable allowing words that contain diacritic characters to be treated as separate words in the search index in Windows 10 and Windows 11.
Search Indexing in Windows improves the speed and efficiency of searches by creating an index of files and their properties on your device. This index allows Windows to quickly locate and retrieve the information you need.
Indexing is the process of looking at files, email messages, and other content on your PC and cataloging their information, such as the words and metadata in them. When you search your PC after indexing, it looks at an index of terms to find results faster.
Diacritics are marks added to a letter or phoneme to indicate a special phonetic value. Diacritics can distinguish words that are otherwise graphically identical—for example, "resume" and "résumé" in English. However, saving diacritics to the index increases the number of unique word keys in the index, which has a negative affect on query performance. If diacritics are used only minimally in a language, the word breaker for that language should remove them during both index creation and querying. For example, the English word breaker generates "resume" when processing "résumé," causing only minimal impact on the relevance of the query results.
If you enable the use of diacritics in the search index, words that only differ in diacritics are treated as different words.
If you disable the use of diacritics in the search index, words with diacritics and words without diacritics are treated as identical words.
References:
Search indexing in Windows | Microsoft Support
Learn more about how indexing affects searches in Windows.
Diacritics
learn.microsoft.com
You must be signed in as an administrator to enable or disable the use of diacritics in the search index.
Contents
- Option One: Turn On or Off Use of Diacritics in Search Index in Settings
- Option Two: Enable or Disable Use of Diacritics in Search Index in Local Group Policy Editor
- Option Three: Enable or Disable Use of Diacritics in Search Index using REG file
1 Open Settings (Win+I).
2 Click/tap on Privacy & security on the left side, and click/tap on Search on the right side. (see screenshot below)
3 Under Related settings, click/tap on Advanced indexing options. (see screenshot below)
4 Click/tap on the Advanced button in Indexing Options. (see screenshot below)
5 In the Index Settings tab under File Settings, check (on) or uncheck (off - default) Treat similar words with diacritics as different words for what you want. (see screenshot below)
6 Perform an action based on the prompt you get: (see screenshots below)
- If you get a Policy is in effect message, then this setting has been enabled or disabled using Option Two or Option Three. Click/tap on OK.
- If you turned on or off Treat similar words with diacritics as different words, click/tap on OK to confirm.
7 Click/tap on OK. (see screenshot below)
8 The search index will now rebuild. Click/tap on Close. (see screenshot below)
9 You can close Settings.
The Local Group Policy Editor is only available in the Windows 10/11 Pro, Enterprise, and Education editions.
All editions can use Option Three to configure the same policy.
1 Open the Local Group Policy Editor (gpedit.msc).
2 Navigate to the policy location below in the left pane of the Local Group Policy Editor. (see screenshot below step 3)
Computer Configuration > Administrative Templates > Windows Components > Search
3 In the right pane of Search in the Local Group Policy Editor, double click/tap on the Allow use of diacritics policy to edit it. (see screenshot below)
4 Do step 5 (always enable), step 6 (disable), or step 7 (default) below for what you want.
5 Always Enable Use of Diacritics in Search Index
This will override and prevent using Option One.
A) Select (dot) Enabled. (see screenshot below)
B) Click/tap on OK, and go to step 8 below.
6 Disable Use of Diacritics in Search Index
This will override and prevent using Option One.
A) Select (dot) Disabled. (see screenshot below)
B) Click/tap on OK, and go to step 8 below.
7 Default User-choice Use of Diacritics in Search Index
This is the default setting to allow using Option One.
A) Select (dot) Not Configured. (see screenshot below)
B) Click/tap on OK, and go to step 8 below.
8 You can now close the Local Group Policy Editor if you like.
1 Do step 2 (always enable), step 3 (disable), or step 4 (default) below for what you want.
2 Always Enable Use of Diacritics in Search Index
This will override and prevent using Option One.
A) Click/tap on the Download button below to download the file below, and go to step 5 below.
Always_Enable_treat_similar_words_with_diacritics_as_different_words.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]
"AllowUsingDiacritics"=dword:00000001
3 Disable Use of Diacritics in Search Index
This will override and prevent using Option One.
A) Click/tap on the Download button below to download the file below, and go to step 5 below.
Disable_treat_similar_words_with_diacritics_as_different_words.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]
"AllowUsingDiacritics"=dword:00000000
4 Default User-choice Use of Diacritics in Search Index
This is the default setting to allow using Option One.
A) Click/tap on the Download button below to download the file below, and go to step 5 below.
Default_user-choice_treat_similar_words_with_diacritics_as_different_words.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]
"AllowUsingDiacritics"=-
5 Save the .reg file to your desktop.
6 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.
7 Double click/tap on the downloaded .reg file to merge it.
8 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.
9 Rebuild the index to apply.
10 You can now delete the downloaded .reg file if you like.
That's it,
Shawn Brink
Related Tutorials
- Enable or Disable Search Indexing in Windows 11
- Enable or Disable Advanced Options in Indexing Options in Windows 11
- Turn On or Off Enhanced Mode for Search Indexer in Windows 11
- Change Search Index Storage Location in Windows 11
- Add or Remove Search Index Locations in Windows 11
- Add or Remove File Types for Search Index in Windows 11
- Enable or Disable Indexing File Contents on Specific Drive in Windows 11
- Enable or Disable Indexing File Contents by File Type in Windows 11
- Enable or Disable Include Encrypted Files in Search Index in Windows 11
Attachments
Last edited:











