Windows server 2016 License Activation Error

Ahmed Yasser 0 Reputation points
2023-05-24T08:40:22.2466667+00:00

When I try to activate windows server 2016 with a product key it shows the following message:
"Windows can't activate with this product key. Please try a different key. (0xc004c003)"
Meanwhile I use an original product key that is being used for the first time.
Can anyone help in this please
Thanks.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,520 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Limitless Technology 44,536 Reputation points
    2023-05-25T12:42:26.34+00:00

    Hello

    Thank you for your question and reaching out.

    Please run the below command to install the product key.

    slmgr.vbs –ipk <Product key>

    After that, again run the below command in the same Command Prompt window to activate the copy of your Windows.

    slmgr.vbs –ato

    --If the reply is helpful, please Upvote and Accept as answer--


  2. Anonymous
    2023-05-25T13:04:21.0166667+00:00

    What channel is the product key? (OEM, retail, volume) What installation media is being used? (evaluation, licensed)


  3. Anonymous
    2023-05-29T12:21:22.8266667+00:00

    You could try (assuming evaluation media) using a kms key as intermediary step. (below assumes a Standard edition)

    Dism /online /Set-Edition:ServerStandard /ProductKey:WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY /AcceptEula
    

    https://learn.microsoft.com/en-us/windows-server/get-started/kmsclientkeys#windows-server-ltscltsb-versions

    then if successful use your own product key below after reboot

    slmgr /ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
    slmgr /ato  
    
    

    --please don't forget to upvote and Accept as answer if the reply is helpful--


Your answer

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