Loading...

We've detected that your browser language is Chinese. Would you like to visit our Chinese website? [ Dismiss ]
By: Emma

Sharing files between computers on the same network keeps your data off the internet and speeds up transfers. This guide covers the basic requirements, then walks through the setup steps for Windows and Mac.

What Counts as “Same Network” (Quick Checklist Before You Start)

Before you try to transfer files, confirm that both devices can actually see each other. Most sharing failures come down to computers sitting on separate network segments, not faulty settings.

  • Connected to the same router: Both devices need to connect to the same router, Wi-Fi access point, or LAN. Being in the same building does not guarantee this.
  • Network discovery enabled: Windows and macOS disable local sharing by default on public connections. Set the network profile to private on both devices.
  • Matching workgroup: Windows PCs find each other more easily when they share the same workgroup name, usually WORKGROUP by default.
  • Firewall settings allow sharing: Built-in firewalls sometimes block incoming file-sharing requests. Allow file and printer sharing through the firewall on both devices.

This guide focuses on local file sharing. If you need to send files to a different network, such as a remote office, cloud sync tools or physical storage drives work better.

How to Share Files Between Computers on the Same Network

Windows and macOS both include built-in tools to move files between computers on the same network. The right method depends on your operating system and how often you need access to the shared files.

Share Files Between Two Windows PCs

Windows offers native tools for both quick, one-time transfers and permanent network access.

Option 1: Network Share via PowerShell

Windows 11 sometimes hides both the folder’s Sharing tab and the Give access to context menu option, depending on system configuration. PowerShell provides a reliable way to create a share regardless of which UI options are available.

  1. Open Start, search for PowerShell, right-click it, and select Run as administrator.
  2. Run the following command, replacing the path and share name with your own: New-SmbShare -Name "SharedFolder" -Path "D:\SharedFolder" -FullAccess "Everyone"
  3. Confirm the share was created by running Get-SmbShare.

option 1 network share via powershell

Note: If the classic Give access to option does appear when you right-click a folder (select Show more options first if needed), you can use that instead. Choose Specific people, add a user or select Everyone, then set the permission level and click Share.

Option 2: Nearby Sharing

Nearby Sharing sends files quickly over Bluetooth or Wi-Fi without changing folder permissions.

  1. Open Settings, select System, then click Nearby sharing and turn it on.option 2 nearby sharing
  2. Choose My devices only or Everyone nearby.option 2 choose my devices only or everyone nearby
  3. In File Explorer, select the file, click Share in the toolbar (or right-click and select Share), then choose the destination PC from the list of detected devices.

Option 3: Mapping a Network Drive

Mapping a network drive assigns a permanent drive letter to a shared folder, so it behaves like a local disk.

  1. Open File Explorer and select This PC in the sidebar.
  2. Click the three-dot menu and select Map network drive.option 3 mapping a network drive
  3. Choose a drive letter and enter the path in the format \\computer-name\shared-folder.
  4. Check Reconnect at sign-in and click Finish.option 3 reconnet at sign in and click finish
Note: If the target PC doesn’t appear, check the advanced sharing settings in Control Panel. Confirm password-protected sharing matches your environment and that both PCs use the same workgroup name.

Share Files Between a Mac and a Windows PC

Cross-platform sharing relies on SMB (Server Message Block), a protocol supported by both operating systems for file sharing.

Enable SMB File Sharing on macOS

  1. Open System Settings, click General, then select Sharing.
  2. Turn on File Sharing and click the info icon next to it.
  3. Click Options, check Share files and folders using SMB, then select the user account.

Connect from Windows to Mac

  1. Find the Mac’s local IP address in the Sharing settings window, for example 192.168.1.15.
  2. Open File Explorer on the Windows PC.
  3. Type \\192.168.1.15 in the address bar and press Enter.
  4. Enter the macOS username and password when prompted.

Connect from Mac to Windows

  1. Open Finder, click Go, then select Connect to Server.
  2. Type smb://192.168.1.20 (using the Windows PC’s IP address) and click Connect.
  3. Select Registered User and enter the Windows credentials.

Understanding Permissions

Read permission lets other users view and copy files. Read/Write permission lets them edit, delete, or add files, so assign it only where that access is needed.

