Sharing your internet connection on Windows lets you turn your computer into a hotspot, giving internet access to other devices without needing a separate router. This works whether you’re using Wi-Fi, Ethernet, or mobile data.
Here’s what you need to know to get it done quickly and safely.
Why Share Your Internet Connection?
You might need to share your Windows internet connection for several reasons:
- Your phone has no data left but you need to check email
- A friend visits and needs Wi-Fi access
- You’re in a hotel room with only one Ethernet port
- Your main router stopped working temporarily
- You want to create a temporary network for a meeting or event
Windows makes this simple with built-in features. No third-party software required.
Quick Answer: Three Main Methods
Windows offers three ways to share your internet:
- Mobile Hotspot (easiest, Windows 10/11 only)
- Internet Connection Sharing (ICS) (works on all Windows versions)
- Command Line Hotspot (advanced users, more control)
Most people should use Mobile Hotspot. It takes about 30 seconds to set up.

Method 1: Mobile Hotspot (Windows 10 and 11)
This is the fastest way to share your internet connection on modern Windows systems.
Setting Up Mobile Hotspot
Windows 11:
- Open Settings (press Windows key + I)
- Click “Network & Internet” in the left sidebar
- Click “Mobile hotspot”
- Under “Share my Internet connection from,” select your active connection
- Under “Share over,” choose Wi-Fi (recommended) or Bluetooth
- Click the toggle to turn on Mobile hotspot
Windows 10:
- Open Settings (Windows key + I)
- Click “Network & Internet”
- Click “Mobile hotspot” in the left menu
- Choose which connection to share from the dropdown
- Select “Wi-Fi” as your sharing method
- Toggle Mobile hotspot to “On”
Customizing Your Hotspot
Before you turn it on, customize these settings:
Network name: Click “Edit” to change the default name to something recognizable like “JohnLaptop” or “MeetingRoom2”
Password: Create a strong password with at least 8 characters. Mix letters, numbers, and symbols.
Network band: Choose 2.4 GHz for better range or 5 GHz for faster speeds (if available)
Connecting Devices
Once your hotspot is active:
- On your phone or tablet, open Wi-Fi settings
- Look for your hotspot name in the network list
- Enter the password you created
- Connect
Windows shows how many devices are connected and their names in the Mobile hotspot settings.
Power and Battery Considerations
Running a hotspot drains your laptop battery faster than normal use. Expect 30-40% faster battery drain.
If using a laptop on battery power:
- Lower your screen brightness
- Close unnecessary programs
- Limit connected devices to 2-3 maximum
- Plug in when possible
Method 2: Internet Connection Sharing (ICS)
This older method works on all Windows versions, including Windows 7 and 8. Use this if Mobile Hotspot isn’t available.
When to Use ICS
- You’re running Windows 7 or 8
- Mobile Hotspot isn’t working properly
- You need to share through an Ethernet cable
- You want more advanced network control
Step-by-Step ICS Setup
- Press Windows key + R
- Type “ncpa.cpl” and press Enter
- You’ll see your network connections
Identify your connections:
- The connection with internet (source)
- The connection you’ll share through (destination)
Enable sharing:
- Right-click your internet connection (usually Wi-Fi or Ethernet)
- Select “Properties”
- Click the “Sharing” tab
- Check “Allow other network users to connect through this computer’s Internet connection”
- From the dropdown, select the connection you want to share to
- Click “OK”
Creating a Network Bridge
Sometimes you need a network bridge to connect two adapters:
- Open Network Connections (ncpa.cpl)
- Hold Ctrl and click both connections you want to bridge
- Right-click one of them
- Select “Bridge Connections”
- Wait for Windows to create the bridge
This combines two network adapters into one logical connection.
Troubleshooting ICS
“Sharing” tab is missing:
- Run Command Prompt as administrator
- Type:
netsh wlan set hostednetwork mode=allow - Restart your computer
Other devices can’t connect:
- Check Windows Firewall settings
- Temporarily disable antivirus software
- Verify the shared connection shows “Shared” under its name
Method 3: Command Line Hotspot
This method gives you complete control using Command Prompt or PowerShell.
Creating a Hosted Network
Open Command Prompt as administrator:
- Click Start
- Type “cmd”
- Right-click Command Prompt
- Select “Run as administrator”
Set up the network:
netsh wlan set hostednetwork mode=allow ssid=YourNetworkName key=YourPassword
Replace “YourNetworkName” with your preferred name and “YourPassword” with a strong password.
Start the network:
netsh wlan start hostednetwork
Enable internet sharing:
You still need to enable ICS (Method 2) for the hosted network adapter.
Stopping and Managing
Stop the network:
netsh wlan stop hostednetwork
Check status:
netsh wlan show hostednetwork
This displays connected devices, security settings, and network status.
Disable completely:
netsh wlan set hostednetwork mode=disallow
Advanced Settings
Change password without stopping:
netsh wlan set hostednetwork key=NewPassword keyUsage=persistent
View security settings:
netsh wlan show hostednetwork setting=security
Security Best Practices
Sharing your internet creates security risks. Follow these rules:
Password Requirements
- Minimum 12 characters
- Mix uppercase and lowercase letters
- Include numbers and symbols
- Avoid dictionary words
- Don’t use personal information
Good example: Tr4v3l#M0bi1e@2026
Bad example: password123
Network Security Settings
Always use WPA2 or WPA3 encryption. Never use WEP or open networks.
Check your encryption:
- Open Mobile hotspot settings
- Click “Edit”
- Verify “WPA2” or “WPA3” appears
Monitoring Connected Devices
Regularly check who’s using your hotspot:
- Windows 11/10: Mobile hotspot settings show connected devices
- Block unauthorized devices immediately
- Change your password if you see unknown connections
Additional Security Measures
- Turn off the hotspot when not in use
- Use a VPN on your host computer
- Enable Windows Firewall
- Update Windows regularly for security patches
- Don’t share your password via text or email
Learn more about Windows network security from Microsoft.
Bandwidth and Speed Management
Sharing your connection splits available bandwidth between devices.
Expected Speed Reduction
| Scenario | Speed Impact |
|---|---|
| 1 device connected | 5-10% slower |
| 2-3 devices | 20-30% slower |
| 4-5 devices | 40-60% slower |
| 6+ devices | 70%+ slower |
Optimizing Performance
Limit connected devices: More devices mean slower speeds for everyone.
Prioritize traffic: Windows doesn’t offer built-in QoS for Mobile Hotspot, but you can:
- Ask users to pause large downloads
- Stream at lower quality settings
- Close bandwidth-heavy applications
Choose the right band:
- 2.4 GHz: Better range, more interference, slower speeds (good for browsing)
- 5 GHz: Shorter range, less interference, faster speeds (good for streaming)
Testing Your Shared Connection Speed
On a connected device:
- Visit a speed test website
- Note the download and upload speeds
- Compare to your normal speeds
- Expect 40-60% of your regular speed with multiple devices
Sharing Specific Connection Types
Different internet sources require different approaches.
Sharing Wi-Fi to Create a Second Network
This is the most common scenario:
- Your computer connects to Wi-Fi
- You share that Wi-Fi as a new hotspot
- Other devices connect to your computer’s hotspot
Requirements:
- Your Wi-Fi adapter must support “Hosted Network”
- Windows 10/11 makes this automatic with Mobile Hotspot
- On Windows 7/8, use the Command Line method
Limitation: Some Wi-Fi adapters can’t connect and host simultaneously. If this fails, you’ll need a second Wi-Fi adapter (USB dongle).
Sharing Ethernet Connection
This works well when you have wired internet but need Wi-Fi:
- Connect Ethernet cable to your computer
- Enable Mobile Hotspot (share from Ethernet)
- Other devices connect via Wi-Fi
Advantages:
- More reliable than Wi-Fi-to-Wi-Fi sharing
- Better performance
- No wireless adapter conflicts
Sharing Mobile Data (Phone Tethering)
If your phone is connected via USB providing internet:
- Connect phone to computer via USB
- Enable USB tethering on phone
- Computer receives internet through USB connection
- Use Mobile Hotspot to share this connection
Warning: This uses your mobile data plan. Monitor usage carefully.
Sharing VPN Connection
You can share a VPN connection, but setup is complex:
- Connect to VPN on host computer
- Enable connection sharing
- All connected devices route through your VPN
Important: Not all VPNs allow this. Check your VPN provider’s terms of service.
Troubleshooting Common Problems
“Can’t Set Up Mobile Hotspot”
Causes and solutions:
- Wi-Fi adapter doesn’t support hosting: Buy a USB Wi-Fi adapter that supports hosted networks
- Drivers are outdated: Update your network adapter drivers through Device Manager
- Feature is disabled: Run
netsh wlan set hostednetwork mode=allowas administrator
Connected But No Internet
This happens when sharing is enabled but traffic isn’t routing properly.
Fix:
- Open Network Connections (ncpa.cpl)
- Right-click your internet connection
- Properties → Sharing tab
- Uncheck the sharing option
- Click OK
- Re-enable sharing
- Select the correct network to share to
Alternative fix:
- Restart the “Internet Connection Sharing” service
- Press Windows + R, type
services.msc - Find “Internet Connection Sharing (ICS)”
- Right-click and select “Restart”
Very Slow Speeds on Connected Devices
Diagnose the problem:
- Test speed on host computer first
- If host is slow, the issue isn’t with sharing
- If host is fast but shared connection is slow, continue below
Solutions:
- Move devices closer to the host computer
- Reduce number of connected devices
- Switch from 2.4 GHz to 5 GHz (or vice versa)
- Update network drivers
- Disable VPN temporarily to test
- Check for Windows updates
Devices Can’t Find Your Hotspot
- Verify Mobile Hotspot is actually turned on
- Check that Wi-Fi is enabled on the device searching
- Restart both the host computer and connecting device
- Make sure you’re searching on the correct band (2.4 vs 5 GHz)
- Try changing the hotspot name to something simple without special characters
Hotspot Turns Off Automatically
Windows may disable your hotspot to save power:
- Open Settings → Network & Internet → Mobile hotspot
- Look for power saving options
- Some laptops disable hotspot when battery is low
- Plug into power if this keeps happening
Comparing Methods: Which Should You Use?
| Method | Best For | Difficulty | Windows Version |
|---|---|---|---|
| Mobile Hotspot | Most users, quick setup | Easy | 10, 11 |
| ICS | Older Windows, Ethernet sharing | Medium | 7, 8, 10, 11 |
| Command Line | Advanced users, automation | Hard | 7, 8, 10, 11 |
Choose Mobile Hotspot if:
- You have Windows 10 or 11
- You want the simplest solution
- You share your connection occasionally
Choose ICS if:
- You’re on Windows 7 or 8
- Mobile Hotspot isn’t working
- You need Ethernet-to-Ethernet sharing
Choose Command Line if:
- You want maximum control
- You’re creating scripts or automation
- You need to troubleshoot network issues
Legal and Policy Considerations
Before sharing your internet, know the rules.
Home Internet Plans
Most residential ISPs allow connection sharing within your household. Read your terms of service to verify.
Generally acceptable:
- Sharing with family members
- Connecting your own multiple devices
- Occasional guest access
Usually prohibited:
- Running a commercial hotspot
- Reselling internet access
- Providing service to neighbors regularly
Workplace Networks
Many companies prohibit creating personal hotspots on work computers.
Why companies restrict this:
- Security risks
- Bandwidth concerns
- Policy compliance
- Network monitoring difficulties
Ask IT before:
- Creating any hotspot on a work device
- Sharing company internet
- Connecting personal devices to work networks
Public Wi-Fi and Hotels
Terms vary widely. Some hotels charge for internet per device and prohibit sharing.
Check before sharing:
- Hotel internet terms of service
- Public Wi-Fi acceptable use policies
- Conference center or venue rules
Breaking these rules can result in disconnection or additional fees.
Summary
Sharing your Windows internet connection is straightforward with the right method:
Quick setup: Use Mobile Hotspot on Windows 10/11 for the easiest experience. It takes less than a minute.
Older systems: Internet Connection Sharing (ICS) works on all Windows versions and requires more manual configuration.
Advanced users: Command line methods offer complete control and automation possibilities.
Security matters: Always use strong passwords, WPA2/WPA3 encryption, and monitor connected devices.
Performance tips: Expect slower speeds when sharing. Limit connected devices and choose appropriate wireless bands for your needs.
Check policies: Verify your ISP terms, workplace rules, and venue policies before sharing.
The method you choose depends on your Windows version, technical comfort level, and specific needs. For most people in 2026, Mobile Hotspot provides the perfect balance of simplicity and functionality.
Frequently Asked Questions
Can I share my internet connection on Windows 7?
Yes. Windows 7 doesn’t have Mobile Hotspot, but you can use Internet Connection Sharing (ICS) or the command line hosted network method. Both work reliably on Windows 7. The command line approach gives you more control: open Command Prompt as administrator and use netsh wlan set hostednetwork commands to create a shareable network.
How many devices can connect to a Windows hotspot?
Windows Mobile Hotspot officially supports up to 8 devices simultaneously. In practice, performance degrades significantly after 3-4 devices. Your Wi-Fi adapter, computer hardware, and internet speed all affect this limit. For best results, limit connections to 2-3 devices for casual browsing or 1-2 for streaming or downloads.
Does sharing my internet connection slow down my computer?
Yes, but minimally in most cases. Your computer must route traffic between the internet and connected devices, which uses CPU and RAM resources. Expect 5-15% performance impact during normal shared usage. Heavy traffic from multiple devices downloading large files can cause more noticeable slowdown. On modern computers (2020 or newer), you typically won’t notice any difference.
Why does my Mobile Hotspot keep disconnecting?
Common causes include power saving settings, outdated network drivers, or Windows updates. Check your power plan settings and disable any Wi-Fi adapter power saving features in Device Manager. Update your network drivers through the manufacturer’s website. Some laptops automatically disable hotspot when battery drops below 20%. If problems persist after these fixes, try the command line method instead as it’s more stable.
Is it safe to share my internet connection with others?
It’s reasonably safe if you follow security practices. Use WPA2 or WPA3 encryption with a strong 12+ character password. Only share with people you trust. Monitor connected devices regularly through Mobile Hotspot settings. Turn off sharing when not in use. Never share on public computers or untrusted networks. Your shared network is only as secure as your weakest security measure.
- How to Uninstall Apps from the Start Menu in Windows 11/10 (2026 Guide) - April 2, 2026
- How to Fix Overscan on Windows 11/10: Stop Your Screen Getting Cut Off (2026) - April 1, 2026
- How to Disable Lock Screen on Windows 11/10 in 2026 - April 1, 2026
