How to Create New Files in Windows 11
You can create new files in Windows 11 using the “New” context menu or by saving content directly from an application. A file is like a digital box that holds information – think text documents, pictures, or spreadsheets. Windows 11 gives you several ways to create these.
You can create a new file by right-clicking an empty spot on your desktop or in a File Explorer folder. Then, select ‘New’ and choose the file type you want, like ‘Text Document’ or ‘Microsoft Word Document’. This quickly makes a fresh file for you.
This quick action lets you start new projects, jot down notes, or organize data without needing to open a specific program first.
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
You can create a new file directly within File Explorer, the app that shows all your documents and folders, by using a simple right-click command.
- 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 offers a quick way to create new files using its top buttons, giving you another simple option right within the file management window.
- 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
Creating a new file directly on your Windows 11 Desktop is a convenient shortcut, letting you make documents without needing to open File Explorer first.
- 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)
For those who prefer using commands, Windows Terminal provides a way to create new files using simple text commands, offering a powerful alternative for managing your files.
- 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 is another command tool you can use:
- 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
You can create a new text file using only your keyboard by following a specific sequence of key presses, which is a fast method when you’re already working with File Explorer.
- 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.

Want to learn how to change the file name or type? Check out this simple guide to renaming files in Windows 11.
Summary
Creating new files in Windows 11 is essential for organizing your work, saving important information, and keeping your computer tidy, and you’ve learned six different ways to do it.
What happens when you create a file? A new empty file appears in your chosen location, ready for you to add content like text, images, or other data.
You now know six ways to create new files in Windows 11:
- 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
Try the method that works best for you and start organizing your files. Windows 11 gives you many options, so pick what works best for your tasks!
If you have questions or tips, feel free to leave a comment 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!