This article explains how you can map a network drive on Windows 11, so you can connect to shared data from another computer connected to your network. Windows 11 gives you several options to connect networks to your computer, for example, the use of File Explorer or commands with PowerShell or Command Prompt.
In the case of mapping, network drives the system only create the “shortcut” or “pointer” that permits Windows 11 to locate the shared folder and view its contents as if it were an actual drive attached to the system. Once the mapping process is completed and the drive is visible in “This PC” under the “Network locations” section in File Explorer.
If you don’t require access to networking resources Windows 11 also provides simple ways to unplug the network drive with identical tools. In this article, you will be taught the steps needed to use File Explorer, Command Prompt as well as PowerShell to create a map of the network drive in Windows 11.
How to map a network drive in a PC window?
It only takes a few steps to create a map of an external network drive using the PC window. Follow these steps to map a network drive in your PC window: –
1. Open This PC by running File Explorer (WIN+E) and selecting This PC through the menu pane.
2. Utilize the See More option (the three dots) located at the top of the window to choose Map the network drive.
3. Select an alphabet from the drop-down menu that you wish your network device to identify with. This could be any letter on the list.
4. Search for or type the path to the shared folder that the network drive must be assigned to.
5. Select Finish.
You may have to wait for a couple of minutes to allow Windows to make the connection. After that, you are able to access the share as you would with a local or flash drive, and change the name the share appears on This PC.
If you are still having any trouble with mapping a network drive, let us do it for you. Contact our team through Chatbox and Gmail.
For Any Query (24*7 Support)
How to Automatically Map a Network Drive in Windows 11?
The most effective method to create an automated network drive is by following the instructions above and selecting to connect at sign-in setting up. This will allow this same network drive to restart each time you connect.
If you’re managing multiple computers simultaneously or even one computer that has multiple users and you’re required to map the network drive to each of them, in a way that is automatic it is possible to use a script that you can create to accomplish the task. This same process can be used to create a network drive for users using local computers; follow the steps below for the instructions.
If you are still having any trouble with mapping a network drive, let us do it for you. Contact our team through Chatbox and Gmail.
How to Map the network drives on Windows 11 using File Explorer?
To create a network drive using File Explorer on Windows 11 follow these steps:
1. Open File Explorer on Windows 11.
2. Click on This PC on the left side.
3. Select the See More (three-dotted) button on the command bar, and then select to select the Map networking drive selection.
4. Make use of “Drive” from the drop-down menu and select the letter you would like to assign to the drive.
5. Then, in the “Folder” field, enter the network path for that shared file. (Or select the Browse button and browse through the file, to map it as a network drive, then hit the OK button.)
6. Make sure to select the Reconnect after signing-in option to ensure that the connection is permanent.
7. Make sure to select the Connect using different options if the credentials differ from the account you’re currently using.
8. Hit the End button.
9. Verify the credentials of your network account (if relevant) to map the network drive on Windows 11.
10. Click OK.
Once you’ve completed the steps, your network drive will appear after you have completed the steps, it will be accessible in File Explorer.
If you’re unable to join the shared folder on your own, you can use your IP address in place of the name of the computer. If the remote computer has a dynamic IP address configuration that could alter in the near future, you might need to reconnect.
In addition, when the device that provides the resources uses a Microsoft account that has the password-less option, you’ll have to create a local account that can be used to connect. If not, the mapping won’t perform.
If you are still having any trouble with mapping a network drive, let us do it for you. Contact our team through Chatbox and Gmail.
For Any Query (24*7 Support)
Related Content ARE YOU NOT ABLE TO BOOT OR TURN ON YOUR WINDOWS PC?- FIX IT NOW HOW TO EXIT SAFE MODE IN WINDOWS | BESTCAREBAY Dolby Atmos | Troubleshoot Windows 11 All Bugs-2022 |
How to map a network drive using a password using PowerShell?
To create a network drive that contains the username and password for your account Follow these steps:
- Open Start.
- Find PowerShell and then click the first result to start the console.
- Enter the below command save account details and press Enter
$cred = Get-Credential -Credential USERNAME
- Verify the password for your account.
- Click OK.
- Enter this command in order to create a drive-by hand and press Enter
New-PSDrive -Name “E” -Root “DEVICE-NAME-OR-IPSHARED-FOLDER” -Persist -PSProvider “FileSystem” -Credential $cred
In the option, replace the DRIVER LETTER with the drive letter that is not currently used. Change DEVICE-NAME-OR IP and SHARED-FOLDER to the name of the computer or an IP address for the computer that hosts the shared folder as well as the name of the shared folder.
For instance, this command assigns the Share Files Folder to the Computer using”X” drive
New-PSDrive -Name “X” -Root “vm-10v21h2ShareFiles” -Persist -PSProvider “FileSystem” -Credential $cred
Once you have completed all the steps, the procedure will create a shared folder using your credentials.
If you attempt to connect with credentials you’ll always be asked to enter the password manually. If you wish to skip this step, you can keep the password in a secure file on your PC and query that file with PowerShell. It is also possible to accelerate the process by keeping the name of the remote host account along with the username and password within Credential Manager and then using the same command but without the -Crendtial option, such as this New-PSDrive -Name “E” -Root “vm-betaShareOne” -Persist -PSProvider “FileSystem”
You can create a new entry in Credential Manager using this command: cmdkey /add:pcname /user:networkusername /pass:password
If you are still having any trouble with mapping a network drive, let us do it for you. Contact our team through Chatbox and Gmail.
How to map a network drive in Windows 11 with Command Prompt?

