Skip to Content

How to Disable Automatic Folder Type Discovery in Windows 11

Learn why Automatic Folder Type Discovery slows down File Explorer, how to safely turn it off via the Registry, and how to re‑enable it if needed.
28 January 2026 by
TechStora Editorial Board

What Is Automatic Folder Type Discovery?

Automatic Folder Type Discovery is a legacy Windows feature that tries to guess the best view template for a folder based on its contents. It works well for small media folders but can become a performance bottleneck for large or mixed‑type directories.

Why You Might Want to Turn It Off

When Explorer scans every folder you open, it can:

  • Slow down navigation, especially on folders with thousands of items.
  • Forget its previous decision, causing repeated scans.
  • Force the view to change unexpectedly, breaking consistency.

Disabling the feature restores a predictable default view and reduces background scanning.

Step‑by‑Step: Disabling the Feature

Proceed with caution—editing the registry can affect system stability. Always back up first.

  • Press Windows+R, type regedit, and press Enter to open the Registry Editor.
  • From the menu, choose File → Export. In the Export window, select All and save the backup (typically 350‑500 MB).
  • Navigate to:
    HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell
  • If the FolderType string value does not exist, create it (right‑click → New → String Value) and name it FolderType.
  • Double‑click the new value, set its data to NotSpecified (capital N, exactly as shown), and click OK.
  • Restart Explorer to apply the change: open Task Manager, locate Windows Explorer, right‑click and choose Restart. Alternatively, reboot the PC.

After the restart, Automatic Folder Type Discovery is disabled and folders will open with the default view.

How to Re‑Enable the Feature

If you later decide you need the automatic view switching:

  • Return to the same registry path.
  • Delete the FolderType value you created.
  • Restart Explorer or reboot the system.

The service will be active again.

Safety Tips & Common Pitfalls

  • Always export a full registry backup before making changes.
  • Double‑check the spelling of NotSpecified; any typo will prevent the fix from working.
  • Do not modify other keys in the Shell branch unless you understand their purpose.

Final Thoughts

Disabling Automatic Folder Type Discovery won’t turn File Explorer into a speed demon, but it eliminates unnecessary background scans, gives you consistent folder views, and can noticeably speed up navigation on large directories. For most Windows 11 users who notice Explorer lag, this small tweak is a safe and effective optimization.