How to find a hidden file in Windows

Here's how to display hidden files and folders.

Windows 10 

  1. In the search box on the taskbar, type folder, and then select Show hidden files and folders from the search results.

  2. Under Advanced settings, select Show hidden files, folders, and drives, and then select OK.

Windows 8.1 

  1. Swipe in from the right edge of the screen, then select Search (or if you're using a mouse, point to the upper-right corner of the screen, move the mouse pointer down, and then select Search).

  2. Type folder in the search box, then select Folder Options from the search results.

  3. Select the View tab.

  4. Under Advanced settings, select Show hidden files, folders, and drives, and then select OK.

Windows 7 

  1. Select the Start button, then select Control Panel > Appearance and Personalization.

  2. Select Folder Options, then select the View tab.

  3. Under Advanced settings, select Show hidden files, folders, and drives, and then select OK.

Need more help?

When you open a folder in Windows File Explorer, you expect to see the full contents — all the files, all the sub-folders. That isn’t necessarily true, however. If the folder you’re looking in contains hidden files or folders, Windows won’t show them unless you’ve enabled hidden file view in File Explorer. 

If you want to know how to find hidden folders on Windows 10 and any hidden files contained within, you’ll need to use some of the methods we’ve listed below. This includes using secret search tools in File Explorer and Windows PowerShell to locate them, as well as using third-party alternatives like FreeCommander.

How to find a hidden file in Windows

How to Find Find Hidden Files and Folders on Windows 10 Using File Explorer

If you’re trying to hunt down a missing file or folder, the best way to do it is to use File Explorer’s search tool. Using advanced search parameters, you can locate any folders or files that have been hidden by view (either automatically or manually) using an open File Explorer window.

  1. To do this, open a new File Explorer window using your taskbar (if the File Explorer icon is pinned) or via the Start menu. You can also right-click the Start menu and select File Explorer to open a new window instead.

How to find a hidden file in Windows

  1. In the new File Explorer window, open the folder (or drive) that you’re looking to search. Using the search bar in the top right, type attributes:H and select the enter key to begin the search. This searches for all files and folders within that folder that have the hidden file attribute applied to them in the Properties menu. 

How to find a hidden file in Windows

  1. If you want to customize the search further, you can add a file or folder name (or partial name) to the search. To do this, type the file or folder name before or after the attributes:H parameter in the search bar (eg. file attributes:H). If you want to search for partial match, you can use a wildcard (eg. fil* attributes:H) to do so.

How to find a hidden file in Windows

  1. Once you’ve located a file or folder, you can trace it back to its saved location by right-clicking the file or folder and selecting Open file location from the pop-up menu.

How to find a hidden file in Windows

Searching for Hidden Files and Folders Using Windows Powershell

While the File Explorer method above offers the easiest way to find hidden files and folders on Windows 10, it isn’t necessarily the quickest. If you want to quickly search through your PC for any files you’ve missed, a good alternative is to use the Windows PowerShell to do so.

You can also use the newer Windows Terminal, but PowerShell remains the default option for Windows 10 users. The commands below are PowerShell specific and won’t work with the older Command Line.

To start, open a new PowerShell window by right-clicking the Start menu and selecting Windows PowerShell (Admin).

How to find a hidden file in Windows

In the new PowerShell window, move to the folder or drive you wish to search. For instance, typing cd C:\ will move you to the root (first) folder on the main system drive, allowing you to search the entire drive. 

Typing cd C:\Program Files means that the search you perform will only work through any files and sub-folders contained in the Program Files folder. Once you’ve moved folders, type ls -Force to view a list of files and folders contained within (including any hidden files or folders).

How to find a hidden file in Windows

Once you’ve moved into the folder to begin your search, type the following command into the PowerShell window and press the Enter key to run it: Get-ChildItem -Filter *.* -Recurse -Force -ErrorAction SilentlyContinue | where { $_.Attributes -match “Hidden”}

This will search for all hidden files and sub-folders in your current folder position and list them in the PowerShell window.

How to find a hidden file in Windows

If you’d prefer to list a folder directory to begin the search, add -Path location to your command after Get-ChildItem, replacing location with a suitable file path. 

For instance, Get-ChildItem -Path C:\Folder -Filter *.* -Recurse -Force -ErrorAction SilentlyContinue | where { $_.Attributes -match “Hidden”} will search for all hidden files and subfolders in the C:\Folder directory. If the file path contains spaces or other special characters, you’ll need to contain them within quotation marks (eg. Get-ChildItem -Path “C:\New Folder” etc).

How to find a hidden file in Windows

If PowerShell locates a large number of hidden files and folders, the PowerShell terminal output will scroll through the entries rapidly, making it difficult to analyze. To make this easier, you can save the output of the Get-ChildItem command to a text file, allowing you to search through and review at your leisure. 

To do this, add > log.txt to the end of your command (eg. Get-ChildItem -Path “C:\New Folder” -Filter *.* -Recurse -Force -ErrorAction SilentlyContinue | where { $_.Attributes -match “Hidden”} > log.txt). This will create a file named log.txt in your currently active folder containing the terminal output of the Get-ChildItem command. 

You can set an alternative filepath (eg > C:\Folder\log.txt) or filename (eg hiddenlog.txt) as required. 

How to find a hidden file in Windows

If you’ve created a log file, you can view the contents in the PowerShell window directly by typing cat log.txt (replacing log.txt with the correct file path and file name). You can also open the file as normal using File Explorer and Notepad.

How to find a hidden file in Windows

Locating Hidden Files and Folders Using Third-Party Apps

The best methods for finding hidden files and folders on Windows are to use File Explorer or Windows PowerShell as explained above. If these methods are too slow or don’t offer the complex search criteria that you need, you can use third-party apps to search your PC for hidden files as an alternative.

While various tools exist that support this, one good option is to use the freeware FreeCommander tool. This File Explorer replacement includes a powerful search tool that allows you to locate hidden files and folders on your PC.

To start, download and install FreeCommander on your PC and launch it once the installation is complete. To begin a search in the FreeCommander window, select Ctrl + F on your keyboard or select File > Search to open a new search window.

How to find a hidden file in Windows

In the Search files/folders window, enter the search criteria for file or folder names in the File name box, located in the Location tab. You can use full file names or find partial matches using a wildcard (eg. file or fil*).

In the Search In box below it, select the folder to begin the search. You can type this manually (eg. C:\ to search the entire system drive) or select the add button > Browse to identify them individually.

How to find a hidden file in Windows

Select the Timestamp/Size/Attr tab next and make sure to select the Hidden attribute checkbox so that a tick is visible. Leave all other checkboxes with a solid black check (ensuring that they’re included) or select them twice to uncheck them and remove any files containing those attributes from your search.

How to find a hidden file in Windows

Select any other search criteria that you require in all the available search tabs. When you’re ready to begin your search, select Find to begin.

How to find a hidden file in Windows

Search results will appear in the Search result tab at the bottom of the search window. To open any of the hidden files or folders that FreeCommander locates, right-click the entries and select Open.

How to find a hidden file in Windows

Managing Your Files on Windows 10

Knowing how to find hidden files on Windows 10 is easy — once you know where to look. Whether you use File Explorer, Windows PowerShell, or third-party apps like FileCommander to get the job done, the steps above should help you locate your previously hidden files and folders.

The next step is to manage your files properly. There are plenty of advanced search tips to locate missing files, but you may also need to consider backing up your important files to make them easier to access in the long run. You can also look for large files on Windows to help free up disk space for other files and applications.

How do you find your hidden files?

How to Find Hidden Files on Android.
Open your File Manager..
Click "Menu," and then "Settings.".
Scroll to the "Advanced" section, and enable "Show hidden files.".
Then, all of the hidden files will be viewable and accessible..
Go to the Gallery app on your Android device..
Click on the "Gallery Menu.".
Choose "Settings.".

Where can I find hidden folders?

The default Android Files app can show hidden files. If you're looking for files on Android, then the built-in Files app is the obvious place to go: It helpfully splits files up into categories (including downloads and images, for example), so you can find what you're after more easily.