Windows

How to Enable Separate Process for Windows 11 File Explorer

Richard
Written by
Richard
Dec 10, 2024 Updated Apr 3, 2026 4 min read
How to Enable Separate Process for Windows 11 File Explorer

This article explains how to enable or disable the File Explorer feature that launches folder windows in a separate process in Windows 11.

Windows File Explorer is a file manager application that comes with the Microsoft Windows operating system. A graphical user interface lets you view, copy, move, delete, and rename files and folders and organize them hierarchically.

In Windows, each process gets a unique ID called the process ID (PID). This helps identify the process. It is useful for debugging purposes.

By default, all File Explorer windows, including the desktop shell, run within a single explorer.exe process. If one of these File Explorer windows stops responding or crashes, it will cause all other File Explorer windows running in the same process to hang or crash. The process will need to restart.

To keep all File Explorer windows from running under the same process ID, you can enable a feature. This feature launches folder windows in separate processes in Windows 11.

Launch a File Explorer folder with a separate process

As mentioned, users can enable a feature in File Explorer. This launches each window with a separate process. One window can’t bring down other processes running unique windows.

Here’s how to do it.

  1. Open the File Explorer Folder Options.
  2. Click on the View tab.
  3. Check the box next to “Launch folder windows in a separate process” to enable it. To disable it, uncheck the box.
File Explorer folder launch in seperate windows

  1. Click OK to save your changes and exit.

Launch File Explorer window in a separate process using Windows Registry Editor

Another way to enable or disable launching File Explorer windows in a separate process is to use the Windows Registry Editor.

Remember to back up your registry before making any changes. Or create a System Restore point as a precaution.

  1. Open the Windows Registry and navigate to the folder key path below.

    Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced


  2. Right-click Advanced > New > DWORD (32-bit) Value and name the new DWORD SeparateProcess.
  3. ⚠️ ADMIN PRIVILEGES REQUIRED — Double-click SeparateProcess and change the value to 1 to enable launching windows in a separate process in File Explorer.
  4. Enter 0 to disable the feature.
File Explorer folder launch in seperate windows registry

You may have to reboot your computer to apply the changes.

That should do it!

Summary

Why enable separate processes? Launching folder windows in separate processes prevents one unresponsive window from crashing all your other File Explorer windows.

What happens when done? Each File Explorer window runs on its own. If one window stops responding, the others keep working normally.

Key points to remember:

  • Process Isolation: Launching folder windows in separate processes prevents one unresponsive window from crashing others.
  • Easy Configuration: You can easily change this setting through the File Explorer Folder Options or the Windows Registry Editor.
  • Backup Precaution: Always back up your registry or create a System Restore point before making changes to the registry.
  • Enhanced Stability: This feature can improve stability and responsiveness when navigating files and folders.
  • Reboot Required: Changes may require a reboot, ensuring the settings are applied correctly.

Frequently Asked Questions

How do I enable separate process for File Explorer in Windows 11?

To enable separate processes for File Explorer, open File Explorer, go to Folder Options, click on the View tab, and check the box next to 'Launch folder windows in a separate process'. Click OK to save your changes.

What is the benefit of launching File Explorer windows in separate processes?

Launching File Explorer windows in separate processes prevents one unresponsive window from crashing all other open windows. This enhances stability and improves your overall file management experience.

Can I use the Windows Registry Editor to enable separate processes for File Explorer?

Yes, you can use the Windows Registry Editor to enable this feature. Navigate to ComputerHKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced, create a new DWORD named SeparateProcess, and set its value to 1.

What should I do before making changes in the Windows Registry?

Before making any changes in the Windows Registry, it's crucial to back up your registry or create a System Restore point. This precaution helps you recover your system in case something goes wrong.

Do I need to restart my computer after enabling separate processes for File Explorer?

Yes, you may need to restart your computer for the changes to take effect after enabling separate processes for File Explorer. This ensures that the new settings are properly applied.

Was this guide helpful?

Tags: #Windows 11
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.

2469 articles → Twitter

📚 Related Tutorials

How to Enable Compact View in Windows 11 File Explorer
Windows How to Enable Compact View in Windows 11 File Explorer
How to Access File Explorer Options in Windows 11
Windows How to Access File Explorer Options in Windows 11
How to Rename Files and Folders in Windows 11
Windows How to Rename Files and Folders in Windows 11
How to Rename Folders in Windows 11
Windows How to Rename Folders in Windows 11

Leave a Reply

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