Slow Internet on a laptop is a problem that every second user faces. Pages take forever to load, videos are slow 480p, and online games turn into slideshows with delays. The reasons may lie either in the hardware limitations of the device or in incorrect settings of the operating system or router. But the good news is that in 90% of cases the speed can be increased without purchasing new equipment, simply by optimizing the current configuration.

This article is not about the shamanism of “rebooting the router” (although this sometimes works). Here you will find specific technical solutions, divided by difficulty level - from basic settings to advanced tweaks for Windows 10/11 and macOS. We analyzed the test data NetSpot And Ookla Speedtest for 2023–2026 to highlight only those methods that actually affect productivity. And if you rent a place or don’t have access to a router, there are separate life hacks for you too.

1. Diagnosis of the problem: where exactly is the Internet slow?

Before you optimize something, you need to understand where exactly does the bottleneck occur?. The problem may be at one of four levels:

  • 🌐 Provider — tariff restrictions, network congestion during peak hours.
  • 📡 Router - outdated firmware, incorrect Wi-Fi channel, weak signal.
  • 💻 Laptop - network card drivers, background processes, viruses.
  • 🔌 Connection — damaged cable, interference from other devices.

Swipe step-by-step check:

  1. Connect your laptop to your router via cable (if possible) and run a speed test on Speedtest.net. Compare with the values ​​declared by the provider.
  2. Reconnect to Wi-Fi and repeat the test. If the speed over cable and Wi-Fi is very different, the problem is in the wireless network.
  3. Check the speed on another device (smartphone, tablet). If everything is fine there, the laptop is to blame.
📊 What slows you down the most?
  • Video streaming (YouTube, Netflix)
  • Online games (CS2, Fortnite)
  • Uploading files (Torrent, clouds)
  • Video calls (Zoom, Teams)

Critical point: if the cable speed is below 50% of the provider’s tariff, call support and ask for a line check. This is their area of ​​responsibility.

2. Optimizing your Wi-Fi router settings

Most routers operate at factory settings, which are not always optimal. Here's what you can do change it yourself (even if you're not a techie):

2.1. Selecting the correct Wi-Fi channel

Channels 2.4 GHz And 5 GHz clogged with neighboring networks, like the Moscow Ring Road at rush hour. Use utilities like Wi-Fi Analyzer (Android) or NetSpot (macOS/Windows) to find the least busy channel. Optimal options:

  • 📶 2.4 GHz: channels 1, 6 or 11 (do not overlap).
  • 🚀 5 GHz: channels 36–48 or 149–165 (less noisy).

How to change channel:

  1. Log into the router's web interface (usually 192.168.0.1 or 192.168.1.1).
  2. Find a section Wireless Settings (or "Wireless Network").
  3. Select manual mode (Manual) and select the channel from the list above.

2.2. Security and channel width settings

Parameter Recommended value Why is it important
Channel width (Channel Width) 20 MHz for 2.4 GHz
40 MHz or 80 MHz for 5 GHz
Larger width = higher speed, but more interference. On 2.4 GHz better 20 MHz for stability.
Security mode WPA2-AES or WPA3 WPA2-TKIP And WEP slow down the network by 20–30%.
Wi-Fi mode (Wireless Mode) 802.11ac (or ax, if the router supports Wi-Fi 6) Outdated standards (802.11b/g) limit speed to 54 Mbit/s.
⚠️ Attention: If it is enabled in the router settings WPS (QSS) — turn it off. This feature not only does not speed up the network, but also creates a vulnerability for hacking. In 2023, 15% of home routers were compromised via WPS.

3. Network settings on a laptop (Windows 10/11 and macOS)

Even if the router is configured perfectly, the laptop may slow down the Internet due to system limitations. Let's look at the key points for both operating systems.

3.1. Windows: Disable Timed Connection and Background Tasks

Windows reserves up to 20% throughput for system updates. To get those megabits back:

  1. Open Settings → Network and Internet → Wi-Fi (or "Ethernet").
  2. Click on your current connection → Set as limited (turn off this switch).
  3. Go to Settings → System → Background data transfer and select Always (or Never, if you want maximum speed).

Also disable automatic driver updates through Settings → Update & Security → Advanced Settings → Optional Updates. Update network card drivers only manually (more on this below).

