Share via

Volume windows server license key not working on servers even though limit not reached yet

Shukla, Divyanshu 0 Reputation points
2026-02-23T06:11:56.01+00:00

Hello,

We are experiencing an issue converting Windows Server 2016 Standard Evaluation to a licensed version.

Environment:

OS: Windows Server 2016 Standard Evaluation

We have a valid Windows Server 2016 Standard product key

License purchased through: [Volume Licensing / Reseller – specify if applicable]

Server type: [Physical / Virtual]

Issue: When attempting to activate using the product key, we receive the message:

“This edition cannot be upgraded.”

Windows for business | Windows Server | Devices and deployment | Licensing and activation
{count} votes

2 answers

Sort by: Most helpful
  1. Tan Vu 235 Reputation points Independent Advisor
    2026-02-23T09:06:57.7766667+00:00

    Hi Shukla

    About "edition cannot be upgraded" error. It usually just means the product key doesn't match the version you're trying to move to.

    Here’s a quick way to fix this:

    1. Check if it's possible

    Open CMD (Admin) and run this first:

    dism /online /Get-TargetEditions

    If you don't see ServerStandard in the list, the conversion won't work directly.

    1. The "Fix" Command

    If Standard is listed, run this command to force the upgrade (replace the X's with your actual key):

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

    Don't forget to restart your server after it finishes!

    1. Still having issues?

    Wrong Key: Make sure your key isn't for Datacenter if you're trying to go to Standard.

    Volume Keys: If you have a KMS or MAK key, use these instead:

    slmgr /ipk <your-key>

    slmgr /ato

    Firewall: If you're using KMS, make sure port 1688 isn't blocked by your firewall.

    Give that a try! If it still fails, just send me the result of that first Get-TargetEditions command and I'll take another look for you.

    0 comments No comments

  2. Q&A Assist
    2026-02-23T06:12:05.2666667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The error message "This edition cannot be upgraded" typically indicates that there is an issue with the compatibility of the evaluation version with the product key you are trying to use. In your case, since you are attempting to convert a Windows Server 2016 Standard Evaluation edition to a licensed version, it's important to follow the correct upgrade path.

    To resolve this issue, you should first ensure that you are following the recommended process for converting from an evaluation version to a retail or volume licensing version. Microsoft recommends converting the evaluation version to a retail version before proceeding to convert it to a volume licensing version. This involves using the appropriate commands and ensuring that the product key is valid for the version you are trying to install.

    Here are some steps you can take:

    1. Convert to Retail Version: Use the command to convert your evaluation version to a retail version first. You may need to refer to the Windows Server Installation and Upgrade documentation for the specific command.
    2. Convert to Volume Licensing Version: Once you have successfully converted to a retail version, you can then use your volume licensing product key to convert to the licensed version.
    3. Check Compatibility: Ensure that the product key you are using is indeed valid for the Windows Server 2016 Standard edition and that it matches the version you are trying to activate.

    If you continue to experience issues, consider reaching out to Microsoft Technical Support for further assistance with your activation process.

    0 comments No comments

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.