How to Remove Metered Wi-Fi Connections on Windows 10: A Complete Guide

System Windows 10 Often automatically detects the network type being used and, relying on faulty algorithms, assigns "Metered Connection" status even to home Wi-Fi with unlimited data. This causes the operating system to conserve data by blocking automatic driver updates, cloud storage syncing, and background app execution. Users may encounter a situation where the internet speed in the browser is normal, but system services refuse to function correctly.

This problem is common among many laptop and desktop PC owners who use a wireless connection to access the Internet. Default settings may not allow you to simply flip the switch, as the network settings interface sometimes hides this option or makes it inactive. In this article, we'll explore all known methods for forcibly lifting this restriction, from simple interface settings to editing the system registry.

Understanding how the Metered Connection mechanism works will help you avoid problems in the future. Microsoft This feature was implemented to protect mobile modem users from unexpected charges, but in home internet settings, it's simply a nuisance. Below are proven solutions.

Why Windows 10 limits traffic and how it affects performance

Function Metered Connection (Metered connection) was designed for devices using mobile internet or satellite data plans with hourly billing or a hard gigabyte limit. When enabled, this mode puts the operating system into a strict savings mode. It stops downloading security updates, delays OneDrive file syncing, and may pause background apps like email clients or instant messaging apps.

Users often don't realize this mode is enabled until they encounter activation errors or the inability to install new software from the Microsoft Store. The system assumes you're in a paid Wi-Fi zone at a hotel or airport, saving you money. However, on a home router, this prevents your computer from receiving critical security patches, leaving the system vulnerable.

There are several reasons why Windows might automatically activate this mode. Sometimes this happens after updating network card drivers or resetting network settings. In other cases, the cause is specific group policy settings or router configuration errors that the system interprets proactively.

Disabling via standard system settings

The easiest and safest way to change the network status is to use the built-in Windows Settings graphical interface. This method requires no special knowledge and is suitable for most standard situations. You must have administrator rights on the account you are logged in with.

To get started, open the Start menu and go to the section Parameters (gear icon). Next, select the "Network & Internet" category. In the left column, make sure the "Wi-Fi" tab is selected, then click the name of your current network. In the connection properties window that opens, find the "Metered Connection" toggle and toggle it to "Off." If the slider is active, the issue will be resolved immediately.

However, if you see the toggle disabled (grayed out) or missing, this means the settings are blocked by Group Policy or the registry. In this case, the standard method won't work, and you'll need to use more advanced configuration tools, which we'll discuss below. It's also worth checking whether Airplane Mode is enabled, which could be blocking changes.

⚠️ Attention: If you're using a corporate laptop, your network settings may be managed centrally by your organization's IT department. In this case, changing settings may not be possible without domain administrator rights.

📊 Have you ever experienced updates being blocked due to a limit?
Yes, all the time.
It happened once
No, I didn't notice.
I don't use Windows 10

Using Registry Editor to Remove Restrictions

If the graphical interface doesn't allow you to change a setting, the most effective method is editing the system registry. This method allows you to force the system to consider a specific network profile as exempt from metering. Working with the registry requires care, as incorrect key addresses can lead to OS instability.

First, open the Run window using the key combination Win + R and enter the command regeditIn the window that opens, follow the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\DefaultMediaCostHere you will see options for Ethernet, Dialup, and Wi-Fi. Find the option Wifi and change its value to 1 (one means unlimited connection, two means limited connection).

The issue may be related to access rights. The system often prevents you from changing the DefaultMediaCost parameter, returning an error. In this case, you need to change the key owner. Right-click the folder. DefaultMediaCost, select "Permissions," then "Advanced." In the owner line, click "Change," enter your username, click "Check Names," then "OK." Then, check "Replace Owner" and apply the changes. You should now be able to change the Wi-Fi parameter value to 1.

Path to check: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\DefaultMediaCost

After making changes, be sure to restart your computer. This will allow the system to reread the network configuration and apply the new status to your Wi-Fi connection. If the problem returns after rebooting, you may have a third-party antivirus or traffic optimizer installed that is intercepting control of your network settings.

⚠️ Attention: Before making any changes to the registry, it is strongly recommended to create a backup copy. This will allow you to roll back the system to its original state in case of unexpected errors.

What to do if the registry is not saved?

If registry changes aren't saved after a reboot, check your antivirus software. Some security solutions block changes to network-related system keys. Try temporarily disabling real-time protection.

Configuration via command line and PowerShell

For experienced users who prefer console utilities, there is the option to manage network parameters through PowerShellThis method is especially convenient if you need to quickly reset settings or if the graphical interface is malfunctioning. The command line provides more granular control over network interfaces.

