Introduction

Windows Server Evaluation editions are intended for testing purposes and are time-limited. To continue using the same installation in production, the Evaluation edition can be converted to a fully licensed version without reinstalling the operating system.

Microsoft supports this in-place conversion using the DISM tool, provided you have a valid product key for the target edition.

Before starting the conversion, make sure you have a valid product key for the Windows Server edition you want to switch to, such as Standard or Datacenter. The product key must exactly match the target edition.


Determine the current edition

To check which edition is currently installed, open Command Prompt or PowerShell with administrator privileges and run the following command:

DISM /Online /Get-CurrentEdition

The output will display the active edition identifier. Evaluation installations are typically shown as:

  • ServerStandardEval

  • ServerDatacenterEval


Check supported target editions

Not every edition can be converted to every other edition. To see which licensed editions are supported for your current installation, run:

DISM /Online /Get-TargetEditions

The listed editions are the valid targets that can be used for the conversion.


Upgrade Evaluation to Full Version

Once the target edition is known and you have a valid product key, you can start the upgrade.
The value <TargetEdition> must match one of the supported editions returned by the DISM command.

Common target editions are:

  • ServerStandard

  • ServerDatacenter

Start the conversion using the following command. Replace <TargetEdition> with the desired edition and <ProductKey> with your 25-character Windows Server product key:

DISM /Online /Set-Edition:<TargetEdition> /ProductKey:<ProductKey> /AcceptEula

Generic Volume License Keys

Operating System Edition Generic Volume License Key
Windows Server 2025 Standard TVRH6-WHNXV-R9WG3-9XRFY-MY832
Windows Server 2025 Datacenter D764K-2NDRG-47T6Q-P8T8W-YP6DF
Windows Server 2022 Standard VDYBN-27WPP-V4HQT-9VMD4-VMK7H
Windows Server 2022 Datacenter WX4NM-KYWYW-QJJR4-XV3QB-6VM33

During the process, it may appear that progress has paused briefly—this is normal.
Once the conversion is complete, a restart is required to finalize the edition change.


Verify Windows Server version

After the reboot, open Command Prompt or PowerShell again with administrator privileges and run:

DISM /Online /Get-CurrentEdition

The output should now display the licensed edition, such as ServerStandard or ServerDatacenter, confirming that the Evaluation edition was successfully converted.

At this point, you will see the Windows activation watermark in the lower-right corner of the screen. You can now activate Windows using your purchased Windows Server Standard or Datacenter license.


Conclusion

Congratulations!
You have successfully converted your Windows Server installation from Evaluation to a fully licensed version.

If you have any further questions or encounter issues, our support team is available daily and happy to assist you!

Was this answer helpful? 1 Users Found This Useful (1 Votes)