If you’ve ever needed a quick list of all the files in a folder on Windows 10, you’re in luck! With just a few simple steps, you can print out a list without needing any special software. By using the Command Prompt or File Explorer, you can easily create a text file that can be printed or saved for later use.
Steps to Print List of Files in Folder Windows 10
Let’s dive into the steps to print a list of files in a folder on Windows 10. This guide will help you create a text document containing all the file names from your chosen folder.
Step 1: Open Command Prompt
First, press the Windows key, type “cmd,” and hit Enter to open the Command Prompt.
The Command Prompt is a powerful tool that lets you perform tasks without a graphical interface. By typing specific commands, you can automate tasks that would otherwise require manual input.
Step 2: Navigate to the Folder
In the Command Prompt, use the “cd” command followed by the folder path to navigate to the desired folder.
For example, typing cd C:UsersYourNameDocuments will take you to your Documents folder. This step ensures you’re in the right directory to list all the files.
Step 3: List the Files
Type the command dir /b > filelist.txt and press Enter.
This command creates a simple text file named “filelist.txt” in the folder, listing all the files. The /b switch makes sure only the file names are listed, without additional details.
Step 4: Locate the Text File
Navigate to your folder and find the “filelist.txt” file you just created.
Opening this file will show you the list of files, which you can print or use as needed. It’s a straightforward way to get a clean list without any extra data.
Step 5: Print the File
Open “filelist.txt” in a text editor like Notepad and select File > Print.
This step sends the list to your printer, giving you a physical copy of all the file names in the folder. It’s perfect for keeping track of your files offline.
Once you’ve completed these steps, you’ll have a printed list of all the files in your chosen folder. It’s a simple yet effective way to organize and manage your files.
Tips for Printing List of Files in Folder Windows 10
- Make sure you have the right folder path to avoid errors.
- Use quotes around folder paths with spaces (e.g.,
cd "C:My Documents"). - Consider using the
/sswitch if you need to include files from subfolders. - Double-check your printer settings before printing the file.
- You can also use third-party tools for more advanced file listing features.
Frequently Asked Questions
Can I list files from subfolders too?
Yes, by using the command dir /b /s > filelist.txt, you can include files in all subfolders.
Do I need administrator privileges to use Command Prompt?
No, you don’t need admin rights for these basic commands.
What if I see an error message?
Ensure you’re using the correct folder path and check for typos in your commands.
Can I format the list differently?
The basic command creates a straightforward list, but you can use advanced scripts for more customized formats.
Is there a graphical way to do this without Command Prompt?
Yes, you can copy file names using File Explorer and paste them into a text document.
Summary of Steps
- Open Command Prompt.
- Navigate to the folder.
- List the files.
- Locate the text file.
- Print the file.
Conclusion
Having a printed list of files in a folder can be incredibly useful, whether you’re organizing your digital library or preparing for a project. Using Windows 10’s built-in tools like the Command Prompt, you can quickly create a text file with all your file names. It’s like having a personal assistant that keeps track of your files without the cost.
Exploring these steps might even spark an interest in learning more about Command Prompt’s capabilities. It’s a versatile tool that offers a lot more than just listing files.
Whether you’re tech-savvy or just looking for a simple solution, this method is accessible and efficient. Don’t hesitate to experiment and see what else you can achieve with a few lines of code. The more you explore, the more you’ll realize how much power you have at your fingertips in Windows 10.

Matt Jacobs has been working as an IT consultant for small businesses since receiving his Master’s degree in 2003. While he still does some consulting work, his primary focus now is on creating technology support content for SupportYourTech.com.
His work can be found on many websites and focuses on topics such as Microsoft Office, Apple devices, Android devices, Photoshop, and more.