How to Create New Files in Windows 11
Creating a new file in Windows 11 takes just two clicks on your desktop or inside any folder. A file is a digital container that holds your text, photos, or notes in one place.
The fastest way to make a new file is to right-click empty space, point to New, and pick the type of document you want, such as a Text Document. You can also press Ctrl+Shift+N to quickly create a brand new folder to organize your stuff.
Right-click an empty space in File Explorer or on your Desktop, select New, then choose the desired file type. Alternatively, use the New button in File Explorer ’s command bar.
1Create a New File Using File Explorer
File Explorer (the built-in file and folder manager) makes creating new items convenient. Open File Explorer, navigate to the target folder, and use a quick right-click to start the process.
- Open File Explorer : Press Win+E on your keyboard or click the folder icon on your taskbar .

- Go to the folder where you want to create the file. Use the left sidebar to pick a folder like Documents or Desktop.
- Right-click on an empty space in the folder. A menu will pop up.
- Hover over New and then click the type of file you want, like Text Document (this makes a simple
.txtfile).

- Type a name for your new file and press Enter.

2Create a New File Using the File Explorer Command Bar
The File Explorer command bar provides another way to create a new file. After opening File Explorer and navigating to the destination folder, click the 'New' button at the top. Choose the specific file format from the dropdown menu.
- Open File Explorer and go to the folder you want.
- Click the New button on the command bar at the top.
- Select the type of file you want to create.
- Give your file a name and press Enter.

3Create a New File Right on the Desktop
New files land directly on your Windows 11 Desktop without opening File Explorer first, which saves time. Go to the Desktop, right-click any empty space, hover over 'New,' and pick the required file type.
- Go to your Desktop by pressing Win + D or minimizing all windows.
- Right-click on any empty space on the Desktop.
- Hover over New and choose the file type you want.
- Name your file and press Enter.

4Create a New File Using Windows Terminal (Command Prompt)
Windows Terminal (a command-line interface for running text commands) allows text-based file creation. Open Windows Terminal, use the cd command to navigate to your desired folder, and then type copy NUL "YourFileName.txt" to make your new file.
- Press Win + S, type Windows Terminal or cmd, then open the app.
- Go to the folder where you want to create the file by typing, for example:
cd Documents - Create a new file by typing:
copy NUL "YourFileName.txt"
Replace YourFileName with the name you want.
5Create a New File Using Windows Terminal (PowerShell)
PowerShell (an administrative automation tool) offers another command-line option:
- Open Windows Terminal with PowerShell (right-click Start button and pick Windows Terminal or press Win + X and select Windows Terminal).
- Change folder with
cdjust like in Command Prompt. - Create a new file by typing:
New-Item -Name "YourFileName.txt" -ItemType "file"
6Use Keyboard Shortcuts to Create a New Text File
Keyboard navigation inside File Explorer lets users generate text files rapidly. Open the target folder, press Alt + F, press W, and finish with T to populate a new text file.
- Open the folder in File Explorer where you want the new file.
- Press these keys one after the other: Alt + F, then W, and then T.
- A new text file will appear — just type a name and press Enter.

Learning how to change file names or formats requires reviewing this guide to renaming files in Windows 11.
Summary
Creating new files in Windows 11 remains essential for keeping work organized and saving important information. Readers now know several methods to build new files, including File Explorer right-clicks, command bars, Desktop shortcuts, Windows Terminal, and keyboard commands.
What happens when you create a file? A blank file materializes in the chosen directory, prepared for text, images, or other data.
Six distinct methods for generating new files in Windows 11 are available:
- Using File Explorer and right-click menus
- Using the File Explorer command bar
- Creating files directly on your Desktop
- Using Windows Terminal with Command Prompt
- Using Windows Terminal with PowerShell
- Using keyboard shortcuts
Testing different methods helps determine the best workflow for organizing files. Windows 11 supports multiple approaches, so select the one matching individual project requirements.
Questions or tips belong in the comments section below.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!