/
/

Quick Guide: How to View All Network Shares on a Windows PC

by Angelo Salandanan, IT Technical Writer
Quick Guide- How to View All Network Shares on a Windows PC blog banner image

🔑 Key Points

  • View all network shares in Windows 10/11 using File Explorer, Command Prompt (net share / net view), PowerShell (Get-SmbShare), or Computer Management.
  • Fastest method: Open File Explorer, type \\ComputerName or \\IPAddress in the address bar, and press Enter.
  • Troubleshoot shared folder access by enabling Network Discovery and File & Printer Sharing, checking permissions, and verifying firewall settings.
  • Public vs. Private profiles: Use Private for home/trusted networks and Public for untrusted networks to control device visibility.
  • Security tip: Limit share permissions, disable SMBv1, and re-enable firewalls after testing to reduce security risks.

File-sharing over a secure network happens a lot more commonly in controlled environments. But if you’re setting it up for the first time on your personal device or managed network, here’s our comprehensive guide on how to view all files on shared network computers. Let’s dive in.

Methods to view all Network Shares

There are four common methods to view all network shares; you can use:

✔️ File Explorer (Recommended)

✔️ Command Prompt (general guide on using the Command Prompt)

✔️ PowerShell

✔️ Computer Management

The quickest way to view all network shares for general purposes is via File Explorer.

Option 1: View Network Shares Using File Explorer (Recommended)

  1. Open File Explorer or press Win + E.
  2. In the address bar, type \\YourComputerName or \\YourIPAddress.
  3. Press Enter to view a list of folders shared on the network.

Open File Explorer or press Win + E then In the address bar, type \\YourComputerName or \\YourIPAddress.

🥷 Tip: If Network is pinned to Quick Access, just click the icon and tap your computer name to view network shares. Should you receive a prompt, enter network credentials to access shared resources.

Option 2: List Network Shares with Command Prompt (For quick listings)

  1. Type cmd in the Run dialog box, and press CTRL + Shift + Enter to open the Command Prompt as Administrator.
  2. Run the net share command to display all local shares, or net view \\ComputerName to list remote computer shares.

Open Command Prompt and run "net share" to display all network shares.

The Command Prompt method is the fastest if you’re just looking for an overview or list of shared items.

Option 3: List Network Shares with PowerShell (For detailed information)

  1. From Start, search and open PowerShell.
  2. Type Get-WmiObject -Class Win32_Share and press Enter.

💡Note: Get-WmiObject works on older Windows, but Get-SmbShare is recommended for Windows 8/10/11

Option 4: View Network Shares with Computer Management (For GUI-based management)

  1. Search Computer Management from the Start menu or open Run and type compmgmt.msc to get started.
  2. Navigate to System Tools → Shared Folders → Shares
  3. A list of all shared folders on the PC will be displayed.

Troubleshooting network share issues

There are a few known issues you may encounter when managing shared files. Here are some basic troubleshooting steps to address them:

Issue: Shared folders are not visible on the network

Ensure Network Discovery and File Sharing settings are enabled:.

  1. Open Control Panel
  2. Navigate to Network and Internet →Network and Sharing Center → Advanced sharing settings
  3. Toggle the ✅ Turn on network discovery and ✅ Turn on file and printer sharing options under Private.
  4. Press Save changes to proceed.

Open Control Panel → Network and Internet → Network and Sharing Center → Advanced sharing settings; under Private profile, select “Turn on network discovery” and “Turn on file and printer sharing”; click Save changes.

This page will also display whether you have a public or private profile enabled for network sharing.

🥷 Tip: See the FAQ below for more details on each network-sharing profile.

Issue: Can’t access a shared folder

Validate if you have permission to access the target folder or if you have the correct user account to do so. Double-check your credentials if password-protected sharing is enabled.

Issue: Network shares are slow or unresponsive

Restarting the network adapter and router is recommended to diagnose connection and network issues. In some cases, turning off third-party firewalls can also interfere with network connections or sharing.

→ Slow network connection? Here are some essential troubleshooting tips for common network connectivity issues.

Quick-Start Guide

I can help you with viewing network shares on a Windows PC using NinjaOne.

Here are a few insights:– NinjaOne offers remote tools that can help you access and manage devices.– There are scripts in the NinjaOne script library that might assist with network-related tasks.

While NinjaOne doesn’t have a one-click solution for viewing all network shares, you have a few options:1. Use NinjaOne’s Remote Tools to access the device2. Use a script from the NinjaOne script library to list network shares3. Manually use Windows command-line tools like net view or net share during a remote session

Rounding up Windows network file-sharing best practices

Network sharing is a great way to expedite resource management for personal tasks and collaborative projects. It’s also incredibly efficient in managed environments, allowing IT operators to deploy with ease and minimal intervention.

That said, file-sharing over a network also carries its own set of risks. Hence, it’s essential to regularly and thoroughly check or update protocols to prevent unauthorized access and mishandling of sensitive data.

FAQs

You can use File Explorer (\\ComputerName or \\IPAddress), Command Prompt (net share or net view \\ComputerName), PowerShell (Get-SmbShare), or Computer Management to see all network shares.

Open Computer Management, right-click Computer Management (Local), select Connect to another computer, then navigate to System Tools → Shared Folders → Shares.

In managed environments, a third-party endpoint management tool is ideal for remotely managing IT infrastructures. It allows users to access network shares easily and maintain strict compliance requirements.

Ensure Network Discovery and File & Printer Sharing are enabled, verify you have correct permissions, check firewall settings, and confirm both devices are on the same network.

Right-click the folder, select Give access to → Remove access, or go to Properties → Sharing → Advanced Sharing and uncheck Share this folder.

Tidy up your network fast – watch how to delete a network share on Windows 10 and 11.

Yes. Run Get-SmbShare in PowerShell for modern systems, or Get-WmiObject -Class Win32_Share for older Windows versions.

Open Windows Features, check SMB 1.0/CIFS File Sharing Support (only if needed), and ensure SMBv2 or SMBv3 is active for secure file sharing.

You might also like

Ready to simplify the hardest parts of IT?