Skip to content
Follow
Windows

How to Create New Files in Windows 11

Richard
Written by
Richard
Feb 3, 2026 Updated Sep 15, 2026 4 min read
How to Create New Files in Windows 11
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.

Advertisement

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.

⚡ Quick Answer

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.

Advertisement

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.

  1. Open File Explorer : Press Win+E on your keyboard or click the folder icon on your taskbar .
File Explorer icon on the taskbar
File Explorer icon on the taskbar

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

  1. Type a name for your new file and press Enter.
Naming the new file in Windows 11
Naming the new file in Windows 11

Advertisement

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.

  1. Open File Explorer and go to the folder you want.
  2. Click the New button on the command bar at the top.
  3. Select the type of file you want to create.
  4. Give your file a name and press Enter.
Create new file using command bar
Create new file using command bar

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.

  1. Go to your Desktop by pressing Win + D or minimizing all windows.
  2. Right-click on any empty space on the Desktop.
  3. Hover over New and choose the file type you want.
  4. Name your file and press Enter.
Create new file on desktop
Create new file on desktop

Advertisement

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.

  1. Press Win + S, type Windows Terminal or cmd, then open the app.
  2. Go to the folder where you want to create the file by typing, for example:

    cd Documents
  3. 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.

  1. Open Windows Terminal with PowerShell (right-click Start button and pick Windows Terminal or press Win + X and select Windows Terminal).
  2. Change folder with cd just like in Command Prompt.
  3. 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.

  1. Open the folder in File Explorer where you want the new file.
  2. Press these keys one after the other: Alt + F, then W, and then T.
  3. A new text file will appear — just type a name and press Enter.
Naming new file after shortcut creation
Naming new file after shortcut creation

Advertisement

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:

Advertisement
  • 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?

Tags: #Windows 11
Was this helpful?
Richard

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.

Advertisement

📚 Related Tutorials

How to Open Windows Terminal at Startup in Windows 11
Windows How to Open Windows Terminal at Startup in Windows 11
How to Change Windows Terminal Themes
Windows How to Change Windows Terminal Themes
How to Remove Home Folder from Windows 11 File Explorer
Windows How to Remove Home Folder from Windows 11 File Explorer
How to Display Full Path in Windows 11 File Explorer
Windows How to Display Full Path in Windows 11 File Explorer

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *