How to Map Network Drives in Windows 11
If you work in an office or use multiple computers, you likely share files over a network. Mapping a network drive makes these files show up just like a USB stick or hard drive on your computer. This makes them much easier to find and open.
Why map a network drive?
Mapping a drive assigns a specific letter to a network folder. Instead of searching for it every time, you can just click your “Z” drive to jump straight to your files. It saves time and keeps your work organized. By using the SMB protocol, your computer maintains a persistent connection to the server.
What happens when you are done?
Once you finish these steps, a new drive will appear in your “This PC” folder. You can open, edit, and save files in that folder just as if they were stored on your own computer. The system will remember this path and attempt to reconnect at sign-in.
Usually, we find network files by typing a UNC path into File Explorer like this:
\\192.168.1.50\SharedFolder

Avoid just dragging a shortcut to your desktop. Using the mapping tool is much more reliable for long-term access.
Comparison: GUI vs. Command Line
| Method | Ease of Use | Best For |
|---|---|---|
| File Explorer (GUI) | High | Casual users |
| Command Prompt (CLI) | Medium | Power users and IT admins |
How to map your drive using File Explorer
- Open File Explorer.
- Click the three-dot icon (…) in the top menu bar.
- Select Map network drive.

- Pick a letter for your drive from the list. It is often best to pick a letter further down the alphabet to avoid conflicts with USB drives.
- In the Folder box, type the path to your network folder. You can also click Browse to find it manually.
- If your network requires a different login than your computer, check the box that says Connect using different credentials. Note: This step may require admin privileges depending on your company’s network security policies.

- Click Finish.

How to map a network drive using Command Prompt
You can use the net use command to map drives quickly. Open Command Prompt and type the following command:
net use Z: \\192.168.1.50\SharedFolder /persistent:yes
Replace Z: with your desired letter and the path with your specific server address.
Troubleshooting Connectivity
If you cannot see the folder, ensure Network Discovery is turned on in your Advanced sharing settings. If you need to manage saved passwords, search for Credentials Manager in the Start menu to update or remove stored login information. For more on security, see official Microsoft SMB security best practices.
Summary
- Mapping creates a permanent link to a network folder using a drive letter.
- It is faster and more stable than making a desktop shortcut.
- Always choose a unique drive letter to avoid conflicts with other devices.
- If you have trouble connecting, ensure your network discovery settings are turned on.
Why does my mapped network drive show a red X?
A red X usually means your computer cannot reach the server. This happens if the device is offline, your network discovery settings are disabled, or you are not connected to the correct network. Check your internet connection and ensure the server is powered on and accessible.
How do I disconnect a mapped network drive in Windows 11?
To disconnect, open File Explorer and go to This PC. Right-click the mapped drive and select Disconnect. Alternatively, use the command prompt by typing ‘net use Z: /delete’ and pressing Enter. This removes the drive mapping from your current user profile permanently.
Was this guide helpful?
[…] You can map network drives: How to map network drivers […]
[…] or map a network drive or folder in Windows Subsystem for Linux (WSL). In Windows 11, users can map network drives and folders with ease. If you know the path to a shared folder and have access to the location, you should be able to map […]
[…] How to map a network drive in Windows 11 […]
[…] allows users to map network folders as a drive. With some tricks, users can mount or map a local folder as a drive in Windows […]
[…] users can map the shares using the ‘Map network drives‘ […]
[…] local Network, Network Discovery, and File sharing must be turned on. The Network icon also shows mapped network locations in File Explorer if there are […]
[…] How to Map a Network Drive in Windows 11 – Website for Students […]
[…] How to map a network drive in Windows 11 […]
[…] How to map a network drive in Windows 11 […]
[…] are multiple ways you can map or unmap network drives in Windows. You can use File Explorer, the Command Prompt, or PowerShell […]