☕ Buy a Coffee
Home / Windows & SysAdmin

How to Update Windows 11 Without Losing Data Using 'setup.exe /product server' in CMD

Bypass TPM 2.0, Secure Boot, and CPU compatibility blocks on Windows 11 in-place upgrades without losing files or apps using the secret 'setup.exe /product server' command.

Sachin Siju
Sachin Siju
Lead Systems Engineer & Tech Blogger
Aug 18, 2026 6 min read
How to Update Windows 11 Without Losing Data Using 'setup.exe /product server' in CMD

The Hardware Requirement Roadblock

When performing an in-place upgrade or updating to the latest Windows 11 Feature Update (such as 24H2 or 23H2), millions of users hit a frustrating compatibility wall: "This PC doesn't currently meet Windows 11 system requirements" due to missing TPM 2.0 chips, disabled Secure Boot, or older (7th Gen Intel / 1st Gen AMD Ryzen) CPUs.

While third-party tools like Rufus or registry hacks exist, Microsoft built a native, zero-bloat command-line switch directly into setup.exe that completely bypasses every hardware check while keeping 100% of your personal files, software, and settings intact.

The Secret Command: Running setup.exe /product server forces Windows Setup into Windows Server evaluation mode. Server installations do not enforce TPM 2.0 or CPU whitelist requirements, yet the installer automatically respects and upgrades your existing Windows 11 Home/Pro digital edition!

Prerequisites

  • An official Windows 11 ISO downloaded from Microsoft's official download page.
  • At least 20 GB of free space on your C: drive for the upgrade cache.
  • Administrator privileges on your computer.

Step-by-Step Walkthrough

Step 1: Mount the Official Windows 11 ISO

Right-click the downloaded Win11_24H2_English_x64.iso file and select Mount. Windows will mount the image as a virtual DVD drive (note the assigned drive letter, e.g. E: or D:).

Step 2: Launch Command Prompt as Administrator

Press Win + S, type cmd, right-click Command Prompt, and choose Run as administrator.

Step 3: Execute the Server Mode Upgrade Switch

Type your mounted drive letter followed by a colon (e.g., E:) and press Enter. Then execute the server mode command:

:: Switch to mounted ISO drive (replace E: with your drive letter)
E:

:: Launch installer in Server Mode
setup.exe /product server
Important Visual Note: The Setup window header will say "Install Windows Server". Do not panic! This is purely cosmetic. The underlying installer will detect your active license and perform an in-place upgrade of your existing Windows 11 edition (Home, Pro, or Enterprise).

Step 4: Configure the Upgrade Wizard

  1. Click Change how Setup downloads updates > Select Not right now (to speed up the installation process).
  2. Click Next and accept the Microsoft License Agreement.
  3. On the "Choose what to keep" screen, ensure Keep personal files and apps is checked.
  4. Click Install.

What Happens During the Update?

Your PC will reboot several times over 15 to 30 minutes. Once complete, you will be greeted by your exact same desktop, all installed programs (Steam, VS Code, Office, Chrome), and all personal documents—now running the latest Windows 11 build with all compatibility restrictions permanently bypassed!

Why This Method is Superior to Registry Hacks

  • Zero Registry Modifications: No need to edit LabConfig keys or BypassTPMCheck entries that get wiped during updates.
  • No 3rd-Party Software: Relies 100% on native Microsoft binaries included inside official ISOs.
  • Safe & Reversible: Standard rollback mechanisms (Windows.old recovery) remain fully operational for 10 days if you ever need to revert.
Featured Infrastructure Partner

Deploy on High-Performance Hostinger Cloud

Get up to 75% OFF + free domain & SSL. Powering xube.me's sub-second response times.

Claim Discount ↗

Discussion & Insights

Related Technical Essays