To share a folder, map it using Command Prompt, use these steps:
- Open Start.
- Look up Command Prompt and click the top result to start the console.
- Enter this command in order to create a drive by hand and press Enter
net use Z: DEVICE-NAME-OR-IPSHARED-FOLDER
In the command in the command, change “Z” with the drive letter that isn’t already used. Replace DEVICE-NAME-OR IP and SHARED-FOLDER with the name of the computer or ID of the machine that hosts the shared folder as well as the name of the shared folder.
For instance, this command creates a ShareFiles directory to the PC by using the “Z” drive letter:
net use Z: vm-10v21h2ShareFiles
- Enter this command in order to create a drive by assigning a drive letter automatically, and then press Enter:
net use * DEVICE-NAME-OR-IPSHARED-FOLDER
In the command The (*) is the option that will automatically assign the drive letter of a random choice. You can then substitute DEVICE NAME-OR-IP and SHARED FOL with the name of the computer or an IP address for the computer that hosts the shared folder, as well as the name of the shared folder.
For instance, this command assigns the ShareOne Folder to the Computer:
net use * vm-10v21h2ShareFiles
- Enter the below command for mapping a drive by providing the details of authentication and then hit Enter:
net use Z: DEVICE-NAME-OR-IPSHARED-FOLDER PASSWORD /user: USERNAME /persistent: yes
In the command in the command, change “Z” with the drive letter that isn’t currently used. Then, change DEVICE NAME-OR-IP and SHARED FOL for the computer’s name or the IP location of the computer that hosts the shared folder as well as the name of the shared folder. It is important that the PASSWORD and USERNAME must be replaced by the credentials used to authenticate the remote machine. “Persistent” is a choice that allows the folder to remain mapped after the “persistent” option allows the file to be mapped for the next reboot.
This command, for example, creates a mapping to the ShareFiles folder that contains the user’s credentials. The mapping is permanent:
net use Z: vm-10v21h2ShareFiles password /user:admin /persistent:yes
After you have completed these steps, your shared folder will be mapped on the device and will show up within File Explorer.
If you are still having any trouble with mapping a network drive, let us do it for you. Contact our team through Chatbox and Gmail.
For Any Query (24*7 Support)
Conclusion
We hope that we have satiated all your queries related to the mapping of a network drive through this article. But as we would agree that nobody can be 100 % perfect, we might have missed something to answer. Therefore, if you want personal attention to your problem, you can contact us through Chat Box or Gmail.