Hi Troy Soult,
How is your issue going? Has it been resolved yet? If it has, please consider accepting the answer as it helps others sharing the same problem benefit too. Thank you :)
VP
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I have been working on this.
We started with Legacy booting Windows Server 2019 and no TPM.
We need to migrate to Windows Server 2025 while retaining all files, users, and settings.
I have been able to move to UEFI booting with TPM-supporting hardware, but I am still on Windows Server 2019.
Everything I have read and AWS says just do an in-place install, which I would love to do.
I downloaded the Windows Server 2025 eval edition and attempted the upgrade.
It has disabled the save files option and only has a fresh install.
I have also tried taking an AWS instance that is a 2025 copy, copying some files over, and reinstalling.
Ran into IIS taking 2+ hours, and the system was slow and working. We have 7 of these servers interoperating, and they do want to try it unless it is their last option. Is there a way that I can get a way to upgrade windows server 2019 to windows server 2025. Once the upgrade is complete, the systems should be under the AWS volume license. I looked into system manager automation, and it only had Windows Server 2022, which has been paused at step 9 of 72 for a couple of days now.
We are migrating from Windows Server 2019 Datacenter to Windows Server 2025 Datacenter.
Does anyone have any insight?
Thanks,
Troy Soult
Hi Troy Soult,
How is your issue going? Has it been resolved yet? If it has, please consider accepting the answer as it helps others sharing the same problem benefit too. Thank you :)
VP
Hi Troy Soult,
The reason you cannot keep your files and settings during the in-place upgrade is that you are attempting to use the Windows Server 2025 Evaluation edition media against a production operating system. Microsoft's setup engine intentionally blocks data migration paths from a fully licensed volume or retail installation directly to an evaluation copy, grayout out the option to keep personal files and apps. To successfully perform this N-2 in-place upgrade from Windows Server 2019 Datacenter to 2025 Datacenter, you must obtain the official Volume Licensing or Retail ISO that matches your current licensing channel.
You can verify your current edition channel by checking the EditionID string value located in the HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion registry key. Once you mount the correct non-evaluation media and execute the setup.exe file, the installer will recognize the matching licensing channels and permit you to retain your applications and settings. Performing this manual in-place upgrade is a perfectly valid workaround, especially since the AWS Systems Manager automation frequently stalls when dealing with newer OS architectures that it does not yet fully support in its runbooks.
After your manual upgrade completes, the server should automatically authenticate against the internal AWS Key Management Service. You can ensure this succeeds by verifying your security groups allow outbound traffic on TCP port 1688. If the instance fails to activate automatically, you can manually point the software licensing manager to the AWS KMS server by opening an elevated command prompt and executing slmgr.vbs /skms 169.254.169.250 followed by slmgr.vbs /ato to force the activation request.
Hope this answer brought you some useful information. If it did, please hit "accept answer". Should you have any questions, feel free to leave a comment.
VP
Windows Server 2019 Datacenter can be upgraded in-place to Windows Server 2025 Datacenter on nonclustered systems, but several conditions must be met and some roles/features may block the “keep files, apps, and settings” option.
Key points from supported paths and methods:
Given that the Windows Server 2025 evaluation media currently only offers a clean install in this environment, the supported and reliable way to retain files, users, and settings is to treat this as a migration scenario: stand up Windows Server 2025 Datacenter instances and migrate roles, features, and data using Windows Server Migration Tools and Storage Migration Service, rather than forcing an in-place upgrade that setup is blocking.
References: