Folders Open in a New Window Every Time? Fix It (Windows 11/10)
If every folder you click on in File Explorer is popping open in its own new window instead of reusing the one you already have open, the fix is a single setting: File Explorer > Folder Options > General tab > "Open each folder in the same window." That's the whole fix for most people. But the toggle everyone shares isn't actually what fixes it for anyone who has been poking around in the registry — if you've recently changed registry values, installed a "tweak" app, or the checkbox refuses to stick after you apply it, the real cause is a corrupted list of File Explorer add-ons sitting in a completely different part of the registry, and the folder setting was never broken in the first place.
Jake called about this on a Tuesday, right after he'd promised a customer her laptop would be ready by lunch. She'd brought it in because every time she double-clicked a folder to grab her tax documents, a fresh File Explorer window opened on top of the last one — by the fifth folder she had five overlapping windows and no idea which one had what she needed. Jake thought it was a virus. It wasn't. It was one checkbox, buried three menus deep, that had gotten flipped — either by her, by a "PC cleaner" app, or by Windows itself during an update. He fixed it in ninety seconds once he knew where to look, and that ninety seconds is the difference between a customer who trusts your shop and one who doesn't.
Here's the part that trips people up: this setting has existed, worded almost exactly the same way, since Windows XP. Twenty-plus years and Microsoft has never renamed it, never moved its underlying function, and never removed it — only the menu you use to reach it has changed. That's rare. Most Windows settings get shuffled into Settings, renamed, or split into three sub-pages every couple of major releases. This one hasn't moved because it's tied to core File Explorer behavior that predates the "Settings app vs Control Panel" split entirely.
Why Windows Suddenly Starts Doing This
"How does one checkbox get flipped without me touching it?" Jake asked. Ethan's answer: it usually doesn't get flipped by magic — it gets flipped by something acting on your behalf. Three things commonly do it: a "system optimizer" or registry cleaner app that changes Explorer settings as part of a "speed boost," a Windows feature update that occasionally resets Explorer preferences to default, or — the one nobody suspects — a corrupted entry in the list of Explorer add-on modules, which can make the setting look unchanged in the dialog box while Explorer ignores it anyway.
🙋♂️ Jake's Reality Check
"I checked the box, hit Apply, closed the window — and it still opened a new window for the next folder. Is Windows just lying to me?"
Not lying — ignoring it. When the NavPane module entry is corrupted, File Explorer can accept your setting change and still not apply it, because the piece of Explorer responsible for reading that preference on folder-open isn't loading correctly. The registry key you need to delete isn't the setting itself; it's the broken add-on list that's preventing the setting from being read.
Ethan's blunt about this one: "The folder-options checkbox is the right first move for 90% of people, but it's not the fix — it's the test. If it doesn't hold after you apply it and reopen a folder, you're not dealing with a settings problem anymore, you're dealing with a corrupted Explorer module list, and no amount of re-checking that box will fix it." That distinction is the whole reason this problem has a reputation for being "impossible to fix" online — people keep re-doing step one instead of moving to step two.
Six Things That Can Cause It — And How to Fix Each One
Not everyone who lands on this page has the same cause. Work down this list in order — most people are done at method one or two.
Method 1: The Folder Options Checkbox
On Windows 10, open any folder, click File in the ribbon, then Change folder and search options. On Windows 11, the classic ribbon is gone — click the three-dot "..." icon (labeled "More" or "See more") near the top of the window and choose Options, or just search "File Explorer Options" from the Start menu, which works on both versions and skips the hunt entirely. In the dialog, stay on the General tab. Under "Browse folders," you'll see two radio buttons: "Open each folder in the same window" and "Open each folder in its own window." Select the first one, hit Apply, then OK. Close every open Explorer window and open a fresh one to confirm it held — don't test it in a window that was already open before you changed the setting, since that window won't reflect the new preference.
Method 2: Delete the Corrupted NavPane Key
If Method 1 didn't hold, open the Run box with Win + R — this is a small always-on-top box for typing the name of a program or file location directly, bypassing the Start menu search entirely, which is why it's the fastest way to reach tools that don't have a shortcut. Type regedit and press Enter; this opens the Registry Editor, a tree-structured settings database that most of Windows' own configuration ultimately lives in, whether or not there's a friendly menu for it. Navigate to:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Modules
Look for a subkey named NavPane. Right-click it and select Delete. This key stores a cached list of small add-on components Explorer loads for its navigation pane; when one entry in that list gets corrupted, Explorer can misbehave in ways that look unrelated to navigation at all, including ignoring your folder-window preference. Deleting the key doesn't remove any files or features — Windows rebuilds it automatically, cleanly, the next time Explorer needs it.
⚠️ What this actually breaks
The Registry Editor has no undo button and no confirmation beyond the one delete prompt. Deleting the NavPane key specifically is low-risk — it's just a cache — but you're in a tool where deleting the wrong parent key by mistake can affect unrelated settings. Stay inside the exact path above, delete only the NavPane subkey, and don't delete the "Explorer" or "Modules" key itself, only the item inside it.
Once it's deleted, close Registry Editor, then restart File Explorer itself rather than rebooting the whole PC: open Task Manager (Ctrl + Shift + Esc), find "Windows Explorer" in the list, right-click, and choose Restart. That reloads Explorer's settings from scratch without you losing any open apps.
Method 3: Reset Folder View Templates
A related but different annoyance sometimes gets mixed in with this one: folders forgetting their view (Details vs. Large icons) rather than opening in new windows. If your actual complaint is "my view settings won't save" rather than "new windows keep opening," that's a separate reset, found under File Explorer Options > View tab > Reset Folders. It won't touch the same-window setting either way, so don't run it expecting it to fix new-window behavior — it's listed here because the two problems get reported together often enough that it's worth ruling out which one you actually have.
Method 4: Check for a Group Policy Restriction
On a shop or office PC — Jake's case with the shared front-counter machine — the Folder Options dialog itself can be locked out entirely by a policy called "Removes the Folder Options menu item from the Tools menu" (registry value NoFolderOptions). If the option greys out, or the whole Options item is missing from the menu, that's the tell. On Windows 11 Pro or Enterprise, open gpedit.msc — the Local Group Policy Editor, a graphical front-end for enterprise-style Windows settings that isn't available on Home edition — and navigate to User Configuration > Administrative Templates > Windows Components > File Explorer, then set "Removes the Folder Options menu item from the Tools menu" to Not Configured or Disabled.
If you're on Windows 11 Home, gpedit.msc isn't installed, so you'll set the same thing directly in the registry instead: navigate to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer, find the DWORD value NoFolderOptions, and either set it to 0 or delete it entirely. If that key doesn't exist at all, this isn't your cause — move on.
Method 5: Rule Out Your Own Click Habit
This one embarrasses people, so Ethan says it plainly instead of dancing around it: holding Ctrl while double-clicking a folder, or clicking with the middle mouse button, deliberately forces a new window regardless of your saved setting — that's intentional Windows behavior, not a bug. If the new-window problem only happens sometimes rather than every single time, check whether a stray key is getting held down, especially on laptops where the Ctrl key sits close to other frequently-used keys.
Method 6: Confirm You're Not Actually Looking at Tabs
Since Windows 11's 22H2 update, File Explorer supports tabs — multiple folders inside one window, switched with Ctrl + T, similar to a web browser. Occasionally what someone reports as "every folder opens a new window" is actually the opposite complaint in disguise — they expected a new window and got a new tab instead, or vice versa, and assumed something was broken. If you're seeing tabs stacking up inside one window rather than separate windows on your taskbar, your Explorer is working exactly as designed; there's nothing to fix.
| Method | Works on Home? | Use it when |
|---|---|---|
| 1. Folder Options checkbox | Yes | Always try this first |
| 2. Delete NavPane key | Yes | Method 1 doesn't hold after Apply |
| 3. Reset folder view templates | Yes | Real issue is views, not windows |
| 4. Remove NoFolderOptions policy | Registry only, no gpedit | Options dialog is grayed out or missing |
| 5. Check Ctrl/middle-click habit | n/a | Problem is intermittent, not constant |
| 6. Confirm tabs vs. windows | n/a | You're on Windows 11 22H2 or newer |
✅ Why this is the one to use
Method 1, then Method 2 if needed, covers the overwhelming majority of cases and takes under two minutes combined. Ethan's take is that jumping straight to a registry cleaner tool or a full Windows reset — both commonly suggested in forums — is solving a ninety-second problem with a two-hour one. Try the built-in fix first; reach for anything more drastic only if you've genuinely ruled out all six causes above.
Windows 11 vs. Windows 10: What Actually Differs
The registry path, the underlying setting, and the fix are identical on both versions — this is one of the small number of File Explorer preferences that carried over completely unchanged. What differs is only how you reach the dialog box.
🕐 What changed since we first wrote this
- Then: In 2017's Windows 10, you reached this setting through File Explorer's ribbon — click File, then "Change folder and search options."
- Now: Windows 11 replaced the ribbon with a condensed toolbar. The same command sits under the "⋯" (More) icon, and Windows 11 also added tabbed browsing in File Explorer in the 22H2 update, which changes what "opening in a new window" even means in some cases.
- What that means for you: the fix hasn't changed, only the two or three clicks it takes to get to the dialog. If you're following an old screenshot that shows a "File" menu with a ribbon, you're looking at the Windows 10 version of this screen — search "Folder Options" from the Start menu instead and it'll take you straight there on either OS.
Right-click menus are the other trap. On Windows 11, the right-click context menu you see by default is a condensed version — the full classic menu, including some legacy folder-related items, is one extra click away under "Show more options" (or the shortcut Shift + F10). It doesn't affect this particular fix, but it's the single most common reason people email us saying "the option you described isn't there" — it usually is, just one submenu deeper than it used to be.
Network Drives, Remote Desktop, and Other Edge Cases
The setting is stored per Windows user account, not per drive or folder, so it applies the same way whether you're browsing your local C: drive, a mapped network drive at the shop, or a shared folder on another PC. If new windows only happen on the network drive specifically, that's usually not this setting at all — it's more often a slow or intermittent network connection causing Explorer to spawn a fresh window while waiting on the first one to respond, which can look identical to the bug this article covers but has a completely different cause and fix (checking the network path and drive mapping, not Folder Options).
On a Remote Desktop session, the setting lives on whichever machine you're actually browsing folders on — the remote PC, not the one you're sitting at. If you fix it locally on your laptop and then remote into a shop server, you'll need to apply the fix again inside that remote session, since it's a separate Windows profile with its own registry.
Multi-monitor setups don't affect this setting directly, but they do make the symptom more disruptive — five new windows spread across two monitors are much harder to track down than five stacked on one screen, which is often why this particular annoyance gets reported as "broken Windows" rather than "one checkbox," even though the underlying cause is the same either way.
The Problem You'll Hit Next: Views Not Sticking
Once your folders stop popping open in new windows, the next thing people notice — usually within a day — is that their preferred view (say, Details with file extensions showing) doesn't carry over between folders, or resets after a reboot. That's a genuinely separate Windows quirk, caused by Explorer applying view settings per-folder-type rather than globally by default. The fix for that one is the "Apply to Folders" button on the View tab of Folder Options, which copies your current folder's view settings to every folder of the same type (all picture folders, all general folders, and so on). It's worth doing right after you've fixed the new-window issue, since you're already in the same dialog box.
Third-Party File Managers: Worth It or Not?
If you'd genuinely rather have tabs and multiple panes than fight with the same-window setting at all, tools like QTTabBar (free, adds tabbed browsing to the native File Explorer without replacing it) or a full alternative file manager along the lines of Directory Opus (paid) exist specifically for this. Ethan's honest opinion: "For 95% of people asking this question, they don't actually want a different file manager — they want their five overlapping windows to stop, and that's the built-in setting, free, no install." Third-party tools make sense if you manage a genuinely large number of folders daily and want browser-style tabs as a permanent workflow — not as a fix for a single misbehaving checkbox. Installing extra software to solve a registry problem also means one more thing that can conflict with a future Windows update, which is a real, if small, cost.
Setting It Once, Everywhere: A Script for Multiple PCs
If you're setting up several PCs the way Jake sometimes does for a small office, clicking through Folder Options on each one is slower than it needs to be. The same-window preference is stored as a registry value, so it can be set directly. Save the following as a text file named same-window.reg (the .reg extension tells Windows to import it into the registry when double-clicked, rather than opening it as plain text):
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "LaunchTo"=dword:00000001 [-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Modules]
Double-click the file, accept the User Account Control and registry-import prompts, then restart File Explorer through Task Manager as described in Method 2 above. The second block, with the leading hyphen, is what deletes the Modules key entirely so Windows rebuilds it clean — the same effect as Method 2's manual delete, just scriptable across machines. Keep a copy of this file in your shop's setup folder and it becomes a thirty-second step on every new PC instead of a five-minute registry hunt.
Before You Edit the Registry on a Shared or Shop PC
One thing worth naming plainly: any registry change you make applies to whichever Windows user account is currently signed in, because the path starts at HKEY_CURRENT_USER. On a shared front-counter PC with multiple accounts, fixing this for one login won't fix it for the others — each account needs the fix applied while signed in as that user, or you set it through Group Policy for all users at once if you're on Pro or Enterprise edition. If you don't know which accounts exist on a customer's PC before you start editing things, that's worth checking first — you're not getting a complete fix otherwise.
Frequently Asked Questions
Why did File Explorer suddenly start opening a new window for every folder?
Usually one of three things: a system "optimizer" or cleaner app changed the setting on your behalf, a Windows update reset Explorer preferences to default, or a corrupted entry in the Explorer Modules registry key is preventing your saved preference from being read at all, even though the checkbox itself still shows the right choice.
Does turning off "Open each folder in its own window" fix it permanently?
For most people, yes — it's a saved preference, not a one-time action, so it stays set through reboots and normal use. It only reverts if something external changes it again, such as a cleaner app, a Windows reset, or a policy applied by an administrator on a work PC.
Why does the setting revert every time I restart my PC?
That specific pattern — reverting on every restart rather than staying broken constantly — points strongly at the corrupted NavPane registry key described in Method 2, since a broken module list can cause Explorer to fail to correctly load your saved preference each time it starts fresh. Delete the key and restart Explorer to confirm.
I don't have "Change folder and search options" in Windows 11 — where did it go?
It's still there, just relocated. Click the three-dot "More" icon near the top of any File Explorer window and choose Options, or search "Folder Options" directly from the Start menu — both open the identical General/View/Search tab dialog that existed on Windows 10, unchanged.
Is deleting the NavPane registry key safe?
Yes — it's a cache of add-on components for Explorer's navigation pane, and Windows rebuilds it automatically and cleanly the next time it's needed. It doesn't remove files, programs, or personal data. As with any registry edit, delete only the exact subkey named, not its parent.
Will this also fix File Explorer opening multiple windows when I open Quick Access?
Yes, if the cause is the same setting or the same corrupted registry key — Quick Access is still File Explorer under the hood, so it obeys the same same-window preference as any other folder view.
Why does Ctrl+clicking a folder open a new window even after I fix the setting?
That's expected, not a bug — holding Ctrl (or clicking with a middle mouse button) while opening a folder deliberately overrides your saved preference and forces a new window, on both Windows 10 and 11. If this is happening without you meaning to hold Ctrl, check for a stuck key or a habit of resting a finger near it.
Does Windows 11's tab feature replace the need for this setting?
No — tabs are a separate feature for opening multiple folders inside one window, added in the 22H2 update. The same-window setting still governs what happens when you double-click a folder from within a single tab; tabs don't fix new-window behavior on their own.
Can Group Policy block me from changing this setting?
Yes, on a managed or shared PC. If the Folder Options item is missing from the menu or grayed out, check for the "Removes the Folder Options menu item from the Tools menu" policy, or the equivalent NoFolderOptions registry value, described in Method 4.
Does this happen on network drives and Remote Desktop sessions too?
The setting itself is stored per user account and applies the same way regardless of which drive you're browsing. New windows that only appear on network drives specifically are more often caused by a slow or unstable network connection than by this setting. On Remote Desktop, you need to apply the fix inside the remote session, since it's a separate Windows profile.
Will resetting folder views also fix the new-window problem?
No, they're unrelated settings. Resetting folder view templates fixes folders that won't remember their display style (icons vs. details); it has no effect on whether folders open in the same window or a new one.
Is there a way to force this setting for every user on a shared PC?
On Windows 11 Pro or Enterprise, yes, through Group Policy applied to the computer rather than a single user account. On Home edition, you'd need to sign in as each account and apply the registry fix separately, since Home doesn't include the Group Policy Editor.
Does upgrading from Windows 10 to Windows 11 reset this setting?
It can, though it's not guaranteed to happen on every upgrade. Because it's a straightforward user preference rather than a system-critical value, it's one of the settings that occasionally reverts to default during a feature update or in-place upgrade — worth a quick check after any major Windows update, not just after a fresh install.
What if none of these fixes work?
If you've worked through all six methods above and the problem persists, the honest next step is a repair install of Windows using the Media Creation Tool, keeping your files and apps — that resets core system files and Explorer components without wiping your data. If you don't know how to create the install media or aren't comfortable running a repair install yourself, that's the point where getting a shop to look at it in person is genuinely the faster, safer option — some things aren't worth guessing at on a machine with your only copy of important files.
Revision note. Originally published April 26, 2017. Rewritten August 20, 2026 for Windows 11 and Windows 10. The fix itself hasn't changed in nine years — Microsoft never touched the underlying setting — but the ribbon menu we described back in 2017 is gone on Windows 11, replaced by the "..." More icon, and we've added the registry cause that the original post only partly explained. If you're the person who's just spent twenty minutes clicking the same checkbox over and over with no luck, the registry step above is for you — you're not doing anything wrong, the setting is.