Launch PowerShell as administrator. Enter the following command to view all network profiles: Get-NetConnectionProfileYou'll see a list of all saved networks with their names and current status. Find the name of your Wi-Fi network in the list. Pay attention to the Network Category column. If it says Public, the system may apply stricter security rules, although this doesn't always mean a metered connection.

To change the network category to Private, which often removes restrictions, use the command: Set-NetConnectionProfile -Name "YourNetworkName" -NetworkCategory PrivateReplace "YourNetworkName" with the exact name of your Wi-Fi network you saw in the list. By default, a private network is trusted and unrestricted. After running the command, check the connection status in Windows Settings.

  • 🔹 Get-NetConnectionProfile — displays the current status of all network adapters.
  • 🔹 Set-NetConnectionProfile — changes the properties of the network profile, including the category.
  • 🔹 -NetworkCategory Private — a parameter that sets the network as home/trusted.

If the command runs successfully, you will see a status change in the options window.

Reset network settings and reinstall drivers

If software-based methods don't help, the problem may be caused by corrupted network configuration files or a driver conflict. Windows 10 has a built-in network settings reset feature that returns all components to factory defaults. This deletes saved Wi-Fi passwords and VPN settings, but often resolves the issue of a stuck metered connection.

Go to Settings → Network & Internet → StatusAt the very bottom of the page, find the "Network Reset" link. Click it, then the "Reset Now" button. The system will warn you that the computer will restart in 5 minutes. After the restart, you will need to re-enter the Wi-Fi password, but the connection status should return to normal.

You should also update or reinstall your network adapter drivers. Open "Device Manager" (right-click the Start button) and find the "Network Adapters" section. Select your Wi-Fi module (usually listed as "Wireless," "Wi-Fi," or brand names like Intel, Realtek, or Atheros). Right-click and select "Uninstall device." After uninstalling, click "Action" → "Scan for hardware changes." Windows will redetect the device and install the driver.

Solution method Complexity Risk of data loss Efficiency
Windows Settings Low No Average
Registry Editor High Average High
PowerShell Average Short High
Network reset Low High (passwords) Maximum

Reinstalling drivers is especially important if you've recently updated your operating system. Old drivers may not interact correctly with newer versions of the Windows kernel, causing various network anomalies. Always try to download drivers from the official website of your laptop or motherboard manufacturer.

☑️ Checklist before resetting the network

Completed: 0 / 4

Impact of Windows updates and third-party software

Sometimes the metered connection issue occurs after a major Windows update, such as Feature UpdateMicrosoft periodically changes the logic of network components, and old settings may conflict with new rules. In such cases, the system may assign metered status to new connections by default.

Traffic optimization programs, VPN clients, and antivirus software with network protection features can also have an impact. For example, some VPN services create virtual adapters that Windows treats as new connections and applies strict rules to them. Check your antivirus settings: a traffic-saving option may be enabled in the "Network" or "Firewall" section.

It's also worth mentioning Group Policy, which is relevant for Windows Pro and Enterprise versions. Click Win + R, enter gpedit.mscFollow the path: Computer Configuration → Administrative Templates → Network → QoS Packet Scheduler → Connection MeteringMake sure the "Enforce metered connection" option is set to "Disabled."

⚠️ Attention: The Group Policy interface and settings layout may vary depending on your Windows 10 build version (Home, Pro, Enterprise). The Home version doesn't have the Group Policy Editor by default.

Frequently Asked Questions (FAQ)

Can a metered connection affect internet speed in games?

Yes, it can. When you have a metered connection, Windows prioritizes traffic differently, and background processes may become unstable. Additionally, some game launchers may refuse to download game updates, believing you're using expensive mobile data.

Will my metered connection setting reset after a Windows update?

The likelihood is high. Major system updates often reset user network settings to default values. If the problem returns after the update, the disabling procedure will have to be repeated, possibly through the registry.

Is it safe for a regular user to change registry values?

Changing the specific DefaultMediaCost parameter is safe if you follow the instructions precisely. However, always create a system restore point before editing the registry to ensure you can roll back if you make a mistake.

Why is the "Metered connection" option greyed out and not clickable?

This means the setting is locked at a higher level—either by group policies, registry keys, or access rights. You must use the method described above to change the registry key owner.

Does this affect the operation of Wi-Fi distribution from the phone?

Yes, if you're sharing internet from your phone, Windows enables a metered connection by default to avoid wasting your mobile data. If you have an unlimited data plan on your smartphone, you can safely disable this setting on your computer to ensure all services work properly.