How to Share Wi-Fi from Your Computer to Your Phone: A Complete Guide

Situations where a desktop computer or laptop is already connected to a wired internet connection, but a mobile device needs internet access, are common. This could be due to a smartphone operating system update, downloading large files, or simply the phone's data plan not being charged. In such cases, Sharing Wi-Fi from a computer becomes the only quick solution that does not require the purchase of additional equipment.

Modern operating systems such as Windows 10, Windows 11 And macOS, have built-in tools for creating a virtual access point. You don't need to download third-party software or have system administration skills. The process takes just a few minutes and allows you to turn your PC into a fully-functional router.

In this article, we'll cover all the methods for setting up a wireless network in detail, from standard system settings to advanced command-line methods. You'll learn how to configure security, which settings are best for a stable connection, and how to troubleshoot common connection issues.

Hardware and software requirements

Before you begin setting up, you need to make sure your equipment supports the required functionality. To create a wireless access point, your computer must have Wi-Fi adapterFor laptops, it's included by default, but for desktop PCs, you may need to purchase a USB dongle or PCIe card.

⚠️ Note: Some older Wi-Fi adapter models do not support "Master" or "Hosted Network" modes. If you receive an error during setup stating that the network cannot be started, check the specifications for your adapter on the manufacturer's website.

The operating system also plays a key role. Windows 7 the functionality is limited and requires additional manipulation, whereas in Windows 10 And Windows 11 This feature is deeply embedded into the system and works reliably. For users macOS I was also lucky - the "Shared Internet" mechanism works flawlessly on all current versions.

  • 📡 An active wired connection (Ethernet) or other internet source on the PC.
  • 💻 Wi-Fi module with infrastructure mode support (standard for 99% of devices).
  • 🔌 Stable power supply for the device (especially important for laptops running on battery power).

It's important to understand that your upload speed will be limited by your incoming connection speed and the capabilities of your Wi-Fi adapter. If your computer receives internet via cable at 100 Mbps, you won't be able to exceed that speed over Wi-Fi, even if your adapter supports higher speeds.

Setting up a hotspot in Windows 10 and 11

The easiest and most reliable way to share your internet connection is to use the built-in "Mobile Hotspot" feature. This method doesn't require complex commands and is accessible through the graphical settings interface. It's ideal for most users who need to quickly share a connection.

To get started, open the Start menu and go to Settings. In Windows 10, this is done via the gear icon; in Windows 11, you can simply right-click the Start button and select Settings. Next, find the Network & Internet section and select Mobile Hotspot from the left menu.

☑️ Check before launching a hotspot

Completed: 0 / 1

In the window that opens, you'll see a toggle labeled "Allow other devices to use my internet connection." Enable it. The system will automatically prompt you to select a connection source (e.g., Ethernet) and network to share. The network name (SSID) and password will be displayed below, which you can change by clicking the "Change" button.

⚠️ Note: When you enable a mobile hotspot, Windows may automatically disable VPN connections or change the priority of network adapters. If the internet connection on the connected phone isn't working, temporarily disable the VPN client.

Once enabled, your computer will begin broadcasting a signal. On your phone, open the list of available Wi-Fi networks, find the name you specified (or the one the system suggests), and enter the password. The connection is usually instant.

In Windows 11, the interface has become even more user-friendly. Hotspot properties can now be edited directly in the quick menu, accessible with a keyboard shortcut. Win + AThe number of connected devices and the amount of data transferred are also displayed, helping you monitor your traffic.

Using the command line to create a network

For advanced users or in situations where the graphical interface doesn't work correctly, there's a command-line configuration method. This method provides greater control over the network settings, including selecting the frequency band and security type.

To use this method, launch the Command Prompt as an administrator. Right-click the Start button and select Windows PowerShell (Admin) or Command Prompt (Admin). In the window that opens, enter the command to check for host-based networking support:

netsh wlan show drivers

In the command output, look for the line "Hosted Network Support." If it says "Yes," then your adapter is ready to use. Next, you need to create the network itself. To do this, use the following syntax: MyNetwork — the network name, and MyPassword — password (minimum 8 characters):

netsh wlan set hostednetwork mode=allow ssid=MyNetwork key=MyPassword keyUsage=persistent

After creating the network, you need to start it with the command netsh wlan start hostednetworkHowever, at this stage, the internet will not work on the connected devices, as we've only created a virtual adapter. We need to expand the connection.

What to do if the command fails?

If the system writes "WLAN AutoConfig service is not running", open services.msc, find the WLAN AutoConfig service, set the startup type to "Automatic" and click "Start".

To share, go to "Control Panel" → "Network and Internet" → "Network and Sharing Center" → "Change adapter settings." Find your primary adapter (the one that connects to the internet), right-click → "Properties" → "Sharing" tab. Check "Allow other users..." and select the virtual network you created from the list (usually called "Local Area Connection*").

Sharing Wi-Fi on macOS

Apple computer owners also don't need to look for third-party programs. In macOS, internet sharing is built into System Preferences and is called "Internet Sharing." The operating principle is similar to Windows, but the interface and terminology differ.

