product activation issue

mukesh addu 0 Reputation points
2026-02-06T16:38:23.7133333+00:00

Hello Team,

We have installed 2 windows servers 2022 standard version and activated with key. So again after 1 year server is asking to activate with product key. Please let me know how to activate this now.

Windows for business | Windows Server | Devices and deployment | Recovery key
0 comments No comments

3 answers

Sort by: Newest
  1. Domic Vo 33,190 Reputation points Independent Advisor
    2026-02-10T06:08:19.7866667+00:00

    Good morning

    I hope you are doing well.

    Have you found the answer useful? If everything is okay, don't forget to share your experience with the issue by accepting the answer. Should you need more information, free free to leave a message. Happy to help! :)

    Domic Vo.

    Was this answer helpful?

    0 comments No comments

  2. Domic Vo 33,190 Reputation points Independent Advisor
    2026-02-06T17:22:55.6633333+00:00

    Hello mukesh addu,

    What you are experiencing is not normal behavior for a properly licensed Windows Server 2022 Standard installation. Once activated with a valid retail or volume license key, the activation should remain permanent unless there has been a change in hardware, a reinstallation, or the system was originally activated against a KMS host with a limited activation period.

    If you used a MAK (Multiple Activation Key) or retail key, activation is one-time and should not expire. If the server is asking for activation again after one year, it suggests either the system was activated against a KMS server or the activation state was reset due to system changes. KMS activations are valid for 180 days and require periodic renewal against the KMS host. If your environment does not have a KMS host available, the server will eventually fall back into an unlicensed state and prompt for activation.

    To resolve this, first check the activation channel. Run slmgr /dli from an elevated Command Prompt. This will show whether the system is activated via KMS, MAK, or retail. If it shows KMS, you need to ensure the server can reach your organization’s KMS host or switch to a MAK key for permanent activation. If it shows MAK or retail but still asks for activation, run slmgr /ato to force reactivation. If that fails, re-enter the product key using slmgr /ipk <your product key> followed by slmgr /ato.

    If you are using genuine retail or volume MAK keys and the activation still does not persist, it may indicate corruption in the activation store located under C:\Windows\System32\spp\store. In that case, re-entering the key usually resolves the issue. If not, you may need to contact Microsoft Volume Licensing Service Center or Microsoft Support to validate the key and reset the activation state.

    I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

    Domic Vo.

    Was this answer helpful?

    0 comments No comments

  3. AI answer

    2026-02-06T16:38:34.6633333+00:00

    To activate your Windows Server 2022 Standard version again, you can use the following steps:

    1. Re-enter the Product Key: Make sure you are using the correct product key. You can re-enter the key by opening an elevated command prompt (right-click and select "Run as administrator") and using the command:
         slmgr.vbs /ipk YOUR-PRODUCT-KEY
      
      Replace YOUR-PRODUCT-KEY with your actual product key.
    2. Activate Windows: After entering the product key, you can activate Windows by running this command in the same elevated command prompt:
         slmgr.vbs /ato
      
    3. Check Activation Status: To verify if the activation was successful, you can check the activation status with:
         slmgr.vbs /xpr
      

    If you encounter any issues during the activation process, such as errors indicating that the product key is blocked or invalid, you may need to contact Microsoft Licensing Activation Centers for further assistance.


    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.