Share Files Between Two Macs on the Same Network

macOS offers two main options: instant wireless transfer or continuous network access to a shared folder.

AirDrop vs. File Sharing (SMB)

AirDrop works best for sending a quick file wirelessly. File Sharing over SMB suits ongoing access to larger folders shared between computers on the same Wi-Fi.

Using AirDrop

  1. On both Macs, open Finder and select AirDrop in the sidebar (or open Control Center and click AirDrop).
  2. Set visibility to Contacts Only or Everyone for 10 Minutes, depending on whether the other Mac is a known device.
  3. Drag the file onto the recipient’s name or icon in the AirDrop window.
  4. On the receiving Mac, click Accept when the prompt appears.

macos airdrop

Note: AirDrop needs both Wi-Fi and Bluetooth turned on, and works only when the two Macs are within a short range of each other.

Using File Sharing (SMB)

  1. Open System Settings, click General, then select Sharing.
  2. Turn on File Sharing and click the info icon next to it to choose which folders to share.
  3. Click Options and confirm Share files and folders using SMB is checked.
  4. On the second Mac, open Finder, click Go, then select Connect to Server, and enter smb:// followed by the first Mac’s IP address.

When to Use Which

  • AirDrop: Best for one-off transfers of images, documents, or single files to a nearby Mac.
  • File Sharing (SMB): Best for a shared folder that other team members access repeatedly throughout the day.

Share Files Between Computers on Different Networks

When computers do not share the same router or local connection, cloud sync or physical storage can move files across the internet instead.

Cloud Synchronization Options

Cloud services bridge devices in different physical locations. Platforms such as OneDrive, Google Drive, and Dropbox upload files to a secure server so they can be accessed from anywhere.

  • How it works: Install the desktop app for the chosen service on both computers. Moving a file into the synced folder on one computer uploads it automatically, making it available in the same folder on the other.
  • Best for: Remote teams working from separate locations who need ongoing, automatic access to shared files.

If you already rely on OneDrive for storage, setting up a proper OneDrive backup adds a safety net in case a synced file gets overwritten or deleted by mistake.

External Storage as a Fallback Method

Physical media works well when connections are slow or unavailable. High-capacity external SSDs or USB flash drives move large amounts of data quickly without depending on internet speed.

  • How it works: Copy the files to the external drive, then connect it to the target computer to transfer them locally. This skips the network transfer step entirely, though normal file and folder permissions on the target computer still apply.
  • Requirement: Use a compatible file system such as exFAT so both Windows and Mac can read and write to the drive.

On Windows specifically, backing up to an external drive works well as a recurring habit rather than a one-time transfer.

Why File Sharing Between Computers Fails or Runs Slowly

Network configuration, hardware limits, or security settings can all cause local transfers to fail or run slowly. Identifying the specific bottleneck is the fastest way to restore normal speeds.

Wi-Fi Bottlenecks

Wireless connections are prone to signal interference, physical obstructions, and channel congestion, which reduce performance compared to a wired connection.

Connect both computers to the router with Ethernet cables. This avoids wireless interference and uses the full speed of the network adapters.

Outdated NIC Drivers

The network interface card (NIC) handles the connection to the router. Outdated drivers often cause unstable connections and packet loss, which slows down transfers.

Update the NIC driver through Device Manager, or disable and re-enable the adapter to clear temporary glitches.

Duplex Mismatch

This happens when one device runs in half-duplex mode (sending or receiving one at a time) while the other runs in full-duplex mode (sending and receiving at once), causing data collisions and a sharp drop in performance.

Set both network adapters to the same duplex mode, or leave both on Auto-Negotiate so they agree on a matching setting automatically.

Legacy Protocols

Older systems sometimes rely on NetBIOS, a legacy name resolution method, or the outdated SMBv1 protocol. Modern Windows versions disable SMBv1 by default for security reasons, which can block sharing with older devices that still depend on it.

Update the older device or software where possible. If SMBv1 access is unavoidable, enable it only temporarily through Windows Features, then disable it again once the transfer is done.

Internet Connection Sharing (ICS) Conflicts

Enabling ICS can create secondary routing conflicts, often causing duplicate IP address issues and preventing network discovery from working correctly.

