Modern operating systems like Windows 10 and 11 are equipped with intelligent traffic control mechanisms that are automatically activated when connecting to wireless networks. This feature, known as limited connection, is designed to save data for users with a metered internet plan by limiting background downloads of updates and data synchronization. However, in home settings with an unlimited data plan, this feature often becomes a source of problems, blocking important services.
Many users encounter a situation where the system mistakenly classifies home Wi-Fi as a paid mobile network, which leads to malfunctions. Microsoft Store, the inability to install security updates, and the interruption of cloud storage services. In this article, we'll take a detailed look at why the system behaves this way and how to forcefully disable this mode, restoring full functionality to your connection.
The deactivation process may vary depending on the operating system version and the type of network card driver used. We'll cover both standard methods using the graphical interface, as well as more advanced methods using the registry and command line, which can be helpful in cases where the default settings are locked or inaccessible.
Why does Windows turn on data saving mode?
operating system Windows Designed with mobility in mind, it assumes by default that the user can connect to a network with limited data, such as a smartphone hotspot or a public hotspot. When the mode is activated limited connection The system pauses automatic downloads of driver updates and security patches to prevent them from wasting precious memory without the user's knowledge. This is a useful feature for roaming, but detrimental for desktop computers.
This mode is often automatically activated by router settings or specific DHCP server parameters that signal the computer that the network is metered (limited). Similar situations also occur when using USB Wi-Fi adapters, whose drivers may incorrectly interpret the connection type. In some cases, malware or third-party traffic optimizers may force this feature to reduce bandwidth usage.
⚠️ Please note: If you use mobile internet via a USB modem or Wi-Fi router with a SIM card and a per-hour or per-megabyte plan, disabling this feature may result in unexpected traffic charges.
Understanding the reason for the mode's activation helps you choose the correct method for disabling it. If the problem lies in the router settings, changing the settings on the computer will only provide a temporary solution. However, if it's a software glitch in Windows, changing one registry parameter will suffice. It's also important to note that some corporate security policies may force this mode to be enabled to control employee traffic.
Disabling via network settings in Windows 10
The easiest and safest way to change your connection status is to use the operating system's default settings interface. This method is suitable for most users and doesn't require administrator rights or registry editing. To get started, open the Start menu and go to Settings by selecting the gear icon, or simply press a key combination. Win + I on the keyboard.
In the window that opens, select the "Network & Internet" category, then go to the "Wi-Fi" section in the left menu. Here, click on the name of your currently connected network to expand its properties. In the list of options that appears, find the "Metered Connection" toggle and toggle it to "Off." This immediately removes restrictions on background data transfer.
☑️ Check connection status
It is worth noting that in some assemblies Windows 10 This switch may be grayed out, indicating deeper system restrictions. In this case, the system considers the network to be a system or protected network by security policy. If the switch is active but resets after a reboot, the issue may be a driver conflict or third-party antivirus software interfering with network interfaces.
After changing the settings, it's recommended to check background services. Try checking for updates or syncing OneDrive to ensure the restrictions have been lifted. If the issue persists, you may need to reset your network settings through the same settings section, but this will require you to re-enter your Wi-Fi password.
Setting up a metered connection in Windows 11
Interface Windows 11 has undergone significant changes, making the network settings layout less obvious for users accustomed to the classic menu. To disable data saving mode, right-click the network icon in the system tray and select "Network & Internet settings." The window that opens will immediately display a list of available networks, from which you can select your current Wi-Fi connection.
Unlike the previous OS version, the settings are grouped more logically. Find the "Network Profile Type" section or the "Metered Connection" toggle switch at the top of the network properties window. Make sure the profile type is "Public" or "Private," depending on your needs, but the key is the metered connection switch. Its "On" state blocks many background processes, so it should be disabled.
If you don't see this option, your network adapter may not support full interaction with the Traffic Management API. Windows, or the driver is installed in compatibility mode. In this situation, updating the network card driver from the motherboard manufacturer's official website often resolves the issue, restoring the menu options.
What to do if the switch is missing?
In Windows 11, the absence of the switch may indicate that the network is defined as a corporate or domain network. Check if you are connected to a work domain, or try running the netsh interface ipv4 show config command in an elevated command prompt to diagnose the interface status.
If the changes do not take effect immediately after switching the toggle switch, try temporarily disabling and then re-enabling the Wi-Fi adapter through the Network Connections control panel.
Using the registry to force shutdown
When the graphical interface doesn't allow you to change settings, the system registry comes to the rescue. This method requires caution, as incorrectly changing keys can lead to system instability. First, open the registry editor by clicking Win + R and entering the command regedit, confirming administrator rights.
You need to follow the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\DefaultMediaCostHere you will find the parameter DefaultMediaCost, the value of which determines the default connection type. A value of "1" corresponds to a normal connection, while "2" corresponds to a metered connection. By changing the value to "1," you will force the system to not use energy-saving mode for new networks.
However, simply changing the value is often insufficient, as access rights to this key are limited by default. You need to right-click the folder. DefaultMediaCost, select "Permissions" and grant your account full rights. Only then will the setting change be saved after a reboot.
| Registry parameter | Data type | Value for a normal connection | Value for limit |
|---|---|---|---|
| EthernetCost | DWORD (32 bits) | 1 | 2 |
| DefaultMediaCost | DWORD (32 bits) | 1 | 2 |
| Metered | DWORD (32 bits) | 0 | 1 |
After making changes, be sure to restart your computer. This method is the most reliable, as it affects the underlying system settings while ignoring temporary interface glitches. If the registry value spontaneously changes back after a reboot, this may indicate the activity of group policies or third-party software.
Command Prompt and PowerShell for Network Management
For experienced users and system administrators, the most effective tool is the command line. Usage PowerShell Allows you to not only disable metered connections but also fine-tune the settings for a specific network interface. Run the terminal as administrator to gain the necessary access rights.
To manage metered network settings in PowerShell, use the NetConnection module. The command to get the current status looks like this: Get-NetConnectionProfile. It will display a list of all profiles and their current status. To change the status of a specific interface, use the command Set-NetConnectionProfile -Name"Network_Name" -NetworkCategory Private, although direct control of the limit often requires working through the registry or WMI.
A more universal method is to use the netsh utility, although its Wi-Fi functionality is limited in modern Windows versions. However, resetting the TCP/IP stack often helps resolve errors that prevent the network from being detected correctly. To do this, run the following commands in sequence: netsh winsock reset And netsh int ip reset, after which be sure to restart your computer.
⚠️ Warning: Network reset commands will temporarily disconnect your connection and reset all network settings, including static IP addresses and DNS servers if they were configured manually.
Using scripts allows you to automate the process if the problem is widespread within an organization. You can create a BAT file that will force the required registry values and restart network services, saving time when configuring multiple workstations.
Impact of drivers and third-party software
Often the cause of incorrect network type detection is outdated or, conversely, too new beta versions of network adapter drivers. Equipment manufacturers such as Intel, Realtek or Qualcomm Atheros, regularly update their software, and sometimes new versions change the way they interact with the operating system. Check the Device Manager and make sure that the "Permission to turn off the device to save power" option is unchecked in the "Power Management" tab of your Wi-Fi adapter's properties.
Third-party antiviruses and firewalls can also interfere with network services. Programs like Kaspersky, ESET, and Avast have their own network protection modules that can force the "Public Network" mode with a metered connection to enhance security. Check your antivirus settings, find the network or Wi-Fi section, and ensure that strict traffic limits are not enabled.
It is also worth paying attention to programs for internet optimization, such as cFosSpeed or built-in utilities of gaming laptops (for example, MSI Dragon Center or ASUS Armoury Crate). They can prioritize traffic, artificially creating restrictions on background processes. Disabling or reinstalling such utilities may solve the problem.
Diagnostics and troubleshooting
If none of these methods help, you need to run a deeper diagnosis. Windows' built-in Troubleshooter can sometimes automatically fix network configuration errors. You can launch it via Settings → System → Troubleshoot → Other troubleshooters → Network Adapter.
A more in-depth analysis can be done using the commands ipconfig /all And netsh wlan show interfacesPay attention to the DHCP parameters and the addresses received. If the default gateway or DNS servers differ from your ISP's defaults, there may be another device on the network distributing incorrect parameters, tricking the computer into thinking it's on a restricted network.
As a last resort, if software methods don't work, you can try removing the device from Device Manager and restarting the computer. Windows will automatically detect the hardware and reinstall the driver, which often resets erroneous network profile settings. Creating a new user account in the system to check if a corrupted user profile is the cause of the problem can also be effective.
Is it possible to disable metered connection for all networks at once?
Unfortunately, the standard Windows interface doesn't have a "Disable for all networks at once" button. The settings are applied individually to each saved Wi-Fi profile. However, by changing the registry value (DefaultMediaCost section), you can influence the system's behavior for new connections. However, for existing networks, you may need to manually change them or delete them and reconnect.
Why do my settings reset after a Windows update?
Major operating system updates (Feature Updates) often reset user configurations to default values for security reasons. This can also happen when updating network card drivers, if the driver installer overwrites the factory-set network profile, which may have a restriction by default.
Does incognito mode in a browser affect metered connections?
No, incognito or private browsing mode in the browser has nothing to do with Windows network settings. Metered connections are an operating system feature that controls traffic for all applications, not just the browser, and operates at a lower level, regardless of the specific application's mode.
How can I find out how much traffic has already been used in this mode?
Windows doesn't keep a detailed traffic meter on a metered connection like mobile operators do. However, you can get a rough estimate of your usage by going to "Settings" → "Network & Internet" → "Data Usage." This will show usage by app over the past 30 days, helping you understand which programs are using the most bandwidth.