Open System Preferences (or System Preferences in newer versions of macOS) and go to the General section. Find Internet Sharing. In the preferences window, first select your connection source in the Connection Sharing field. This could be Ethernet, a USB modem, or even another Wi-Fi connection (if you have a dual-band card).

Then, in the "For computers using:" list, check the "Wi-Fi" box. Click "Wi-Fi Settings" to set the network name, channel, and, most importantly, the password. We recommend selecting WPA2/WPA3 Personal for maximum security.

  • 🍏 Open "System Preferences" → "General" → "Internet Sharing".
  • 🔌 Select an internet source (e.g. Ethernet).
  • 📡 Enable the "Wi-Fi" option in the list of distribution methods.
  • 🔑 Set a password and click "OK", then turn on the "Internet Sharing" toggle switch.

Once enabled, a two-ring icon will appear in the menu bar, indicating active sharing. Your Macbook may warn you that Wi-Fi must be turned on for the feature to work. Accept this. Your smartphone will now see the network and be able to connect.

It's worth noting a macOS feature: sharing internet access via Wi-Fi to another Wi-Fi network is only possible on models with dual radios or when using specific frequency bands (2.4 GHz and 5 GHz simultaneously). In most cases, a Mac will share wired internet access over Wi-Fi without issue.

Comparison of distribution methods and their characteristics

The choice of sharing method depends on your goals, operating system version, and the required level of control. Below is a table comparing the main methods for setting up a hotspot on a PC.

Method Complexity Flexible settings Stability
Mobile Hotspot (Win 10/11) Low Average High
Command line (netsh) High Maximum Average
Internet Sharing (macOS) Low Average High
Third-party software (Connectify) Average High Depends on the software

As the table shows, built-in graphical tools are best for everyday use. They provide a balance between simplicity and functionality. Command-line methods are useful for automation or troubleshooting.

Using third-party software such as Connectify Hotspot or MyPublicWiFi, makes sense only if the standard Windows tools do not work at all or if advanced functionality is required, such as speed limiting for each client or detailed traffic logging.

📊 Which Wi-Fi sharing method do you use most often?
Built-in Windows 10/11: Via the command line: On macOS: Third-party programs

Solution and troubleshooting

Despite the simplicity of setup, users may encounter a number of issues. The phone may see the network but not connect, or it may be connected but not work. Most often, the problem lies in DNS or IP address settings.

If your device is connected but pages aren't loading, try setting up static DNS addresses on your phone. Use Google's addresses (8.8.8.8 And 8.8.4.4) or Cloudflare (1.1.1.1). This often solves problems with domain name resolution.

⚠️ Note: Operating system interfaces and drivers are subject to update. If you can't find a specific menu item, use the search within Windows Settings or refer to the documentation from the manufacturer of your Wi-Fi adapter.

Another common issue is disabling power saving. Windows may disable the Wi-Fi adapter to save power, which interrupts the connection. Go to "Device Manager," find your wireless adapter, open its properties, and in the "Power Management" tab, uncheck "Allow the computer to turn off this device..."

Also, make sure your firewall or antivirus isn't blocking the shared connection. Try temporarily disabling your protection and testing your network. If the problem persists, add an exception rule for your virtual network in your firewall settings.

Security issues when sharing the Internet

By turning your computer into a hotspot, you take responsibility for the security of your data. An open, password-less network will allow any nearby user to connect to your internet and potentially access shared folders on your PC.

Always use encryption WPA2-Personal or WPA3These standards ensure reliable protection of transmitted traffic. Passwords must be complex, contain upper- and lower-case letters, numbers, and special characters, and be at least 12 characters long.

Avoid transmitting sensitive data over such a network if there are unknown devices connected. Although modern protocols encrypt traffic, the principle of least privilege still applies. Monitor the list of connected clients in the hotspot settings.

Remember that sharing Wi-Fi makes your computer visible to other devices. Make sure your network profile is set to "Public Network" rather than "Private." This will hide your PC from detection and prevent access to shared resources.

Is it possible to distribute Wi-Fi if the computer does not have an Ethernet cable?

Yes, you can. You can share the internet you receive via a USB modem (3G/4G dongle) or even via Wi-Fi (if the adapter supports both client and access point mode, which is rare on standard cards but possible on more advanced ones).

How many devices can be connected to a hotspot?

Officially, Windows limits the number of connections to eight devices. However, this is a software limitation, and the actual limit depends on the power of your Wi-Fi adapter and processor. For stable operation, no more than 3-5 active clients are recommended.

Does Wi-Fi sharing affect the speed of the computer itself?

Yes, it does. The processor and network card are responsible for routing packets, which creates additional load. If you're actively downloading files on a connected phone, your PC's internet speed will also decrease, as the bandwidth is shared between all users.

Why does my phone say "No Internet access"?

Most often, this means the computer doesn't have an active internet connection, or "Sharing" isn't configured correctly in the adapter properties. Check if the internet is available in the browser on the PC itself, and double-check the checkboxes in the connection properties window.

Is it possible to share Wi-Fi with the laptop screen turned off?

Yes, you can. However, you need to configure your power plan so that closing the lid doesn't put the computer into sleep mode. Otherwise, the Wi-Fi adapter will turn off when the computer goes into sleep mode. Set the lid-close action to "Do nothing."