Why is my laptop's WiFi internet speed slow? A full breakdown.

Many users are familiar with the situation where web pages load instantly on a desktop computer or smartphone, while a laptop struggles to watch videos. This can be frustrating, especially if you were hoping for productive work or a relaxing high-definition movie. Slow WiFi speed On a portable device, it's not always the provider's fault; often the problem lies in the laptop's configuration or its spatial placement.

In today's world, where traffic is growing exponentially and the number of connected devices in a single apartment is in the tens, wireless networks are under enormous strain. Wi-Fi adapters Laptops, especially older models, may not handle data flows as effectively as wired PC network cards. Understanding the physical and software limitations of a wireless connection is the first step to solving the problem.

Before panicking and calling your ISP, it's worth running a basic diagnostic. Often, changing the power saving settings or switching the router's frequency is enough to boost your speed back to the advertised values. In this article, we'll cover all possible causes in detail, from trivial interference to complex driver conflicts.

Limitations of hardware and communication standards

The first thing you need to pay attention to is the technical specifications of your laptop and router. If the router supports a modern standard 802.11ac (Wi-Fi 5) or 802.11ax (Wi-Fi 6), and the laptop's network card was released ten years ago and only knows 802.11n, the speed will be limited by the capabilities of the older hardware. This is a physical limit that cannot be circumvented by software settings.

Furthermore, many budget laptop models are equipped with single-band antennas (1x1), while a router may be dual- or tri-band. As a result, the device simply cannot "receive" the entire available signal. It's also worth considering that the built-in antennas in thin ultrabooks are often weaker than the external antennas found in desktop routers or large gaming laptops.

It's also important to check the frequency your connection operates on. The 2.4 GHz band is heavily congested, especially in apartment buildings where each neighbor has their own router. Switching to 5 GHz often provides a significant speed boost, but has a shorter range.

  • 📡 Check the network card specifications in Device Manager.
  • 🔄 Make sure that your router and laptop support the same standard (for example, AC or AX).
  • 📶 Test your speed at different distances from the signal source.

Problems with drivers and software

Software is often the bottleneck. Network adapter drivers are the bridge between the operating system and the hardware. If they are outdated, corrupted, or simply installed incorrectly, Internet speed can drop significantly, and the connection can be constantly interrupted. Operating system Windows Sometimes it updates drivers itself, but often installs universal versions that do not reveal the potential of the hardware.

It is recommended to manually visit the laptop manufacturer's website (for example, Asus, Lenovo, HP) or the chipset manufacturer (Intel, Realtek, Qualcomm Atheros) and download the latest driver. During installation, it's best to select the "clean install" option, after first uninstalling any old software from the Control Panel.

⚠️ Important: Before updating drivers, create a system restore point. If the new driver turns out to be unstable, you can roll back in a couple of minutes.

Another hidden cause could be a software conflict. Antiviruses, firewalls, or traffic optimization programs (so-called "internet accelerators") can interfere with the network stack. Try temporarily disabling your third-party antivirus and testing your speed. Resetting your network settings to factory defaults can sometimes help.

☑️ Checking drivers

Completed: 0 / 1

Don't forget about background processes either. While you're reading this article, your laptop may be downloading Windows updates and syncing files to the cloud in the background (OneDrive, Google Drive) or updating games in launchers. All of this consumes bandwidth, leaving you with only a small portion of the channel.

Effects of interference and device location

The physics of radio waves is unforgiving: a WiFi signal weakens when passing through obstacles. Walls, especially load-bearing ones with reinforcement, mirrors, aquariums, and even houseplants can block the signal. If a laptop is placed on the floor, in a recessed desk, or behind a monitor, the signal strength may be strong, but the connection quality (SNR) is low, resulting in packet loss and retransmissions.

Household appliances can also cause interference. Microwaves operating at 2.4 GHz, cordless phones, Bluetooth headsets, and even USB 3.0 ports (if the cables are poorly shielded) can create noise in the air. If your laptop is connected via a USB hub, try disconnecting external hard drives and testing the speed.

📊 Where do you usually keep your laptop while working?
On a table by the window: On a sofa in the center of the room: On the floor or a low table: In another room, far from the router

The optimal location for a router is in the center of the apartment, high up, and away from metal objects. For a laptop, the rule is simple: the more direct the line of sight to the router's antennas, the better. If moving to another room is not possible, consider using Mesh systems or a repeater to expand the coverage area.

Windows energy saving settings

