How to Disable Metered Wi-Fi on a Laptop: A Complete Guide

Many modern laptop users encounter a situation where the operating system begins to behave strangely: it stops downloading updates, apps don't update in the background, and streaming quality drops for no apparent reason. Most often, the culprit is an automatically activated feature. limited connectionBy default, Windows assumes that you're using mobile data or metered roaming and begins aggressively saving data.

This security measure is useful for smartphones, but on a home or office computer with unlimited Wi-Fi, it only brings problems. The system blocks background processes, which can lead to the accumulation of critical security vulnerabilities due to a lack of recent patches. Understanding how to manage this setting is essential for every PC owner.

In this article, we'll take a detailed look at how network restrictions work in Windows 10 and 11. You'll learn where to find the switches that block full network access and how to restore your laptop's full performance. We'll cover standard configuration methods, registry manipulation, and potential errors that can prevent connection status from changing.

What is a metered connection and why is it enabled?

Limited connection — This is a special network adapter mode that tells the operating system to minimize the amount of data transferred. When this mode is active, Windows pauses downloading system updates, delays cloud storage synchronization, and limits background app activity. This is done to prevent the user from exceeding their mobile operator's data quota.

Users often accidentally enable this feature when first connecting to a new Wi-Fi network, ignoring the pop-up window asking whether to trust the computer. However, it also happens that the settings are reset after a major OS update or a change in network module drivers. As a result, the laptop behaves as if it's connected via an expensive 3G/4G modem.

Disabling this feature is especially important for gamers and those who work with large files. If the limit is enabled, OneDrive or Google Drive documents may not sync for hours, and games may not sync Steam Downloads will be queued. The system will prioritize only active user actions, ignoring background tasks.

Disabling traffic limiting in Windows 10

In the tenth version of Microsoft's operating system, the settings interface is quite logical, but the switch may be hidden in the properties menu of a specific network. You don't need administrator rights to perform this operation; standard user access is sufficient. The process takes less than a minute if you know where to look.

First, you need to open the system settings. Press the key combination Win + I or select the gear icon in the Start menu. Then go to the section Network and Internet, which displays all available connections. Make sure the tab is selected in the left menu. Wi-Fi.

Find the link Managing known networks Or directly click on the name of your current network (often labeled "Connected"). In the properties window that opens, scroll down to the "Metered Connection" section. Here you'll see a switch that needs to be set to "Metered Connection." Off.

  • 📶 Open "Settings" via the Start menu or hotkeys.
  • 📶 Go to the "Network & Internet" section and select Wi-Fi.
  • 📶 Click on the name of your active network to enter its properties.
  • 📶 Find the "Metered connection" switch and deactivate it.

After changing the status, the system may disconnect for a few seconds to apply the new traffic rules. This is normal behavior of the Windows network stack. If the toggle is grayed out, it means the blocking is being implemented by group policies or a third-party antivirus.

☑️ Check network status

Completed: 0 / 1

Setting up a network profile in Windows 11

In Windows 11, Microsoft updated the interface design, making it more compact, but the core functionality remains the same. Changes have been made to the layout of controls, which may be confusing for users accustomed to the Windows 10 interface. It's also important to distinguish between private and public networks.

To access the required settings, right-click on the network icon in the tray (near the clock) and select Network parametersIn the window that opens, you'll see a list of all networks. Click the arrow or the name of your Wi-Fi network to expand the detailed menu.

In the Network Profile section, make sure the type is selected. Private networkThis profile is intended for a trusted environment where data savings are not required. If the "Public" profile is selected, the system automatically applies stricter security rules and may enable data savings.

Parameter Private network Public network
PC visibility Visible to others Hidden
File sharing Allowed Prohibited
Traffic limit Usually off May be included
Security Standard Increased

It's worth noting that in some Windows 11 builds, the metered connection switch may be located directly below the profile type selection. Carefully examine the screen after selecting the network. If you don't see the desired option, your Wi-Fi adapter driver may be out of date and not transmitting the correct connection type information to the system.

Why is the "Public" profile dangerous at home?

By selecting the "Public Network" profile for your home Wi-Fi, you prevent your laptop from seeing printers, NAS storage, and other devices on the local network. This may also block Cast devices (casting to a TV).

