How to Turn On or Off Downloading Windows Updates on Metered Internet in Windows 11
You can control whether Windows 11 downloads automatic updates on your metered internet connection.
A metered connection, like a mobile hotspot or some public Wi-Fi, has a data limit. Windows 11 prioritizes essential updates by default to conserve your data. However, you have the flexibility to override this behavior.
This choice lets you decide if Windows 11 should download all available updates, even non-critical ones, or just stick to essential updates when you’re on a limited data plan. You might want to do this to prevent unexpected data charges or ensure you always have the latest features.
Open Settings, go to Windows Update, then Advanced options. Toggle “Download updates over metered connections” on to allow all updates or off to restrict to essential ones on limited data.
What Are Metered Connections?
A metered connection is an internet connection where you have a data limit or pay extra for using more data. Windows helps you save data by not downloading big updates automatically on these connections.
How To Turn On or Off Automatic Update Downloads on Metered Connections
Option 1Use the Settings App (Easy Way)
- Press Windows key + I to open Settings.
- On the left side, click Windows Update.
- On the right side, click Advanced options.
- Find the setting called Download updates over metered connections.
- Turn it On if you want Windows to download all updates even on limited data.
- Turn it Off (default) if you want to save data and download only important updates.
- You can now close the Settings window.
You can easily control whether Windows 11 downloads updates on metered connections using the Settings app.


Option 2Use a Registry File (For Advanced Users)
For those comfortable with advanced settings, you can change metered connection update behavior for Windows 11 using a registry file.
To enable downloading updates on metered connections, run the command below.
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" /v AllowAutoWindowsUpdateDownloadOverMeteredNetwork /t REG_DWORD /d 1 /f
To disable downloading updates on metered connections (which is the default), use this:
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" /v AllowAutoWindowsUpdateDownloadOverMeteredNetwork /t REG_DWORD /d 0 /f
After running the command, remember to restart your computer for the changes to take effect.
Option 3Use Local Group Policy Editor (For 🪟 Windows 11 Pro and above)
Windows 11 Pro users can manage how updates download on metered connections by using the Local Group Policy Editor.
- Press Windows key + R, type
gpedit.msc, and press Enter to open Local Group Policy Editor. - Go to:
Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage end user experience
- In the right pane, double-click Allow updates to be downloaded automatically over metered connections.
- To allow automatic updates over metered connections, select Enabled, then click OK.
- To block them, select Disabled or Not Configured (default), then click OK.
- Close the Group Policy Editor and restart your PC.


Option 4Use Registry File for Policies (Advanced)
Another advanced method to control downloading updates over metered connections in Windows 11 involves using a specific registry file for policies.
To enable:
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v AllowAutoWindowsUpdateDownloadOverMeteredNetwork /t REG_DWORD /d 1 /f
To disable (default):
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v AllowAutoWindowsUpdateDownloadOverMeteredNetwork /t REG_DWORD /d 0 /f
To remove this setting and use default behavior:
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v AllowAutoWindowsUpdateDownloadOverMeteredNetwork /f
Remember to restart your computer after applying these changes.
Summary
- You can control whether Windows 11 downloads all updates automatically on metered (limited data) connections.
- Use the Settings app for the easiest way.
- Advanced users can use Registry Editor or Group Policy Editor for more control.
- Always be sure you have administrator rights before making these changes.
- Checking these settings can help you avoid unexpected extra data charges.
In summary, you have several ways to control whether Windows 11 downloads all updates automatically on metered connections, helping you manage your data usage.
What happens if I turn off the metered connection?
Step 5: Turn Off Metered Connection This means there will be no restrictions on data usage for that specific connection. After completing these steps, your internet connection will no longer be seen as metered by Windows 11. This allows your system to download updates and transfer data without any limitations.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!