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 lets you create new files in Windows 11 by using a right-click menu inside any folder. To use this method, press Win+E to open File Explorer , go to the folder where you want the file, right-click any blank space, point to New, and pick the file type you need from the list.
- 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 a quick button at the top of the window to create a new file in Windows 11. Open File Explorer, go to your target folder, click the New button on the top toolbar, and select your desired file format from the menu that appears.
- 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 lets you skip opening File Explorer entirely. Press Win + D to show your Desktop, right-click any empty space, hover over New, and select the file format you want to add to your screen.
- 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 running Command Prompt lets you create a new file using text commands in Windows 11. Open Windows Terminal, navigate to your target folder using the cd command, and type copy NUL "YourFileName.txt" to generate a blank text file instantly.
- 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 offers another command-line option to create a new file in Windows 11 using specific cmdlets. Open Windows Terminal with PowerShell, switch to your target folder with the cd command, and type New-Item -Name "YourFileName.txt" -ItemType "file" to build the file.
- 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 shortcuts let you create a new text file inside File Explorer without touching your mouse in Windows 11. Open your target folder, press Alt + F, press W, and then press T to instantly generate a blank text file ready for your notes.
- 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 can be done through File Explorer right-clicks, command bar buttons, Desktop shortcuts, command-line tools, or keyboard commands. Each method produces a blank file in your chosen folder, ready for your content.
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 is a writer at Geek Rewind who turns complex IT tasks into clear, step-by-step guides. He draws on years of hands-on experience in system administration and enterprise IT operations, focusing on Windows, Linux and WordPress: the problems people actually run into, and the fixes that work. His server and WordPress guides come from systems he runs himself. Richard builds and maintains the platform behind Geek Rewind, from its Ubuntu servers and Nginx configuration to its custom WordPress plugins. Many new tutorials start with readers' questions, and he's always glad to answer them in the comments.
No comments yet — be the first to share your thoughts!