Windows 11 hides certain files and folders by default to keep your system tidy and protect sensitive system data. Sometimes, though, you need to find a hidden folder to recover a document, fix a configuration file, or dig into app data that is not visible in the usual places. Showing hidden items is a quick change in File Explorer, and it takes only a few clicks to make every hidden file and folder appear again.
This guide walks you through the most reliable ways to reveal hidden files and folders on Windows 11, including the classic File Explorer Options dialog and a couple of advanced options for power users. Follow the steps in order, and you will be able to see and manage files that were previously invisible.
Before You Start
You will need a Windows 11 PC signed in with an account that has administrator rights for the advanced methods. The standard File Explorer methods work for any account type, but the registry and command-line options require elevated permissions. Close other windows so you can focus on File Explorer, and keep this guide open so you can follow each step without interruption.
Step 1: Open File Explorer
Press the Windows key + E to launch File Explorer, or click the folder icon on your taskbar. This opens the File Explorer window where you will make your changes. If the window does not appear, press the Windows key and type File Explorer, then press Enter. Starting here ensures you are working in the right place before you touch any settings.
Step 2: Click the View menu at the top of the window
Look at the ribbon along the top of the File Explorer window and click the View button. This opens a dropdown menu with several grouping options, including Arrange by, Show, and Sort by. The View button sits near the right side of the ribbon, next to the Search box. If you do not see a ribbon at all, press the F10 key once to reveal the menu bar, then look for View.
Step 3: Point to Show, then check Hidden items
Move your pointer over the Show option in the View dropdown, then click the checkbox next to Hidden items. A checkmark appearing next to Hidden items means the setting is now turned on. You should immediately notice that some files and folders in the current window look slightly faded or dimmed. Those dimmed items are the hidden files and folders that Windows was previously keeping out of sight.

That single checkbox is the fastest way to reveal hidden content, and it applies to every folder you visit from now on. The change is saved automatically, so you do not need to click Apply or OK anywhere.
Step 4: Confirm the hidden files appear
Navigate to a folder you suspect contains hidden content, such as C:\Users\YourName\AppData, to verify the change worked. Hidden files and folders will show up as faint, semi-transparent icons alongside your regular files. If nothing looks different, scroll through the window and confirm the checkmark is still next to Hidden items in the View menu. This method works the same way on Windows 11 Home, Pro, and Enterprise editions.
Pro Tip: If you want hidden items to stay visible permanently without hunting for the checkbox, you can also set this option in the classic Options dialog described in the next method. That route gives you extra control over system-protected files as well.
Step 5: Open the Options dialog box
Click the three-dot More options menu on the View ribbon, then choose Options. This opens the Folder Options window, which contains a longer list of display settings than the quick View menu. You can also reach this dialog by pressing Alt to reveal the menu bar, then clicking View > Options. Choose whichever route feels more comfortable; both lead to the same place.
Step 6: Switch to the View tab in the dialog
Click the View tab across the top of the Folder Options window. This tab holds a long scrollable list of advanced display settings, including how hidden files and system files should appear. Scroll down until you find the Hidden files and folders section near the middle of the list. This is where Windows lets you choose exactly how much hidden content you want to see.
Step 7: Select Show hidden files, folders, and drives
Click the radio button next to Show hidden files, folders, and drives. This option reveals all hidden items in the same faded style you saw earlier. For extra caution, leave the box unchecked for Hide protected operating system files (recommended) so Windows keeps critical system files hidden and prevents accidental deletion. Checking that second box would expose system files and could let you delete something your PC needs to run properly.
Step 8: Apply the change and close the dialog
Click Apply, then click OK to save your settings. The Folder Options window will close, and any hidden files you enabled will now appear in File Explorer. If the dialog seems to ignore your clicks, make sure you selected the radio button fully before pressing Apply. Your choice is now the default for all future File Explorer windows.
Step 9: Open the Registry Editor for the advanced method
Press the Windows key, type regedit, and press Enter to launch the Registry Editor. Windows will ask whether you want to allow this app to make changes to your device, so click Yes to continue. This step requires administrator rights, and editing the registry can cause problems if you change the wrong value, so proceed carefully and only follow the exact path below.
Step 10: Navigate to the correct registry key
In the left pane, paste or browse to this path: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced. This key stores the same display preferences that the File Explorer menus change behind the scenes. Look for a value named Hidden on the right side of the window, which controls whether hidden files appear.
Step 11: Set the Hidden value to 1
Double-click the Hidden value, change the Value data to 1, and click OK. A value of 1 means hidden files are shown, while 2 means they stay hidden. Leave the Value base as Hexadecimal unless you prefer decimal. This registry tweak is useful when the graphical menus will not stick, such as on locked-down enterprise machines.
Step 12: Close the Registry Editor and verify
Close regedit and reopen File Explorer to see your changes take effect. Hidden files should now appear throughout your folders. If nothing changed, sign out and sign back in, or restart your PC so Windows reloads the explorer settings. You can always set the Hidden value back to 2 to hide the files again.
Step 13: Open an elevated Command Prompt
Press the Windows key, type cmd, right-click Command Prompt, and choose Run as administrator. Running it with elevated rights ensures the registry command has permission to write the change. If the User Account Control prompt appears, click Yes to allow the tool to make changes to your device.
Step 14: Run the registry command
Type the following command and press Enter: reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /name Hidden /type REG_DWORD /data 1 /f. The /f flag forces the change to be written without asking for confirmation. You should see a message confirming that the registry value was added or modified successfully.
Step 15: Confirm the result in File Explorer
Close the Command Prompt and open File Explorer to verify hidden files are visible. If the files still do not show up, restart File Explorer through Task Manager or reboot your PC to reload the settings. This command-line route is handy for scripting the change across many computers in a business environment.
Troubleshooting
Hidden items are still not showing after you enabled them. Close and reopen File Explorer, or restart the explorer.exe process through Task Manager. Sometimes Windows needs a moment to refresh the view, and a quick restart of File Explorer clears the stale display. If you edited the registry, double-check that the Hidden value is set to 1 and not 0 or 2.
You cannot find the View menu or the ribbon is missing. Press F10 to reveal the classic menu bar, or click the three-dot More options menu on the ribbon to access the View and Options commands. Some third-party themes or accessibility settings can hide the ribbon, so try switching back to the default Windows 11 appearance if the buttons stay invisible.
The Options dialog will not save your change. Make sure you clicked the radio button for Show hidden files, folders, and drives all the way in, then click Apply before clicking OK. If the window keeps reverting your selection, a corrupt Explorer setting may be involved, and resetting the folder views through the Options dialog’s Reset Folders button can restore normal behavior.
Final Tips
- Hidden files appear faded on purpose so you can tell them apart from regular files at a glance.
- Leave the Hide protected operating system files option enabled unless you have a specific reason to expose system files.
- The View menu checkbox and the Options dialog set the same underlying preference, so use whichever method you find most convenient.
- On enterprise-managed PCs, your administrator may have locked these settings, in which case the registry or command-line methods are your only options.
Quick Tip: Once you have shown hidden files, press Alt + D to jump straight to the address bar, or press Ctrl + F to search within the current folder for a specific hidden file by name.
Revealing hidden files and folders takes only a few clicks, and these methods work across every edition of Windows 11. Pick the approach that matches your comfort level, and you will never lose track of important files again.
Over to you: Which method did you use to reveal hidden files, and did the View menu or the Options dialog work better for you?



