If you're fed up with Windows 11 deciding when and what to update, but you also don't want to mess anything up by messing with things you shouldn't, this article is for you. Let's see how Force selective updates in Windows 11 without breaking the system, using only official Microsoft methods and some well-controlled advanced settings.
Throughout the guide you will see how to install specific versions (such as 22H2, 23H2 or 24H2), how to unlock devices where it says “Some settings are managed by your organizationWhat to do when updates get stuck at 0% or 99%, and also how to revert if something goes wrong. All explained in Spanish (Spain), with clear steps and without losing sight of the most important aspects: don't break anything.
Checklist before forcing any update in Windows 11
Before you start touching anything, it's a good idea to prepare the ground a bit so that the update goes smoothly and minimize the risk of errors or screen crashes.
- Check disk spaceMake sure your system drive (usually C:) has several GB of free space. Larger versions of Windows 11 (22H2, 23H2, 24H2) may require tens of GB for download, extraction, and temporary files.
- Stable internet connectionIf the network connection is unstable, the update download is likely to become corrupted and get stuck. A wired Ethernet connection or a reliable Wi-Fi connection is best.
- Disable third-party antivirus software during the update.If you're using something other than Windows Defender, it might interfere with the process. Only disable it while the update is installing (see apps to improve security in Windows 11).
- Close open programsThe less load you have (games, editors, etc.), the smoother the process will be. less chance of blocks.
- Update drivers and BIOS/UEFICheck the website of your motherboard, laptop, or graphics card manufacturer and update important drivers before upgrading to Windows 11.
- Connect the equipment to the power: On laptops, don't risk it with a half-charged battery; a power outage during installation is the easiest way to corrupt the system.
- Disconnect non-essential peripheralsLeave only the keyboard, mouse, and, if necessary, the network cable connected. This reduces conflicts with printer drivers, external hard drives, etc.
- Create a restore pointFrom the Advanced System Settings, activate System Restore and create a restore point in case you need to quickly revert to a previous state.
- Back up your dataWhether with File History, an external drive, or in the cloud, it's best to keep documents, photos, and projects safe.
- Enable TPM 2.0 and Secure Boot in the BIOS/UEFIWithout this, many versions of Windows 11 (especially 24H2) will not even be offered to you, and the installation wizard will complain.
Technical requirements and compatibility for upgrading to Windows 11
Forcing a selective update won't do much good if your computer doesn't even meet the official requirements. Microsoft imposes a series of minimum hardware requirements for Windows 11 which should be reviewed.
In short, your PC should meet the following requirements (or be very close):
- Processor1 GHz or faster, with 2 or more cores, in a compatible 64-bit processor or SoC.
- RAM: at least 4 GB.
- Storage64 GB or more on the drive where Windows is installed.
- System firmware: UEFI with Secure Boot capability.
- TPM: TPM 2.0 Trusted Platform Module enabled.
- Graph: compatible with DirectX 12 or later and WDDM 2.0 driver.
- Screen: minimum 720p, more than 9 inches diagonally, with 8 bits per color channel.
- Microsoft account: required in most Home editions and recommended in Pro.
If you want to confirm all this quickly, you can use the official tool. PC HealthCheck (Checking the PC's status). The Windows 11 installation wizard itself will ask you to use it if it detects compatibility issues (read What to expect from upcoming Windows 11 updates).
How to reactivate Windows Update if you disabled it or it says "managed by your organization"

Many users are coming from Windows 10 with everything restricted: services disabled, registry keys modified, and group policies changed. The result is that Windows Update displays the message that... “Some settings are managed by your organization” and it cannot be updated normally.
Reviewing group policies (gpedit.msc) in Windows 11 Pro
If you have Windows 11 Pro (or higher), the cause is most likely a policy enabled in the Group Policy Editor.
- Press Windows + R, writes gpedit.msc and hit Enter.
- Navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Update.
- Review the policies such as Configure Automatic Updates and any others that you see clearly aimed at disabling or blocking updates. Put them in not configured or in Enabled with less restrictive behavior (e.g., "Automatically download and notify to install").
- If your system used the policy “Select the target feature update version”, enter Windows Update > Manage updates offered by Windows UpdateOpen that option and check if a channel or version is set. You can disable it or update the fields to indicate, for example, "Windows 11" and a specific version like "24H2".
- Apply the changes and restart the computer so that the new directives can be applied.
Windows Update Services and SoftwareDistribution folder
Another common cause of errors and crashes when forcing updates in Windows 11 is that the update service or its temporary files are corrupted.
A relatively safe way to "clean" Windows Update is to delete the contents of the folder software distribution and restart the services:
- Open the Start menu, search "Symbol of the system", right click and choose Run as administrator.
- Writes:
net stop wuauerv
and press Enter to stop the Windows Update service. - Write after:
net stop bits
to stop the Background Intelligent Transfer Service (BITS). - Open File Explorer (Windows + E) and go to C: \ Windows \ SoftwareDistribution.
- Select all the content (Ctrl + A) and delete it. If any file resists, Restart and try again.
- Return to the Command Prompt and restart the services:
net start wuauserv
net start bits
Once this is done, Windows 11 will regenerate the necessary files and you will be able to Retry downloading updates from Settings > Windows Update or from other more advanced methods. You can also use a script for deep system cleaning.
Force selective updates from Settings and with commands
The easiest way to manage updates is to continue using the app. ConfigurationBut knowing where to touch and how to "push" the system when it seems unwilling to update.
Check for updates from Settings
For many people, this method is sufficient as long as the system is not "capped".
- Open the Settings app with Windows + I.
- In the left menu, enter Windows Update.
- Balance Search for updates and let the system examine what is available.
- If new versions are released, Windows 11 will begin downloading and installing. In some cases, you will see options such as “Download and install"for versions with specific features (for example, 23H2 or 24H2); that is already a form of choose which major upgrade you want to apply.
If nothing new is shown and you know it should be available for your hardware, you can move on to slightly more aggressive methods.
Force search and installation using commands (advanced users)
From the Command Prompt it is possible to "push" Windows 11 to check for and apply updates, although without as much visibility of the progress on screen.
- Search cmd In the Start menu, right-click on Command Prompt and choose Run as administrator.
- Introduces:
wuauclt / detectnow
to force users to search for updates. - Next, execute:
wuauclt /updatenow
to force them to be downloaded and installed.
In recent versions of Windows 11, commands such as the following can also be used:
UserClient StartScan
UsageClient StartDownload
UsageClient StartInstall
These commands don't show results directly, so you'll need to check the progress in Settings > Windows Update to see if the update is moving.
Force a specific version of Windows 11 using official tools
If what you want is install a specific version (for example, the latest major update 22H2, 23H2 or 24H2 with performance and AI improvements) without waiting for the staggered rollout of Windows Update, ideally you should use Microsoft's official tools.
Using the Windows 11 Setup Wizard
The simplest, safest, and most "selective" method for most users is the Windows 11 Install Wizardprovided your PC is compatible.
- Visit the official Windows 11 download page (software-download.windows11 on the Microsoft website).
- In section Windows 11 setup wizard, click on download now.
- Once the file has downloaded, run it (you can open it directly from the browser or save it first).
- The license will be displayed; brand Accept and install to start the process.
- The wizard will check compatibility (TPM, Secure Boot, CPU, etc.) and, if everything is okay, It will download the necessary files and perform the update.The size is around 9 GB.
- When it's finished, it will ask you Restart the systemYou can do it now or later, but the changes won't take effect until you restart.
This method respects your files and applications, so it's ideal if you want to force the arrival of a specific version before Windows Update offers it automatically.
Force version 24H2 or another specific version from group policies (Pro)
In Windows 11 Pro you can use a policy to tell the system exactly what to do. What version of features do you want to target?It's a fairly clean way to select, for example, 24H2.
- Opens gpedit.msc (Windows + R → gpedit.msc).
- Navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage updates offered from Windows Update.
- double click on Select the target feature update version.
- Check the option Enabled.
- In the first box, write Windows 11.
- In the second field, enter the version you want (for example, 24:2).
- Apply the changes and restart your PC. You can also automate installations with scripts to install Windows 11.
After this, when you enter Windows UpdateThe system should offer you the version you specified (provided your team meets the requirements and that build is already available in your channel).
Upgrade using Windows 11 installation media (USB) or ISO
If you prefer to have more control or need install from scratch Because normal updates fail, you can use official Microsoft ISO images.
Option 1: Update in place with mounted ISO
- On the official Microsoft website, go to the section on Download disk image (ISO) of Windows 11.
- Select the appropriate edition (ISO of various editions for x64 devices), the language, and download the file.
- Once downloaded, do Right-click > Mount about the ISO file.
- In the virtual drive that is created, run setup.exe.
- Follow the wizard, accepting the terms and choosing the option to preserve files and applications if you just want to update.
This method is useful when Windows Update gets stuck, but the system is still bootable and relatively stable.
Option 2: Installation media using the media creation tool
- From the Microsoft website, download the Windows 11 media creation tool.
- Run the file (MediaCreationTool.exe), accept, and choose Create installation media (USB flash drive…).
- Insert a Empty USB drive (or one whose content you don't mind losing) and select it when the tool detects it. If you prefer multiboot, use Bootable USB with Ventoy.
- Let it download and prepare the bootable USB.
- From Windows you can run the setup.exe that's on the USB to perform an update while keeping data, or to boot the PC from that USB for a clean installation.
When Windows 11 updates get stuck
It's not uncommon for Windows 11 updates to get stuck in 0%, 90%, 99% or even 100% without progressing, or that, after downloading, the system does not move to the next phase for hours.
Typical causes of stuck updates
Among the most common reasons are:
- Unstable internet connection: causes incomplete downloads or corrupted files, which causes the installer itself to freeze.
- Unreliable power supplyIf the PC experiences power outages or drops during startup, the installation phase may remain at a fixed percentage.
- Insufficient space in the system unitWindows needs space to download, decompress, and apply the update; if it doesn't have it, it gets stuck.
- corrupted ISO or update filesWhether the download failed or the medium is unreliable, the result is an installer that cannot continue.
How to check if it's really stuck
Seeing a fixed percentage doesn't always mean everything is broken; Windows 11 sometimes takes longer at certain stages. Even so, there are clear signs of a system crash:
- The download remains at a fixed percentage (0%, 90%, 100%) for hours And you know the connection is working fine.
- It reaches 100% download but doesn't proceed to installand the system is frozen on that screen with no further message.
- The installation has been running for hours with no percentage change. nor restarts, beyond what is reasonable for your hardware.
Practical solutions to unlock updates
Besides deleting the SoftwareDistribution folder, there are several approaches that help to unblock a rogue update:
- Check the network and the power supplySwitch to Ethernet cable if you can, try another network, and make sure your power supply or UPS is stable.
- Free up space on the C: drive Uninstall heavy programs you don't use, clean the Downloads folder, empty the Recycle Bin, and, if necessary, extend the system partition.
- Use the Windows Update troubleshooterFrom Settings > System > Troubleshooting > Other troubleshooters, run the Windows Update troubleshooter and apply the suggested fixes.
- Resets Windows Update componentsIn addition to stopping services and deleting SoftwareDistribution, in extreme cases it is useful to restart other related services and registries (or use official Microsoft scripts for this).
- Transfer to an external device (USB) and perform an in-place upgradeWhen the internal update system fails, doing it from a clean USB or ISO usually solves the problem.
Known problems in Windows 11 24H2 and how to mitigate them
The big versions like the 24:2 They bring important improvements, but they also have some flaws, especially in their first few weeks.
Among the problems that have been seen (and that Microsoft has been patching) the following stand out:
- Incompatibility with Easy Anti-Cheat On devices with Intel Alder Lake processors or higher and the vPro platform, it caused blue screens when running certain games. Microsoft, in collaboration with Easy Anti-Cheat, addressed this critical bug with patches such as KB5063060 and subsequently KB5062553.
- 8,63 GB “phantom” update cache which could not be removed with standard tools, leaving occupied disk space after the update.
- Occasional issues with multimedia playback and compatibility with some gamesespecially in systems with highly specialized software. (more details in Windows 11 and its stumbles with the latest updates)
- Blocking future downloads from Windows Update on computers that had 24H2 installed since USB media with old patches (for example, some builds with patches from October 2024).
The good news is that Microsoft has been fixing most of these problems with cumulative updates. That's why, if you force 24H2, it's essential that, once installed, you return to Search for updates and apply all the pending patches.
Why you might be interested in upgrading to recent versions of Windows 11
Beyond mere curiosity, there are compelling reasons to (sensibly) force an upgrade to recent versions of Windows 11, provided your hardware is compatible.
- Better performance, especially on non-top-of-the-line hardwareVersions like 24H2 include accelerations in key elements such as File Explorer, with noticeably faster opening times even on older processors (see the Windows 11 performance optimization guide).
- More efficient updatesCPU consumption is reduced during updates (around 15%), allowing you to continue working or playing with fewer interruptions.
- Improvements to games and graphics: improved support for HDR backgrounds, compatibility optimizations, and reduced latency issues in certain titles.
- Advanced AI features: on compatible devices, features such as Copilot+ and real-time translation capabilities in numerous languages appear.
- Usability fixes: faster response after waking from sleep, resolution of annoying cursor issues in multi-monitor setups, interface settings, etc.
Of course, it must be borne in mind that Windows 11 24H2 can only be officially installed from 22H2 or 23H2.Not from the original RTM version, so you may have to scale up version by version.
What to do if something goes wrong after forcing the update
No matter how careful you are, there's always a possibility that, after installing a major update, some program, game, or driver starts to misbehave.
Update drivers and software
Before you go crazy, it's a good idea to:
- Update drivers for graphics card, chipset, audio, network, etc. from the manufacturers' official websites (and also check the privacy hardening guide to adjust security options).
- Update your applicationsespecially antivirus, security tools, virtualization programs, and games with anti-cheat.
Often, problems after a major Windows 11 update stem from Older drivers that don't work well with the new version.
Back to the previous version
If nothing fixes it and the system runs worse than before, Windows 11 allows, for a limited time (usually 10 days), Back to the previous version from the recovery options.
- Go to Settings > System > Recovery.
- If available, you will see the option Back to the previous version of Windows.
- Follow the wizard and the system will uninstall the major update, leaving the previous Windows version (for example, reverting from 24H2 to 23H2).
This mechanism is ideal when you want to "test" a new version and, if you see that your workflow or key games are failing, back without losing your data.
Clean install when nothing works
If the system has many problems, stems from years of tinkering with the registry, third-party services and tools, and you no longer know what's been changed, perhaps it's time to do a clean install.
You have two relatively easy options:
- Installation from ISO or USB: Download the official Windows 11 ISO (already in the version you want, for example 24H2), transfer it to a bootable USB drive using the media creation tool, boot from there, format and reinstall.
- Reset Windows from the cloudFrom the recovery options, you can choose to reinstall Windows by downloading the latest build directly from Microsoft's servers, with the possibility of preserve files and programs in many cases.
This last option is especially convenient if you don't want to deal with ISOs and partitions, and prefer that the system itself download and reinstall the latest version of Windows 11.
Forcing selective updates in Windows 11 without breaking anything involves finding a balance between using only official Microsoft toolsTo properly manage policies, services, and disk space, and always have a backup plan (restore points, backups, and the option to revert to the previous version), you can use the installation wizard, official ISOs, Windows Update settings, and, in Pro environments, group policies to set the target version. This allows you to decide which build to install and when, minimizing the risk of serious errors, boot failures, or losing important data.
