Windows Server 2016, 2019, and 2022 come with a trial period (evaluation period) that lasts for 180 days. However, Microsoft allows you to extend this trial period up to three times, giving you a total of 540 days of trial usage. Here is a step-by-step guide on how to extend the trial period for each of these versions.
Before extending the trial period, you need to check the current status of your license.
Windows + R
to open the Run dialog box.cmd
and press Enter
to open Command Prompt.Enter
:slmgr /dli
To extend the trial period, you will use the slmgr
(Software Licensing Management Tool) command.
Windows + R
to open the Run dialog box.cmd
and press Ctrl + Shift + Enter
to open Command Prompt with administrator privileges.Yes
if prompted by User Account Control.Enter
:slmgr /rearm
shutdown /r
in the Command Prompt and pressing Enter
.After restarting your computer, you can verify that the trial period has been extended.
Open Command Prompt:
Windows + R
to open the Run dialog box.cmd
and press Enter
to open Command Prompt.Check the Extended License Status:
Enter
slmgr /dli
You can repeat this process up to three times. Each time you run the slmgr /rearm
command, you will get an additional 180 days of trial period.
slmgr /rearm
command, ensure you are running Command Prompt as an administrator.