Skip to content
Follow
Windows

How to Create New Files in Windows 11

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

⚡ 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.

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.

  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

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.

  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 is a convenient shortcut, letting you make documents without needing to open File Explorer first.

  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

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.

  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 is another command tool you can use:

  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

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.

  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

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?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 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 Change File Explorer Layout in Windows 11
Windows How to Change File Explorer Layout in Windows 11
How to Remove Home Folder from Windows 11 File Explorer
Windows How to Remove Home Folder from 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 *