Skip to content
Follow
Windows 🟡 Intermediate

How to Enable or Disable Use of Diacritics in Search Index in Windows 11

Richard
Written by
Richard
Aug 4, 2026 3 min read
How to Enable or Disable Use of Diacritics in Search Index in Windows 11
How to Enable or Disable Use of Diacritics in Search Index in Windows 11

The diacritics in Windows 11 search index setting lets you decide if Windows treats words with accent marks, like in “résumé,” as different from their unmarked versions. This setting directly impacts how precise your file searches are and how fast these searches run.

Diacritics are special marks added to letters, like the accent in "café." Windows builds a searchable index of your files to make finding them quicker. This index can treat words with and without diacritics as the same or different, affecting search results.

When Windows treats words with diacritics separately, searches are more exact but may take longer. If it treats them the same, searches are faster but might show extra results you don’t need.

⚡ Quick Answer

Open Settings Privacy & security Search Advanced indexing options Advanced, then check or uncheck “Treat similar words with diacritics as different words.” This controls whether Windows 11 distinguishes words that only differ by accent marks in search results.

Option 1Use Windows Settings

You can change whether Windows 11 search treats words with and without diacritics as different by using the Windows Settings menu. This is the simplest method for most users to adjust how search works on their computer.

  1. Open Settings. You can do this by pressing the ⊞ Win+I on your keyboard.
    Windows 11 Start menu with Settings gear icon highlighted.
    Windows 11 Start menu with Settings gear icon highlighted.
  2. On the left side, click Privacy & security. Then, on the right side, click Search.
    Windows 11 Search bar with the 'Search' tile highlighted.
    Windows 11 Search bar with the 'Search' tile highlighted.
  3. Look for a section called Related settings and click on Advanced indexing options.
    Windows 11 advanced indexing options for file types.
    Windows 11 advanced indexing options for file types.
  4. In the window that appears, click the Advanced button.
    Clicking the Advanced button in Windows 11 indexing options.
    Clicking the Advanced button in Windows 11 indexing options.
  5. In the Index Settings tab, find the option that says Treat similar words with diacritics as different words.
  6. Check the box to turn it ON (treat them as different). Leave it unchecked to turn it OFF (treat them as the same).
  7. You might see a message saying a policy is already in effect. If so, just click OK. If not, click OK to save your choice.
  8. Click OK again to close the Indexing Options window.
  9. The search index will now update. Click Close.
  10. You can now close the Settings window.

Option 2Use Local Group Policy Editor (For Pro, Enterprise, Education Editions)

If you have Windows 11 Pro, Enterprise, or Education, you can use the Local Group Policy Editor to control diacritic use in search. This tool lets you set specific rules for how your computer’s search function handles characters with accents.

  1. Open the Local Group Policy Editor. You can do this by typing gpedit.msc in the Windows search bar and pressing Enter.
  2. In the left-hand menu, go to: Computer Configuration > Administrative Templates > Windows Components > Search.
  3. In the right-hand side, find and double-click on the policy called Allow use of diacritics.
  4. To always use diacritics (treat them as different words):
    • Select the Enabled option.
    • Click OK.
  5. To disable diacritics (treat them as the same word):
    • Select the Disabled option.
    • Click OK.
  6. To let Windows Settings control this (default):
    • Select the Not Configured option.
    • Click OK.
  7. You can now close the Local Group Policy Editor.

Option 3Use Registry Editor

For advanced users, the Registry Editor offers a way to manage diacritic settings in Windows 11 search by directly changing system files. You can tell Windows to always use diacritics, treating words with and without them as unique, by adjusting specific values in the registry.

To always use diacritics (treat them as different words):

⚠️Warning
You need to create or modify a registry value. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search. If these keys don't exist, you may need to create them.
⚠️Warning
Create a new DWORD (32-bit) Value named AllowUsingDiacritics. Set its value data to 1.

To disable diacritics (treat them as the same word):

Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search.

Create or modify the DWORD (32-bit) Value named AllowUsingDiacritics. Set its value data to 0.

To let Windows Settings control this (default):

Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search.

Delete the AllowUsingDiacritics value if it exists.

Summary

You can control how Windows 11 handles words with accent marks (diacritics) in searches using Windows Settings, the Local Group Policy Editor (for specific Windows versions), or by editing the Registry. Changing this setting can affect search accuracy and speed.

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 Reset Group Policy Windows 11 to Default
Windows How to Reset Group Policy Windows 11 to Default
How to Add or Remove File Types for Search Index in Windows 11
Windows How to Add or Remove File Types for Search Index in Windows 11
How to Enable or Disable Search Indexer Backoff in Windows 11
Windows How to Enable or Disable Search Indexer Backoff in Windows 11
How to Change Windows 11 Search Index Location
Windows How to Change Windows 11 Search Index Location

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

Leave a Comment

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