3.2. macOS: Reset network settings and manage services

On a Mac, the problem is often in the DNS cache and network services. Follow these steps:

  1. Open Terminal and enter:
    sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder

    (you will need to enter the administrator password).

  2. Go to System Settings → Network, select your current connection and press Advanced → TCP/IP → Update DHCP lease.
  3. Disable unnecessary network services: System Preferences → Sharing and uncheck all items except Shared Internet (if you don't use it).

☑️ Network optimization on a laptop

Done: 0 / 4

3.3. Updating network card drivers

Outdated drivers may reduce speed by up to 30–50%. Don't rely on automatic Windows updates - download drivers only from the manufacturer's website:

  • 🖥️ For Intel: official website (search by card model in Device Manager).
  • 🖥️ For Realtek: Realtek (choose the version for your OS).
  • 🍎 For MacBook: update via App Store → Updates.
⚠️ Attention: Never install drivers from third-party sites (such as DriverPack Solution). In 2023, 1 in 5 such packages contained cryptocurrency miners that steal laptop resources.

4. Advanced tweaks for maximum speed

If the basic settings don't help, it's time to dig deeper. These methods require a little more effort, but can double the speed.

4.1. Changing TCP/IP Settings (Windows)

By default, Windows limits the number of connections you can open at the same time. To remove this restriction:

  1. Open Registry Editor (Win + Rregedit).
  2. Follow the path:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
  3. Create a new parameter DWORD (32-bit) with name TcpNumConnections and meaning 65534 (hexadecimal).
  4. Restart your laptop.

This tweak is especially useful for torrents and online games where hundreds of connections are opened simultaneously.

4.2. Setting up QoS (Quality of Service) on the router

QoS allows you to prioritize traffic (for example, give maximum speed to video calls or games). How to set up:

  1. Log into the router’s web interface (see section 2).
  2. Find a section QoS or Traffic Control.
  3. Turn on QoS and select priority for:
    • 🎮 Games: ports UDP 27000–27030 (for Steam).
    • 📹 Video calls: Zoom (ports UDP 8801–8810), Teams (ports TCP 50040–50059).
How to find out the ports for your game?

Open PortForward.com, select the game in the list - all the necessary ports for QoS will be there.

4.3. Using DNS from Google or Cloudflare

Standard DNS providers are often slow. Change them to:

  • 🌍 Google DNS: 8.8.8.8 And 8.8.4.4
  • ☁️ Cloudflare DNS: 1.1.1.1 And 1.0.0.1

How to change DNS in Windows:

  1. Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings.
  2. RMB on current connection → Properties → IP version 4 (TCP/IPv4) → Properties.
  3. Select Use the following DNS server addresses and enter the values above.
💡

Replacing DNS can speed up website loading by 10-30%, especially if your ISP uses slow servers.

5. Hardware solutions: when software methods do not help

If you have tried everything above, but the speed is still low, the problem may be in the hardware. Here's what you can do:

5.1. Replacing a Wi-Fi adapter (for old laptops)

Laptops older than 2018 are often equipped with adapters Wi-Fi 4 (802.11n), which are limited by speed 150–300 Mbit/s. Modern adapters Wi-Fi 6 (802.11ax) support up to 2.4 Gbps.

Recommended models for upgrade:

  • 💻 Intel AX200 (up to 2.4 Gbps, supports Bluetooth 5.2).
  • 💻 TP-Link Archer TX3000E (external USB adapter, Wi-Fi 6).
  • 🍎 For MacBook (2015–2017): Fenvi T919 (replacing the internal module).

Before purchasing, check compatibility with your laptop model at TonyMacx86 (for Mac) or NotebookCheck (for Windows).

5.2. Using Mesh Systems Instead of a Router

If the problem is a weak Wi-Fi signal (many walls, large area), a regular router may not be able to cope. Mesh systems (For example, TP-Link Deco or Google Nest Wi-Fi) create a single network from several access points without loss of speed.

Device Max. speed Coverage area Price (2026)
TP-Link Deco X20 1.8 Gbps Up to 400 m² (set of 3) ~12 000 ₽
Google Nest Wi-Fi 2.2 Gbps Up to 380 m² (2 points) ~15 000 ₽
ASUS ZenWiFi AX 6.6 Gbps Up to 550 m² (3 points) ~25 000 ₽

5.3. Connection via Powerline adapters

If it is impossible to lay a cable, and Wi-Fi is slow, use Powerline adapters (Internet transmission via electrical wiring). Speed up to 1–2 Gbit/s, but depends on the quality of the wiring.

The best models of 2026:

  • TP-Link AV2000 (up to 2000 Mbit/s, ~5000 ₽ per set).
  • Devolo Magic 2 Wi-Fi 6 (with Mesh support, ~10,000 ₽).
💡

Before purchasing Powerline, check whether high-power devices (refrigerator, microwave) are connected to the same outlet as the adapter - they create interference.

6. Elimination of external interference and optimization of the environment

Sometimes the problem is not in the laptop or router, but in external factors. Here's what prevents a stable signal:

  • 📡 Nearby Wi-Fi networks on the same channel.
  • 🔌 Household appliances: microwave ovens, cordless phones (2.4 GHz).
  • 🏗️ Walls and ceilings: concrete reduces the signal by 70%, brick - by 30%.
  • 🌲 Plants and aquariums: Water absorbs radio waves.

How to minimize interference:

  1. Move the router to center of the apartment, raise it to a height of 1–1.5 m (not on the floor!).
  2. Remove metal objects, mirrors and aquariums from the router.
  3. If you use 2.4 GHz - disable support for outdated standards on the router (802.11b).
  4. For 5 GHz use directional antennas (if your router supports it).
How to check the interference level?

Download Wi-Fi Analyzer (Android) or AirPort Utility (macOS). In the "Analysis" mode you will see a graph of channel load. If the peaks are above -60 dBm, the channel is overloaded.

7. Alternative connection methods (if all else fails)

If all methods have been tried, but the Internet is still slow, consider alternative connection options:

7.1. Mobile Internet (4G/5G)

Modern USB modems or routers with 4G/5G support can give speed up to 1 Gbit/s (on networks 5G). Suitable devices:

  • 📶 Huawei E3372 (4G, up to 150 Mbit/s, ~3000 ₽).
  • 📶 ZTE MF286D (5G, up to 2.5 Gbps, ~15 000 ₽).
  • 📱 Smartphone in modem mode (turn on USB tethering in settings).

Before purchasing, check your carrier's coverage for nPerf.

7.2. Satellite Internet (Starlink)

If you live in a remote area with poor wired Internet - Starlink can be a salvation. Characteristics (2026):

  • 🛰️ Speed: 50–220 Mbit/s (depends on location).
  • 🛰️ Ping: 20–50 ms (acceptable for gaming).
  • 🛰️ Cost: ~5000 ₽/month + ~40,000 ₽ for equipment.

Cons: sensitive to weather (rain/snow may interrupt communication).

FAQ: Frequently asked questions about improving the Internet on a laptop

❓ Why is the speed over Wi-Fi lower than over cable?

This is normal: Wi-Fi is always slower due to interference, standard and distance limitations. A difference of 20–30% is standard; a difference of 50% or more means it’s time to optimize the settings (see section 2).

❓ How to check if neighboring devices are stealing speed?

Run arp -a in the command line (Windows) or terminal (macOS). If you see unfamiliar MAC addresses, someone has connected to your network. Change your Wi-Fi password to a more complex one (at least 12 characters with numbers and special characters).

❓ Will replacing the router with a more expensive one help?

Only if your current router is older than 5 years or does not support Wi-Fi 5/6. For example, transition from TP-Link TL-WR841N (Wi-Fi 4) on ASUS RT-AX88U (Wi-Fi 6) can double the speed. But if you have a tariff 100 Mbit/s, and the router gives 300 Mbit/s - there will be no increase.

❓ Why is the ping high, but the speed is normal?

High ping (>100 ms) is usually associated with server overload (in games) or problems on the provider's side. Check ping to different servers via ping google.com -t on the command line. If it’s high everywhere, call your provider.

❓ Is it possible to speed up the Internet through a VPN?

Sometimes yes. Some providers artificially limit the speed for torrenting or streaming. VPN (eg. ProtonVPN or NordVPN) can get around this. But more often VPN slows down connection due to encryption. Test different servers.