Using the Command Prompt to Reset Settings

If the graphical interface is unresponsive or the switch is locked, you can use the power of the command line. This method requires careful attention, as any typo can cause an error. However, it allows you to work around some visual interface bugs.

First, you need to launch the terminal with administrator rights. Click Win + X and select Windows PowerShell (Administrator) or Terminal (Administrator)In the window that opens, we will use the utility netsh to manage network interfaces.

netsh wlan show interfaces

This command will list all wireless interfaces. Find the name of your connection (e.g., "Wireless Network" or "Wi-Fi"). Next, use the command to change the properties of a specific interface. Although older versions of netsh may not have a direct command to remove the limit, in modern versions of Windows 10/11, resetting TCP/IP settings is more effective.

📊 Which method for disabling the limit helped you?
Windows 10 GUI: Windows 11 Settings: Command Prompt: Windows Registry

Perform a consistent network reset to restore all settings to factory defaults. This often helps when the system gets stuck in data saving mode due to software errors.

netsh int ip reset

netsh winsock reset

ipconfig /flushdns

After running these commands, be sure to restart your laptop. The system will recreate the network configurations, and metered connection mode will likely be disabled by default. If the problem persists, it's worth checking the registry.

Registry Editing for Advanced Users

The Windows registry is a configuration database that stores deep system settings. Editing it requires caution. Before beginning, it is strongly recommended to create a system restore point in case of unexpected errors.

Click Win + R, enter regedit and press Enter. You need to navigate to the following path:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\DefaultMediaCost

On the right side of the window you will find the option Ethernet or Wi-FiDouble-clicking on it will allow you to change the value. Value 1 means normal access, and 2 — limit. Set the value 1 for your connection type.

⚠️ Attention: Changing access rights to registry keys may be necessary. If the system does not allow you to change the value, right-click the folder DefaultMediaCost, select "Permissions" and give your account full control.

It's also worth checking out the thread:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\NetCache

Here is the parameter OfflineFilesEnabled must matter 0, unless you're using file caching for offline work. Incorrect values ​​here may simulate running in economy mode. After making all changes, restart your computer.

Possible problems and solutions

Even after completing all the steps, some users experience the limitation returning on its own or refusing to be disabled. This is often due to driver conflicts or router settings that impose certain DHCP parameters.

The first thing you need to do is update your network adapter driver. Go to device Manager (click Win + X -> Device Manager), find the "Network Adapters" section, select your Wi-Fi module, and click "Update Driver." It's best to download the latest version from the laptop manufacturer's website.

The second cause could be your antivirus. Third-party security solutions (Kaspersky, ESET, Avast) often have their own traffic optimization modules that intercept network control. Check your firewall settings and the "Traffic Saver" module in your antivirus.

  • 🛠 Check that your Wi-Fi adapter drivers are up to date.
  • 🛠 Disable cost-saving features in third-party antivirus programs.
  • 🛠 Reset your router to factory settings if the problem is on the DHCP side.
  • 🛠 Check if Airplane Mode or other restrictions are enabled.

If nothing helps, Windows system files may be corrupted. Run Command Prompt as administrator and enter the command sfc /scannowThe system will attempt to find and automatically correct component integrity errors.

Frequently Asked Questions (FAQ)

Does a metered connection affect internet speed?

This feature itself doesn't reduce bandwidth, but it does limit the amount of data apps can use in the background. However, due to traffic prioritization, the system may artificially slow down update download speeds.

Why is the metered connection switch grey and won't click?

This means the settings are locked. This most often occurs if the network is defined as corporate with security policies, or if a third-party antivirus has taken over network control. It could also be a driver bug.

Are the limit settings reset after a reboot?

On a normally functioning system, the settings are preserved. If the setting is constantly reset, check for startup scripts or group policies that force a network profile change each time you log in.

Is it possible to disable the limit for all Wi-Fi networks at once?

Unfortunately, Windows configures this setting individually for each saved network (SSID). You'll need to check the settings for your home network, work network, and other locations you connect to separately.

Will Windows download updates after disabling the limit?

Yes, immediately after switching to normal connection mode, the system will detect the availability of full traffic and begin downloading accumulated updates and synchronizing cloud services.