File Explorer (also called Windows Explorer in Windows 7 and earlier) is the window used to display a list of files; open it by clicking its taskbar icon or pressing Win+E.
How do I view all files on my computer?
Open File Explorer from the taskbar, Start menu, or by pressing Win+E to see every drive and folder.
Once it’s open, the left pane shows devices under This PC. The right pane lists files and folders. Want to focus on Documents or Pictures? Just click the library in the left pane. For a full sweep, type a space in the search box—this shows every file on the selected drive or folder.
Which pane displays the list of files and folders?
The right pane, called the File List pane, displays the list of files and folders; the left pane is the Navigation pane.
If the right pane looks empty, go to View → Layout and pick Content. Still nothing? Hit Alt+P to turn off the preview pane—it might be blocking your view.
How do I show files in a folder?
Open File Explorer, go to View → Options → Change folder and search options → View tab, and select “Show hidden files, folders, and drives”.
Still not seeing everything? Uncheck “Hide protected operating system files (Recommended)” if hidden system files are missing. Click “Apply to Folders” to make these settings stick for all folders. Now you’ll spot every file, even the ones Windows tries to hide.
Which tab in Windows do you use to open a file?
Files are opened from the ribbon’s Home tab or by double-clicking the file in File Explorer.
Need a file in a new window? Press Ctrl+N or go to Home → Open in new window. Pro tip: Pin File Explorer to your taskbar. Middle-click its icon to open a second instance instantly—perfect for juggling multiple tasks.
How do I get a list of files in a folder in Windows?
Open Command Prompt, navigate to the folder, and run “dir /A-D /B” to list only files.
Want to save that list? Add “> list.txt” to the end, like dir /A-D /B > C:\filelist.txt. For alphabetical order, tack on /O:N. Works on Windows 10 and 11.
How do I get a list of files in a folder Windows 10?
Press Win+X, choose “Windows Terminal (Admin)”, change to the target folder, then type “dir /A-D /B > list.txt” and press Enter.
PowerShell fans can run Get-ChildItem -File | Select-Object -ExpandProperty Name | Out-File list.txt instead. Both methods give you a clean text file you can open in Notepad or Excel.
Is a left pane that displays a list of drives and folders?
Yes, the left pane (Navigation pane) displays drives and folders in a hierarchical tree structure.
Click any drive or folder to update the right pane. Use the little arrow icons to expand or collapse branches. This same setup shows up in lots of file management tools, even third-party ones.
How do I see all files and subfolders in Windows 10?
In File Explorer’s search box, type an asterisk “*” and press Enter to list every file and subfolder.
Want to narrow it down? Use filters like kind:=folder for folders only, or datemodified:=last week for recently changed items. Results pop up fast—hit Esc to clear the search when you’re done.
How do you select continuous files or folders in the contents pane?
Click the first file, hold Shift, then click the last file to select everything in between; hold Ctrl to pick individual files one by one.
For the nuclear option, press Ctrl+A to highlight everything. Files grouped alphabetically? Type the first letter repeatedly to jump between groups before selecting.
How can I get a list of folders?
Open Command Prompt in the parent folder and run “dir /A:D /B > FolderList.txt” to generate a plain-text folder list.
No command line? Open File Explorer, go to the top folder, type kind:=folder in the search box, then press Ctrl+A → Ctrl+C to copy the list into a spreadsheet or document.
How do I print a list of folders and subfolders?
Open the parent folder in File Explorer, press Ctrl+A to select all items, right-click and choose Print, then select your printer and options.
For just the folder structure, use Command Prompt and run tree /F > prn (add /A for ASCII characters). Print the output directly from Notepad or save it as a PDF first.
How do I view hidden folders?
Open File Explorer, go to View → Options → Change folder and search options → View tab, and select “Show hidden files, folders, and drives”.
Still not seeing hidden folders? Uncheck “Hide protected operating system files (Recommended)” if they’re missing. Click “Apply to Folders” to make these settings universal. Some folders stay hidden by default for system safety.
What is the method of creating a new folder?
Right-click in the desired location in File Explorer and choose “New → Folder” or press Ctrl+Shift+N.
Type a name and press Enter. You can also create a folder from the ribbon by going to Home → New item → Folder. New folders land in the same spot as your last activity.
What is the area below the title bar called?
The area below the title bar is called the ribbon; it contains tabs, groups, and commands.
The ribbon replaced old-school menus back in Windows Vista. Tabs like Home, Share, and View organize commands neatly. Double-click any tab name to shrink the ribbon and free up screen space.
Which location will hold folders for the people who have log in accounts on a Windows computer?
Folders for user accounts are stored in C:\Users\ followed by the username, like C:\Users\Joel.
Each user’s folder includes subfolders like Desktop, Documents, and Pictures. This spot is set by default and can’t be changed without admin rights. User folders stay separate and protected from system folders.
Edited and fact-checked by the TechFactsHub editorial team.