Share via

Activating windows server 2022 standard evaluation

Mohammed Abdelrahman 0 Reputation points
2026-06-04T05:56:10.3466667+00:00

Currently, i have windows server 2022 standard evaluation, planning to purchase product key,

I need the proper method of how to activate the windows to be windows 2022 standard.

Thanks

Windows for business | Windows Server | Devices and deployment | Licensing and activation
0 comments No comments

2 answers

Sort by: Most helpful
  1. Quinnie Quoc 11,485 Reputation points Independent Advisor
    2026-06-04T06:32:02.15+00:00

    Hello Mohammed Abdelrahman,

    When you move from Windows Server 2022 Standard Evaluation to a fully licensed Standard edition, the process is straightforward but must be done correctly to avoid reinstalling. You cannot simply enter a retail product key into the evaluation build because evaluation editions are technically a different SKU. The supported method is to perform an edition upgrade using the DISM command. Open an elevated Command Prompt and run:

    DISM /online /Set-Edition:ServerStandard /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula
    

    Replace the Xs with your purchased Standard product key. This command converts the evaluation edition into the licensed Standard edition without reinstalling or losing data. After the command completes, you must restart the server. If you attempt activation through Settings → Activation directly, it will fail because evaluation keys are not upgradeable in place.

    This is the official Microsoft‑supported path, and once the system reboots, you can confirm under winver or Settings that the edition is now Windows Server 2022 Standard.

    If my answer is useful for you, please hit Accept the answer to support me.

    Thank you,

    QQ.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-06-04T05:56:23.31+00:00

    To activate Windows Server 2022 Standard Evaluation with a purchased product key and convert it to a fully licensed Windows Server 2022 Standard installation, follow these steps:

    1. Purchase a valid Windows Server 2022 Standard product key through official Microsoft channels or an authorized reseller.
    2. On the server, sign in with an account that has local administrator rights.
    3. Open an elevated Command Prompt or PowerShell (Run as administrator).
    4. Convert the Evaluation edition to Standard using DISM and your purchased key:
         dism.exe /online /Set-Edition:ServerStandard /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula
      
      Replace XXXXX-XXXXX-XXXXX-XXXXX-XXXXX with the purchased Windows Server 2022 Standard product key. This command changes the edition from Evaluation to Standard and applies the key in one step. A restart will be required; allow the server to reboot when prompted.
    5. After the reboot, verify activation and complete it if needed:
      • Go to Settings → System → Activation → Change product key and re-enter the same product key if Windows shows as not activated, or
      • From an elevated Command Prompt, run:
             slmgr /ato
        
      This forces an online activation with Microsoft’s activation servers.
    6. Confirm the edition and activation state:
      • In an elevated Command Prompt, run:
             slmgr /dli
        
        or check Settings → System → Activation to ensure it shows Windows Server 2022 Standard and Windows is activated.

    If activation fails with a specific error code (for example, key blocked or not usable), use the error details and the documented troubleshooting steps for that code, or contact Microsoft Licensing Activation Centers for assistance with the key.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.