How to Enable Windows Updates in Windows 11 Soon as Possible
Getting Windows 11 updates as soon as possible involves turning on a specific feature switch that tells Microsoft to send you new system releases the moment they launch. Windows Update is the built-in system that automatically downloads security patches and feature packs for your PC.
You can force your system to skip the standard rollout queue and grab the newest features, such as those found in version 23H2, by opening Settings and changing how the update service handles incoming files.
Enable Windows Updates by going to Settings Windows Update and toggling “Get the latest updates as soon as they’re available” to On. This ensures your PC receives new features and security patches promptly.
Prerequisites
If you are on a metered connection (a connection that charges you by data usage), Windows may delay large updates to save data.
Method 1Using the Settings App
You can enable Windows updates through the Settings app to get new features and patches the moment Microsoft releases them. Open the main settings menu, select the update section, and turn on the toggle that lets your computer grab the latest software ahead of everyone else.
- Open the Windows Settings app by pressing the Win+I.
- Click on the Windows Update button located on the left side of the menu.

- On the right side, find the tile labeled “Get the latest updates as soon as they’re available.”
- Toggle the switch to On to enable it.

Method 2Using the Windows Registry (Admin Required)
You can force your computer to enable Windows updates much faster by editing the system database directly. This advanced method requires an administrator account and involves changing a specific key value in the registry to tell Windows to check for the newest releases right away.
- Open the Windows Registry by typing regedit in the Start menu .
- Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings - Right-click in the empty space and select New - DWORD (32-bit) Value.
- Name it
IsContinuousInnovationOptedInand set the value to1.

Advanced Troubleshooting
If your updates are failing, try the official Windows Update Troubleshooter. You can also clear the update cache by deleting files in 📁C:\
Force Updates via PowerShell
To force a Windows 11 update, open PowerShell as an administrator and run the command `Install-Module PSWindowsUpdate -Force`. This command downloads and installs the necessary update module, allowing you to manually check for and install updates immediately, bypassing the standard update schedule.
Install-Module PSWindowsUpdate Get-WindowsUpdate -Install -AcceptAll
Summary
Control how your computer receives updates in Windows 11. Turning on the "Get the latest updates" feature ensures your device gets new enhancements immediately. If you encounter errors, use the Troubleshooter or PowerShell to force the process. Always keep your system updated to maintain security.
Related Topics
Why are my Windows updates stuck at 0%?
Updates often stall because of a corrupted cache or a frozen background service. Try restarting the Windows Update service (wuauserv) in the Services app or run the Windows Update Troubleshooter to reset the connection to Microsoft servers and clear pending download errors.
Can I disable automatic updates permanently?
While you can pause updates for up to five weeks in Settings, Microsoft does not recommend disabling them permanently. Security updates are vital for protecting your PC from vulnerabilities. Using Group Policy (gpedit.msc) to disable them is only recommended for enterprise environments.
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!