How To Activate Windows Server 2022
slmgr.vbs /ipk WX4NM-KYWYW-QJJR4-XV3QB-6VM33 Point your server to the local KMS host machine: slmgr.vbs /skms ://yourdomain.com Use code with caution. Initiate the local activation: slmgr.vbs /ato Use code with caution. Verifying Your Activation Status
The server cannot reach the Microsoft activation servers. Check your internet connection, DNS configuration, and firewall rules to ensure outbound traffic to Microsoft is allowed.
The system will process the components and prompt you to restart. Type Y to restart the server and complete the activation process. Step 5: Activating via Key Management Services (KMS)
A popup will confirm if the machine is permanently activated. how to activate windows server 2022
Verify which editions your evaluation server can upgrade to by running: DISM /online /Get-TargetEditions Use code with caution.
| Error Code | Description & Cause | Recommended Solution | | :--- | :--- | :--- | | | Licensing or connectivity issue between the server and Microsoft’s activation service. | 1. Verify network connectivity and firewall rules. 2. Ensure the key matches the installed edition. 3. Try phone activation instead. | | 0xC004C008 | The product key has already been activated on another device. | 1. If you have a retail key, use the phone system to reactivate and explain you've reinstalled. 2. If you have a MAK, it may have reached its limit. Contact your admin for another activation. | | 0xc004c020 | A Multiple Activation Key (MAK) has exceeded its activation limit. | Your organization's volume license agreement sets a limit on how many times a MAK can be used. You will need to contact your volume licensing administrator to request an increase in the activation count. |
KMS allows organizations to activate systems within their own network, eliminating the need for individual computers to connect to Microsoft. Step 5: Activating via Key Management Services (KMS)
Ensure your product key matches the edition of Windows Server 2022 installed. Keys are not interchangeable between editions.
If the activation is successful, you will receive a confirmation message. If it fails, you will see an error code that can help diagnose the issue.
Click and follow the prompts to complete the online activation. including any personal information you added.
The output will show ServerStandardEval or ServerDatacenterEval . Step 2: Check Available Target Editions To see which editions you can upgrade to, run: DISM /online /Get-TargetEditions Use code with caution.
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later.
Verify KMS activation status and count:
This is the standard method for standalone servers or small deployments.
If you downloaded the 180-day free evaluation version of Windows Server 2022 from the Microsoft Evaluation Center, you cannot activate it using a standard retail or volume license key directly. You must first convert the operating system to the commercial version using the Deployment Image Servicing and Management (DISM) tool. Step 1: Check Your Current Edition Open Command Prompt as an administrator and run: DISM /online /Get-CurrentEdition Use code with caution.