Create new folder with PowerShell on Windows 11Ĭreate new folder in File Explorer on Windows 11.Create new folder with Command Prompt on Windows 11.Create new folder in File Explorer on Windows 11.This guide will teach you five ways to create folders on Windows 11. Also, you cannot only create folders from File Explorer, but you can also complete this task from Command Prompt, PowerShell, and even from the Desktop. On Windows 11, folders are essential to group files and other folders to organize contents on the computer, and you have many ways to create one.Īlthough creating a folder may be easy for most people, it’s not the case for everyone. On PowerShell, run the “New-Item -Path “c:\” -Name “newFolder” -ItemType “directory”” command.On Command Prompt, run the “mkdir newFolder” command.You can also right-click on the location to open the context menu, select “New,” and choose the “Folder” option.Another easy way to create a new folder, click the “New” menu and select the “Folder” option in File Explorer.The fastest way to create a folder on Windows 11, use the “Ctrl + Shift + N” keyboard shortcut, confirm a name, and press Enter.