Turn off ICS on the connection that is not the intended shared connection, then restart both computers to clear any duplicate IP address conflicts.

General Tip: Even after fixing a specific issue, check your router’s Quality of Service (QoS) settings. Some routers deprioritize local network traffic in favor of internet traffic, which can quietly slow down transfers even when everything else is configured correctly.

How i2Share Helps Organizations Share Files at Scale

The methods above work well for a handful of computers on the same network. Once a business scales to dozens of devices, multiple office locations, or remote teams, manually configuring shares on each machine becomes difficult to manage and secure.

i2Share addresses this by centralizing file storage and access control instead of relying on device-by-device sharing. Key features include:

  • Secure File Sharing: Granular access controls, permission approval workflows, and validity controls, with end-to-end encryption and anti-virus integration on every shared file.
  • Multi-Device File Sync: Bidirectional sync across desktops, mobile devices, and virtual disks, with offline editing that syncs automatically once the device reconnects.
  • Cross-Location Data Exchange: Multi-site deployment gives each office location its own local access and file storage, while unified user views keep cross-site file operations consistent.
  • Ransomware Recovery: Continuous data protection with CDP rollback allows fast recovery of affected files or directories after a ransomware attack or accidental deletion.
  • Centralized Management: A single platform lets administrators manage files, configure permissions, and set sharing policies across the whole business instead of per device.

i2Share log in page

These capabilities matter most once file sharing outgrows what manual network shares or mapped drives can handle across a growing number of devices and locations.

FREE Trial for 60-Day

FAQ

Q1: How can I share files from one PC to another via Wi-Fi?

Turn on Nearby Sharing in Windows settings on both PCs, or set up a local network share by right-clicking a folder. Both PCs need to be on the same Wi-Fi network with network discovery enabled.

 

Q2: How to access files of other computers on network?

Open File Explorer on Windows or Finder on Mac, then check the Network section in the sidebar. Select the target computer and sign in with its user credentials. If it doesn’t appear, type its IP address directly into the path bar instead.

 

Q3: How to share files between two PCs using LAN?

Connect both PCs to the same router with Ethernet cables. Right-click the folder to share, open Properties → Sharing, and add the users who need access. This gives you a fast, wired LAN share for large file transfers.

 

Q4: Is it safe to turn on file sharing on public Wi-Fi?

No. File sharing on public networks exposes your folders to other users on the same connection. Keep the network profile set to Public on public Wi-Fi, since this disables discovery and sharing automatically. For transferring files in public, use a cloud service or a USB drive instead.

 

Q5: Why can’t I see the other computer on my network?

This usually means network discovery is off or the network profile is set to public. Confirm both computers use the same workgroup name and are connected to the same router. Also check that your firewall isn’t blocking file and printer sharing.

Conclusion

Sharing files between computers on the same network comes down to matching the method to the situation. Nearby Sharing and network shares work well for occasional transfers between two Windows PCs, while SMB handles cross-platform sharing between Mac and Windows reliably. AirDrop suits quick one-off transfers between Macs, and mapped drives or SMB shares fit recurring, ongoing access.

When devices are not on the same network, cloud sync or external storage close that gap without much extra setup. If transfers still run slowly, checking the network configuration, drivers, and protocol settings usually resolves the issue faster than switching methods entirely.

As the number of devices, locations, or users grows, manually managing shares on each machine becomes harder to sustain. That is the point where a centralized platform like Info2soft‘s i2Share becomes worth considering for keeping file sharing organized and secure at scale.

Emma is the bridge between complex engineering and the people who need it. As a content creator at Info2soft, she spends her days translating "tech-speak" into clear, actionable stories about data resilience. She’s not just documenting software; she's uncovering how data replication and recovery actually change the way businesses run.

More Related Articles

Ready to Enhance Business Data Security?

· Enterprise & Mid-market Customers Worldwide

· Support team available to assist you throughout your trial

· Start a 60-day free trial or view demo to see how Info2Soft protects enterprise data.

Please fill out the form and submit it, our customer service representative will contact you soon.
By submitting this form, I confirm that I have read and agree to the Privacy Notice.
{{ isSubmitting ? 'Submitting...' : 'Submit' }}