Mapping a Network Drive: A Step-by-Step Guide
Mapping a network drive allows you to access shared files and folders on a network computer or server from your local computer. This process enables you to work on network files as if they were stored on your local computer, streamlining your workflow and reducing the need to constantly access and save files over the network. In this article, we will walk you through the process of mapping a network drive on both Windows and macOS.
Prerequisites
To map a network drive, you will need to know the following:
- The network location you want to map (e.g., a server or a colleague's computer)
- The drive letter you want to assign to the network drive (e.g., Z:)
- Your username and password to access the network drive (if required)
MAPPING A NETWORK DRIVE ON WINDOWS
To map a network drive on Windows, follow these steps:

Method 1: Using File Explorer
- Open File Explorer and navigate to This PC
- Click on Map network drive in the toolbar
- Select a drive letter from the dropdown menu and choose a drive letter for the network drive (e.g., Z:)
- Enter the UNC path or the network location in the Folder field (e.g., \\
\shared-folder ) - Choose Reconnect at sign-in to connect to the network drive automatically when you log in
- Click Finish to complete the process
Method 2: Using the Command Prompt
- Open Command Prompt as an administrator
- Type the following command and press Enter:
net use z: \\\shared-folder /user:your_username your_password - Replace
z:with the drive letter you want to assign to the network drive,\\server-name\shared-folderwith the UNC path or network location, andyour_usernameandyour_passwordwith your actual username and password - Press Enter to execute the command
MAPPING A NETWORK DRIVE ON MACOS
To map a network drive on macOS, follow these steps:

Method 1: Using Finder
- Open Finder and navigate to Go > Connect to Server
- Enter the UNC path or network location in the Server Address field (e.g., afp://
.local/shared-folder ) - Click Connect to establish the connection
- Choose Open in Finder to open the network drive in Finder
- Drag the network drive to the Sidebar to add it as a favorite
Method 2: Using the Finder Preferences
- Open Finder Preferences by pressing Command + Shift + P
- Click on Servers in the sidebar
- Click the + button to add a new server
- Enter the UNC path or network location in the Server Address field (e.g., afp://
.local/shared-folder ) - Choose Mount at login to connect to the network drive automatically when you log in
- Click OK to complete the process
Troubleshooting
If you encounter issues mapping a network drive, try the following:
- Verify that the network drive is shared and accessible by the user
- Check the UNC path or network location for typos or errors
- Ensure that the drive letter is available and not already in use
- Restart the computer and try mapping the network drive again