License Install Failed For License Type: 1 Result Code: 0xc03f6601 🌟
If you have tried all five methods above and still see "License install failed for license type: 1 result code: 0xc03f6601" , the issue may be on Microsoft’s side:
Contact Microsoft Support via chat or phone. Provide them with the error code and a screenshot. They can run a MicrosoftSupportClient.exe diagnostic that reaches deeper than SaRA.
Encountering activation errors can be one of the most frustrating experiences for any Windows user, especially when you are in the middle of a critical project. One particularly cryptic error message that has been increasingly reported by users of Microsoft Office (especially Office 2019, 2021, and Microsoft 365) is:
"License install failed for license type: 1 result code: 0xc03f6601" If you have tried all five methods above
This error typically appears during the installation or activation phase, preventing you from using Word, Excel, PowerPoint, or Outlook. If you are reading this, you’ve likely tried reinstalling Office, running the troubleshooter, or even restarting your PC—only to be met with the same red text.
This article will dissect what this error means, why it happens, and provide a step-by-step guide to permanently resolve it.
If the operating system installed is an Evaluation Edition (e.g., Windows Server 2019 Evaluation), it cannot be activated with a standard Retail or Volume MAK key. The edition mismatch triggers this licensing failure. The error 0xc03f6601 effectively says, "I cannot downgrade/upgrade the evaluation policy to a licensed policy using this key." Contact Microsoft Support via chat or phone
If the system files (sppsvc.exe or systemcpl.dll) have been modified to bypass activation (common in pirated software), the checksum validation fails. When you try to install a legitimate license later, the SPP engine detects the tampering and rejects the new license installation.
slmgr /ipk <your-product-key>
If your system was previously activated via KMS (Key Management Service) and you are trying to use a MAK or Retail key, you must first clear the KMS client settings.
Run this command to remove the KMS product key: If the system files ( sppsvc
slmgr /upk
Then, run this to clear the remaining KMS license information from the registry:
slmgr /ckms
Now, try installing your new license again:
slmgr /ipk Your-New-Product-Key
To understand the failure, we must deconstruct the error message components:
In plain English: The licensing engine received a request to install a retail-style license, but the validation checks failed because the license data does not match the current state or edition of the installed operating system.
Warning: Editing the registry incorrectly can damage Windows.