One of the most insidious causes of slow speeds is Windows' aggressive power saving policy. To extend battery life, the system may reduce the wireless module's power or put it into sleep mode between data packets. This leads to latency (ping) and reduced throughput.

To fix this, you need to change your power settings. Go to Control Panel → Power Options → Change plan settings → Change advanced power settingsIn the window that opens, find the branch Wireless Network Adapter Settings → Power Saving Mode and set the value to "Maximum performance".

powercfg -requestsoverride PROCESS "browser.exe" system

This command in the Command Prompt (run as administrator) can help if a specific application is interfering with the network, although most often, simply changing the power plan is sufficient. Also, make sure that the "Allow the computer to turn off this device to save power" option is unchecked in the network adapter properties in Device Manager.

Comparison of WiFi Standards

To better understand what you can expect from your equipment, it's helpful to know the theoretical speed limits of different standards. Actual speeds are always lower than stated due to protocol overhead, but the order of magnitude of the numbers should be consistent.

Standard Year of implementation Frequency Max. theoretical speed Actual speed (approximately)
802.11n (Wi-Fi 4) 2009 2.4 / 5 GHz up to 600 Mbps 50-150 Mbps
802.11ac (Wi-Fi 5) 2013 5 GHz up to 6.9 Gbps 200-800 Mbps
802.11ax (Wi-Fi 6) 2019 2.4 / 5 / 6 GHz up to 9.6 Gbps 400-1200+ Mbps
802.11be (Wi-Fi 7) 2026 2.4 / 5 / 6 GHz up to 46 Gbps Under testing

As you can see from the table, the difference between generations is colossal. If your ISP offers 500 Mbps, and your laptop is connected using the older standard N, you will not physically get more than 150 Mbps, no matter how many settings you change.

It is also worth noting that in the standard Wi-Fi 6 technology has been implemented TWT (Target Wake Time), which allows devices to negotiate with the router about the time of data transmission, which reduces competition in the airwaves and improves the overall stability of the network.

Diagnostics and targeted solutions

If simple methods don't help, we move on to deeper diagnostics. Use the command line to reset network settings. Commands ipconfig /flushdns, netsh winsock reset And netsh int ip reset help clear the DNS cache and reset TCP/IP stack errors that may have accumulated over the system's operation.

⚠️ Important: After executing the network reset commands (netsh reset), you must restart your computer. Otherwise, the changes will not take effect.

Also, check if you have a static IP address or DNS that could conflict with your current network. It's best to leave IPv4 properties set to obtain addresses automatically unless you're an advanced user and don't know why you need a static address. For DNS, you can try setting up servers. Google (8.8.8.8) or Cloudflare (1.1.1.1), which sometimes speeds up page opening.

Hidden registry settings

The Windows registry contains parameters that affect the TCP window size (TcpWindowSize), but changing them without a precise understanding of network mathematics can lead to a complete loss of internet access. It is recommended to use only standard OS tools.

As a last resort, if the problem only occurs with certain applications (e.g., torrents), check their settings. Speed ​​limits, the number of simultaneous connections, or enabled protocol encryption may artificially lower the performance. Disable VPNs and proxy servers to check for a clear connection.

When is it time to change equipment?

There are situations when software optimization has exhausted its potential. If your laptop is more than 7-8 years old, its network module may simply not support modern signal encoding and interference protection methods. In this case, purchasing an external USB 3.0 adapter with an antenna and 5 GHz support will cost less than a new laptop and give the device a second life.

It's also worth considering replacing your router if it's old, overheating, and unstable. Modern models can intelligently distribute traffic between devices (technology). QoS And Beamforming), prioritizing video calls or games, which subjectively makes the Internet faster.

  • 🆕 External adapter solves the problem of old antennas.
  • 🏠 The mesh system eliminates dead zones in the apartment.
  • ⚙️ The new router handles multiple devices better.
Why is WiFi speed on my laptop slower than on my phone?

Smartphones often have more modern communication modules, as they are replaced more frequently than laptops. Furthermore, you hold the phone in your hand, ensuring better reception, while the laptop can be kept in a shielded compartment.

Does antivirus software affect internet speed?

Yes, real-time incoming traffic scanning features can create delays. Try temporarily disabling network protection to test.

How do I know if I'm on 2.4 GHz or 5 GHz?

In Windows 10/11, click the WiFi icon and select "Properties" for your active network. You'll see a line labeled "Band" or "Frequency." You can also view it in the command prompt: netsh wlan show interfaces.

Can a virus slow down the internet?

Absolutely. Miners, botnets, and adware can exploit your channel for their own purposes, leaving you with minimal resources. Run a full system scan.