How to Turn On or Off Downloading Windows Updates on Metered Internet in Windows 11
Windows 11 lets you control whether it downloads updates on a metered internet connection.
A metered connection is an internet plan that has a data limit, like a mobile hotspot. Windows normally downloads only important updates on these connections to save your data.
This feature helps you avoid using too much data and potentially incurring extra charges. You can choose to download all updates or just the essential ones when your data is limited.
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.
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 manage your metered connections using the Settings app. Open Settings, navigate to Windows Update, then Advanced options, and you’ll find the setting for automatic downloads.


Option 2Use a Registry File (For Advanced Users)
For advanced users, changing Windows 11’s behavior on metered connections can be done with a registry file. This method lets you manually adjust settings to save data on limited internet plans. A specific command can enable or disable automatic update downloads when you’re on a metered connection.
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
If you wish to disable these downloads (which is the default), use this command:
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 have a powerful tool, the Local Group Policy Editor, to manage update downloads on metered connections. This lets you decide if Windows should download all updates, even when your internet data is limited. Access it by typing ‘gpedit.msc’ and navigating through specific folders.
- 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)
An advanced way to control updates on metered connections in Windows 11 uses a specific registry file for policies. This method allows for fine-tuning how Windows handles data usage for updates. You can use commands to either allow or prevent automatic downloads, helping you manage your limited internet plan effectively.
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.
Several methods exist for controlling whether Windows 11 downloads all updates automatically when using a metered connection (meaning limited data). The easiest method is the Settings app, while advanced users can use Registry Editor or Group Policy Editor for more control over these downloads.
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!