Windows 11 is the latest operating system from Microsoft that offers many features and improvements, including a more modern interface, integration with Microsoft 365, and support for Android apps.
One useful feature for users who often work with files and documents on the network is the ability to access shared folders easily and quickly.
A shared folder is a folder that can be accessed by multiple computers or devices connected to the same network, either via LAN cable, Wi-Fi, or Bluetooth. Using shared folders, you can share files, documents, photos, videos, music, and more with others without sending them via email or external storage. Shared folders can also help you store important files in a secure and centralized location, so you can access them from anywhere and anytime.
However, to be able to access shared folders on the network, you need to perform several configuration steps first, either on the computer or device that shares the folder or on the computer or device that wants to access the folder.
These steps may differ depending on the type of network, protocol, and device you’re using. This article will describe some common ways to access shared folders on a network with Windows 11, namely:
- Using File Explorer
- Using Command Prompt
- Use PowerShell
- Using Third-Party Apps
Using File Explorer
File Explorer is a built-in app of Windows 11 that you can use to browse and manage files and folders on your computer or device. File Explorer can also be used to access shared folders on the network easily and intuitively. Here are the steps:
- Open File Explorer by pressing the Windows key + E on the keyboard, or by clicking the folder icon on the taskbar.
- In the left pane, click on the Network section. You’ll see a list of computers or devices connected to the same network as you. If you don’t see the Network section, click on the three horizontal lines icon in the upper left corner, and then select Show more options > Show navigation pane > Network.
- Double-click on the name of the computer or device sharing the folder that you want to access. You’ll see a list of folders shared by that computer or device. If you’re prompted to enter a username and password, enter the credentials that correspond to the computer or device sharing the folder.
- Double-click on the name of the folder you want to access. You’ll see the contents of the folder, and you can open, edit, delete, or copy the files it contains. You can also create a shortcut to the folder by right-clicking on the folder name and then selecting Create shortcut.
Other Interesting Articles
Using Command Prompt
Command Prompt is a built-in application of Windows 11 that you can use to run text commands to perform various tasks, including accessing shared folders on the network. Command Prompt can give you more flexibility and control in accessing shared folders, but it also requires more knowledge of command syntax and parameters. Here are the steps:
- Open Command Prompt by pressing the Windows key + R on the keyboard, then type cmd and press Enter. Alternatively, you can click on the Start button, then type cmd and click on the result that appears.
- In the Command Prompt window, type the following command, and then press Enter:
net use X:\\computername\sharename /user:username password
Where:
- X: is the drive letter you want to use to access the shared folder. You can choose any letter that isn’t already used by other drives on your computer or device.
- \\computername\sharename is the network address of the shared folder you want to access. You can find out the name of the computer or device sharing the folder by using File Explorer, or by typing the net view command in Command Prompt. You can also use the IP address of that computer or device, for example, You can also use the IP address of that computer or device, for example, \\192.168.1.100\sharename92.168.1.100sharename.
- /user:username is the username you use to access shared folders. You can omit this section if your username is the same as the username used by the computer or device sharing the folder.
- password is the password you use to access a shared folder. You can omit this section if you don’t need to enter your password, or if you want to be asked to enter it manually.
- If the command is successful, you’ll see a message like this:
The command completed successfully.
- Open File Explorer, then click on the This PC section in the left pane. You’ll see a new drive with the letter you selected, indicating the shared folder you’re accessing. You can open, edit, delete, or copy the files contained in it. You can also create a shortcut to the drive by right-clicking on the drive name and then selecting Create shortcut.
Use PowerShell
PowerShell is a built-in application of Windows 11 that you can use to run text commands or scripts to perform various tasks, including accessing shared folders on the network. PowerShell is a more advanced and powerful version of Command Prompt, which supports more features and functions. Here are the steps:
- Open PowerShell by pressing the Windows key + X on your keyboard, and then select Windows PowerShell. Alternatively, you can click on the Start button, then type powershell and click on the result that appears.
- In the PowerShell window, type the following command, and then press Enter:
New-PSDrive -Name X -PSProvider FileSystem -Root \\computername\sharename -Credential username
Where:
- X is the drive letter you want to use to access the shared folder. You can choose any letter that isn’t already used by other drives on your computer or device.
- \\computername\sharename is the network address of the shared folder you want to access. You can find out the name of the computer or device sharing the folder by using File Explorer, or by typing the Get-NetNeighbor command in PowerShell. You can also use the IP address of that computer or device, for example, \\192.168.1.100\sharename.
- username is the username you use to access shared folders. You can omit this section if your username is the same as the username used by the computer or device sharing the folder.
- If the command succeeds, you should see output like this:
Name Used (GB) Free (GB) Provider Root CurrentLocation ---- --------- --------- -------- ---- Â --------------- X 12.34 45.67 FileSystem \\computername\sharename
- Open File Explorer, then click on the This PC section in the left pane. You’ll see a new drive with the letter you selected, indicating the shared folder you’re accessing. You can open, edit, delete, or copy the files contained in it. You can also create a shortcut to the drive by right-clicking on the drive name and then selecting Create shortcut.
Using Third-Party Apps
In addition to using the built-in applications of Windows 11, you can also use third-party applications that can help you access shared folders on the network more easily and practically. Some popular and recommended third-party apps are:
- Network Drive Mapper: This application can map shared folders on the network to your local drive with just a few clicks. You can choose the drive letter, username, password, and other options according to your needs. The app can also save your credentials, so you don’t have to enter them every time you want to access a shared folder. You can download this app from here.
- Network File Manager 10: This application is a file manager specifically designed to manage files and folders on the network. You can browse, search, access, edit, delete, or copy files and folders shared by other computers or devices on the same network as you. The application also supports FTP, SFTP, WebDAV, and other protocols. You can download this app from here.
- network browser: This app is a network browser that can display a list of computers or devices connected to the same network as you. You can click on the name of the computer or device to view the folder it shared, and click on the folder name to view the contents of the folder. You can open, edit, delete, or copy the files contained in it. You can download this app from here.
Conclusion
Those are some ways to access shared folders on the network with Windows 11. You can choose the way that best suits your needs and preferences, either using built-in apps or third-party apps. By accessing shared folders, you can share files and documents with others on the network more easily and efficiently. Thanks for reading.