How to extend the evaluation period for Windows Server 2016 - 2019 - 2022

Maxstar

Windows Update Moderator, Security Analyst
Staff member
Joined
Aug 16, 2015
Posts
14,510
Location
The Netherlands
Through the Evalutation Center, Microsoft offers different versions of Windows for evaluation purposes, like Windows Server versions. However, by default an evaluation edtion will expire after 180 days. What is not widely known is that you can extend the evaluation period 6 times. This means, you can use such versions for almost 3 years for testing purposes.

Microsoft Evaluation Center links:
Check evaluation status:
Each evaluation version of Windows shows the 'evaluation-countdown' on your desktop in the corner right down. It will also show when a evaluation license is expired, as we can see in the example below.

Windows-eval-1.png

To get some more information about the evaluation period you can run the following command in an elevated prompt.
Code:
slmgr -dlv
In the following window, we can see that the rearm count is still set to 6.

Windows-eval-2.png

To extend the evaluation period for another 180 days you can use the following command in elevated prompt.
Code:
slmgr -rearm
When the command has completed successfully you'll need to restart the system/VM.
When you run the slmgr -dlv command again after the restart you will see that the rearm count has changed and you can extend the evaluation period from now for only 5 times.

Note: Do not run the slmgr -rearm command multiple times, this will decrease the rearm count immediately! So you will lose an extended period of 180 days! To clarify, it will not 'upgrade' the evaluation period from 180 to 360 days or more.

Windows-eval-3.png
 
Last edited:
Back
Top