Map a Network Drive on Windows 11 [3 Different Ways]
Map Network Drive utility is the easiest way to do it
Mapping a network drive simplifies access to shared folders across different PCs, making it as seamless as local access. Learn how with Windows 11’s Map Network Drive tool, Command Prompt or Windows Powershell.
How can I map a network drive in Windows 11?
Table of contents
1. Utilize the Map Network Drive utility
- Click the folder taskbar button for opening File Explorer.

- Select This PC on the left side of File Explorer.
- Then click the See more button on File Explorer’s toolbar.

- Next, select the Map network drive option on the menu that opens.

- Choose a letter on the Drive drop-down menu.
- Press the Browse button on the Map Network Drive window.
- Then select a shared folder you want to map a drive for on the Browse for Folder window. You might also need to enter the credentials (login details) for the PC the folder is on to do so.

- Click OK to close the Browse for Folder window.
- Press the Finish button to confirm.

- Thereafter, click This PC in File Explorer again. Now you should see a new mapped network drive as in the snapshot below.

- Alternatively, you can double-click the mapped network drive in File Explorer’s sidebar to view its contents.
2. Map a network drive with the Command Prompt
- Click the magnifying glass taskbar button.
- Enter cmd within the search tool’s text box.
- Right-click Command Prompt in the search results to select Run as administrator.
- Then input this map drive command within the Prompt’s window:
net use DLetter: \\PATH /PERSISTENT: YES - Press the Enter key to execute the map drive command.
You’ll need to replace DLetter in that command with an actual drive letter and PATH with a real network folder location. With a drive letter and network path specified, the command will look more like this:
net use E: \DESKTOP-8PHHAN9\Program Files /PERSISTENT: YES
3. Map a network drive using Powershell
- Press Win + S, type powershell, and press Enter.

- Map the Network Drive:
- Type the following command and press Enter
eNew-PSDrive -Name "Z" -PSProvider FileSystem -Root "\\ServerName\ShareName" -Persist- Replace
Zwith the desired drive letter. - Replace
\\ServerName\ShareNamewith the network path.
- Replace
- Type the following command and press Enter
Setting up mapped drives in Windows 11 with the Map Network Drive utility is relatively straightforward. You can also set up mapped drives with that tool in Windows 10 and 7 platforms, not to mention that you can map network drives over VPN.
For some users, map network drive is missing on Windows 11, but you can easily get it back.
Map Network Drive hasn’t changed much in the latest platform. Users who often utilize the Command Prompt might prefer method two. There are also various other net use commands that you can enter to set up and configure mapped drives.
For step-by-step syntax, credential flags, and persistence options, see our guide to net use commands, which includes copy-ready examples you can run in Command Prompt.
Overall, drive mapping is a handy network feature in Windows. With a mapped drive set up, you’ll have more direct access to its shared folder in File Explorer.
So, it’s a good idea to set up mapped drives for shared folders if you need to share files between two, or more, local PCs. Let us know your opinion in the comments area below.
If you’re still on an older version of Windows, you can easily map a network drive on Windows 10 with these steps.
FAQs
The issue may be due to disabled network discovery, incorrect credentials, or missing sharing permissions. Make sure network discovery and file sharing are enabled.
You need administrator rights. Use Group Policy Editor or a logon script with the net use command to apply it to all users.
Yes, you can. Copy the document library’s link, then use the Map network drive option in File Explorer to add it.
Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more
User forum
0 messages